diff --git a/README.md b/README.md index 6b0142578ab74f54513f927d96de91b33d2996c9..c0ec961ee0da5790afa4846358cf05894b22ff15 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ How to mod (basic doc): meld FreeCities FreeCitiesPregmod or just select these folders in meld's GUI. -5. All modders will be very grateful if anyone who makes some changes to game with .html file also post his/her resulting src folder tree. +5. All modders will be very grateful if anyone who makes some changes to game with .html file also post their resulting src folder tree. 6. For contributors to pregmod: if you don't use git, then you need to post your version of src folder tree, not just produced FC_pregmod.html file!!! This html file can't be reverted to proper sources, and useless as contribution! diff --git a/TODO.txt b/TODO.txt index a8ce562749c362ba40dc8e0e99b17185c26519fd..155de57b22052e652a782316ffd235445f5931ee 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,15 +1,15 @@ -further development: --specialized slave schools --fortifications --more levels for militia edict (further militarize society) --conquering other arcologies? +Further Development: +- specialized slave schools +- fortifications +- more levels for militia edict (further militarize society) +- conquering other arcologies? Events: --famous criminal escapes to the arcology, followed by another arcology police force +-famous criminal escapes to the arcology, followed by another arcology's police force Bugs: --sometimes troop counts breaks --sometimes rebel numbers have fractionary parts +- sometimes troop counts breaks +- sometimes rebel numbers have fractionary parts Rules Assistant: - find a way for the new intense drugs to fit in diff --git a/devNotes/Useful JS Function Documentation.txt b/devNotes/Useful JS Function Documentation.txt index 3c990ca0ac703885fd07e07c9f31a2b7d280d0d8..53c2eebea669ad3cd5ee50776dfdb72b007527a6 100644 --- a/devNotes/Useful JS Function Documentation.txt +++ b/devNotes/Useful JS Function Documentation.txt @@ -98,7 +98,7 @@ canHear(slave) - Returns if the slave can hear. canWalk(slave) - Returns if the slave can walk. -canTallk(slave) - Returns if the slave can talk. +canTalk(slave) - Returns if the slave can talk. canDoAnal(slave) - Returns if the slave can currently have anal sex. diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index e1562ef88fffaca870e6fd5122d8fc0c831ef300..14a2d408afcf93dbf3f9a5ae95e353a1e9f5e557 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -351,7 +351,7 @@ <<run repX(-500, "event")>> <</if>> <<if $activeSlave.buttImplant > 0>> - All of sudden one of your guests clutches his chest. His face turns pale as a ghost, foaming at the mouth falls over onto the table. You rush over to him, it is clear he is not breathing. You don't know what's wrong with him. It could not have been poison, since any toxins in the food would have been detected by your virtual assistant. You order your slave to rush the man to the nearest emergency clinic. You were informed later that he had died from ingesting a silicone butt implant. Your reputation @@.red;suffers@@ greatly due to this incident. + All of sudden one of your guests clutches his chest. His face turns pale as a ghost, foaming at the mouth falls over onto the table. You rush over to him, it is clear he is not breathing. You don't know what's wrong with him. It could not have been poison, since any toxins in the food would have been detected by your personal assistant. You order your slave to rush the man to the nearest emergency clinic. You were informed later that he had died from ingesting a silicone butt implant. Your reputation @@.red;suffers@@ greatly due to this incident. <<set _dishRating -= 10>> <<run repX(-5000, "event")>> <</if>> diff --git a/src/SecExp/encyclopediaSecExpBattles.tw b/src/SecExp/encyclopediaSecExpBattles.tw index 2e0e50bd86451d3b94a75881bd0a4c4fc380a3d7..e261224ded36c89123b4a55ae78b14ab00abb9d9 100644 --- a/src/SecExp/encyclopediaSecExpBattles.tw +++ b/src/SecExp/encyclopediaSecExpBattles.tw @@ -41,7 +41,8 @@ <br><strong>Leader</strong>: The leader is who will command the combined troops in the field. Each type of leader has its bonuses and maluses. <br><br>Leaders: - <br><strong>The Assistant</strong>: The assistant can lead the troops. Her performance will entirely depend on the computational power she has available. Non human soldiers will be happy to be lead by a computer however and will fight with less ardor, unless your own reputation or authority is high enough. + <<setAssistantPronouns>> + <br><strong>The Assistant</strong>: The assistant can lead the troops. _HisA performance will entirely depend on the computational power _heA has available. Human soldiers will be not happy to be lead by a computer however and will fight with less ardor, unless your own reputation or authority is high enough. <br><strong>The Arcology Owner</strong>: You can join the fray yourself. Your performance will depend greatly on your warfare skill and your past. The troops will react to your presence depending on your social standing and your past as well. Do note however there is the possibility of getting wounded, which makes you unable to focus on any task for a few weeks. diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw index 2d1b8ca4e6f956d52b3822fc88c34ceeb66dddd2..aa60d26711fe1798366f139281508f57be7741c9 100644 --- a/src/SecExp/securityReport.tw +++ b/src/SecExp/securityReport.tw @@ -296,6 +296,7 @@ <<set _recruits += 1>> <</if>> <<else>> + <<setLocalPronouns $Recruiter>> ''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your militia recruitment campaign from her PR hub office. <<if $propCampaignBoost == 1>> <<set _recruits += 4+Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)>> diff --git a/src/art/artJS.js b/src/art/artJS.js index 019cd3b5a05fb62f7852ca04a0f39ab6eaf46424..13bf1648e1d5a2b41b7f4164fb7680976a8e4149 100644 --- a/src/art/artJS.js +++ b/src/art/artJS.js @@ -1728,1941 +1728,3 @@ window.skinColorCatcher = function (artSlave) { } return colorSlave; }; - -window.VectorArt = (function (artSlave) { - "use strict"; - let V, T, slave; - let r; - let leftArmType, rightArmType, legSize, torsoSize, buttSize, penisSize, hairLength; - let bellyScaleFactor, artBoobScaleFactor, heightScaleFactor; - let artTranslationX, artTranslationY; - let penisDrawtime, penisArtString; - - function VectorArt(artSlave) { - /* set constants */ - V = State.variables; - T = State.temporary; - slave = artSlave; - /* reset/initialize some variables */ - T.artTransformBelly = ""; - T.artTransformBoob = ""; - T.art_transform = ""; /* in case other files are trying to use this, and expecting a string */ - r = ""; - if (V.seeHeight !== 0) - heightScaleFactor = 200 / slave.height; - else - heightScaleFactor = 1; - - setArmType(); - setBoobScaling(); - setButtSize(); - setHairLength(); - setLegSize(); - setPenisSize(); - penisArtControl(); /* depends on setPenisSize and setBoobScaling, sets penisDrawtime and penisArtString */ - setTorsoSize(); - - /* - each function adds one layer of vector art - vector art added later is drawn over previously added art - (what is listed on the bottom in the code appears on the top of the image) - */ - ArtVectorHairBack(); - ArtVectorArm(); - ArtVectorAnalAccessories(); - ArtVectorButt(); - ArtVectorLeg(); - ArtVectorFeet(); /* includes shoes and leg outfits*/ - ArtVectorTorso(); - ArtVectorPussy(); - ArtVectorPubicHair(); - if (slave.vaginaPiercing !== 0 || slave.clitPiercing !== 0) - ArtVectorPussyPiercings(); - ArtVectorChastityBelt(); - ArtVectorTorsoOutfit(); /* note: clothing covers chastity belts */ - if (slave.scrotum > 0 && slave.balls > 0) - ArtVectorBalls(); - if (penisDrawtime === 0) /* for dicks behind boobs */ - r += penisArtString; - ArtVectorBelly(); /* includes navel piercing and belly-related clothing options */ - ArtVectorBoob(); /* includes areolae and piercings */ - if (penisDrawtime === 1) /* for dicks in front of boobs */ - r += penisArtString; - ArtVectorBoobAddons(); /* piercings always appear in front of boobs AND dick */ - ArtVectorCollar(); /* includes clavicle artwork */ - ArtVectorHead(); /* glasses are drawn here */ - ArtVectorHairFore(); - - return r; - } - - function setArmType() { - if (slave.amp === 1) { - leftArmType = "None"; - rightArmType = "None"; - } else { - if (slave.devotion > 50) { - leftArmType = "High"; - rightArmType = "High"; - } else if (slave.trust >= -20) { - if (slave.devotion < -20) { - leftArmType = "Rebel"; - rightArmType = "Low"; - } else if (slave.devotion <= 20) { - leftArmType = "Low"; - rightArmType = "Low"; - } else { - leftArmType = "Mid"; - rightArmType = "High"; - } - } else { - leftArmType = "Mid"; - rightArmType = "Mid"; - } - } - } - - function setBoobScaling() { - /* - Prepare SVG transform matrix for continuous boob scaling. - This transform affects boobs, areolae and piercings. - The parameters were fit by points (300,1.0) and (15000,2.5). - See https://www.wolframalpha.com/input/?i=log+fit+%7B%7B300,1%7D,%7B15000,2.5%7D%7D . - Boobs start at 300cc as of "flesh description widgets". - Upper value was discussed at https://github.com/Free-Cities/Free-Cities/issues/950#issuecomment-321359466 . - */ - if (slave.boobs < 300) { - artBoobScaleFactor = 1; - artTranslationX = 22; /* a little shift to the right is needed due to perspective */ - artTranslationY = 0; - } else { - artBoobScaleFactor = 0.383433 * Math.log(0.0452403 * slave.boobs) * heightScaleFactor; - artTranslationX = -282.841 * artBoobScaleFactor + 292.349; - artTranslationY = -225.438 * artBoobScaleFactor + 216.274; - } - T.artTransformBoob = `matrix(${artBoobScaleFactor},0,0,${artBoobScaleFactor},${artTranslationX},${artTranslationY})`; - } - - function setButtSize() { - /* Size calculations - needs to be done even for amputees */ - buttSize = Math.clamp(Math.trunc(slave.butt), 1, 7) - 1; - } - - function setHairLength() { - hairLength = undefined; - if (slave.hLength >= 60) - hairLength = "Long"; - else if (slave.hLength >= 30) - hairLength = "Medium"; - else if (slave.hLength >= 10) - hairLength = "Short"; - } - - function setLegSize() { - /* Leg wideness switch courtesy of Nov-X */ - /* needs to be done even for amputees */ - if (slave.hips === -2) { - if (slave.weight <= 0) - legSize = "Narrow"; - else if (slave.weight < 161) - legSize = "Normal"; - else - legSize = "Wide"; - } else if (slave.hips === -1) { - if (slave.weight <= -11) - legSize = "Narrow"; - else if (slave.weight < 96) - legSize = "Normal"; - else - legSize = "Wide"; - } else if (slave.hips === 0) { - if (slave.weight <= -96) - legSize = "Narrow"; - else if (slave.weight < 11) - legSize = "Normal"; - else if (slave.weight < 131) - legSize = "Wide"; - else - legSize = "Thick"; - } else if (slave.hips === 1) { - if (slave.weight <= -31) - legSize = "Normal"; - else if (slave.weight < 31) - legSize = "Wide"; - else - legSize = "Thick"; - } else { /* .hips === 2 or 3 */ - if (slave.weight <= -11) - legSize = "Wide"; - else - legSize = "Thick"; - } - } - - function setPenisSize() { - penisSize = undefined; - if (slave.dick > 6 || (slave.dick > 0 && slave.belly <= 4000)) - penisSize = Math.clamp(slave.dick, 1, 11) - 1; - } - - function penisArtControl() { - penisArtString = ""; - if (penisSize === undefined) { - penisDrawtime = -1; /* no penis to draw */ - } else { - penisDrawtime = 0; /* default is to draw before boobs/belly */ - switch (slave.clothes) { - /* BULGE OUTFITS LONG+MEDIUM OUTFITS */ - case "a ball gown": - case "a biyelgee costume": - case "a burkini": - case "a burqa": - case "a dirndl": - case "a halter top dress": - case "a hijab and abaya": - case "a hijab and blouse": - case "a kimono": - case "a klan robe": - case "a long qipao": - case "a maternity dress": - case "a military uniform": - case "a mounty outfit": - case "a nice maid outfit": - case "a nice nurse outfit": - case "a niqab and abaya": - case "a police uniform": - case "a red army uniform": - case "a schutzstaffel uniform": - case "a skimpy loincloth": - case "a slave gown": - case "a slutty nurse outfit": - case "a slutty schutzstaffel uniform": - case "a t-shirt and jeans": - case "a toga": - case "an apron": - case "battlearmor": - case "battledress": - case "conservative clothing": - case "jeans": - case "leather pants": - case "leather pants and a tube top": - case "leather pants and pasties": - case "lederhosen": - case "nice business attire": - case "slutty business attire": - case "spats and a tank top": - case "sport shorts": - case "sport shorts and a sports bra": - case "sport shorts and a t-shirt": - case "stretch pants and a crop-top": - penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`); - break; - /* BULGE OUTFITS SHORT OUTFITS */ - case "a bunny outfit": - case "a button-up shirt and panties": - case "a chattel habit": - case "a huipil": - case "a leotard": - case "a mini dress": - case "a monokini": - case "a one-piece swimsuit": - case "a penitent nuns habit": - case "a scalemail bikini": - case "a slutty klan robe": - case "a slutty maid outfit": - case "a slutty outfit": - case "a slutty qipao": - case "a succubus outfit": - case "a sweater and cutoffs": - case "a sweater and panties": - case "a t-shirt and panties": - case "a t-shirt and thong": - case "a tank-top and panties": - case "a thong": - case "a tube top and thong": - case "an oversized t-shirt and boyshorts": - case "attractive lingerie for a pregnant woman": - case "boyshorts": - case "cutoffs": - case "cutoffs and a t-shirt": - case "harem gauze": - case "kitty lingerie": - case "panties": - case "panties and pasties": - case "striped panties": - case "striped underwear": - if (slave.belly <= 4000) { - if (slave.dick > 3) - penisArtString = jsInclude("Art_Vector_Bulge_Outfit_3"); - else - penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`); - } - break; - /* hide everything */ - case "a cheerleader outfit": - case "a gothic lolita dress": - case "a hanbok": - case "a schoolgirl outfit": - break; - /* full frontal */ - default: - if (canAchieveErection(slave) && slave.dickAccessory !== "chastity" && slave.dickAccessory !== "combined chastity") { - penisDrawtime = 1; /* draw erect penis over boobs if boobs do not hide the penis' base */ - if (artBoobScaleFactor < 3.7) { - if (slave.foreskin !== 0) - penisArtString = jsInclude(`Art_Vector_Penis_${penisSize}`); - else - penisArtString = jsInclude(`Art_Vector_PenisCirc_${penisSize}`); - } - } else { - /* flaccid penises are drawn behind the boobs/belly */ - if (slave.foreskin !== 0) - penisArtString = jsInclude(`Art_Vector_Flaccid_${penisSize}`); - else - penisArtString = jsInclude(`Art_Vector_FlaccidCirc_${penisSize}`); - /* this draws chastity OVER latex catsuit. prndev finds this alright. */ - if (slave.dickAccessory === "chastity" || slave.dickAccessory === "combined chastity") - penisArtString += jsInclude(`Art_Vector_Chastity_Cage_${penisSize}`); - } - } - } - } - - function setTorsoSize() { - /* Torso size switch courtesy of Nov-X */ - if (slave.waist >= 96) { - if (slave.weight >= 96) - torsoSize = "Obese"; - else if (slave.weight >= 11) - torsoSize = "Fat"; - else if (slave.weight > -31) - torsoSize = "Chubby"; - else - torsoSize = "Normal"; - } else if (slave.waist >= 41) { - if (slave.weight >= 131) - torsoSize = "Obese"; - else if (slave.weight >= 31) - torsoSize = "Fat"; - else if (slave.weight >= 0) - torsoSize = "Chubby"; - else if (slave.weight > -96) - torsoSize = "Normal"; - else - torsoSize = "Hourglass"; - } else if (slave.waist >= 11) { - if (slave.weight >= 161) - torsoSize = "Obese"; - else if (slave.weight >= 96) - torsoSize = "Fat"; - else if (slave.weight >= 11) - torsoSize = "Chubby"; - else if (slave.weight > -31) - torsoSize = "Normal"; - else - torsoSize = "Hourglass"; - } else if (slave.waist > -11) { - if (slave.weight >= 191) - torsoSize = "Obese"; - else if (slave.weight >= 131) - torsoSize = "Fat"; - else if (slave.weight >= 31) - torsoSize = "Chubby"; - else if (slave.weight >= 0) - torsoSize = "Normal"; - else if (slave.weight > -96) - torsoSize = "Hourglass"; - else - torsoSize = "Unnatural"; - } else if (slave.waist > -41) { - if (slave.weight >= 161) - torsoSize = "Fat"; - else if (slave.weight >= 96) - torsoSize = "Chubby"; - else if (slave.weight >= 11) - torsoSize = "Normal"; - else if (slave.weight > -31) - torsoSize = "Hourglass"; - else - torsoSize = "Unnatural"; - } else if (slave.waist > -96) { - if (slave.weight >= 191) - torsoSize = "Fat"; - else if (slave.weight >= 131) - torsoSize = "Chubby"; - else if (slave.weight >= 31) - torsoSize = "Normal"; - else if (slave.weight > -11) - torsoSize = "Hourglass"; - else - torsoSize = "Unnatural"; - } else { - if (slave.weight >= 161) - torsoSize = "Chubby"; - else if (slave.weight >= 96) - torsoSize = "Normal"; - else if (slave.weight > 0) - torsoSize = "Hourglass"; - else - torsoSize = "Unnatural"; - } - } - - function ArtVectorAnalAccessories() { - if (slave.buttplug === "long plug") - r += jsInclude("Art_Vector_Plug_Long"); - else if (slave.buttplug === "large plug") - r += jsInclude("Art_Vector_Plug_Large"); - else if (slave.buttplug === "long, large plug") - r += jsInclude("Art_Vector_Plug_Large_Long"); - else if (slave.buttplug === "huge plug") - r += jsInclude("Art_Vector_Plug_Huge"); - else if (slave.buttplug === "long, huge plug") - r += jsInclude("Art_Vector_Plug_Huge_Long"); - - if (slave.buttplugAttachment === "tail") - r += jsInclude("Art_Vector_Plug_Tail"); - else if (slave.buttplugAttachment === "cat tail") - r += jsInclude("Art_Vector_Cat_Tail"); - } - - function ArtVectorArm() { - /* Arms position switch courtesy of Nov-X */ - /* Updated 2018-10-25 by Fr0g */ - /* - changed arm calculation block position*/ - /* - added brackets to make boolean logic run */ - - if (slave.amp === 1) { - /* Many amputee clothing art files exist, but draw nothing.They are excluded for now to reduce on rendering time - r += jsInclude("Art_Vector_Arm_Right_None"); - r += jsInclude("Art_Vector_Arm_Left_None"); - */ - } else { /* is not amputee or has limbs equipped so running arm calculation block */ - if (slave.amp === 0) { - r += jsInclude(`Art_Vector_Arm_Right_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Left_${leftArmType}`); - if (slave.muscles >= 6) { - if (leftArmType === "High") - r += jsInclude("Art_Vector_Arm_Left_High_MLight"); - else if (leftArmType === "Mid") - r += jsInclude("Art_Vector_Arm_Left_Mid_MLight"); - else if (leftArmType === "Low") - r += jsInclude("Art_Vector_Arm_Left_Low_MLight"); - else if (leftArmType === "Rebel") - r += jsInclude("Art_Vector_Arm_Left_Rebel_MLight"); - - if (rightArmType === "High") - r += jsInclude("Art_Vector_Arm_Right_High_MLight"); - else if (rightArmType === "Mid") - r += jsInclude("Art_Vector_Arm_Right_Mid_MLight"); - else if (rightArmType === "Low") - r += jsInclude("Art_Vector_Arm_Right_Low_MLight"); - } - } else if (slave.PLimb === 1 || slave.PLimb === 2) { /* slave is an amputee and has PLimbs equipped */ - if (slave.amp === -1) { - r += jsInclude(`Art_Vector_Arm_Right_ProstheticBasic_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Left_ProstheticBasic_${leftArmType}`); - } else if (slave.amp === -2) { - r += jsInclude(`Art_Vector_Arm_Right_ProstheticSexy_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Left_ProstheticSexy_${leftArmType}`); - } else if (slave.amp === -3) {/* Reverting beauty limbs to regular SVG */ - r += jsInclude(`Art_Vector_Arm_Right_ProstheticBeauty_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Left_ProstheticBeauty_${leftArmType}`); - } else if (slave.amp === -4) { - r += jsInclude(`Art_Vector_Arm_Right_ProstheticCombat_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Left_ProstheticCombat_${leftArmType}`); - } else if (slave.amp === -5) { - r += jsInclude(`Art_Vector_Arm_Right_ProstheticSwiss_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Left_ProstheticSwiss_${leftArmType}`); - } - } - /* shiny clothing */ - if (V.seeVectorArtHighlights === 1) { - if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit" || slave.clothes === "body oil") { - /* only some arm positions have art (feel free to add more) */ - if (leftArmType === "High") - r += jsInclude("Art_Vector_Arm_Outfit_Shine_Left_High"); - else if (leftArmType === "Mid") - r += jsInclude("Art_Vector_Arm_Outfit_Shine_Left_Mid"); - else if (leftArmType === "Low") - r += jsInclude("Art_Vector_Arm_Outfit_Shine_Left_Low"); - } - } - /* TODO: simplify selection (select prefix, infix and suffix and combine instead of using switch statements) */ - switch (slave.clothes) { - case "a biyelgee costume": - case "a burkini": - case "a button-up shirt": - case "a button-up shirt and panties": - case "a cheerleader outfit": - case "a dirndl": - case "a gothic lolita dress": - case "a hanbok": - case "a hijab and blouse": - case "a huipil": - case "a kimono": - case "a klan robe": - case "a long qipao": - case "a military uniform": - case "a mounty outfit": - case "a nice maid outfit": - case "a nice nurse outfit": - case "a police uniform": - case "a red army uniform": - case "a schoolgirl outfit": - case "a slutty klan robe": - case "a slutty nurse outfit": - case "a slutty qipao": - case "a sweater": - case "a sweater and cutoffs": - case "a sweater and panties": - case "a t-shirt": - case "a t-shirt and jeans": - case "a t-shirt and panties": - case "a t-shirt and thong": - case "an oversized t-shirt": - case "an oversized t-shirt and boyshorts": - case "battlearmor": - case "battledress": - case "clubslut netting": - case "conservative clothing": - case "cutoffs and a t-shirt": - case "lederhosen": - case "nice business attire": - case "slutty business attire": - case "slutty jewelry": - case "sport shorts and a t-shirt": - case "Western clothing": - r += jsInclude(`Art_Vector_Arm_Outfit_${clothing2artSuffix(slave.clothes)}_Right_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Outfit_${clothing2artSuffix(slave.clothes)}_Left_${leftArmType}`); - break; - /* manually handle special cases */ - case "a schutzstaffel uniform": - case "a slutty schutzstaffel uniform": - r += jsInclude(`Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_${leftArmType}`); - break; - case "a hijab and abaya": - case "a niqab and abaya": - case "a burqa": - r += jsInclude(`Art_Vector_Arm_Outfit_HijabAndAbaya_Right_${rightArmType}`); - r += jsInclude(`Art_Vector_Arm_Outfit_HijabAndAbaya_Left_${leftArmType}`); - break; - case "a slave gown": - /* only some arm positions have art (feel free to add more) */ - if (leftArmType !== "Rebel") - r += jsInclude(`Art_Vector_Arm_Outfit_SlaveGown_Left_${leftArmType}`); - } - } /* close .amp check */ - } - - function ArtVectorBalls() { - switch (slave.clothes) { - case "a bra": - case "a button-up shirt": - case "a comfortable bodysuit": - case "a cybersuit": - case "a fallen nuns habit": - case "a hanbok": - case "a latex catsuit": - case "a monokini": - case "a nice pony outfit": - case "a slutty pony outfit": - case "a sports bra": - case "a string bikini": - case "a striped bra": - case "a sweater": - case "a t-shirt": - case "a tank-top": - case "a thong": - case "a tube top": - case "an oversized t-shirt": - case "attractive lingerie": - case "body oil": - case "chains": - case "choosing her own clothes": - case "clubslut netting": - case "no clothing": - case "panties and pasties": - case "restrictive latex": - case "shibari ropes": - case "slutty jewelry": - case "uncomfortable straps": - case "Western clothing": - let ballsScaleFactor = (slave.scrotum / 3) * heightScaleFactor; - artTranslationX = -271 * (ballsScaleFactor - 1); - artTranslationY = -453 * (ballsScaleFactor - 1); - T.artTransformBalls = `matrix(${ballsScaleFactor},0,0,${ballsScaleFactor},${artTranslationX},${artTranslationY})`; - r += jsInclude("Art_Vector_Balls"); - } - } - - function ArtVectorBelly() { - if (slave.belly >= 2000) { - /* add pregnancy belly, scale dynamically (clothing and addons can be scaled, too) */ - /* TODO: add check in penis control. do not draw penis atop belly if _art_belly_scale_factor > 1. */ - bellyScaleFactor = 0.300 * Math.log(0.011 * slave.belly) * heightScaleFactor; - artTranslationX = -262 * (bellyScaleFactor - 1); - artTranslationY = -284 * (bellyScaleFactor - 1); - T.artTransformBelly = `matrix(${bellyScaleFactor},0,0,${bellyScaleFactor},${artTranslationX},${artTranslationY})`; - - if (slave.navelPiercing === 1) - r += jsInclude("Art_Vector_Belly_Pregnant_Piercing"); - else if (slave.navelPiercing === 2) - r += jsInclude("Art_Vector_Belly_Pregnant_Piercing_Heavy"); - else - r += jsInclude("Art_Vector_Belly"); - - switch (slave.clothes) { - case "a bra": - case "a cybersuit": - case "a Fuckdoll suit": - case "a latex catsuit": - case "a nice pony outfit": - case "a scalemail bikini": - case "a skimpy loincloth": - case "a slutty klan robe": - case "a slutty outfit": - case "a slutty pony outfit": - case "a sports bra": - case "a string bikini": - case "a striped bra": - case "a thong": - case "a tube top": - case "a tube top and thong": - case "attractive lingerie": - case "attractive lingerie for a pregnant woman": - case "body oil": - case "boyshorts": - case "chains": - case "choosing her own clothes": - case "cutoffs": - case "jeans": - case "kitty lingerie": - case "leather pants": - case "leather pants and a tube top": - case "leather pants and pasties": - case "no clothing": - case "panties": - case "panties and pasties": - case "restrictive latex": - case "shibari ropes": - case "slutty jewelry": - case "sport shorts": - case "sport shorts and a sports bra": - case "stretch pants and a crop-top": - case "striped panties": - case "striped underwear": - case "uncomfortable straps": - break; /* do nothing for these choices */ - /* manually handle special cases */ - case "a slutty schutzstaffel uniform": - r += jsInclude("Art_Vector_Belly_Outfit_SchutzstaffelUniform"); - break; - case "a niqab and abaya": - case "a burqa": - r += jsInclude("Art_Vector_Belly_Outfit_HijabAndAbaya"); - break; - default: - r += jsInclude(`Art_Vector_Belly_Outfit_${clothing2artSuffix(slave.clothes)}`); - } - /* shiny clothing */ - if (V.seeVectorArtHighlights === 1) { - if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit" || slave.clothes === "body oil") { - r += jsInclude("Art_Vector_Belly_Outfit_Shine"); - } - } - } - /* belly piercings for flat bellies */ - if (slave.belly === 0) { - if (slave.navelPiercing === 1) - r += jsInclude("Art_Vector_Belly_Piercing"); - else if (slave.navelPiercing === 2) - r += jsInclude("Art_Vector_Belly_Piercing_Heavy"); - } - /* Torso Accessories */ - if ((slave.bellyAccessory === "a corset" || slave.bellyAccessory === "an extreme corset") && slave.belly === 0) { - if (torsoSize === "Normal") - r += jsInclude("Art_Vector_Corsetnormal"); - else if (torsoSize === "Hourglass") - r += jsInclude("Art_Vector_Corsethourglass"); - else if (torsoSize === "Unnatural") - r += jsInclude("Art_Vector_Corsetunnatural"); - } else if (slave.bellyAccessory === "a small empathy belly") { - r += jsInclude("Art_Vector_Empathy_Belly_Small"); - } else if (slave.bellyAccessory === "a medium empathy belly") { - r += jsInclude("Art_Vector_Empathy_Belly_Medium"); - } else if (slave.bellyAccessory === "a large empathy belly") { - r += jsInclude("Art_Vector_Empathy_Belly_Large"); - } else if (slave.bellyAccessory === "a huge empathy belly") { - r += jsInclude("Art_Vector_Empathy_Belly_Huge"); - } - } - - function ArtVectorBoob() { - if (slave.boobs < 300) { - /* BEWARE: this threshold may be used in other art-related code, too */ - /* boobs too small - draw areolae directly onto torso */ - } else { - r += jsInclude("Art_Vector_Boob_Alt"); - /* shiny clothing */ - if (V.seeVectorArtHighlights === 1) { - if (slave.fuckdoll !== 0 || slave.clothes === "a latex catsuit" || slave.clothes === "body oil") - r += jsInclude("Art_Vector_Boob_Outfit_Shine"); - } - } - switch (slave.clothes) { /* display nipples/areola for the following clothes */ - case "a chattel habit": - case "a fallen nuns habit": - case "a Fuckdoll suit": - case "a monokini": - case "a nice pony outfit": - case "a skimpy loincloth": - case "a slutty pony outfit": - case "a string bikini": - case "a succubus outfit": - case "a thong": - case "a toga": - case "attractive lingerie for a pregnant woman": - case "body oil": - case "boyshorts": - case "chains": - case "choosing her own clothes": - case "clubslut netting": - case "cutoffs": - case "jeans": - case "leather pants": - case "no clothing": - case "panties": - case "restrictive latex": - case "shibari ropes": - case "slutty jewelry": - case "sport shorts": - case "striped panties": - case "uncomfortable straps": - if (slave.areolaeShape === "star") - r += jsInclude("Art_Vector_Boob_Areola_Star"); - else if (slave.areolaeShape === "heart") - r += jsInclude("Art_Vector_Boob_Areola_Heart"); - else if (slave.areolae === 0) - r += jsInclude("Art_Vector_Boob_Areola"); - else if (slave.areolae === 1) - r += jsInclude("Art_Vector_Boob_Areola_Large"); - else if (slave.areolae === 2) - r += jsInclude("Art_Vector_Boob_Areola_Wide"); - else if (slave.areolae === 3) - r += jsInclude("Art_Vector_Boob_Areola_Huge"); - - if (slave.nipples === "tiny") - r += jsInclude("Art_Vector_Boob_NippleTiny"); - else if (slave.nipples === "cute") - r += jsInclude("Art_Vector_Boob_NippleCute"); - else if (slave.nipples === "puffy") - r += jsInclude("Art_Vector_Boob_NipplePuffy"); - else if (slave.nipples === "inverted") - r += jsInclude("Art_Vector_Boob_NippleInverted"); - else if (slave.nipples === "huge") - r += jsInclude("Art_Vector_Boob_NippleHuge"); - else if (slave.nipples === "partially inverted") - r += jsInclude("Art_Vector_Boob_NipplePartiallyInverted"); - else if (slave.nipples === "fuckable") - r += jsInclude("Art_Vector_Boob_NippleFuckable"); - } - } - - function ArtVectorBoobAddons() { - if (slave.boobs < 300) { - /* boobs too small: do not show boob-related art */ - /* BEWARE: this threshold should be kept in sync with the one in Art_Vector_Boob_ */ - } else { - switch (slave.clothes) { - case "a chattel habit": - case "a comfortable bodysuit": - case "a cybersuit": - case "a fallen nuns habit": - case "a Fuckdoll suit": - case "a latex catsuit": - case "a nice pony outfit": - case "a skimpy loincloth": - case "a slutty pony outfit": - case "a succubus outfit": - case "a thong": - case "body oil": - case "boyshorts": - case "choosing her own clothes": - case "cutoffs": - case "jeans": - case "leather pants": - case "no clothing": - case "panties": - case "restrictive latex": - case "sport shorts": - case "striped panties": - break; /* do nothing for these choices */ - /* manually handle special cases */ - case "a slutty schutzstaffel uniform": - r += jsInclude("Art_Vector_Boob_Outfit_SchutzstaffelUniform"); - break; - case "a niqab and abaya": - case "a burqa": - r += jsInclude("Art_Vector_Boob_Outfit_HijabAndAbaya"); - break; - default: - r += jsInclude(`Art_Vector_Boob_Outfit_${clothing2artSuffix(slave.clothes)}`); - } - } - if (V.showBodyMods === 1 && (slave.nipplesPiercing > 0 || slave.areolaePiercing > 0)) { - /* shows nipple piercings in game when selected; piercings will show on the outfits listed below */ - switch (slave.clothes) { - case "a chattel habit": - case "a comfortable bodysuit": - case "a cybersuit": - case "a fallen nuns habit": - case "a latex catsuit": - case "a monokini": - case "a nice pony outfit": - case "a penitent nuns habit": - case "a skimpy loincloth": - case "a slutty pony outfit": - case "a string bikini": - case "a succubus outfit": - case "a thong": - case "an apron": - case "attractive lingerie": - case "attractive lingerie for a pregnant woman": - case "body oil": - case "boyshorts": - case "chains": - case "choosing her own clothes": - case "cutoffs": - case "jeans": - case "leather pants": - case "leather pants and a tube top": - case "leather pants and pasties": - case "no clothing": - case "panties": - case "restrictive latex": - case "shibari ropes": - case "slutty jewelry": - case "sport shorts": - case "striped panties": - case "uncomfortable straps": - if (slave.nipplesPiercing === 1) - r += jsInclude("Art_Vector_Boob_Piercing"); - else if (slave.nipplesPiercing > 1) - r += jsInclude("Art_Vector_Boob_Piercing_Heavy"); - - if (slave.areolaePiercing === 1) - r += jsInclude("Art_Vector_Boob_Areola_Piercing"); - else if (slave.areolaePiercing > 1) - r += jsInclude("Art_Vector_Boob_Areola_Piercingheavy"); - } - } - } - - function ArtVectorButt() { - if (slave.amp === 0) - r += jsInclude(`Art_Vector_Butt_${buttSize}`); - else if (slave.amp === -1) - r += jsInclude(`Art_Vector_Butt_ProstheticBasic_${buttSize}`); - else if (slave.amp === -2) - r += jsInclude(`Art_Vector_Butt_ProstheticSexy_${buttSize}`); - else if (slave.amp === -3) /* reverted to regular SVG to match description */ - r += jsInclude(`Art_Vector_Butt_ProstheticBeauty_${buttSize}`); - else if (slave.amp === -4) - r += jsInclude(`Art_Vector_Butt_ProstheticCombat_${buttSize}`); - else if (slave.amp === -5) - r += jsInclude(`Art_Vector_Butt_ProstheticSwiss_${buttSize}`); - } - - function ArtVectorChastityBelt() { - let bodySize = ""; - if (slave.waist >= 96) { - if (slave.weight >= 11) - bodySize = "Fat"; - else if (slave.weight > -31) - bodySize = "_Chubby"; - } else if (slave.waist >= 41) { - if (slave.weight >= 31) - bodySize = "Fat"; - else if (slave.weight >= 0) - bodySize = "_Chubby"; - } else if (slave.waist >= 11) { - if (slave.weight >= 96) - bodySize = "Fat"; - else if (slave.weight >= 11) - bodySize = "_Chubby"; - } else if (slave.waist > -11) { - if (slave.weight >= 131) - bodySize = "Fat"; - else if (slave.weight >= 31) - bodySize = "_Chubby"; - } else if (slave.waist > -41) { - if (slave.weight >= 161) - bodySize = "Fat"; - else if (slave.weight >= 96) - bodySize = "_Chubby"; - } else if (slave.waist > -96) { - if (slave.weight >= 191) - bodySize = "Fat"; - else if (slave.weight >= 131) - bodySize = "_Chubby"; - } else { - if (slave.weight >= 31) - bodySize = "_Chubby"; - } - - if (slave.dickAccessory === "anal chastity" || slave.dickAccessory === "combined chastity" || slave.vaginalAccessory === "anal chastity" || slave.vaginalAccessory === "combined chastity") { - if (bodySize === "Fat") { - r += jsInclude("Art_Vector_Chastity_Vagina_Fat"); - } else { - r += jsInclude("Art_Vector_Chastity_Anus"); - r += jsInclude(`Art_Vector_Chastity_Base${bodySize}`); - } - } - if (slave.vaginalAccessory === "chastity belt" || slave.vaginalAccessory === "combined chastity") { - if (bodySize === "Fat") { - r += jsInclude("Art_Vector_Chastity_Vagina_Fat"); - } else { - r += jsInclude("Art_Vector_Chastity_Vagina"); - r += jsInclude(`Art_Vector_Chastity_Base${bodySize}`); - } - } - if (slave.vaginalAccessory !== "none") { - switch (slave.clothes) {/* shows vaginal accessories on the outfits below */ - case "a bra": - case "a button-up shirt": - case "a button-up shirt and panties": - case "a chattel habit": - case "a comfortable bodysuit": - case "a fallen nuns habit": - case "a Fuckdoll suit": - case "a latex catsuit": - case "a monokini": - case "a nice pony outfit": - case "a penitent nuns habit": - case "a slutty klan robe": - case "a slutty outfit": - case "a slutty pony outfit": - case "a sports bra": - case "a string bikini": - case "a striped bra": - case "a succubus outfit": - case "a sweater": - case "a t-shirt": - case "a t-shirt and panties": - case "a t-shirt and thong": - case "a tank-top": - case "a thong": - case "a tube top": - case "a tube top and thong": - case "an apron": - case "an oversized t-shirt": - case "attractive lingerie": - case "attractive lingerie for a pregnant woman": - case "body oil": - case "chains": - case "choosing her own clothes": - case "clubslut netting": - case "cutoffs": - case "harem gauze": - case "no clothing": - case "panties": - case "panties and pasties": - case "restrictive latex": - case "shibari ropes": - case "slutty jewelry": - case "striped underwear": - case "uncomfortable straps": - if (slave.vaginalAccessory === "dildo") { - r += jsInclude("Art_Vector_Dildo_Short"); - } else if (slave.vaginalAccessory === "long dildo") { - r += jsInclude("Art_Vector_Dildo_Long"); - } else if (slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a string bikini" && slave.clothes !== "attractive lingerie for a pregnant woman" && slave.clothes !== "restrictive latex") { - if (slave.vaginalAccessory === "large dildo") /* additional outfits disabled due to the art breaking with the larger accessories */ - r += jsInclude("Art_Vector_Dildo_Large"); - else if (slave.vaginalAccessory === "long, large dildo") - r += jsInclude("Art_Vector_Dildo_Large_Long"); - else if (slave.vaginalAccessory === "huge dildo") - r += jsInclude("Art_Vector_Dildo_Huge"); - else if (slave.vaginalAccessory === "long, huge dildo") - r += jsInclude("Art_Vector_Dildo_Huge_Long"); - } - } - } - } - - function ArtVectorCollar() { - r += jsInclude("Art_Vector_Clavicle"); - /* TODO": find out where "uncomfortable leather" collar art went */ - switch (slave.collar) { - case "leather with cowbell": - r += jsInclude("Art_Vector_Collar_Cowbell"); - break; - case "heavy gold": - r += jsInclude("Art_Vector_Collar_Gold_Heavy"); - break; - case "neck corset": - r += jsInclude("Art_Vector_Collar_Neck_Corset"); - break; - case "pretty jewelry": - r += jsInclude("Art_Vector_Collar_Pretty_Jewelry"); - break; - case "cruel retirement counter": - r += jsInclude("Art_Vector_Collar_Retirement_Cruel"); - break; - case "nice retirement counter": - r += jsInclude("Art_Vector_Collar_Retirement_Nice"); - break; - case "satin choker": - r += jsInclude("Art_Vector_Collar_Satin_Choker"); - break; - case "shock punishment": - r += jsInclude("Art_Vector_Collar_Shock_Punishment"); - break; - case "stylish leather": - r += jsInclude("Art_Vector_Collar_Stylish_Leather"); - break; - case "tight steel": - r += jsInclude("Art_Vector_Collar_Tight_Steel"); - break; - case "uncomfortable leather": - r += jsInclude("Art_Vector_Collar_Leather_Cruel"); - break; - case "silk ribbon": - r += jsInclude("Art_Vector_Collar_Silk_Ribbon"); - break; - case "bowtie": - r += jsInclude("Art_Vector_Collar_Bowtie"); - break; - case "ancient Egyptian": - r += jsInclude("Art_Vector_Collar_Ancientegyptian"); - } - } - - function ArtVectorFeet() { - let outfit, stockings; - if (slave.legAccessory === "short stockings") - stockings = "SS"; - else if (slave.legAccessory === "long stockings") - stockings = "LL"; - - /* Updated 2018-10-25 by Fr0g */ - /* - added brackets to make boolean logic run */ - if (slave.shoes === "heels") { - r += jsInclude("Art_Vector_Shoes_Heel"); - } else if (slave.shoes === "pumps") { - r += jsInclude("Art_Vector_Shoes_Pump"); - } else if (slave.shoes === "extreme heels") { - r += jsInclude(`Art_Vector_Shoes_Extreme_Heel_${legSize}`); - } else if (slave.shoes === "boots") { - r += jsInclude(`Art_Vector_Shoes_Boot_${legSize}`); - } else if (slave.shoes === "flats") { - r += jsInclude("Art_Vector_Shoes_Flat"); - } else { - if (slave.amp === 0) { - r += jsInclude("Art_Vector_Feet_Normal"); - } else if (slave.PLimb === 1 || slave.PLimb === 2) { - if (slave.amp === -1) - r += jsInclude("Art_Vector_Feet_ProstheticBasic"); - else if (slave.amp === -2) - r += jsInclude("Art_Vector_Feet_ProstheticSexy"); - else if (slave.amp === -3) - r += jsInclude("Art_Vector_Feet_ProstheticBeauty"); - else if (slave.amp === -4) - r += jsInclude("Art_Vector_Feet_ProstheticCombat"); - else if (slave.amp === -5) - r += jsInclude("Art_Vector_Feet_ProstheticSwiss"); - } - } - if (stockings !== undefined && slave.amp !== 1) { - if (slave.shoes === "heels") { - r += jsInclude(`Art_Vector_Shoes_Heel_${stockings}_${legSize}`); - } else if (slave.shoes === "pumps") { - r += jsInclude(`Art_Vector_Shoes_Pump_${stockings}_${legSize}`); - } else if (slave.shoes === "flats") { - r += jsInclude(`Art_Vector_Shoes_Flat_${stockings}_${legSize}`); - } else if (slave.shoes === "none") { - r += jsInclude(`Art_Vector_Shoes_Stockings_${stockings}_${legSize}`); - } - } - switch (slave.clothes) { - case "a bra": - case "a button-up shirt": - case "a button-up shirt and panties": - case "a chattel habit": - case "a comfortable bodysuit": - case "a cybersuit": - case "a gothic lolita dress": - case "a hanbok": - case "a leotard": - case "a nice pony outfit": - case "a one-piece swimsuit": - case "a penitent nuns habit": - case "a scalemail bikini": - case "a skimpy loincloth": - case "a slutty klan robe": - case "a slutty outfit": - case "a slutty pony outfit": - case "a sports bra": - case "a string bikini": - case "a striped bra": - case "a sweater": - case "a sweater and panties": - case "a t-shirt": - case "a t-shirt and panties": - case "a t-shirt and thong": - case "a tank-top": - case "a tank-top and panties": - case "a thong": - case "a tube top": - case "a tube top and thong": - case "an oversized t-shirt": - case "attractive lingerie for a pregnant woman": - case "chains": - case "choosing her own clothes": - case "kitty lingerie": - case "no clothing": - case "panties": - case "panties and pasties": - case "shibari ropes": - case "striped panties": - case "striped underwear": - case "uncomfortable straps": - break; /* do nothing for these cases */ - case "a Fuckdoll suit": - case "a latex catsuit": - case "body oil": - case "restrictive latex": - if (V.seeVectorArtHighlights === 1) /* special case for shiny clothing */ - outfit = "Shine"; - break; - default: - outfit = clothing2artSuffix(slave.clothes); - } - if (outfit !== undefined) { - if (slave.amp !== 1) { - if (slave.clothes !== "a slutty qipao" && slave.clothes !== "harem gauze" && slave.clothes !== "slutty jewelry" && slave.clothes !== "Western clothing") /* these clothes have a stump/leg outfit, but no butt outfit */ - r += jsInclude(`Art_Vector_Butt_Outfit_${outfit}_${buttSize}`); - if (slave.clothes !== "a schoolgirl outfit") /* file is there, but contains no artwork */ - r += jsInclude(`Art_Vector_Leg_Outfit_${outfit}_${legSize}`); - } else { - if (outfit === "Shine") /* the only stump outfit that does not draw an empty svg */ - r += jsInclude(`Art_Vector_Leg_Outfit_${outfit}_Stump`); - } - } - } - - function ArtVectorHairBack() { - if (hairLength !== undefined) { /* Don't draw hair if it isn't there */ - if (slave.fuckdoll !== 0 || (slave.bald !== 0 && slave.hStyle === "bald")) { - r += jsInclude("Art_Vector_Hair_Back_NoHair"); - } else { - switch (slave.clothes) { - case "a biyelgee costume": - case "a burkini": - case "a burqa": - case "a chattel habit": - case "a cybersuit": - case "a fallen nuns habit": - case "a hijab and abaya": - case "a hijab and blouse": - case "a klan robe": - case "a military uniform": - case "a mounty outfit": - case "a niqab and abaya": - case "a penitent nuns habit": - case "a police uniform": - case "a red army uniform": - case "a schutzstaffel uniform": - case "a slutty klan robe": - case "a slutty nurse outfit": - case "a slutty schutzstaffel uniform": - case "battlearmor": - case "restrictive latex": - case "Western clothing": - break; /* do nothing */ - default: - switch (slave.hStyle) { - case "buzzcut": - case "shaved": - case "shaved bald": - r += jsInclude("Art_Vector_Hair_Back_NoHair"); - break; - case "afro": - if (slave.hLength >= 150) - r += jsInclude("Art_Vector_Hair_Back_Afro_Giant"); - else - r += jsInclude(`Art_Vector_Hair_Back_Afro_${hairLength}`); - break; - case "messy bun": - r += jsInclude(`Art_Vector_Hair_Back_Ninja_${hairLength}`); - break; - case "strip": - r += jsInclude("Art_Vector_Hair_Back_NoHair"); - break; - case "braided": - case "bun": - case "cornrows": - case "curled": - case "dreadlocks": - case "eary": - case "luxurious": - case "messy": - case "neat": - case "permed": - case "ponytail": - case "tails": - case "up": - r += jsInclude(`Art_Vector_Hair_Back_${capFirstChar(slave.hStyle)}_${hairLength}`); - break; - default: - r += jsInclude("Art_Vector_Hair_Back_Messy_Medium"); - } - } - } - } - /* note: latex clothing actually shows some hair, but there is no appropriate art for it */ - if (slave.collar === "cat ears") - r += jsInclude("Art_Vector_Cat_Ear_Back"); - } - - function ArtVectorHairFore() { - if (hairLength !== undefined) { /* Don't draw hair if it isn't there */ - if (slave.fuckdoll !== 0 || (slave.bald !== 0 && slave.hStyle === "bald")) { - r += jsInclude("Art_Vector_Hair_Fore_NoHair"); - } else { - switch (slave.clothes) { - case "a biyelgee costume": - case "a burkini": - case "a burqa": - case "a chattel habit": - case "a cybersuit": - case "a fallen nuns habit": - case "a hijab and abaya": - case "a hijab and blouse": - case "a klan robe": - case "a military uniform": - case "a mounty outfit": - case "a niqab and abaya": - case "a penitent nuns habit": - case "a police uniform": - case "a red army uniform": - case "a schutzstaffel uniform": - case "a slutty klan robe": - case "a slutty nurse outfit": - case "a slutty schutzstaffel uniform": - case "battlearmor": - case "restrictive latex": - case "Western clothing": - break; /* do nothing */ - default: - switch (slave.hStyle) { - case "buzzcut": - case "shaved": - case "shaved bald": - r += jsInclude("Art_Vector_Hair_Fore_NoHair"); - break; - case "afro": - if (slave.hLength >= 150) - r += jsInclude("Art_Vector_Hair_Fore_Afro_Giant"); - else - r += jsInclude(`Art_Vector_Hair_Fore_Afro_${hairLength}`); - break; - case "messy bun": - r += jsInclude(`Art_Vector_Hair_Fore_Ninja_${hairLength}`); - break; - case "bun": - case "neat": - case "ponytail": - r += jsInclude(`Art_Vector_Hair_Fore_${capFirstChar(slave.hStyle)}`); - break; - case "braided": - case "cornrows": - case "curled": - case "dreadlocks": - case "eary": - case "luxurious": - case "messy": - case "permed": - case "strip": - case "tails": - case "up": - r += jsInclude(`Art_Vector_Hair_Fore_${capFirstChar(slave.hStyle)}_${hairLength}`); - break; - default: - r += jsInclude("Art_Vector_Hair_Fore_Messy_Medium"); - } - } - } - } - /* note: latex clothing actually shows some hair, but there is no appropriate art for it */ - if (slave.collar === "cat ears") - r += jsInclude("Art_Vector_Cat_Ear_Fore"); - } - - function ArtVectorHead() { - const eyebrowFullness = clothing2artSuffix(slave.eyebrowFullness); /* designed for clothing but works for eyebrows too. If other eyebrow styles are added, this may need to be changed. */ - const hasEyebrows = slave.eyebrowHStyle !== "bald" && slave.eyebrowHStyle !== "shaved"; - - r += jsInclude("Art_Vector_Head"); - /* shiny clothing */ - if (V.seeVectorArtHighlights === 1) { - if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit") - r += jsInclude("Art_Vector_Head_Outfit_Shine"); - } - if (slave.clothes !== "restrictive latex") { - if (slave.markings === "beauty mark") - r += jsInclude("Art_Vector_Beauty_Mark"); - else if (slave.markings === "freckles") - r += jsInclude("Art_Vector_Freckles"); - else if (slave.markings === "heavily freckled") - r += jsInclude("Art_Vector_Freckles_Heavy"); - else if (slave.markings === "birthmark") - r += jsInclude("Art_Vector_Birthmark"); - else if (slave.minorInjury === "black eye") - r += jsInclude("Art_Vector_Black_Eye"); - } - /* FACIAL APPEARANCE */ - if (V.seeFaces === 1) { - if (slave.fuckdoll === 0 && slave.clothes !== "restrictive latex") { - switch (slave.race) { - case "southern european": - case "white": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeD"); - r += jsInclude("Art_Vector_Mouth_TypeF"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeE"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } - break; - case "asian": - case "malay": - case "pacific islander": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeD"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeB"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeE"); - if (slave.eyebrowFullness === "pencil-thin") - r += jsInclude("Art_Vector_Eyebrow_TypeC_Pencilthin"); - else if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } - break; - case "amerindian": - case "latina": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeB_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeB"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeF"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeB"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); - } - break; - case "black": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeD"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeF"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeB"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (slave.eyebrowFullness === "natural") - r += jsInclude("Art_Vector_Eyebrow_TypeB_Natural"); - else if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeF"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } - break; - case "middle eastern": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeD"); - r += jsInclude("Art_Vector_Mouth_TypeF"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeB_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeF"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeE"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); - } - break; - case "semitic": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeD"); - r += jsInclude("Art_Vector_Mouth_TypeF"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeB_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeF"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeE"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); - } - break; - case "indo-aryan": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeF"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeE"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } - break; - case "mixed race": - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeF"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeE"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeD"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } - break; - default: - if (slave.faceShape === "normal") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeA"); - r += jsInclude("Art_Vector_Nose_TypeA"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "masculine") { - r += jsInclude("Art_Vector_Eyes_TypeD"); - r += jsInclude("Art_Vector_Mouth_TypeF"); - r += jsInclude("Art_Vector_Nose_TypeF"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); - } else if (slave.faceShape === "androgynous") { - r += jsInclude("Art_Vector_Eyes_TypeE"); - r += jsInclude("Art_Vector_Mouth_TypeE"); - r += jsInclude("Art_Vector_Nose_TypeE"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); - } else if (slave.faceShape === "cute") { - r += jsInclude("Art_Vector_Eyes_TypeB"); - r += jsInclude("Art_Vector_Mouth_TypeB"); - r += jsInclude("Art_Vector_Nose_TypeD"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); - } else if (slave.faceShape === "sensual") { - r += jsInclude("Art_Vector_Eyes_TypeC"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } else if (slave.faceShape === "exotic") { - r += jsInclude("Art_Vector_Eyes_TypeA"); - r += jsInclude("Art_Vector_Mouth_TypeC"); - r += jsInclude("Art_Vector_Nose_TypeC"); - if (hasEyebrows === true) - r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); - } - } - } - } - /* END FACIAL APPEARANCE */ - - if (slave.eyebrowPiercing === 1) - r += jsInclude("Art_Vector_Eyebrow_Light"); - else if (slave.eyebrowPiercing === 2) - r += jsInclude("Art_Vector_Eyebrow_Heavy"); - - if (slave.nosePiercing === 1) - r += jsInclude("Art_Vector_Nose_Light"); - else if (slave.nosePiercing === 2) - r += jsInclude("Art_Vector_Nose_Heavy"); - - if (slave.lipsPiercing === 1) - r += jsInclude("Art_Vector_Lip_Light"); - else if (slave.lipsPiercing === 2) - r += jsInclude("Art_Vector_Lip_Heavy"); - - /* ADDONS */ - if (slave.fuckdoll === 0) { /* fuckdolls cannot be decorated */ - if (slave.collar === "dildo gag") - r += jsInclude("Art_Vector_Dildo_Gag"); - else if (slave.collar === "ball gag") - r += jsInclude("Art_Vector_Ball_Gag"); - else if (slave.collar === "bit gag") - r += jsInclude("Art_Vector_Bit_Gag"); - else if (slave.collar === "massive dildo gag") - r += jsInclude("Art_Vector_Massive_Dildo_Gag"); - else if (slave.collar === "porcelain mask") - r += jsInclude("Art_Vector_Porcelain_Mask"); - - if (slave.eyewear === "corrective glasses" || slave.eyewear === "glasses" || slave.eyewear === "blurring glasses") - r += jsInclude("Art_Vector_Glasses"); - - /* head clothing */ - switch (slave.clothes) { - case "a biyelgee costume": - case "a bunny outfit": - case "a burkini": - case "a burqa": - case "a chattel habit": - case "a cybersuit": - case "a fallen nuns habit": - case "a hijab and abaya": - case "a hijab and blouse": - case "a klan robe": - case "a military uniform": - case "a mounty outfit": - case "a niqab and abaya": - case "a penitent nuns habit": - case "a police uniform": - case "a red army uniform": - case "a slutty klan robe": - case "a slutty nurse outfit": - case "a succubus outfit": - case "battlearmor": - case "harem gauze": - case "Western clothing": - r += jsInclude(`Art_Vector_Head_Outfit_${clothing2artSuffix(slave.clothes)}`); - break; - case "a schutzstaffel uniform": - case "a slutty schutzstaffel uniform": - r += jsInclude("Art_Vector_Head_Outfit_SchutzstaffelUniform"); - break; - case "kitty lingerie": - r += jsInclude("Art_Vector_Cat_Ear_Fore"); - r += jsInclude("Art_Vector_Cat_Ear_Back"); - } - } - } - - function ArtVectorLeg() { - /* Selection of matching SVG based on amputee level */ - if (slave.amp === 0) { - r += jsInclude(`Art_Vector_Leg_${legSize}`); - if (slave.muscles >= 97) - r += jsInclude(`Art_Vector_Leg_${legSize}_MHeavy`); - else if (slave.muscles >= 62) - r += jsInclude(`Art_Vector_Leg_${legSize}_MMedium`); - else if (slave.muscles >= 30) - r += jsInclude(`Art_Vector_Leg_${legSize}_MLight`); - } else if (slave.amp === 1) { - r += jsInclude("Art_Vector_Stump"); - } else if (slave.PLimb === 1 || slave.PLimb === 2) { /* slave is an amputee and has PLimbs equipped */ - if (slave.amp === -1) - r += jsInclude(`Art_Vector_Leg_ProstheticBasic_${legSize}`); - else if (slave.amp === -2) - r += jsInclude(`Art_Vector_Leg_ProstheticSexy_${legSize}`); - else if (slave.amp === -3) - r += jsInclude(`Art_Vector_Leg_ProstheticBeauty_${legSize}`); - else if (slave.amp === -4) - r += jsInclude(`Art_Vector_Leg_ProstheticCombat_${legSize}`); - else /* slave.amp === -5 */ - r += jsInclude(`Art_Vector_Leg_ProstheticSwiss_${legSize}`); - } - } - - function ArtVectorPubicHair() { - if (slave.fuckdoll !== 0 || slave.clothes !== "a latex catsuit") { - if (V.showBodyMods === 1 && slave.vaginaTat === "rude words") { - if (slave.dick !== 0) - T.art_pussy_tattoo_text = "Useless"; - else - T.art_pussy_tattoo_text = "Fucktoy"; - r += jsInclude("Art_Vector_Pussy_Tattoo"); - } - if (slave.physicalAge < 11) { - /* these art files exist, but draw empty svg's. Commented out for now to save on rendering time - r += jsInclude("Art_Vector_Pubic_Hair_None"); - r += jsInclude("Art_Vector_Pubic_Hair_Underarm_None"); - */ - } else if (slave.physicalAge <= 13) { - if (slave.pubicHStyle !== "waxed") - r += jsInclude("Art_Vector_Pubic_Hair_Wispy"); - } else if (slave.clothes !== "a comfortable bodysuit") { - switch (slave.pubicHStyle) { - case "bald": - case "hairless": - case "waxed": - /* commented out to save on rendering time - r += jsInclude("Art_Vector_Pubic_Hair_None"); - */ - break; - case "strip": - case "in a strip": - if (torsoSize === "Obese" || torsoSize === "Fat") - r += jsInclude("Art_Vector_Pubic_Hair_StripFat"); - else - r += jsInclude("Art_Vector_Pubic_Hair_Strip"); - break; - case "neat": - if (torsoSize === "Obese" || torsoSize === "Fat") - r += jsInclude("Art_Vector_Pubic_Hair_NeatFat"); - else - r += jsInclude("Art_Vector_Pubic_Hair_Neat"); - break; - case "bushy in the front and neat in the rear": - if (torsoSize === "Obese" || torsoSize === "Fat") - r += jsInclude("Art_Vector_Pubic_Hair_BushFat"); - else - r += jsInclude("Art_Vector_Pubic_Hair_Bush"); - break; - case "bushy": - if (torsoSize === "Obese" || torsoSize === "Fat") - r += jsInclude("Art_Vector_Pubic_Hair_BushyFat"); - else - r += jsInclude("Art_Vector_Pubic_Hair_Bushy"); - break; - case "very bushy": - if (torsoSize === "Obese" || torsoSize === "Fat") - r += jsInclude("Art_Vector_Pubic_Hair_Very_BushyFat"); - else - r += jsInclude("Art_Vector_Pubic_Hair_Very_Bushy"); - } - switch (slave.underArmHStyle) { - case "hairless": - case "waxed": - case "bald": - /* commented out to save on rendering time - r += jsInclude("Art_Vector_Pubic_Hair_Underarm_None"); - */ - break; - case "shaved": - r += jsInclude("Art_Vector_Pubic_Hair_Underarm_Shaved"); - break; - case "neat": - r += jsInclude("Art_Vector_Pubic_Hair_Underarm_Neat"); - break; - case "bushy": - r += jsInclude("Art_Vector_Pubic_Hair_Underarm_Bushy"); - } - } - } - } - - function ArtVectorPussy() { - if (slave.vagina >= 0 && slave.clothes !== "a latex catsuit" && slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a cybersuit") - r += jsInclude("Art_Vector_Pussy"); - } - - function ArtVectorPussyPiercings() { - switch (slave.clothes) {/* piercings display on these clothes */ - case "a bra": - case "a button-up shirt": - case "a chattel habit": - case "a comfortable bodysuit": - case "a cybersuit": - case "a fallen nuns habit": - case "a Fuckdoll suit": - case "a latex catsuit": - case "a monokini": - case "a nice pony outfit": - case "a penitent nuns habit": - case "a skimpy loincloth": - case "a slutty pony outfit": - case "a sports bra": - case "a string bikini": - case "a striped bra": - case "a succubus outfit": - case "a sweater": - case "a t-shirt": - case "a t-shirt and panties": - case "a t-shirt and thong": - case "a tank-top": - case "a tube top": - case "an oversized t-shirt": - case "attractive lingerie": - case "body oil": - case "chains": - case "choosing her own clothes": - case "no clothing": - case "restrictive latex": - case "shibari ropes": - case "slutty jewelry": - case "sport shorts": - case "sport shorts and a sports bra": - case "sport shorts and a t-shirt": - case "uncomfortable straps": - case "Western clothing": - /* piercinglevel = 1, Light; piercinglevel = 2, Heavy; piercinglevel = 3, Smart; piercinglevel = 0, None */ - if (slave.vaginaPiercing === 1) - r += jsInclude("Art_Vector_Pussy_Piercing"); - else if (slave.vaginaPiercing === 2) - r += jsInclude("Art_Vector_Pussy_Piercing_Heavy"); - - if (slave.clitPiercing === 1) - r += jsInclude("Art_Vector_Clit_Piercing"); - else if (slave.clitPiercing === 2) - r += jsInclude("Art_Vector_Clit_Piercing_Heavy"); - else if (slave.clitPiercing === 3) - r += jsInclude("Art_Vector_Clit_Piercing_Smart"); - } - } - - function ArtVectorTorso() { - r += jsInclude(`Art_Vector_Torso_${torsoSize}`); - if (slave.muscles >= 97) - r += jsInclude(`Art_Vector_Torso_${torsoSize}_MHeavy`); - else if (slave.muscles >= 62) - r += jsInclude(`Art_Vector_Torso_${torsoSize}_MMedium`); - else if (slave.muscles >= 30) - r += jsInclude(`Art_Vector_Torso_${torsoSize}_MLight`); - } - - function ArtVectorTorsoOutfit() { - /* TODO: latex catsuit should cover vagina and its piercings, too */ - switch (slave.clothes) { - case "a Fuckdoll suit": - case "a latex catsuit": - case "a nice pony outfit": - case "a slutty pony outfit": - case "choosing her own clothes": - case "no clothing": - break; /* no torso outfit */ - /* manually handle special cases */ - case "a cybersuit": - r += jsInclude(`Art_Vector_Torso_Outfit_Latex_${torsoSize}`); - break; - case "a slutty schutzstaffel uniform": - r += jsInclude(`Art_Vector_Torso_Outfit_SchutzstaffelUniform_${torsoSize}`); - break; - case "a niqab and abaya": - case "a burqa": - r += jsInclude(`Art_Vector_Torso_Outfit_HijabAndAbaya_${torsoSize}`); - break; - default: - r += jsInclude(`Art_Vector_Torso_Outfit_${clothing2artSuffix(slave.clothes)}_${torsoSize}`); - } - if (V.seeVectorArtHighlights === 1) { - if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit") { - if (slave.amp !== 0) - r += jsInclude("Art_Vector_Torso_Outfit_Shine_Shoulder"); - if (slave.preg <= 0) - r += jsInclude(`Art_Vector_Torso_Outfit_Shine_${torsoSize}`); - } - } - } - return VectorArt; -})(); diff --git a/src/art/artWidgets.tw b/src/art/artWidgets.tw index b0bf63b04dde8f301e8808873843dfe5d28c7105..22f2127b7aeb7d4f40a6fda91ed29be8fbff8791 100644 --- a/src/art/artWidgets.tw +++ b/src/art/artWidgets.tw @@ -31,13 +31,7 @@ $args[2]: icon UI Display for vector art, 1 for on. <<elseif $imageChoice == 1>> /* VECTOR ART BY NOX*/ -<<set _artSlave = $args[0] >> -/* 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 */ -<<run ArtVectorColor(_artSlave)>> -<<include Art_Vector_Generate_Stylesheet_>> -<<= VectorArt(_artSlave)>> +<<= VectorArt($args[0], $args[1])>> <<elseif $imageChoice == 2>> /* VECTOR ART BY NOX - Pregmod Legacy Version */ <<SVGFilters>> diff --git a/src/art/vector/ArtVectorColor.js b/src/art/vector/ArtVectorColor.js deleted file mode 100644 index f7613a449ef38fa1d2cff96cc6c26ed98244da16..0000000000000000000000000000000000000000 --- a/src/art/vector/ArtVectorColor.js +++ /dev/null @@ -1,387 +0,0 @@ -window.ArtVectorColor = function(slave) { - const T = State.temporary; - let outfitBaseColour; - - /* - WARNING: Some of these temporary variables are used in wardrobeUse.tw or salon.tw - Known examples are _outfitBaseColour, _glassesColor, and _shoeColour - */ - setOutfitColor(); - setSkinColor(); - setHairColor(); - setShoeColor(); - - function setOutfitColor() { - /* TODO: rewrite all textual descriptions not to explicitly mention the latex being of black color. */ - if (slave.clothes === "a Fuckdoll suit" || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit" || slave.clothes === "a cybersuit") - outfitBaseColour = slave.clothingBaseColor || "#515351"; /* use custom color, or use default latex color */ - else if (slave.clothes == "a comfortable bodysuit") - outfitBaseColour = slave.clothingBaseColor || "#464646"; /* use custom color, or use default bodysuit color */ - - /* head addons */ - if (slave.collar === "porcelain mask") - T.glassesColor = slave.glassesColor || "#FFFFFF"; /* use custom color or white */ - else - T.glassesColor = slave.glassesColor || "#010101"; /* use custom color or default */ - - T.eyeColor = extractColor(slave.eyeColor, 1); - T.outfitBaseColour = outfitBaseColour; - } - - function setSkinColor() { - let colorSlave = skinColorCatcher(slave); - - /* setting default values */ - T.areolaStyle = colorSlave.areolaColor; - T.bellybuttonStyle = colorSlave.areolaColor; - T.labiaStyle = colorSlave.labiaColor; - T.skinColour = colorSlave.skinColor; - /* todo: introduce fleshStyle */ - /* these need to be declared so they can be set conditionally */ - T.headSkinStyle = undefined; - T.torsoSkinStyle = undefined; - T.boobSkinStyle = undefined; - T.penisSkinStyle = undefined; - T.scrotumSkinStyle = undefined; - T.bellySkinStyle = undefined; - - /* BEGIN SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */ - if (slave.clothes === "a Fuckdoll suit") { - /* slave is a fuckdoll - display all skin as if it was black rubber */ - T.skinColour = outfitBaseColour; - T.areolaStyle = "fill:rgba(81,83,81,1);"; - T.labiaStyle = T.areolaStyle; - T.bellybuttonStyle = T.areolaStyle; - } else if (slave.clothes === "restrictive latex") { /* slave wears restrictive latex - display most skin as if it was rubber */ - /* nice latex does not cover any privates. */ - T.boobSkinStyle = "fill:"+T.skinColour+";"; - T.penisSkinStyle = "fill:"+T.skinColour+";"; - T.scrotumSkinStyle = "fill:"+T.skinColour+";"; - T.torsoSkinStyle = "fill:"+T.skinColour+";"; - /* rest of body is covered in latex */ - T.skinColour = outfitBaseColour; - T.bellybuttonStyle = outfitBaseColour; - } else if (slave.clothes === "a latex catsuit") { - /* nice latex does not cover head. */ - T.headSkinStyle = "fill:"+T.skinColour+";"; - /* rest of body is covered in latex */ - T.skinColour = outfitBaseColour; - /* catsuit covers areolae and crotch, too */ - T.bellybuttonStyle = outfitBaseColour; - } else if (slave.clothes === "a cybersuit") { - /* rest of body is covered in latex */ - T.skinColour = outfitBaseColour; - T.bellybuttonStyle = outfitBaseColour; - } else if (slave.clothes === "a comfortable bodysuit") { - /* nice bodysuit does not cover head. */ - T.headSkinStyle = "fill:"+T.skinColour+";"; - /* rest of body is covered in bodysuit */ - T.skinColour = outfitBaseColour; - T.bellySkinStyle = outfitBaseColour; - T.bellybuttonStyle = outfitBaseColour; - } - /* END SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */ - - /* outfit dick coloring to match outfit rgba in svg */ - switch (slave.clothes) { - case "a cheerleader outfit": - T.scrotumSkinStyle = "fill:rgba(250,186,0,1);"; - T.bellySkinStyle = "fill:rgba(95,110,160,1);"; - break; - case "cutoffs and a t-shirt": - T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; - break; - case "a halter top dress": - T.scrotumSkinStyle = "fill:rgba(94,51,124,1);"; - T.bellySkinStyle = "fill:rgba(94,51,124,1);"; - break; - case "a burqa": - case "a hijab and abaya": - case "a niqab and abaya": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - T.bellySkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "a hijab and blouse": - T.scrotumSkinStyle = "fill:rgba(85,0,34,1);"; - T.bellySkinStyle = "fill:rgba(85,0,34,1);"; - break; - case "a burkini": - T.scrotumSkinStyle = "fill:rgba(0,97,158,1);"; - T.bellySkinStyle = "fill:rgba(0,97,158,1);"; - break; - case "a klan robe": - T.scrotumSkinStyle = "fill:rgba(236,236,236,1);"; - T.bellySkinStyle = "fill:rgba(236,236,236,1);"; - break; - case "a nice maid outfit": - case "a slutty maid outfit": - T.scrotumSkinStyle = "fill:rgba(225,225,225,1);"; - T.bellySkinStyle = "fill:rgba(225,225,225,1);"; - break; - case "a leotard": - T.scrotumSkinStyle = "fill:rgba(120,15,55,1);"; - T.bellySkinStyle = "fill:rgba(120,15,55,1);"; - break; - case "a military uniform": - T.scrotumSkinStyle = "fill:rgba(34,42,18,1);"; - T.bellySkinStyle = "fill:rgba(34,42,18,1);"; - break; - case "a mini dress": - T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; - T.bellySkinStyle = "fill:rgba(26,26,26,1);"; - break; - case "a nice nurse outfit": - T.scrotumSkinStyle = "fill:rgba(0,128,128,1);"; - T.bellySkinStyle = "fill:rgba(0,128,128,1);"; - break; - case "a slutty nurse outfit": - T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "a scalemail bikini": - T.scrotumSkinStyle = "fill:rgba(133,146,158,1);"; - break; - case "striped panties": - T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "a schoolgirl outfit": - T.scrotumSkinStyle = "fill:rgba(28,31,36,1);"; - T.bellySkinStyle = "fill:rgba(28,31,36,1);"; - break; - case "a ball gown": - T.scrotumSkinStyle = "fill:rgba(128,0,0,1);"; - T.bellySkinStyle = "fill:rgba(128,0,0,1);"; - break; - case "battledress": - T.scrotumSkinStyle = "fill:rgba(34,42,18,1);"; - T.bellySkinStyle = "fill:rgba(34,42,18,1);"; - break; - case "a slave gown": - T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; - T.bellySkinStyle = "fill:rgba(200,200,200,1);"; - break; - case "a slutty outfit": - T.scrotumSkinStyle = "fill:rgba(63,126,181,1);"; - break; - case "spats and a tank top": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "a succubus outfit": - T.scrotumSkinStyle = "fill:rgba(128,0,0,1);"; - T.bellySkinStyle = "fill:rgba(128,0,0,1);"; - break; - case "nice business attire": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - T.bellySkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "slutty business attire": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "attractive lingerie for a pregnant woman": - T.scrotumSkinStyle = "fill:rgba(153,153,153,1);"; - break; - case "a bunny outfit": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - T.bellySkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "conservative clothing": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - T.bellySkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "harem gauze": - T.scrotumSkinStyle = "fill:rgba(0,168,131,1);"; - break; - case "a huipil": - T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; - T.bellySkinStyle = "fill:rgba(200,200,200,1);"; - break; - case "a kimono": - T.scrotumSkinStyle = "fill:rgba(0,91,150,1);"; - T.bellySkinStyle = "fill:rgba(0,91,150,1);"; - break; - case "a maternity dress": - T.scrotumSkinStyle = "fill:rgba(48,54,72,1);"; - T.bellySkinStyle = "fill:rgba(48,54,72,1);"; - break; - case "a slutty qipao": - T.scrotumSkinStyle = "fill:rgba(204,177,68,1);"; - T.bellySkinStyle = "fill:rgba(204,177,68,1);"; - break; - case "stretch pants and a crop-top": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "a toga": - T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; - T.bellySkinStyle = "fill:rgba(200,200,200,1);"; - break; - case "a penitent nuns habit": - T.scrotumSkinStyle = "fill:rgba(114,93,73,1);"; - break; - case "a fallen nuns habit": - T.bellySkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "a chattel habit": - T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; - break; - case "a monokini": - T.scrotumSkinStyle = "fill:rgba(33,47,61,1);"; - break; - case "a schutzstaffel uniform": - case "a slutty schutzstaffel uniform": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - T.bellySkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "a red army uniform": - T.scrotumSkinStyle = "fill:rgba(114,93,73,1);"; - T.bellySkinStyle = "fill:rgba(114,93,73,1);"; - break; - case "an apron": - T.scrotumSkinStyle = "fill:rgba(255,105,180,1);"; - T.bellySkinStyle = "fill:rgba(255,105,180,1);"; - break; - case "a dirndl": - T.scrotumSkinStyle = "fill:rgba(128,0,51,1);"; - T.bellySkinStyle = "fill:rgba(128,0,51,1);"; - break; - case "lederhosen": - T.scrotumSkinStyle = "fill:rgba(93,83,108,1);"; - break; - case "a long qipao": - T.scrotumSkinStyle = "fill:rgba(0,128,0,1);"; - break; - case "a mounty outfit": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - T.bellySkinStyle = "fill:rgba(128,0,0,1);"; - break; - case "battlearmor": - T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; - break; - case "striped underwear": - T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "panties": - T.scrotumSkinStyle = "fill:rgba(255,170,238,1);"; - break; - case "a thong": - T.scrotumSkinStyle = "fill:rgba(34,28,36,1);"; - break; - case "a button-up shirt and panties": - case "a t-shirt and panties": - T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; - T.bellySkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "a slutty klan robe": - T.scrotumSkinStyle = "fill:rgba(128,0,0,1);"; - break; - case "cutoffs": - T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; - break; - case "sport shorts": - case "sport shorts and a sports bra": - T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; - break; - case "a t-shirt and thong": - T.scrotumSkinStyle = "fill:rgba(200,55,171,1);"; - T.bellySkinStyle = "fill:rgba(200,55,171,1);"; - break; - case "jeans": - T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; - break; - case "leather pants": - case "leather pants and a tube top": - T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; - break; - case "leather pants and pasties": - T.scrotumSkinStyle = "fill:rgba(85,0,0,1);"; - break; - case "a t-shirt and jeans": - T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; - T.bellySkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "a tank-top and panties": - T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; - T.bellySkinStyle = "fill:rgba(26,26,26,1);"; - break; - case "a tank-top": - T.bellySkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "a tube top and thong": - T.scrotumSkinStyle = "fill:rgba(34,28,36,1);"; - break; - case "boyshorts": - T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; - break; - case "an oversized t-shirt and boyshorts": - T.bellySkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "a sweater and panties": - T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; - T.bellySkinStyle = "fill:rgba(212,170,0,1);"; - break; - case "a sweater and cutoffs": - T.scrotumSkinStyle = "fill:rgba(77,77,77,1);"; - T.bellySkinStyle = "fill:rgba(85,0,0,1);"; - break; - case "a police uniform": - T.scrotumSkinStyle = "fill:rgba(11,23,40,1);"; - T.bellySkinStyle = "fill:rgba(11,23,40,1);"; - break; - case "a one-piece swimsuit": - T.scrotumSkinStyle = "fill:rgba(22,45,80,1);"; - T.bellySkinStyle = "fill:rgba(22,45,80,1);"; - break; - case "a skimpy loincloth": - T.scrotumSkinStyle = "fill:rgba(145,124,111,1);"; - break; - case "kitty lingerie": - T.scrotumSkinStyle = "fill:rgba(255,170,238,1);"; - break; - case "an oversized t-shirt": - T.bellySkinStyle = "fill:rgba(255,255,255,1);"; - break; - case "a hanbok": - T.bellySkinStyle = "fill:rgba(255,109,182,1);"; - break; - case "a gothic lolita dress": - T.bellySkinStyle = "fill:rgba(26,26,26,1);"; - break; - case "a sweater": - T.bellySkinStyle = "fill:rgba(85,0,0,1);"; - break; - case "sport shorts and a t-shirt": - T.scrotumSkinStyle = "fill:rgba(200,55,171,1);"; - T.bellySkinStyle = "fill:rgba(200,55,171,1);"; - break; - case "a biyelgee costume": - T.scrotumSkinStyle = "fill:rgba(33,68,120,1);"; - } - } - - function setHairColor() { - T.hairColour = extractColor(slave.hColor); - T.pubicHairColour = extractColor(slave.pubicHColor); - T.underarmHairColour = extractColor(slave.underArmHColor); - T.eyebrowHairColour = extractColor(slave.eyebrowHColor); - T.sclerae = extractColor(slave.sclerae); - } - - function setShoeColor() { - /* BEWARE: _shoeColour is read by Wardrobe Use */ - - /* note: only heels use this shadow */ - T.shoeShadowColour = "#616a6b"; - - if (slave.shoes === "none") - T.shoeColour = "#595959"; - else - T.shoeColour = "#80808080"; - - /* override color in case of full body latex outfit, or custom color*/ - if (slave.clothes === "a Fuckdoll suit" || slave.clothes === "restrictive latex") { - T.shoeColour = T.skinColour; - T.shoeShadowColour = T.shoeColour+";opacity: 0.5"; /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */ - } else if (slave.shoeColor !== undefined) { - T.shoeColour = slave.shoeColor+";opacity: 0.4"; /* shoe color selected by user */ - T.shoeShadowColour = T.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/Generate_Stylesheet.tw b/src/art/vector/Generate_Stylesheet.tw deleted file mode 100644 index cb50ba685a6b24f2c6fc5015a064f0e72688c044..0000000000000000000000000000000000000000 --- a/src/art/vector/Generate_Stylesheet.tw +++ /dev/null @@ -1,56 +0,0 @@ -:: Art_Vector_Generate_Stylesheet_ [nobr] - -/* _art_display_class is the style class for this display */ -<<if _art_display_id > 0 >> - <<set _art_display_id += 1>> -<<else>> - <<set _art_display_id = 1>> -<</if>> -<<set _art_display_class = "ad"+_art_display_id >> - -/* setup height scaling and style */ -<<if $seeHeight == 0 || ($seeHeight == 1 && $args[1] == 3)>> - <<set _slaveHeightScale = 1>> - <<set _margin = 0>> -<<else>> - <<set _slaveHeightScale = _artSlave.height/200>> - <<set _margin = Math.max(50 - (50 * _slaveHeightScale), 0)>> -<</if>> - -<<print "<style>."+_art_display_class+" { - position: absolute; - height: 100%; - transform: scale(" + _slaveHeightScale + "); - margin-top: " + _margin + "%; - margin-left: auto; - margin-right: auto; - left: 0; - right: 0; -} -."+_art_display_class+" .white { fill:#FFFFFF; } -."+_art_display_class+" .skin { fill:"+_skinColour+"; } -."+_art_display_class+" .head { "+_headSkinStyle+"; } -."+_art_display_class+" .torso { "+_torsoSkinStyle+"; } -."+_art_display_class+" .boob { "+_boobSkinStyle+"; } -."+_art_display_class+" .penis { "+_penisSkinStyle+"; } -."+_art_display_class+" .scrotum { "+_scrotumSkinStyle+"; } -."+_art_display_class+" .belly { "+_bellySkinStyle+"; } -."+_art_display_class+" .areola { fill:"+_areolaStyle+"; } -."+_art_display_class+" .bellybutton { fill:"+_bellybuttonStyle+"; } -."+_art_display_class+" .labia { fill:"+_labiaStyle+"; } -."+_art_display_class+" .hair { fill:"+_hairColour+"; } -."+_art_display_class+" .pubic_hair { fill:"+_pubicHairColour+"; } -."+_art_display_class+" .underarm_hair { fill:"+_underarmHairColour+"; } -."+_art_display_class+" .eyebrow_hair { fill:"+_eyebrowHairColour+"; } -."+_art_display_class+" .shoe { fill:"+_shoeColour+"; } -."+_art_display_class+" .shoe_shadow { fill:"+_shoeShadowColour+"; } -."+_art_display_class+" .smart_piercing { fill:#4DB748; } -."+_art_display_class+" .steel_piercing { fill:#787878; } -."+_art_display_class+" .steel_chastity { fill:#BABABA; } -."+_art_display_class+" .outfit_base { fill:"+_outfitBaseColour+"; } -."+_art_display_class+" .gag { fill:#BF2126; } -."+_art_display_class+" .shadow { fill:#010101; } -."+_art_display_class+" .glasses { fill:"+_glassesColor+"; } -."+_art_display_class+" .eye { fill:"+_eyeColor+"; } -."+_art_display_class+" .sclera { fill:"+_sclerae+"; } -</style>" >> diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js new file mode 100644 index 0000000000000000000000000000000000000000..d70f2a6c305931ed4324eff9968cb3cf349f6d18 --- /dev/null +++ b/src/art/vector/VectorArtJS.js @@ -0,0 +1,2389 @@ +window.VectorArt = (function () { + "use strict"; + let V, T, slave; + let r; + let leftArmType, rightArmType, legSize, torsoSize, buttSize, penisSize, hairLength; + let bellyScaleFactor, artBoobScaleFactor, heightScaleFactor; + let artTranslationX, artTranslationY; + let penisDrawtime, penisArtString; + + function VectorArt(artSlave, artSize) { + /* set constants */ + V = State.variables; + T = State.temporary; + slave = artSlave; + /* reset/initialize some variables */ + T.artTransformBelly = ""; + T.artTransformBoob = ""; + T.art_transform = ""; /* in case other files are trying to use this, and expecting a string */ + + setStylesheet(); /* initializes the stylesheet, and r */ + setArmType(); + setBoobScaling(); + setButtSize(); + setHairLength(); + setLegSize(); + setPenisSize(); + penisArtControl(); /* depends on setPenisSize and setBoobScaling, sets penisDrawtime and penisArtString */ + setTorsoSize(); + + /* + each function adds one layer of vector art + vector art added later is drawn over previously added art + (what is listed on the bottom in the code appears on the top of the image) + */ + ArtVectorHairBack(); + ArtVectorArm(); + ArtVectorAnalAccessories(); + ArtVectorButt(); + ArtVectorLeg(); + ArtVectorFeet(); /* includes shoes and leg outfits*/ + ArtVectorTorso(); + ArtVectorPussy(); + ArtVectorPubicHair(); + if (slave.vaginaPiercing !== 0 || slave.clitPiercing !== 0) + ArtVectorPussyPiercings(); + ArtVectorChastityBelt(); + ArtVectorTorsoOutfit(); /* note: clothing covers chastity belts */ + if (slave.scrotum > 0 && slave.balls > 0) + ArtVectorBalls(); + if (penisDrawtime === 0) /* for dicks behind boobs */ + r += penisArtString; + ArtVectorBelly(); /* includes navel piercing and belly-related clothing options */ + ArtVectorBoob(); /* includes areolae and piercings */ + if (penisDrawtime === 1) /* for dicks in front of boobs */ + r += penisArtString; + ArtVectorBoobAddons(); /* piercings always appear in front of boobs AND dick */ + ArtVectorCollar(); /* includes clavicle artwork */ + ArtVectorHead(); /* glasses are drawn here */ + ArtVectorHairFore(); + + return r; + } + + function setStylesheet() { + let slaveHeightScale, margin, displayClass; + + /* 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 */ + ArtVectorColor(slave); + + /* displayClass is the style class for this display */ + if (T.art_display_id > 0) + T.art_display_id++; + else + T.art_display_id = 1; + displayClass = `ad${T.art_display_id}`; + T.art_display_class = displayClass; + + /* setup height scaling and style */ + if (V.seeHeight === 0) + heightScaleFactor = 1; + else + heightScaleFactor = 200 / slave.height; + + if (V.seeHeight === 0 || (V.seeHeight === 1 && artSize === 3)) { + slaveHeightScale = 1; + margin = 0; + } else { + slaveHeightScale = slave.height / 200; + margin = Math.max(50 - (50 * slaveHeightScale), 0); + } + + r = `<style>.${displayClass} {\ + position: absolute;\ + height: 100%;\ + transform: scale(${slaveHeightScale});\ + margin-top: ${margin}%;\ + margin-left: auto;\ + margin-right: auto;\ + left: 0;\ + right: 0;\ + }\ + .${displayClass} .white{ fill:#FFFFFF; }\ + .${displayClass} .skin{ fill:${T.skinColour}; }\ + .${displayClass} .head{ ${T.headSkinStyle}; }\ + .${displayClass} .torso{ ${T.torsoSkinStyle}; }\ + .${displayClass} .boob{ ${T.boobSkinStyle}; }\ + .${displayClass} .penis{ ${T.penisSkinStyle}; }\ + .${displayClass} .scrotum{ ${T.scrotumSkinStyle}; }\ + .${displayClass} .belly{ ${T.bellySkinStyle}; }\ + .${displayClass} .areola{ fill:${T.areolaStyle}; }\ + .${displayClass} .bellybutton{ fill:${T.bellybuttonStyle}; }\ + .${displayClass} .labia{ fill:${T.labiaStyle}; }\ + .${displayClass} .hair{ fill:${T.hairColour}; }\ + .${displayClass} .pubic_hair{ fill:${T.pubicHairColour}; }\ + .${displayClass} .underarm_hair{ fill:${T.underarmHairColour}; }\ + .${displayClass} .eyebrow_hair{ fill:${T.eyebrowHairColour}; }\ + .${displayClass} .shoe{ fill:${T.shoeColour}; }\ + .${displayClass} .shoe_shadow{ fill:${T.shoeShadowColour}; }\ + .${displayClass} .smart_piercing{ fill:#4DB748; }\ + .${displayClass} .steel_piercing{ fill:#787878; }\ + .${displayClass} .steel_chastity{ fill:#BABABA; }\ + .${displayClass} .outfit_base{ fill:${T.outfitBaseColour}; }\ + .${displayClass} .gag{ fill:#BF2126; }\ + .${displayClass} .shadow{ fill:#010101; }\ + .${displayClass} .glasses{ fill:${T.glassesColor}; }\ + .${displayClass} .eye{ fill:${T.eyeColor}; }\ + .${displayClass} .sclera{ fill:${T.sclerae}; }\ + </style>`; + } + + function setArmType() { + if (slave.amp === 1) { + leftArmType = "None"; + rightArmType = "None"; + } else { + if (slave.devotion > 50) { + leftArmType = "High"; + rightArmType = "High"; + } else if (slave.trust >= -20) { + if (slave.devotion < -20) { + leftArmType = "Rebel"; + rightArmType = "Low"; + } else if (slave.devotion <= 20) { + leftArmType = "Low"; + rightArmType = "Low"; + } else { + leftArmType = "Mid"; + rightArmType = "High"; + } + } else { + leftArmType = "Mid"; + rightArmType = "Mid"; + } + } + } + + function setBoobScaling() { + /* + Prepare SVG transform matrix for continuous boob scaling. + This transform affects boobs, areolae and piercings. + The parameters were fit by points (300,1.0) and (15000,2.5). + See https://www.wolframalpha.com/input/?i=log+fit+%7B%7B300,1%7D,%7B15000,2.5%7D%7D . + Boobs start at 300cc as of "flesh description widgets". + Upper value was discussed at https://github.com/Free-Cities/Free-Cities/issues/950#issuecomment-321359466 . + */ + if (slave.boobs < 300) { + artBoobScaleFactor = 1; + artTranslationX = 22; /* a little shift to the right is needed due to perspective */ + artTranslationY = 0; + } else { + artBoobScaleFactor = 0.383433 * Math.log(0.0452403 * slave.boobs) * heightScaleFactor; + artTranslationX = -282.841 * artBoobScaleFactor + 292.349; + artTranslationY = -225.438 * artBoobScaleFactor + 216.274; + } + T.artTransformBoob = `matrix(${artBoobScaleFactor},0,0,${artBoobScaleFactor},${artTranslationX},${artTranslationY})`; + } + + function setButtSize() { + /* Size calculations - needs to be done even for amputees */ + buttSize = Math.clamp(Math.trunc(slave.butt), 1, 7) - 1; + } + + function setHairLength() { + hairLength = undefined; + if (slave.hLength >= 60) + hairLength = "Long"; + else if (slave.hLength >= 30) + hairLength = "Medium"; + else if (slave.hLength >= 10) + hairLength = "Short"; + } + + function setLegSize() { + /* Leg wideness switch courtesy of Nov-X */ + /* needs to be done even for amputees */ + if (slave.hips === -2) { + if (slave.weight <= 0) + legSize = "Narrow"; + else if (slave.weight < 161) + legSize = "Normal"; + else + legSize = "Wide"; + } else if (slave.hips === -1) { + if (slave.weight <= -11) + legSize = "Narrow"; + else if (slave.weight < 96) + legSize = "Normal"; + else + legSize = "Wide"; + } else if (slave.hips === 0) { + if (slave.weight <= -96) + legSize = "Narrow"; + else if (slave.weight < 11) + legSize = "Normal"; + else if (slave.weight < 131) + legSize = "Wide"; + else + legSize = "Thick"; + } else if (slave.hips === 1) { + if (slave.weight <= -31) + legSize = "Normal"; + else if (slave.weight < 31) + legSize = "Wide"; + else + legSize = "Thick"; + } else { /* .hips === 2 or 3 */ + if (slave.weight <= -11) + legSize = "Wide"; + else + legSize = "Thick"; + } + } + + function setPenisSize() { + penisSize = undefined; + if (slave.dick > 6 || (slave.dick > 0 && slave.belly <= 4000)) + penisSize = Math.clamp(slave.dick, 1, 11) - 1; + } + + function penisArtControl() { + penisArtString = ""; + if (penisSize === undefined) { + penisDrawtime = -1; /* no penis to draw */ + } else { + penisDrawtime = 0; /* default is to draw before boobs/belly */ + switch (slave.clothes) { + /* BULGE OUTFITS LONG+MEDIUM OUTFITS */ + case "a ball gown": + case "a biyelgee costume": + case "a burkini": + case "a burqa": + case "a dirndl": + case "a halter top dress": + case "a hijab and abaya": + case "a hijab and blouse": + case "a kimono": + case "a klan robe": + case "a long qipao": + case "a maternity dress": + case "a military uniform": + case "a mounty outfit": + case "a nice maid outfit": + case "a nice nurse outfit": + case "a niqab and abaya": + case "a police uniform": + case "a red army uniform": + case "a schutzstaffel uniform": + case "a skimpy loincloth": + case "a slave gown": + case "a slutty nurse outfit": + case "a slutty schutzstaffel uniform": + case "a t-shirt and jeans": + case "a toga": + case "an apron": + case "battlearmor": + case "battledress": + case "conservative clothing": + case "jeans": + case "leather pants": + case "leather pants and a tube top": + case "leather pants and pasties": + case "lederhosen": + case "nice business attire": + case "slutty business attire": + case "spats and a tank top": + case "sport shorts": + case "sport shorts and a sports bra": + case "sport shorts and a t-shirt": + case "stretch pants and a crop-top": + penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`); + break; + /* BULGE OUTFITS SHORT OUTFITS */ + case "a bunny outfit": + case "a button-up shirt and panties": + case "a chattel habit": + case "a huipil": + case "a leotard": + case "a mini dress": + case "a monokini": + case "a one-piece swimsuit": + case "a penitent nuns habit": + case "a scalemail bikini": + case "a slutty klan robe": + case "a slutty maid outfit": + case "a slutty outfit": + case "a slutty qipao": + case "a succubus outfit": + case "a sweater and cutoffs": + case "a sweater and panties": + case "a t-shirt and panties": + case "a t-shirt and thong": + case "a tank-top and panties": + case "a thong": + case "a tube top and thong": + case "an oversized t-shirt and boyshorts": + case "attractive lingerie for a pregnant woman": + case "boyshorts": + case "cutoffs": + case "cutoffs and a t-shirt": + case "harem gauze": + case "kitty lingerie": + case "panties": + case "panties and pasties": + case "striped panties": + case "striped underwear": + if (slave.belly <= 4000) { + if (slave.dick > 3) + penisArtString = jsInclude("Art_Vector_Bulge_Outfit_3"); + else + penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`); + } + break; + /* hide everything */ + case "a cheerleader outfit": + case "a gothic lolita dress": + case "a hanbok": + case "a schoolgirl outfit": + break; + /* full frontal */ + default: + if (canAchieveErection(slave) && slave.dickAccessory !== "chastity" && slave.dickAccessory !== "combined chastity") { + penisDrawtime = 1; /* draw erect penis over boobs if boobs do not hide the penis' base */ + if (artBoobScaleFactor < 3.7) { + if (slave.foreskin !== 0) + penisArtString = jsInclude(`Art_Vector_Penis_${penisSize}`); + else + penisArtString = jsInclude(`Art_Vector_PenisCirc_${penisSize}`); + } + } else { + /* flaccid penises are drawn behind the boobs/belly */ + if (slave.foreskin !== 0) + penisArtString = jsInclude(`Art_Vector_Flaccid_${penisSize}`); + else + penisArtString = jsInclude(`Art_Vector_FlaccidCirc_${penisSize}`); + /* this draws chastity OVER latex catsuit. prndev finds this alright. */ + if (slave.dickAccessory === "chastity" || slave.dickAccessory === "combined chastity") + penisArtString += jsInclude(`Art_Vector_Chastity_Cage_${penisSize}`); + } + } + } + } + + function setTorsoSize() { + /* Torso size switch courtesy of Nov-X */ + if (slave.waist >= 96) { + if (slave.weight >= 96) + torsoSize = "Obese"; + else if (slave.weight >= 11) + torsoSize = "Fat"; + else if (slave.weight > -31) + torsoSize = "Chubby"; + else + torsoSize = "Normal"; + } else if (slave.waist >= 41) { + if (slave.weight >= 131) + torsoSize = "Obese"; + else if (slave.weight >= 31) + torsoSize = "Fat"; + else if (slave.weight >= 0) + torsoSize = "Chubby"; + else if (slave.weight > -96) + torsoSize = "Normal"; + else + torsoSize = "Hourglass"; + } else if (slave.waist >= 11) { + if (slave.weight >= 161) + torsoSize = "Obese"; + else if (slave.weight >= 96) + torsoSize = "Fat"; + else if (slave.weight >= 11) + torsoSize = "Chubby"; + else if (slave.weight > -31) + torsoSize = "Normal"; + else + torsoSize = "Hourglass"; + } else if (slave.waist > -11) { + if (slave.weight >= 191) + torsoSize = "Obese"; + else if (slave.weight >= 131) + torsoSize = "Fat"; + else if (slave.weight >= 31) + torsoSize = "Chubby"; + else if (slave.weight >= 0) + torsoSize = "Normal"; + else if (slave.weight > -96) + torsoSize = "Hourglass"; + else + torsoSize = "Unnatural"; + } else if (slave.waist > -41) { + if (slave.weight >= 161) + torsoSize = "Fat"; + else if (slave.weight >= 96) + torsoSize = "Chubby"; + else if (slave.weight >= 11) + torsoSize = "Normal"; + else if (slave.weight > -31) + torsoSize = "Hourglass"; + else + torsoSize = "Unnatural"; + } else if (slave.waist > -96) { + if (slave.weight >= 191) + torsoSize = "Fat"; + else if (slave.weight >= 131) + torsoSize = "Chubby"; + else if (slave.weight >= 31) + torsoSize = "Normal"; + else if (slave.weight > -11) + torsoSize = "Hourglass"; + else + torsoSize = "Unnatural"; + } else { + if (slave.weight >= 161) + torsoSize = "Chubby"; + else if (slave.weight >= 96) + torsoSize = "Normal"; + else if (slave.weight > 0) + torsoSize = "Hourglass"; + else + torsoSize = "Unnatural"; + } + } + + function ArtVectorAnalAccessories() { + if (slave.buttplug === "long plug") + r += jsInclude("Art_Vector_Plug_Long"); + else if (slave.buttplug === "large plug") + r += jsInclude("Art_Vector_Plug_Large"); + else if (slave.buttplug === "long, large plug") + r += jsInclude("Art_Vector_Plug_Large_Long"); + else if (slave.buttplug === "huge plug") + r += jsInclude("Art_Vector_Plug_Huge"); + else if (slave.buttplug === "long, huge plug") + r += jsInclude("Art_Vector_Plug_Huge_Long"); + + if (slave.buttplugAttachment === "tail") + r += jsInclude("Art_Vector_Plug_Tail"); + else if (slave.buttplugAttachment === "cat tail") + r += jsInclude("Art_Vector_Cat_Tail"); + } + + function ArtVectorArm() { + /* Arms position switch courtesy of Nov-X */ + /* Updated 2018-10-25 by Fr0g */ + /* - changed arm calculation block position*/ + /* - added brackets to make boolean logic run */ + + if (slave.amp === 1) { + /* Many amputee clothing art files exist, but draw nothing.They are excluded for now to reduce on rendering time + r += jsInclude("Art_Vector_Arm_Right_None"); + r += jsInclude("Art_Vector_Arm_Left_None"); + */ + } else { /* is not amputee or has limbs equipped so running arm calculation block */ + if (slave.amp === 0) { + r += jsInclude(`Art_Vector_Arm_Right_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Left_${leftArmType}`); + if (slave.muscles >= 6) { + if (leftArmType === "High") + r += jsInclude("Art_Vector_Arm_Left_High_MLight"); + else if (leftArmType === "Mid") + r += jsInclude("Art_Vector_Arm_Left_Mid_MLight"); + else if (leftArmType === "Low") + r += jsInclude("Art_Vector_Arm_Left_Low_MLight"); + else if (leftArmType === "Rebel") + r += jsInclude("Art_Vector_Arm_Left_Rebel_MLight"); + + if (rightArmType === "High") + r += jsInclude("Art_Vector_Arm_Right_High_MLight"); + else if (rightArmType === "Mid") + r += jsInclude("Art_Vector_Arm_Right_Mid_MLight"); + else if (rightArmType === "Low") + r += jsInclude("Art_Vector_Arm_Right_Low_MLight"); + } + } else if (slave.PLimb === 1 || slave.PLimb === 2) { /* slave is an amputee and has PLimbs equipped */ + if (slave.amp === -1) { + r += jsInclude(`Art_Vector_Arm_Right_ProstheticBasic_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Left_ProstheticBasic_${leftArmType}`); + } else if (slave.amp === -2) { + r += jsInclude(`Art_Vector_Arm_Right_ProstheticSexy_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Left_ProstheticSexy_${leftArmType}`); + } else if (slave.amp === -3) {/* Reverting beauty limbs to regular SVG */ + r += jsInclude(`Art_Vector_Arm_Right_ProstheticBeauty_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Left_ProstheticBeauty_${leftArmType}`); + } else if (slave.amp === -4) { + r += jsInclude(`Art_Vector_Arm_Right_ProstheticCombat_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Left_ProstheticCombat_${leftArmType}`); + } else if (slave.amp === -5) { + r += jsInclude(`Art_Vector_Arm_Right_ProstheticSwiss_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Left_ProstheticSwiss_${leftArmType}`); + } + } + /* shiny clothing */ + if (V.seeVectorArtHighlights === 1) { + if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit" || slave.clothes === "body oil") { + /* only some arm positions have art (feel free to add more) */ + if (leftArmType === "High") + r += jsInclude("Art_Vector_Arm_Outfit_Shine_Left_High"); + else if (leftArmType === "Mid") + r += jsInclude("Art_Vector_Arm_Outfit_Shine_Left_Mid"); + else if (leftArmType === "Low") + r += jsInclude("Art_Vector_Arm_Outfit_Shine_Left_Low"); + } + } + /* TODO: simplify selection (select prefix, infix and suffix and combine instead of using switch statements) */ + switch (slave.clothes) { + case "a biyelgee costume": + case "a burkini": + case "a button-up shirt": + case "a button-up shirt and panties": + case "a cheerleader outfit": + case "a dirndl": + case "a gothic lolita dress": + case "a hanbok": + case "a hijab and blouse": + case "a huipil": + case "a kimono": + case "a klan robe": + case "a long qipao": + case "a military uniform": + case "a mounty outfit": + case "a nice maid outfit": + case "a nice nurse outfit": + case "a police uniform": + case "a red army uniform": + case "a schoolgirl outfit": + case "a slutty klan robe": + case "a slutty nurse outfit": + case "a slutty qipao": + case "a sweater": + case "a sweater and cutoffs": + case "a sweater and panties": + case "a t-shirt": + case "a t-shirt and jeans": + case "a t-shirt and panties": + case "a t-shirt and thong": + case "an oversized t-shirt": + case "an oversized t-shirt and boyshorts": + case "battlearmor": + case "battledress": + case "clubslut netting": + case "conservative clothing": + case "cutoffs and a t-shirt": + case "lederhosen": + case "nice business attire": + case "slutty business attire": + case "slutty jewelry": + case "sport shorts and a t-shirt": + case "Western clothing": + r += jsInclude(`Art_Vector_Arm_Outfit_${clothing2artSuffix(slave.clothes)}_Right_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Outfit_${clothing2artSuffix(slave.clothes)}_Left_${leftArmType}`); + break; + /* manually handle special cases */ + case "a schutzstaffel uniform": + case "a slutty schutzstaffel uniform": + r += jsInclude(`Art_Vector_Arm_Outfit_SchutzstaffelUniform_Right_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_${leftArmType}`); + break; + case "a hijab and abaya": + case "a niqab and abaya": + case "a burqa": + r += jsInclude(`Art_Vector_Arm_Outfit_HijabAndAbaya_Right_${rightArmType}`); + r += jsInclude(`Art_Vector_Arm_Outfit_HijabAndAbaya_Left_${leftArmType}`); + break; + case "a slave gown": + /* only some arm positions have art (feel free to add more) */ + if (leftArmType !== "Rebel") + r += jsInclude(`Art_Vector_Arm_Outfit_SlaveGown_Left_${leftArmType}`); + } + } /* close .amp check */ + } + + function ArtVectorBalls() { + switch (slave.clothes) { + case "a bra": + case "a button-up shirt": + case "a comfortable bodysuit": + case "a cybersuit": + case "a fallen nuns habit": + case "a hanbok": + case "a latex catsuit": + case "a monokini": + case "a nice pony outfit": + case "a slutty pony outfit": + case "a sports bra": + case "a string bikini": + case "a striped bra": + case "a sweater": + case "a t-shirt": + case "a tank-top": + case "a thong": + case "a tube top": + case "an oversized t-shirt": + case "attractive lingerie": + case "body oil": + case "chains": + case "choosing her own clothes": + case "clubslut netting": + case "no clothing": + case "panties and pasties": + case "restrictive latex": + case "shibari ropes": + case "slutty jewelry": + case "uncomfortable straps": + case "Western clothing": + let ballsScaleFactor = (slave.scrotum / 3) * heightScaleFactor; + artTranslationX = -271 * (ballsScaleFactor - 1); + artTranslationY = -453 * (ballsScaleFactor - 1); + T.artTransformBalls = `matrix(${ballsScaleFactor},0,0,${ballsScaleFactor},${artTranslationX},${artTranslationY})`; + r += jsInclude("Art_Vector_Balls"); + } + } + + function ArtVectorBelly() { + if (slave.belly >= 2000) { + /* add pregnancy belly, scale dynamically (clothing and addons can be scaled, too) */ + /* TODO: add check in penis control. do not draw penis atop belly if _art_belly_scale_factor > 1. */ + bellyScaleFactor = 0.300 * Math.log(0.011 * slave.belly) * heightScaleFactor; + artTranslationX = -262 * (bellyScaleFactor - 1); + artTranslationY = -284 * (bellyScaleFactor - 1); + T.artTransformBelly = `matrix(${bellyScaleFactor},0,0,${bellyScaleFactor},${artTranslationX},${artTranslationY})`; + + if (slave.navelPiercing === 1) + r += jsInclude("Art_Vector_Belly_Pregnant_Piercing"); + else if (slave.navelPiercing === 2) + r += jsInclude("Art_Vector_Belly_Pregnant_Piercing_Heavy"); + else + r += jsInclude("Art_Vector_Belly"); + + switch (slave.clothes) { + case "a bra": + case "a cybersuit": + case "a Fuckdoll suit": + case "a latex catsuit": + case "a nice pony outfit": + case "a scalemail bikini": + case "a skimpy loincloth": + case "a slutty klan robe": + case "a slutty outfit": + case "a slutty pony outfit": + case "a sports bra": + case "a string bikini": + case "a striped bra": + case "a thong": + case "a tube top": + case "a tube top and thong": + case "attractive lingerie": + case "attractive lingerie for a pregnant woman": + case "body oil": + case "boyshorts": + case "chains": + case "choosing her own clothes": + case "cutoffs": + case "jeans": + case "kitty lingerie": + case "leather pants": + case "leather pants and a tube top": + case "leather pants and pasties": + case "no clothing": + case "panties": + case "panties and pasties": + case "restrictive latex": + case "shibari ropes": + case "slutty jewelry": + case "sport shorts": + case "sport shorts and a sports bra": + case "stretch pants and a crop-top": + case "striped panties": + case "striped underwear": + case "uncomfortable straps": + break; /* do nothing for these choices */ + /* manually handle special cases */ + case "a slutty schutzstaffel uniform": + r += jsInclude("Art_Vector_Belly_Outfit_SchutzstaffelUniform"); + break; + case "a niqab and abaya": + case "a burqa": + r += jsInclude("Art_Vector_Belly_Outfit_HijabAndAbaya"); + break; + default: + r += jsInclude(`Art_Vector_Belly_Outfit_${clothing2artSuffix(slave.clothes)}`); + } + /* shiny clothing */ + if (V.seeVectorArtHighlights === 1) { + if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit" || slave.clothes === "body oil") { + r += jsInclude("Art_Vector_Belly_Outfit_Shine"); + } + } + } + /* belly piercings for flat bellies */ + if (slave.belly === 0) { + if (slave.navelPiercing === 1) + r += jsInclude("Art_Vector_Belly_Piercing"); + else if (slave.navelPiercing === 2) + r += jsInclude("Art_Vector_Belly_Piercing_Heavy"); + } + /* Torso Accessories */ + if ((slave.bellyAccessory === "a corset" || slave.bellyAccessory === "an extreme corset") && slave.belly === 0) { + if (torsoSize === "Normal") + r += jsInclude("Art_Vector_Corsetnormal"); + else if (torsoSize === "Hourglass") + r += jsInclude("Art_Vector_Corsethourglass"); + else if (torsoSize === "Unnatural") + r += jsInclude("Art_Vector_Corsetunnatural"); + } else if (slave.bellyAccessory === "a small empathy belly") { + r += jsInclude("Art_Vector_Empathy_Belly_Small"); + } else if (slave.bellyAccessory === "a medium empathy belly") { + r += jsInclude("Art_Vector_Empathy_Belly_Medium"); + } else if (slave.bellyAccessory === "a large empathy belly") { + r += jsInclude("Art_Vector_Empathy_Belly_Large"); + } else if (slave.bellyAccessory === "a huge empathy belly") { + r += jsInclude("Art_Vector_Empathy_Belly_Huge"); + } + } + + function ArtVectorBoob() { + if (slave.boobs < 300) { + /* BEWARE: this threshold may be used in other art-related code, too */ + /* boobs too small - draw areolae directly onto torso */ + } else { + r += jsInclude("Art_Vector_Boob_Alt"); + /* shiny clothing */ + if (V.seeVectorArtHighlights === 1) { + if (slave.fuckdoll !== 0 || slave.clothes === "a latex catsuit" || slave.clothes === "body oil") + r += jsInclude("Art_Vector_Boob_Outfit_Shine"); + } + } + switch (slave.clothes) { /* display nipples/areola for the following clothes */ + case "a chattel habit": + case "a fallen nuns habit": + case "a Fuckdoll suit": + case "a monokini": + case "a nice pony outfit": + case "a skimpy loincloth": + case "a slutty pony outfit": + case "a string bikini": + case "a succubus outfit": + case "a thong": + case "a toga": + case "attractive lingerie for a pregnant woman": + case "body oil": + case "boyshorts": + case "chains": + case "choosing her own clothes": + case "clubslut netting": + case "cutoffs": + case "jeans": + case "leather pants": + case "no clothing": + case "panties": + case "restrictive latex": + case "shibari ropes": + case "slutty jewelry": + case "sport shorts": + case "striped panties": + case "uncomfortable straps": + if (slave.areolaeShape === "star") + r += jsInclude("Art_Vector_Boob_Areola_Star"); + else if (slave.areolaeShape === "heart") + r += jsInclude("Art_Vector_Boob_Areola_Heart"); + else if (slave.areolae === 0) + r += jsInclude("Art_Vector_Boob_Areola"); + else if (slave.areolae === 1) + r += jsInclude("Art_Vector_Boob_Areola_Large"); + else if (slave.areolae === 2) + r += jsInclude("Art_Vector_Boob_Areola_Wide"); + else if (slave.areolae === 3) + r += jsInclude("Art_Vector_Boob_Areola_Huge"); + + if (slave.nipples === "tiny") + r += jsInclude("Art_Vector_Boob_NippleTiny"); + else if (slave.nipples === "cute") + r += jsInclude("Art_Vector_Boob_NippleCute"); + else if (slave.nipples === "puffy") + r += jsInclude("Art_Vector_Boob_NipplePuffy"); + else if (slave.nipples === "inverted") + r += jsInclude("Art_Vector_Boob_NippleInverted"); + else if (slave.nipples === "huge") + r += jsInclude("Art_Vector_Boob_NippleHuge"); + else if (slave.nipples === "partially inverted") + r += jsInclude("Art_Vector_Boob_NipplePartiallyInverted"); + else if (slave.nipples === "fuckable") + r += jsInclude("Art_Vector_Boob_NippleFuckable"); + } + } + + function ArtVectorBoobAddons() { + if (slave.boobs < 300) { + /* boobs too small: do not show boob-related art */ + /* BEWARE: this threshold should be kept in sync with the one in Art_Vector_Boob_ */ + } else { + switch (slave.clothes) { + case "a chattel habit": + case "a comfortable bodysuit": + case "a cybersuit": + case "a fallen nuns habit": + case "a Fuckdoll suit": + case "a latex catsuit": + case "a nice pony outfit": + case "a skimpy loincloth": + case "a slutty pony outfit": + case "a succubus outfit": + case "a thong": + case "body oil": + case "boyshorts": + case "choosing her own clothes": + case "cutoffs": + case "jeans": + case "leather pants": + case "no clothing": + case "panties": + case "restrictive latex": + case "sport shorts": + case "striped panties": + break; /* do nothing for these choices */ + /* manually handle special cases */ + case "a slutty schutzstaffel uniform": + r += jsInclude("Art_Vector_Boob_Outfit_SchutzstaffelUniform"); + break; + case "a niqab and abaya": + case "a burqa": + r += jsInclude("Art_Vector_Boob_Outfit_HijabAndAbaya"); + break; + default: + r += jsInclude(`Art_Vector_Boob_Outfit_${clothing2artSuffix(slave.clothes)}`); + } + } + if (V.showBodyMods === 1 && (slave.nipplesPiercing > 0 || slave.areolaePiercing > 0)) { + /* shows nipple piercings in game when selected; piercings will show on the outfits listed below */ + switch (slave.clothes) { + case "a chattel habit": + case "a comfortable bodysuit": + case "a cybersuit": + case "a fallen nuns habit": + case "a latex catsuit": + case "a monokini": + case "a nice pony outfit": + case "a penitent nuns habit": + case "a skimpy loincloth": + case "a slutty pony outfit": + case "a string bikini": + case "a succubus outfit": + case "a thong": + case "an apron": + case "attractive lingerie": + case "attractive lingerie for a pregnant woman": + case "body oil": + case "boyshorts": + case "chains": + case "choosing her own clothes": + case "cutoffs": + case "jeans": + case "leather pants": + case "leather pants and a tube top": + case "leather pants and pasties": + case "no clothing": + case "panties": + case "restrictive latex": + case "shibari ropes": + case "slutty jewelry": + case "sport shorts": + case "striped panties": + case "uncomfortable straps": + if (slave.nipplesPiercing === 1) + r += jsInclude("Art_Vector_Boob_Piercing"); + else if (slave.nipplesPiercing > 1) + r += jsInclude("Art_Vector_Boob_Piercing_Heavy"); + + if (slave.areolaePiercing === 1) + r += jsInclude("Art_Vector_Boob_Areola_Piercing"); + else if (slave.areolaePiercing > 1) + r += jsInclude("Art_Vector_Boob_Areola_Piercingheavy"); + } + } + } + + function ArtVectorButt() { + if (slave.amp === 0) + r += jsInclude(`Art_Vector_Butt_${buttSize}`); + else if (slave.amp === -1) + r += jsInclude(`Art_Vector_Butt_ProstheticBasic_${buttSize}`); + else if (slave.amp === -2) + r += jsInclude(`Art_Vector_Butt_ProstheticSexy_${buttSize}`); + else if (slave.amp === -3) /* reverted to regular SVG to match description */ + r += jsInclude(`Art_Vector_Butt_ProstheticBeauty_${buttSize}`); + else if (slave.amp === -4) + r += jsInclude(`Art_Vector_Butt_ProstheticCombat_${buttSize}`); + else if (slave.amp === -5) + r += jsInclude(`Art_Vector_Butt_ProstheticSwiss_${buttSize}`); + } + + function ArtVectorChastityBelt() { + let bodySize = ""; + if (slave.waist >= 96) { + if (slave.weight >= 11) + bodySize = "Fat"; + else if (slave.weight > -31) + bodySize = "_Chubby"; + } else if (slave.waist >= 41) { + if (slave.weight >= 31) + bodySize = "Fat"; + else if (slave.weight >= 0) + bodySize = "_Chubby"; + } else if (slave.waist >= 11) { + if (slave.weight >= 96) + bodySize = "Fat"; + else if (slave.weight >= 11) + bodySize = "_Chubby"; + } else if (slave.waist > -11) { + if (slave.weight >= 131) + bodySize = "Fat"; + else if (slave.weight >= 31) + bodySize = "_Chubby"; + } else if (slave.waist > -41) { + if (slave.weight >= 161) + bodySize = "Fat"; + else if (slave.weight >= 96) + bodySize = "_Chubby"; + } else if (slave.waist > -96) { + if (slave.weight >= 191) + bodySize = "Fat"; + else if (slave.weight >= 131) + bodySize = "_Chubby"; + } else { + if (slave.weight >= 31) + bodySize = "_Chubby"; + } + + if (slave.dickAccessory === "anal chastity" || slave.dickAccessory === "combined chastity" || slave.vaginalAccessory === "anal chastity" || slave.vaginalAccessory === "combined chastity") { + if (bodySize === "Fat") { + r += jsInclude("Art_Vector_Chastity_Vagina_Fat"); + } else { + r += jsInclude("Art_Vector_Chastity_Anus"); + r += jsInclude(`Art_Vector_Chastity_Base${bodySize}`); + } + } + if (slave.vaginalAccessory === "chastity belt" || slave.vaginalAccessory === "combined chastity") { + if (bodySize === "Fat") { + r += jsInclude("Art_Vector_Chastity_Vagina_Fat"); + } else { + r += jsInclude("Art_Vector_Chastity_Vagina"); + r += jsInclude(`Art_Vector_Chastity_Base${bodySize}`); + } + } + if (slave.vaginalAccessory !== "none") { + switch (slave.clothes) {/* shows vaginal accessories on the outfits below */ + case "a bra": + case "a button-up shirt": + case "a button-up shirt and panties": + case "a chattel habit": + case "a comfortable bodysuit": + case "a fallen nuns habit": + case "a Fuckdoll suit": + case "a latex catsuit": + case "a monokini": + case "a nice pony outfit": + case "a penitent nuns habit": + case "a slutty klan robe": + case "a slutty outfit": + case "a slutty pony outfit": + case "a sports bra": + case "a string bikini": + case "a striped bra": + case "a succubus outfit": + case "a sweater": + case "a t-shirt": + case "a t-shirt and panties": + case "a t-shirt and thong": + case "a tank-top": + case "a thong": + case "a tube top": + case "a tube top and thong": + case "an apron": + case "an oversized t-shirt": + case "attractive lingerie": + case "attractive lingerie for a pregnant woman": + case "body oil": + case "chains": + case "choosing her own clothes": + case "clubslut netting": + case "cutoffs": + case "harem gauze": + case "no clothing": + case "panties": + case "panties and pasties": + case "restrictive latex": + case "shibari ropes": + case "slutty jewelry": + case "striped underwear": + case "uncomfortable straps": + if (slave.vaginalAccessory === "dildo") { + r += jsInclude("Art_Vector_Dildo_Short"); + } else if (slave.vaginalAccessory === "long dildo") { + r += jsInclude("Art_Vector_Dildo_Long"); + } else if (slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a string bikini" && slave.clothes !== "attractive lingerie for a pregnant woman" && slave.clothes !== "restrictive latex") { + if (slave.vaginalAccessory === "large dildo") /* additional outfits disabled due to the art breaking with the larger accessories */ + r += jsInclude("Art_Vector_Dildo_Large"); + else if (slave.vaginalAccessory === "long, large dildo") + r += jsInclude("Art_Vector_Dildo_Large_Long"); + else if (slave.vaginalAccessory === "huge dildo") + r += jsInclude("Art_Vector_Dildo_Huge"); + else if (slave.vaginalAccessory === "long, huge dildo") + r += jsInclude("Art_Vector_Dildo_Huge_Long"); + } + } + } + } + + function ArtVectorColor() { + let outfitBaseColour; + + /* + WARNING: Some of these temporary variables are used in wardrobeUse.tw or salon.tw + Known examples are _outfitBaseColour, _glassesColor, and _shoeColour + */ + setOutfitColor(); + setSkinColor(); + setHairColor(); + setShoeColor(); + + function setOutfitColor() { + /* TODO: rewrite all textual descriptions not to explicitly mention the latex being of black color. */ + if (slave.clothes === "a Fuckdoll suit" || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit" || slave.clothes === "a cybersuit") + outfitBaseColour = slave.clothingBaseColor || "#515351"; /* use custom color, or use default latex color */ + else if (slave.clothes == "a comfortable bodysuit") + outfitBaseColour = slave.clothingBaseColor || "#464646"; /* use custom color, or use default bodysuit color */ + + /* head addons */ + if (slave.collar === "porcelain mask") + T.glassesColor = slave.glassesColor || "#FFFFFF"; /* use custom color or white */ + else + T.glassesColor = slave.glassesColor || "#010101"; /* use custom color or default */ + + T.eyeColor = extractColor(slave.eyeColor, 1); + T.outfitBaseColour = outfitBaseColour; + } + + function setSkinColor() { + const colorSlave = skinColorCatcher(slave); + + /* setting default values */ + T.areolaStyle = colorSlave.areolaColor; + T.bellybuttonStyle = colorSlave.areolaColor; + T.labiaStyle = colorSlave.labiaColor; + T.skinColour = colorSlave.skinColor; + /* todo: introduce fleshStyle */ + /* these need to be declared so they can be set conditionally */ + T.headSkinStyle = undefined; + T.torsoSkinStyle = undefined; + T.boobSkinStyle = undefined; + T.penisSkinStyle = undefined; + T.scrotumSkinStyle = undefined; + T.bellySkinStyle = undefined; + + /* BEGIN SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */ + if (slave.clothes === "a Fuckdoll suit") { + /* slave is a fuckdoll - display all skin as if it was black rubber */ + T.skinColour = outfitBaseColour; + T.areolaStyle = "fill:rgba(81,83,81,1);"; + T.labiaStyle = T.areolaStyle; + T.bellybuttonStyle = T.areolaStyle; + } else if (slave.clothes === "restrictive latex") { /* slave wears restrictive latex - display most skin as if it was rubber */ + /* nice latex does not cover any privates. */ + T.boobSkinStyle = "fill:"+T.skinColour+";"; + T.penisSkinStyle = "fill:"+T.skinColour+";"; + T.scrotumSkinStyle = "fill:"+T.skinColour+";"; + T.torsoSkinStyle = "fill:"+T.skinColour+";"; + /* rest of body is covered in latex */ + T.skinColour = outfitBaseColour; + T.bellybuttonStyle = outfitBaseColour; + } else if (slave.clothes === "a latex catsuit") { + /* nice latex does not cover head. */ + T.headSkinStyle = "fill:"+T.skinColour+";"; + /* rest of body is covered in latex */ + T.skinColour = outfitBaseColour; + /* catsuit covers areolae and crotch, too */ + T.bellybuttonStyle = outfitBaseColour; + } else if (slave.clothes === "a cybersuit") { + /* rest of body is covered in latex */ + T.skinColour = outfitBaseColour; + T.bellybuttonStyle = outfitBaseColour; + } else if (slave.clothes === "a comfortable bodysuit") { + /* nice bodysuit does not cover head. */ + T.headSkinStyle = "fill:"+T.skinColour+";"; + /* rest of body is covered in bodysuit */ + T.skinColour = outfitBaseColour; + T.bellySkinStyle = outfitBaseColour; + T.bellybuttonStyle = outfitBaseColour; + } + /* END SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */ + + /* outfit dick coloring to match outfit rgba in svg */ + switch (slave.clothes) { + case "a cheerleader outfit": + T.scrotumSkinStyle = "fill:rgba(250,186,0,1);"; + T.bellySkinStyle = "fill:rgba(95,110,160,1);"; + break; + case "cutoffs and a t-shirt": + T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; + break; + case "a halter top dress": + T.scrotumSkinStyle = "fill:rgba(94,51,124,1);"; + T.bellySkinStyle = "fill:rgba(94,51,124,1);"; + break; + case "a burqa": + case "a hijab and abaya": + case "a niqab and abaya": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + T.bellySkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "a hijab and blouse": + T.scrotumSkinStyle = "fill:rgba(85,0,34,1);"; + T.bellySkinStyle = "fill:rgba(85,0,34,1);"; + break; + case "a burkini": + T.scrotumSkinStyle = "fill:rgba(0,97,158,1);"; + T.bellySkinStyle = "fill:rgba(0,97,158,1);"; + break; + case "a klan robe": + T.scrotumSkinStyle = "fill:rgba(236,236,236,1);"; + T.bellySkinStyle = "fill:rgba(236,236,236,1);"; + break; + case "a nice maid outfit": + case "a slutty maid outfit": + T.scrotumSkinStyle = "fill:rgba(225,225,225,1);"; + T.bellySkinStyle = "fill:rgba(225,225,225,1);"; + break; + case "a leotard": + T.scrotumSkinStyle = "fill:rgba(120,15,55,1);"; + T.bellySkinStyle = "fill:rgba(120,15,55,1);"; + break; + case "a military uniform": + T.scrotumSkinStyle = "fill:rgba(34,42,18,1);"; + T.bellySkinStyle = "fill:rgba(34,42,18,1);"; + break; + case "a mini dress": + T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; + T.bellySkinStyle = "fill:rgba(26,26,26,1);"; + break; + case "a nice nurse outfit": + T.scrotumSkinStyle = "fill:rgba(0,128,128,1);"; + T.bellySkinStyle = "fill:rgba(0,128,128,1);"; + break; + case "a slutty nurse outfit": + T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "a scalemail bikini": + T.scrotumSkinStyle = "fill:rgba(133,146,158,1);"; + break; + case "striped panties": + T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "a schoolgirl outfit": + T.scrotumSkinStyle = "fill:rgba(28,31,36,1);"; + T.bellySkinStyle = "fill:rgba(28,31,36,1);"; + break; + case "a ball gown": + T.scrotumSkinStyle = "fill:rgba(128,0,0,1);"; + T.bellySkinStyle = "fill:rgba(128,0,0,1);"; + break; + case "battledress": + T.scrotumSkinStyle = "fill:rgba(34,42,18,1);"; + T.bellySkinStyle = "fill:rgba(34,42,18,1);"; + break; + case "a slave gown": + T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; + T.bellySkinStyle = "fill:rgba(200,200,200,1);"; + break; + case "a slutty outfit": + T.scrotumSkinStyle = "fill:rgba(63,126,181,1);"; + break; + case "spats and a tank top": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "a succubus outfit": + T.scrotumSkinStyle = "fill:rgba(128,0,0,1);"; + T.bellySkinStyle = "fill:rgba(128,0,0,1);"; + break; + case "nice business attire": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + T.bellySkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "slutty business attire": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "attractive lingerie for a pregnant woman": + T.scrotumSkinStyle = "fill:rgba(153,153,153,1);"; + break; + case "a bunny outfit": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + T.bellySkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "conservative clothing": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + T.bellySkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "harem gauze": + T.scrotumSkinStyle = "fill:rgba(0,168,131,1);"; + break; + case "a huipil": + T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; + T.bellySkinStyle = "fill:rgba(200,200,200,1);"; + break; + case "a kimono": + T.scrotumSkinStyle = "fill:rgba(0,91,150,1);"; + T.bellySkinStyle = "fill:rgba(0,91,150,1);"; + break; + case "a maternity dress": + T.scrotumSkinStyle = "fill:rgba(48,54,72,1);"; + T.bellySkinStyle = "fill:rgba(48,54,72,1);"; + break; + case "a slutty qipao": + T.scrotumSkinStyle = "fill:rgba(204,177,68,1);"; + T.bellySkinStyle = "fill:rgba(204,177,68,1);"; + break; + case "stretch pants and a crop-top": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "a toga": + T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; + T.bellySkinStyle = "fill:rgba(200,200,200,1);"; + break; + case "a penitent nuns habit": + T.scrotumSkinStyle = "fill:rgba(114,93,73,1);"; + break; + case "a fallen nuns habit": + T.bellySkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "a chattel habit": + T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; + break; + case "a monokini": + T.scrotumSkinStyle = "fill:rgba(33,47,61,1);"; + break; + case "a schutzstaffel uniform": + case "a slutty schutzstaffel uniform": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + T.bellySkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "a red army uniform": + T.scrotumSkinStyle = "fill:rgba(114,93,73,1);"; + T.bellySkinStyle = "fill:rgba(114,93,73,1);"; + break; + case "an apron": + T.scrotumSkinStyle = "fill:rgba(255,105,180,1);"; + T.bellySkinStyle = "fill:rgba(255,105,180,1);"; + break; + case "a dirndl": + T.scrotumSkinStyle = "fill:rgba(128,0,51,1);"; + T.bellySkinStyle = "fill:rgba(128,0,51,1);"; + break; + case "lederhosen": + T.scrotumSkinStyle = "fill:rgba(93,83,108,1);"; + break; + case "a long qipao": + T.scrotumSkinStyle = "fill:rgba(0,128,0,1);"; + break; + case "a mounty outfit": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + T.bellySkinStyle = "fill:rgba(128,0,0,1);"; + break; + case "battlearmor": + T.scrotumSkinStyle = "fill:rgba(200,200,200,1);"; + break; + case "striped underwear": + T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "panties": + T.scrotumSkinStyle = "fill:rgba(255,170,238,1);"; + break; + case "a thong": + T.scrotumSkinStyle = "fill:rgba(34,28,36,1);"; + break; + case "a button-up shirt and panties": + case "a t-shirt and panties": + T.scrotumSkinStyle = "fill:rgba(255,255,255,1);"; + T.bellySkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "a slutty klan robe": + T.scrotumSkinStyle = "fill:rgba(128,0,0,1);"; + break; + case "cutoffs": + T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; + break; + case "sport shorts": + case "sport shorts and a sports bra": + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; + break; + case "a t-shirt and thong": + T.scrotumSkinStyle = "fill:rgba(200,55,171,1);"; + T.bellySkinStyle = "fill:rgba(200,55,171,1);"; + break; + case "jeans": + T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; + break; + case "leather pants": + case "leather pants and a tube top": + T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; + break; + case "leather pants and pasties": + T.scrotumSkinStyle = "fill:rgba(85,0,0,1);"; + break; + case "a t-shirt and jeans": + T.scrotumSkinStyle = "fill:rgba(81,124,211,1);"; + T.bellySkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "a tank-top and panties": + T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; + T.bellySkinStyle = "fill:rgba(26,26,26,1);"; + break; + case "a tank-top": + T.bellySkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "a tube top and thong": + T.scrotumSkinStyle = "fill:rgba(34,28,36,1);"; + break; + case "boyshorts": + T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; + break; + case "an oversized t-shirt and boyshorts": + T.bellySkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "a sweater and panties": + T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; + T.bellySkinStyle = "fill:rgba(212,170,0,1);"; + break; + case "a sweater and cutoffs": + T.scrotumSkinStyle = "fill:rgba(77,77,77,1);"; + T.bellySkinStyle = "fill:rgba(85,0,0,1);"; + break; + case "a police uniform": + T.scrotumSkinStyle = "fill:rgba(11,23,40,1);"; + T.bellySkinStyle = "fill:rgba(11,23,40,1);"; + break; + case "a one-piece swimsuit": + T.scrotumSkinStyle = "fill:rgba(22,45,80,1);"; + T.bellySkinStyle = "fill:rgba(22,45,80,1);"; + break; + case "a skimpy loincloth": + T.scrotumSkinStyle = "fill:rgba(145,124,111,1);"; + break; + case "kitty lingerie": + T.scrotumSkinStyle = "fill:rgba(255,170,238,1);"; + break; + case "an oversized t-shirt": + T.bellySkinStyle = "fill:rgba(255,255,255,1);"; + break; + case "a hanbok": + T.bellySkinStyle = "fill:rgba(255,109,182,1);"; + break; + case "a gothic lolita dress": + T.bellySkinStyle = "fill:rgba(26,26,26,1);"; + break; + case "a sweater": + T.bellySkinStyle = "fill:rgba(85,0,0,1);"; + break; + case "sport shorts and a t-shirt": + T.scrotumSkinStyle = "fill:rgba(200,55,171,1);"; + T.bellySkinStyle = "fill:rgba(200,55,171,1);"; + break; + case "a biyelgee costume": + T.scrotumSkinStyle = "fill:rgba(33,68,120,1);"; + } + } + + function setHairColor() { + T.hairColour = extractColor(slave.hColor); + T.pubicHairColour = extractColor(slave.pubicHColor); + T.underarmHairColour = extractColor(slave.underArmHColor); + T.eyebrowHairColour = extractColor(slave.eyebrowHColor); + T.sclerae = extractColor(slave.sclerae); + } + + function setShoeColor() { + /* BEWARE: _shoeColour is read by Wardrobe Use */ + /* note: only heels use this _shoeShadowColour */ + + /* override color in case of full body latex outfit, or custom color*/ + if (slave.clothes === "a Fuckdoll suit" || slave.clothes === "restrictive latex") { + T.shoeColour = T.skinColour; + T.shoeShadowColour = T.shoeColour+";opacity: 0.5"; /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */ + } else if (slave.shoeColor !== undefined) { + T.shoeColour = slave.shoeColor+";opacity: 0.4"; /* shoe color selected by user */ + T.shoeShadowColour = T.shoeColour+";opacity: 0.5"; /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */ + } else { + T.shoeShadowColour = "#616a6b"; + if (slave.shoes === "none") + T.shoeColour = "#595959"; + else + T.shoeColour = "#80808080"; + } + } + } + + function ArtVectorCollar() { + r += jsInclude("Art_Vector_Clavicle"); + /* TODO": find out where "uncomfortable leather" collar art went */ + switch (slave.collar) { + case "leather with cowbell": + r += jsInclude("Art_Vector_Collar_Cowbell"); + break; + case "heavy gold": + r += jsInclude("Art_Vector_Collar_Gold_Heavy"); + break; + case "neck corset": + r += jsInclude("Art_Vector_Collar_Neck_Corset"); + break; + case "pretty jewelry": + r += jsInclude("Art_Vector_Collar_Pretty_Jewelry"); + break; + case "cruel retirement counter": + r += jsInclude("Art_Vector_Collar_Retirement_Cruel"); + break; + case "nice retirement counter": + r += jsInclude("Art_Vector_Collar_Retirement_Nice"); + break; + case "satin choker": + r += jsInclude("Art_Vector_Collar_Satin_Choker"); + break; + case "shock punishment": + r += jsInclude("Art_Vector_Collar_Shock_Punishment"); + break; + case "stylish leather": + r += jsInclude("Art_Vector_Collar_Stylish_Leather"); + break; + case "tight steel": + r += jsInclude("Art_Vector_Collar_Tight_Steel"); + break; + case "uncomfortable leather": + r += jsInclude("Art_Vector_Collar_Leather_Cruel"); + break; + case "silk ribbon": + r += jsInclude("Art_Vector_Collar_Silk_Ribbon"); + break; + case "bowtie": + r += jsInclude("Art_Vector_Collar_Bowtie"); + break; + case "ancient Egyptian": + r += jsInclude("Art_Vector_Collar_Ancientegyptian"); + } + } + + function ArtVectorFeet() { + let outfit, stockings; + if (slave.legAccessory === "short stockings") + stockings = "SS"; + else if (slave.legAccessory === "long stockings") + stockings = "LL"; + + /* Updated 2018-10-25 by Fr0g */ + /* - added brackets to make boolean logic run */ + if (slave.shoes === "heels") { + r += jsInclude("Art_Vector_Shoes_Heel"); + } else if (slave.shoes === "pumps") { + r += jsInclude("Art_Vector_Shoes_Pump"); + } else if (slave.shoes === "extreme heels") { + r += jsInclude(`Art_Vector_Shoes_Extreme_Heel_${legSize}`); + } else if (slave.shoes === "boots") { + r += jsInclude(`Art_Vector_Shoes_Boot_${legSize}`); + } else if (slave.shoes === "flats") { + r += jsInclude("Art_Vector_Shoes_Flat"); + } else { + if (slave.amp === 0) { + r += jsInclude("Art_Vector_Feet_Normal"); + } else if (slave.PLimb === 1 || slave.PLimb === 2) { + if (slave.amp === -1) + r += jsInclude("Art_Vector_Feet_ProstheticBasic"); + else if (slave.amp === -2) + r += jsInclude("Art_Vector_Feet_ProstheticSexy"); + else if (slave.amp === -3) + r += jsInclude("Art_Vector_Feet_ProstheticBeauty"); + else if (slave.amp === -4) + r += jsInclude("Art_Vector_Feet_ProstheticCombat"); + else if (slave.amp === -5) + r += jsInclude("Art_Vector_Feet_ProstheticSwiss"); + } + } + if (stockings !== undefined && slave.amp !== 1) { + if (slave.shoes === "heels") { + r += jsInclude(`Art_Vector_Shoes_Heel_${stockings}_${legSize}`); + } else if (slave.shoes === "pumps") { + r += jsInclude(`Art_Vector_Shoes_Pump_${stockings}_${legSize}`); + } else if (slave.shoes === "flats") { + r += jsInclude(`Art_Vector_Shoes_Flat_${stockings}_${legSize}`); + } else if (slave.shoes === "none") { + r += jsInclude(`Art_Vector_Shoes_Stockings_${stockings}_${legSize}`); + } + } + switch (slave.clothes) { + case "a bra": + case "a button-up shirt": + case "a button-up shirt and panties": + case "a chattel habit": + case "a comfortable bodysuit": + case "a cybersuit": + case "a gothic lolita dress": + case "a hanbok": + case "a leotard": + case "a nice pony outfit": + case "a one-piece swimsuit": + case "a penitent nuns habit": + case "a scalemail bikini": + case "a skimpy loincloth": + case "a slutty klan robe": + case "a slutty outfit": + case "a slutty pony outfit": + case "a sports bra": + case "a string bikini": + case "a striped bra": + case "a sweater": + case "a sweater and panties": + case "a t-shirt": + case "a t-shirt and panties": + case "a t-shirt and thong": + case "a tank-top": + case "a tank-top and panties": + case "a thong": + case "a tube top": + case "a tube top and thong": + case "an oversized t-shirt": + case "attractive lingerie for a pregnant woman": + case "chains": + case "choosing her own clothes": + case "kitty lingerie": + case "no clothing": + case "panties": + case "panties and pasties": + case "shibari ropes": + case "striped panties": + case "striped underwear": + case "uncomfortable straps": + break; /* do nothing for these cases */ + case "a Fuckdoll suit": + case "a latex catsuit": + case "body oil": + case "restrictive latex": + if (V.seeVectorArtHighlights === 1) /* special case for shiny clothing */ + outfit = "Shine"; + break; + default: + outfit = clothing2artSuffix(slave.clothes); + } + if (outfit !== undefined) { + if (slave.amp !== 1) { + if (slave.clothes !== "a slutty qipao" && slave.clothes !== "harem gauze" && slave.clothes !== "slutty jewelry" && slave.clothes !== "Western clothing") /* these clothes have a stump/leg outfit, but no butt outfit */ + r += jsInclude(`Art_Vector_Butt_Outfit_${outfit}_${buttSize}`); + if (slave.clothes !== "a schoolgirl outfit") /* file is there, but contains no artwork */ + r += jsInclude(`Art_Vector_Leg_Outfit_${outfit}_${legSize}`); + } else { + if (outfit === "Shine") /* the only stump outfit that does not draw an empty svg */ + r += jsInclude(`Art_Vector_Leg_Outfit_${outfit}_Stump`); + } + } + } + + function ArtVectorHairBack() { + if (hairLength !== undefined) { /* Don't draw hair if it isn't there */ + if (slave.fuckdoll !== 0 || (slave.bald !== 0 && slave.hStyle === "bald")) { + r += jsInclude("Art_Vector_Hair_Back_NoHair"); + } else { + switch (slave.clothes) { + case "a biyelgee costume": + case "a burkini": + case "a burqa": + case "a chattel habit": + case "a cybersuit": + case "a fallen nuns habit": + case "a hijab and abaya": + case "a hijab and blouse": + case "a klan robe": + case "a military uniform": + case "a mounty outfit": + case "a niqab and abaya": + case "a penitent nuns habit": + case "a police uniform": + case "a red army uniform": + case "a schutzstaffel uniform": + case "a slutty klan robe": + case "a slutty nurse outfit": + case "a slutty schutzstaffel uniform": + case "battlearmor": + case "restrictive latex": + case "Western clothing": + break; /* do nothing */ + default: + switch (slave.hStyle) { + case "buzzcut": + case "shaved": + case "shaved bald": + r += jsInclude("Art_Vector_Hair_Back_NoHair"); + break; + case "afro": + if (slave.hLength >= 150) + r += jsInclude("Art_Vector_Hair_Back_Afro_Giant"); + else + r += jsInclude(`Art_Vector_Hair_Back_Afro_${hairLength}`); + break; + case "messy bun": + r += jsInclude(`Art_Vector_Hair_Back_Ninja_${hairLength}`); + break; + case "strip": + r += jsInclude("Art_Vector_Hair_Back_NoHair"); + break; + case "braided": + case "bun": + case "cornrows": + case "curled": + case "dreadlocks": + case "eary": + case "luxurious": + case "messy": + case "neat": + case "permed": + case "ponytail": + case "tails": + case "up": + r += jsInclude(`Art_Vector_Hair_Back_${capFirstChar(slave.hStyle)}_${hairLength}`); + break; + default: + r += jsInclude("Art_Vector_Hair_Back_Messy_Medium"); + } + } + } + } + /* note: latex clothing actually shows some hair, but there is no appropriate art for it */ + if (slave.collar === "cat ears") + r += jsInclude("Art_Vector_Cat_Ear_Back"); + } + + function ArtVectorHairFore() { + if (hairLength !== undefined) { /* Don't draw hair if it isn't there */ + if (slave.fuckdoll !== 0 || (slave.bald !== 0 && slave.hStyle === "bald")) { + r += jsInclude("Art_Vector_Hair_Fore_NoHair"); + } else { + switch (slave.clothes) { + case "a biyelgee costume": + case "a burkini": + case "a burqa": + case "a chattel habit": + case "a cybersuit": + case "a fallen nuns habit": + case "a hijab and abaya": + case "a hijab and blouse": + case "a klan robe": + case "a military uniform": + case "a mounty outfit": + case "a niqab and abaya": + case "a penitent nuns habit": + case "a police uniform": + case "a red army uniform": + case "a schutzstaffel uniform": + case "a slutty klan robe": + case "a slutty nurse outfit": + case "a slutty schutzstaffel uniform": + case "battlearmor": + case "restrictive latex": + case "Western clothing": + break; /* do nothing */ + default: + switch (slave.hStyle) { + case "buzzcut": + case "shaved": + case "shaved bald": + r += jsInclude("Art_Vector_Hair_Fore_NoHair"); + break; + case "afro": + if (slave.hLength >= 150) + r += jsInclude("Art_Vector_Hair_Fore_Afro_Giant"); + else + r += jsInclude(`Art_Vector_Hair_Fore_Afro_${hairLength}`); + break; + case "messy bun": + r += jsInclude(`Art_Vector_Hair_Fore_Ninja_${hairLength}`); + break; + case "bun": + case "neat": + case "ponytail": + r += jsInclude(`Art_Vector_Hair_Fore_${capFirstChar(slave.hStyle)}`); + break; + case "braided": + case "cornrows": + case "curled": + case "dreadlocks": + case "eary": + case "luxurious": + case "messy": + case "permed": + case "strip": + case "tails": + case "up": + r += jsInclude(`Art_Vector_Hair_Fore_${capFirstChar(slave.hStyle)}_${hairLength}`); + break; + default: + r += jsInclude("Art_Vector_Hair_Fore_Messy_Medium"); + } + } + } + } + /* note: latex clothing actually shows some hair, but there is no appropriate art for it */ + if (slave.collar === "cat ears") + r += jsInclude("Art_Vector_Cat_Ear_Fore"); + } + + function ArtVectorHead() { + const eyebrowFullness = clothing2artSuffix(slave.eyebrowFullness); /* designed for clothing but works for eyebrows too. If other eyebrow styles are added, this may need to be changed. */ + const hasEyebrows = slave.eyebrowHStyle !== "bald" && slave.eyebrowHStyle !== "shaved"; + + r += jsInclude("Art_Vector_Head"); + /* shiny clothing */ + if (V.seeVectorArtHighlights === 1) { + if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit") + r += jsInclude("Art_Vector_Head_Outfit_Shine"); + } + if (slave.clothes !== "restrictive latex") { + if (slave.markings === "beauty mark") + r += jsInclude("Art_Vector_Beauty_Mark"); + else if (slave.markings === "freckles") + r += jsInclude("Art_Vector_Freckles"); + else if (slave.markings === "heavily freckled") + r += jsInclude("Art_Vector_Freckles_Heavy"); + else if (slave.markings === "birthmark") + r += jsInclude("Art_Vector_Birthmark"); + else if (slave.minorInjury === "black eye") + r += jsInclude("Art_Vector_Black_Eye"); + } + /* FACIAL APPEARANCE */ + if (V.seeFaces === 1) { + if (slave.fuckdoll === 0 && slave.clothes !== "restrictive latex") { + switch (slave.race) { + case "southern european": + case "white": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeD"); + r += jsInclude("Art_Vector_Mouth_TypeF"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeE"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } + break; + case "asian": + case "malay": + case "pacific islander": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeD"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeB"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeE"); + if (slave.eyebrowFullness === "pencil-thin") + r += jsInclude("Art_Vector_Eyebrow_TypeC_Pencilthin"); + else if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } + break; + case "amerindian": + case "latina": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeB_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeB"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeF"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeB"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); + } + break; + case "black": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeD"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeF"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeB"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (slave.eyebrowFullness === "natural") + r += jsInclude("Art_Vector_Eyebrow_TypeB_Natural"); + else if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeF"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } + break; + case "middle eastern": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeD"); + r += jsInclude("Art_Vector_Mouth_TypeF"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeB_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeF"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeE"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); + } + break; + case "semitic": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeD"); + r += jsInclude("Art_Vector_Mouth_TypeF"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeB_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeF"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeE"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); + } + break; + case "indo-aryan": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeF"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeE"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } + break; + case "mixed race": + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeF"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeE"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeD"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeD_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } + break; + default: + if (slave.faceShape === "normal") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeA"); + r += jsInclude("Art_Vector_Nose_TypeA"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "masculine") { + r += jsInclude("Art_Vector_Eyes_TypeD"); + r += jsInclude("Art_Vector_Mouth_TypeF"); + r += jsInclude("Art_Vector_Nose_TypeF"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeE_${eyebrowFullness}`); + } else if (slave.faceShape === "androgynous") { + r += jsInclude("Art_Vector_Eyes_TypeE"); + r += jsInclude("Art_Vector_Mouth_TypeE"); + r += jsInclude("Art_Vector_Nose_TypeE"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeF_${eyebrowFullness}`); + } else if (slave.faceShape === "cute") { + r += jsInclude("Art_Vector_Eyes_TypeB"); + r += jsInclude("Art_Vector_Mouth_TypeB"); + r += jsInclude("Art_Vector_Nose_TypeD"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeA_${eyebrowFullness}`); + } else if (slave.faceShape === "sensual") { + r += jsInclude("Art_Vector_Eyes_TypeC"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } else if (slave.faceShape === "exotic") { + r += jsInclude("Art_Vector_Eyes_TypeA"); + r += jsInclude("Art_Vector_Mouth_TypeC"); + r += jsInclude("Art_Vector_Nose_TypeC"); + if (hasEyebrows === true) + r += jsInclude(`Art_Vector_Eyebrow_TypeC_${eyebrowFullness}`); + } + } + } + } + /* END FACIAL APPEARANCE */ + + if (slave.eyebrowPiercing === 1) + r += jsInclude("Art_Vector_Eyebrow_Light"); + else if (slave.eyebrowPiercing === 2) + r += jsInclude("Art_Vector_Eyebrow_Heavy"); + + if (slave.nosePiercing === 1) + r += jsInclude("Art_Vector_Nose_Light"); + else if (slave.nosePiercing === 2) + r += jsInclude("Art_Vector_Nose_Heavy"); + + if (slave.lipsPiercing === 1) + r += jsInclude("Art_Vector_Lip_Light"); + else if (slave.lipsPiercing === 2) + r += jsInclude("Art_Vector_Lip_Heavy"); + + /* ADDONS */ + if (slave.fuckdoll === 0) { /* fuckdolls cannot be decorated */ + if (slave.collar === "dildo gag") + r += jsInclude("Art_Vector_Dildo_Gag"); + else if (slave.collar === "ball gag") + r += jsInclude("Art_Vector_Ball_Gag"); + else if (slave.collar === "bit gag") + r += jsInclude("Art_Vector_Bit_Gag"); + else if (slave.collar === "massive dildo gag") + r += jsInclude("Art_Vector_Massive_Dildo_Gag"); + else if (slave.collar === "porcelain mask") + r += jsInclude("Art_Vector_Porcelain_Mask"); + + if (slave.eyewear === "corrective glasses" || slave.eyewear === "glasses" || slave.eyewear === "blurring glasses") + r += jsInclude("Art_Vector_Glasses"); + + /* head clothing */ + switch (slave.clothes) { + case "a biyelgee costume": + case "a bunny outfit": + case "a burkini": + case "a burqa": + case "a chattel habit": + case "a cybersuit": + case "a fallen nuns habit": + case "a hijab and abaya": + case "a hijab and blouse": + case "a klan robe": + case "a military uniform": + case "a mounty outfit": + case "a niqab and abaya": + case "a penitent nuns habit": + case "a police uniform": + case "a red army uniform": + case "a slutty klan robe": + case "a slutty nurse outfit": + case "a succubus outfit": + case "battlearmor": + case "harem gauze": + case "Western clothing": + r += jsInclude(`Art_Vector_Head_Outfit_${clothing2artSuffix(slave.clothes)}`); + break; + case "a schutzstaffel uniform": + case "a slutty schutzstaffel uniform": + r += jsInclude("Art_Vector_Head_Outfit_SchutzstaffelUniform"); + break; + case "kitty lingerie": + r += jsInclude("Art_Vector_Cat_Ear_Fore"); + r += jsInclude("Art_Vector_Cat_Ear_Back"); + } + } + } + + function ArtVectorLeg() { + /* Selection of matching SVG based on amputee level */ + if (slave.amp === 0) { + r += jsInclude(`Art_Vector_Leg_${legSize}`); + if (slave.muscles >= 97) + r += jsInclude(`Art_Vector_Leg_${legSize}_MHeavy`); + else if (slave.muscles >= 62) + r += jsInclude(`Art_Vector_Leg_${legSize}_MMedium`); + else if (slave.muscles >= 30) + r += jsInclude(`Art_Vector_Leg_${legSize}_MLight`); + } else if (slave.amp === 1) { + r += jsInclude("Art_Vector_Stump"); + } else if (slave.PLimb === 1 || slave.PLimb === 2) { /* slave is an amputee and has PLimbs equipped */ + if (slave.amp === -1) + r += jsInclude(`Art_Vector_Leg_ProstheticBasic_${legSize}`); + else if (slave.amp === -2) + r += jsInclude(`Art_Vector_Leg_ProstheticSexy_${legSize}`); + else if (slave.amp === -3) + r += jsInclude(`Art_Vector_Leg_ProstheticBeauty_${legSize}`); + else if (slave.amp === -4) + r += jsInclude(`Art_Vector_Leg_ProstheticCombat_${legSize}`); + else /* slave.amp === -5 */ + r += jsInclude(`Art_Vector_Leg_ProstheticSwiss_${legSize}`); + } + } + + function ArtVectorPubicHair() { + if (slave.fuckdoll !== 0 || slave.clothes !== "a latex catsuit") { + if (V.showBodyMods === 1 && slave.vaginaTat === "rude words") { + if (slave.dick !== 0) + T.art_pussy_tattoo_text = "Useless"; + else + T.art_pussy_tattoo_text = "Fucktoy"; + r += jsInclude("Art_Vector_Pussy_Tattoo"); + } + if (slave.physicalAge < 11) { + /* these art files exist, but draw empty svg's. Commented out for now to save on rendering time + r += jsInclude("Art_Vector_Pubic_Hair_None"); + r += jsInclude("Art_Vector_Pubic_Hair_Underarm_None"); + */ + } else if (slave.physicalAge <= 13) { + if (slave.pubicHStyle !== "waxed") + r += jsInclude("Art_Vector_Pubic_Hair_Wispy"); + } else if (slave.clothes !== "a comfortable bodysuit") { + switch (slave.pubicHStyle) { + case "bald": + case "hairless": + case "waxed": + /* commented out to save on rendering time + r += jsInclude("Art_Vector_Pubic_Hair_None"); + */ + break; + case "strip": + case "in a strip": + if (torsoSize === "Obese" || torsoSize === "Fat") + r += jsInclude("Art_Vector_Pubic_Hair_StripFat"); + else + r += jsInclude("Art_Vector_Pubic_Hair_Strip"); + break; + case "neat": + if (torsoSize === "Obese" || torsoSize === "Fat") + r += jsInclude("Art_Vector_Pubic_Hair_NeatFat"); + else + r += jsInclude("Art_Vector_Pubic_Hair_Neat"); + break; + case "bushy in the front and neat in the rear": + if (torsoSize === "Obese" || torsoSize === "Fat") + r += jsInclude("Art_Vector_Pubic_Hair_BushFat"); + else + r += jsInclude("Art_Vector_Pubic_Hair_Bush"); + break; + case "bushy": + if (torsoSize === "Obese" || torsoSize === "Fat") + r += jsInclude("Art_Vector_Pubic_Hair_BushyFat"); + else + r += jsInclude("Art_Vector_Pubic_Hair_Bushy"); + break; + case "very bushy": + if (torsoSize === "Obese" || torsoSize === "Fat") + r += jsInclude("Art_Vector_Pubic_Hair_Very_BushyFat"); + else + r += jsInclude("Art_Vector_Pubic_Hair_Very_Bushy"); + } + switch (slave.underArmHStyle) { + case "hairless": + case "waxed": + case "bald": + /* commented out to save on rendering time + r += jsInclude("Art_Vector_Pubic_Hair_Underarm_None"); + */ + break; + case "shaved": + r += jsInclude("Art_Vector_Pubic_Hair_Underarm_Shaved"); + break; + case "neat": + r += jsInclude("Art_Vector_Pubic_Hair_Underarm_Neat"); + break; + case "bushy": + r += jsInclude("Art_Vector_Pubic_Hair_Underarm_Bushy"); + } + } + } + } + + function ArtVectorPussy() { + if (slave.vagina >= 0 && slave.clothes !== "a latex catsuit" && slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a cybersuit") + r += jsInclude("Art_Vector_Pussy"); + } + + function ArtVectorPussyPiercings() { + switch (slave.clothes) {/* piercings display on these clothes */ + case "a bra": + case "a button-up shirt": + case "a chattel habit": + case "a comfortable bodysuit": + case "a cybersuit": + case "a fallen nuns habit": + case "a Fuckdoll suit": + case "a latex catsuit": + case "a monokini": + case "a nice pony outfit": + case "a penitent nuns habit": + case "a skimpy loincloth": + case "a slutty pony outfit": + case "a sports bra": + case "a string bikini": + case "a striped bra": + case "a succubus outfit": + case "a sweater": + case "a t-shirt": + case "a t-shirt and panties": + case "a t-shirt and thong": + case "a tank-top": + case "a tube top": + case "an oversized t-shirt": + case "attractive lingerie": + case "body oil": + case "chains": + case "choosing her own clothes": + case "no clothing": + case "restrictive latex": + case "shibari ropes": + case "slutty jewelry": + case "sport shorts": + case "sport shorts and a sports bra": + case "sport shorts and a t-shirt": + case "uncomfortable straps": + case "Western clothing": + /* piercinglevel = 1, Light; piercinglevel = 2, Heavy; piercinglevel = 3, Smart; piercinglevel = 0, None */ + if (slave.vaginaPiercing === 1) + r += jsInclude("Art_Vector_Pussy_Piercing"); + else if (slave.vaginaPiercing === 2) + r += jsInclude("Art_Vector_Pussy_Piercing_Heavy"); + + if (slave.clitPiercing === 1) + r += jsInclude("Art_Vector_Clit_Piercing"); + else if (slave.clitPiercing === 2) + r += jsInclude("Art_Vector_Clit_Piercing_Heavy"); + else if (slave.clitPiercing === 3) + r += jsInclude("Art_Vector_Clit_Piercing_Smart"); + } + } + + function ArtVectorTorso() { + r += jsInclude(`Art_Vector_Torso_${torsoSize}`); + if (slave.muscles >= 97) + r += jsInclude(`Art_Vector_Torso_${torsoSize}_MHeavy`); + else if (slave.muscles >= 62) + r += jsInclude(`Art_Vector_Torso_${torsoSize}_MMedium`); + else if (slave.muscles >= 30) + r += jsInclude(`Art_Vector_Torso_${torsoSize}_MLight`); + } + + function ArtVectorTorsoOutfit() { + /* TODO: latex catsuit should cover vagina and its piercings, too */ + switch (slave.clothes) { + case "a Fuckdoll suit": + case "a latex catsuit": + case "a nice pony outfit": + case "a slutty pony outfit": + case "choosing her own clothes": + case "no clothing": + break; /* no torso outfit */ + /* manually handle special cases */ + case "a cybersuit": + r += jsInclude(`Art_Vector_Torso_Outfit_Latex_${torsoSize}`); + break; + case "a slutty schutzstaffel uniform": + r += jsInclude(`Art_Vector_Torso_Outfit_SchutzstaffelUniform_${torsoSize}`); + break; + case "a niqab and abaya": + case "a burqa": + r += jsInclude(`Art_Vector_Torso_Outfit_HijabAndAbaya_${torsoSize}`); + break; + default: + r += jsInclude(`Art_Vector_Torso_Outfit_${clothing2artSuffix(slave.clothes)}_${torsoSize}`); + } + if (V.seeVectorArtHighlights === 1) { + if (slave.fuckdoll !== 0 || slave.clothes === "restrictive latex" || slave.clothes === "a latex catsuit") { + if (slave.amp !== 0) + r += jsInclude("Art_Vector_Torso_Outfit_Shine_Shoulder"); + if (slave.preg <= 0) + r += jsInclude(`Art_Vector_Torso_Outfit_Shine_${torsoSize}`); + } + } + } + + return VectorArt; +})(); diff --git a/src/cheats/mod_EditNeighborArcologyCheat.tw b/src/cheats/mod_EditNeighborArcologyCheat.tw index a1aa5ca1b1ef353586b3105d227f696f14901be6..546fe6f10ebad98ab355680cd51ea9564b75ecd0 100644 --- a/src/cheats/mod_EditNeighborArcologyCheat.tw +++ b/src/cheats/mod_EditNeighborArcologyCheat.tw @@ -17,7 +17,7 @@ <<set _seed.delete($arcologies[_eca].direction)>> /* remove directions already in use */ <</for>> <<set _govtypes = ["elected officials", "a committee", "an oligarchy", "an individual", "a corporation", "direct democracy"]>> - <<set $activeArcology = {name: "Arcology X-", direction: _seed.random(), government: _govtypes.random(), honeymoon: 0, prosperity: 50, ownership: 50, minority: 20, PCminority: 0, demandFactor:0, FSSupremacist: "unset", FSSupremacistRace: 0, FSSubjugationist: "unset", FSSubjugationistRace: 0, FSGenderRadicalist: "unset", FSGenderFundamentalist: "unset", FSPaternalist: "unset", FSDegradationist: "unset", FSBodyPurist: "unset", FSTransformationFetishist: "unset", FSYouthPreferentialist: "unset", FSMaturityPreferentialist: "unset", FSSlimnessEnthusiast: "unset", FSAssetExpansionist: "unset", FSPastoralist: "unset", FSPhysicalIdealist: "unset", FSChattelReligionist: "unset", FSRomanRevivalist: "unset", FSAztecRevivalist: "unset", FSEgyptianRevivalist: "unset", FSEdoRevivalist: "unset", FSArabianRevivalist: "unset", FSChineseRevivalist: "unset", FSNull: "unset", FSRepopulationFocus: "unset", FSRestart: "unset", embargo: 1, embargoTarget: -1, influenceTarget: -1, influenceBonus: 0, rival: 0}>> + <<set $activeArcology = {name: "Arcology X-", direction: _seed.random(), government: _govtypes.random(), honeymoon: 0, prosperity: 50, ownership: 50, minority: 20, PCminority: 0, demandFactor:0, FSSupremacist: "unset", FSSupremacistRace: 0, FSSubjugationist: "unset", FSSubjugationistRace: 0, FSGenderRadicalist: "unset", FSGenderFundamentalist: "unset", FSPaternalist: "unset", FSDegradationist: "unset", FSBodyPurist: "unset", FSTransformationFetishist: "unset", FSYouthPreferentialist: "unset", FSMaturityPreferentialist: "unset", FSSlimnessEnthusiast: "unset", FSAssetExpansionist: "unset", FSPastoralist: "unset", FSPhysicalIdealist: "unset", FSChattelReligionist: "unset", FSRomanRevivalist: "unset", FSAztecRevivalist: "unset", FSEgyptianRevivalist: "unset", FSEdoRevivalist: "unset", FSArabianRevivalist: "unset", FSChineseRevivalist: "unset", FSNull: "unset", FSRepopulationFocus: "unset", FSHedonisticDecadence: "unset", FSCummunism: "unset", FSIncestFetishist: "unset", FSRestart: "unset", embargo: 1, embargoTarget: -1, influenceTarget: -1, influenceBonus: 0, rival: 0}>> <<if $arcologies.length < 4>> /* X-4 is reserved for player's arcology, so X-1 is available */ <<set $activeArcology.name += ($arcologies.length)>> diff --git a/src/interaction/researchLab.tw b/src/interaction/researchLab.tw index becd7f1445f94bcd1e0e53586cff5d6cc7a60ee2..74531230666e1b514335ca8974beccad315ce682 100644 --- a/src/interaction/researchLab.tw +++ b/src/interaction/researchLab.tw @@ -16,7 +16,7 @@ <br> <<if $researchLab.aiModule == 1>> - [[Buy and install research module|Research Lab][cashX(-35000, "capEx"), $researchLab.aiModule = 2]] //This module enables your assistant to assist staff and direct menials assigned to your research facility, increasing efficiency. It costs <<print cashFormat(35000)>>//<br> + [[Buy and install research module|Research Lab][cashX(-35000, "capEx"), $researchLab.aiModule = 2]] //This module enables your personal assistant to assist staff and direct menials assigned to your research facility, increasing efficiency. It costs <<print cashFormat(35000)>>//<br> <</if>> <<if ($researchLab.hired + $researchLab.menials) == 0>> //Facility is currently unstaffed.// @@ -35,7 +35,8 @@ $researchLab.menials menials <</if>> working in your lab. - <<if $researchLab.aiModule != 0>>Occasionally you hear voice of your assistant as it helps direct and organize work.<</if>>// + <<setAssistantPronouns>> + <<if $researchLab.aiModule != 0>>Occasionally you hear voice of your assistant as _heA helps direct and organize work.<</if>>// <</if>> <br> diff --git a/src/js/datatypeCleanupJS.js b/src/js/datatypeCleanupJS.js index 22ccf04dc7bb1081389daedd9a15a3b1c1497a44..2cc0da46cacd8b2148b8bf7d605453db46dfb002 100644 --- a/src/js/datatypeCleanupJS.js +++ b/src/js/datatypeCleanupJS.js @@ -1390,6 +1390,21 @@ window.ArcologyDatatypeCleanup = function ArcologyDatatypeCleanup() { V.TFS.schoolProsperity = Math.clamp(+V.TFS.schoolProsperity, -10, 10) || 0; }; +function FacilityDecorationCleanup() { + ValidateFacilityDecoration("brothelDecoration"); + ValidateFacilityDecoration("dairyDecoration"); + ValidateFacilityDecoration("clubDecoration"); + ValidateFacilityDecoration("servantsQuartersDecoration"); + ValidateFacilityDecoration("schoolroomDecoration"); + ValidateFacilityDecoration("spaDecoration"); + ValidateFacilityDecoration("clinicDecoration"); + ValidateFacilityDecoration("arcadeDecoration"); + ValidateFacilityDecoration("cellblockDecoration"); + ValidateFacilityDecoration("masterSuiteDecoration"); + ValidateFacilityDecoration("nurseryDecoration"); + ValidateFacilityDecoration("farmyardDecoration"); +}; + window.FacilityDatatypeCleanup = (function() { "use strict"; let V; @@ -1437,33 +1452,6 @@ window.FacilityDatatypeCleanup = (function() { helperFunction(V.FarmyardiIDs); } - function FacilityDecorationCleanup() { - if (typeof V.brothelDecoration !== "string") - V.brothelDecoration = "standard"; - if (typeof V.dairyDecoration !== "string") - V.dairyDecoration = "standard"; - if (typeof V.clubDecoration !== "string") - V.clubDecoration = "standard"; - if (typeof V.servantsQuartersDecoration !== "string") - V.servantsQuartersDecoration = "standard"; - if (typeof V.schoolroomDecoration !== "string") - V.schoolroomDecoration = "standard"; - if (typeof V.spaDecoration !== "string") - V.spaDecoration = "standard"; - if (typeof V.clinicDecoration !== "string") - V.clinicDecoration = "standard"; - if (typeof V.arcadeDecoration !== "string") - V.arcadeDecoration = "standard"; - if (typeof V.cellblockDecoration !== "string") - V.cellblockDecoration = "standard"; - if (typeof V.masterSuiteDecoration !== "string") - V.masterSuiteDecoration = "standard"; - if (typeof V.nurseryDecoration !== "string") - V.nurseryDecoration = "standard"; - if (typeof V.farmyardDecoration !== "string") - V.farmyardDecoration = "standard"; - } - function FacilityNameCleanup() { V.arcologies[0].name = V.arcologies[0].name || "Arcology X-4"; V.brothelName = V.brothelName || "the Brothel"; diff --git a/src/js/sexActsJS.js b/src/js/sexActsJS.js index 1662add29c0da75051c5a7e6e6a0d1bc02bd2f26..93a56e0423f4189ddbc378fff730a198009007b4 100644 --- a/src/js/sexActsJS.js +++ b/src/js/sexActsJS.js @@ -92,7 +92,7 @@ window.VaginalVCheck = function VaginalVCheck(times) { } 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.`; + 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 ${him}. ${He} dreads getting violated by you again.`; slave.trust -= 5; slave.devotion -= 5; } else { diff --git a/src/js/storyJS.js b/src/js/storyJS.js index 9dec944bdddf40e70036f79a846c706d5979954d..9ae5a465beed6d57101cbab2e34e65bca10e3c02 100644 --- a/src/js/storyJS.js +++ b/src/js/storyJS.js @@ -918,6 +918,7 @@ window.removeFS = function(FS) { } } arcology[FS] = "unset"; + FacilityDecorationCleanup(); resetFSCredits(); }; diff --git a/src/js/utilJS.js b/src/js/utilJS.js index 80ac899eaf3b83e2cb2db83f5ec6690f0b35e65f..02de1105f7e6c93e7073765fded9f61bed5227ad 100644 --- a/src/js/utilJS.js +++ b/src/js/utilJS.js @@ -1077,6 +1077,8 @@ window.ValidateFacilityDecoration = function ValidateFacilityDecoration(decorati V[decoration] = "standard"; } break; + default: + V[decoration] = "standard"; } }; @@ -1421,7 +1423,7 @@ window.originPronounReplace = /** @param {App.Entity.SlaveState} slave */ functi case "You acquired her in the last stages of your career as a noted private military contractor.": case "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create her.": case "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.": - case "Your slaving troop kept several girls as fucktoys, you sired her in your favorite.": + case "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.": case "You enslaved her personally during the last stages of your slaving career.": case "You sired her in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.": case "You conceived her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.": diff --git a/src/js/vignettes.js b/src/js/vignettes.js index 44c5337e1a00fcdd559a103fa011c31414597bf7..536e20c03333cc3169b08403ce7bfe7f773d4133 100644 --- a/src/js/vignettes.js +++ b/src/js/vignettes.js @@ -189,7 +189,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: 1, }); vignettes.push({ - text: `${he} disgusted a customer who didn't know how much cum fetishes revolted them until ${he} displayed ${his},`, + text: `${he} disgusted a customer who didn't know how much cum fetishes revolted them until ${he} displayed ${hers},`, type: "rep", effect: -1, }); @@ -209,7 +209,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig case "buttslut": if (canDoAnal(slave)) { vignettes.push({ - text: `${he} earned repeat business from a customer who didn't know how much they liked fucking buttholes until ${he} got them to try fucking ${his},`, + text: `${he} earned repeat business from a customer who didn't know how much they liked fucking buttholes until ${he} got them to try fucking ${hers},`, type: "cash", effect: 1, }); @@ -1013,6 +1013,20 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: 1, }); } + if (slave.lipsPiercing > 0) { + vignettes.push({ + text: `${he} was highly recommended by a customer who liked the feeling of ${his} lip piercings on his cock,`, + type: "cash", + effect: 1, + }); + if (slave.lipsPiercing > 1) { + vignettes.push({ + text: `a customer's pubic hairs got snagged in ${his} lip piercings,`, + type: "cash", + effect: -1, + }); + } + } if (!canTalk(slave)) { vignettes.push({ text: `${he} impressed a customer who didn't know how relaxing a ${boy} who can't talk could be,`, @@ -1426,7 +1440,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig } if (slave.boobsImplant >= 500) { vignettes.push({ - text: `a photographer won an award for an artistic close up of one of ${his} implant-heavy tits,`, + text: `a photographer won an award for an artistic close-up of one of ${his} implant-heavy tits,`, type: "rep", effect: 1, }); @@ -1466,7 +1480,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig } if (slave.nipples === "fuckable") { vignettes.push({ - text: `${he} lost a customer who refused ${he} could possibly be a proper cow with nipples like ${his},`, + text: `${he} lost a customer who refused ${he} could possibly be a proper cow with nipples like ${hers},`, type: "cash", effect: -1, }); @@ -2590,6 +2604,20 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: 1, }); } + if (slave.lipsPiercing > 0) { + vignettes.push({ + text: `${he} was highly recommended by a citizen who liked the feeling of ${his} lip piercings on his cock,`, + type: "rep", + effect: 1, + }); + if (slave.lipsPiercing > 1) { + vignettes.push({ + text: `a citizen's pubic hairs got snagged in ${his} lip piercings,`, + type: "rep", + effect: -1, + }); + } + } if (!canTalk(slave)) { vignettes.push({ text: `${he} impressed a citizen who didn't know how relaxing a ${boy} who can't talk could be,`, @@ -2899,7 +2927,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig } else if (V.arcologies[0].FSMaturityPreferentialist !== "unset") { if (slave.visualAge <= 20) { vignettes.push({ - text: `${he} gratified a citizen who wants to keep his fetish for young ${boy} in the closet,`, + text: `${he} gratified a citizen who wants to keep his fetish for young ${boy}s in the closet,`, type: "rep", effect: 1, }); @@ -2957,7 +2985,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig } else if (V.arcologies[0].FSDegradationist !== "unset") { if (canTalk(slave) && slave.voice > 2) { vignettes.push({ - text: `${he} gratified a citizen who prefers ${boy} with high-pitched screams,`, + text: `${he} gratified a citizen who prefers ${boy}s with high-pitched screams,`, type: "rep", effect: 1, }); @@ -3003,7 +3031,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig } if (slave.boobsImplant >= 500) { vignettes.push({ - text: `a photographer won an award for an artistic close up of one of ${his} implant-heavy tits,`, + text: `a photographer won an award for an artistic close-up of one of ${his} implant-heavy tits,`, type: "rep", effect: 1, }); @@ -3136,19 +3164,19 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: 1, }); vignettes.push({ - text: "a man dragged his crying wife along so she could watch him fuck a public slut,", + text: `a man dragged his crying wife along so she could watch him fuck a public slut,`, type: "rep", effect: 0, }); if (V.seeDicks !== 100) { vignettes.push({ - text: "a woman dragged her angry husband along so he could watch his wife get eaten out by a public slut,", + text: `a woman dragged her angry husband along so he could watch his wife get eaten out by a public slut,`, type: "rep", effect: 0, }); } else { vignettes.push({ - text: "a man dragged his angry lover along so he could watch his boyfriend get sucked off by a public slut,", + text: `a man dragged his angry lover along so he could watch his boyfriend get sucked off by a public slut,`, type: "rep", effect: 0, }); @@ -3183,10 +3211,15 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: 1, }); vignettes.push({ - text: `${he} licked off some sperm from the ground, while cleaning up after an orgy,`, + text: `${he} licked off some sperm from the ground while cleaning up after an orgy,`, type: "devotion", effect: 0, }); + vignettes.push({ + text: `${his} attempt to clean up cum using only ${his} mouth resulted in gastrointestinal distress,`, + type: "health", + effect: -1, + }); break; case "humiliation": vignettes.push({ @@ -3242,6 +3275,11 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig type: "cash", effect: -1, }); + vignettes.push({ + text: `${he} had to get ${his} stomach pumped after drinking a bottle of window cleaner ${he} mistook for grape juice,`, + type: "health", + effect: -1, + }); } if (slave.voice === 0) { vignettes.push({ @@ -3336,6 +3374,13 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: 0, }); } else if (slave.assignment === "work as a farmhand" || slave.assignment === window.Job.FARMYARD || slave.assignment === window.Job.FARMER) { + if (canWalk(slave)) { + vignettes.push({ + text: `${he} rather comically injured ${himself} by stepping on a rake`, + type: "health", + effect: -1, + }); + } //TODO: add more vignettes if ((V.farmyardShows === 1) && (V.seeBestiality === 1)) { vignettes.push({ @@ -3390,7 +3435,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig switch (slave.behavioralFlaw) { case "anorexic": vignettes.push({ - text: `with nothing to do, ${he} lies in bed and eats almost nothing,`, + text: `with nothing to do, ${he} laid in bed and ate almost nothing,`, type: "health", effect: -1, }); @@ -3441,7 +3486,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig if (slave.devotion > 50) { if (slave.intelligence+slave.intelligenceImplant > 50) { vignettes.push({ - text: `${he} spends some of ${his} downtime figuring out a new way for you to make money,`, + text: `${he} spent some of ${his} downtime figuring out a new way for you to make money,`, type: "cash", effect: 1, }); @@ -3459,7 +3504,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig if (slave.devotion < -50) { if (slave.intelligence+slave.intelligenceImplant > 50) { vignettes.push({ - text: `${he} spends some of ${his} downtime figuring out a way to sabotage your profits,`, + text: `${he} spent some of ${his} downtime figuring out a way to sabotage your profits,`, type: "cash", effect: -1, }); @@ -3473,7 +3518,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig if (slave.relationship === -2) { if (slave.speechRules === "permissive") { vignettes.push({ - text: `${he} spends most of ${his} time fan${boy}ing obsessively about you to everyone ${he} can,`, + text: `${he} spent most of ${his} time fan${boy}ing obsessively about you to everyone ${he} can,`, type: "rep", effect: 1, }); @@ -3484,7 +3529,7 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: -1, }); vignettes.push({ - text: `${he} 'accidentally' comes to see you throughout the day, even though ${he} is resting,`, + text: `${he} 'accidentally' came to see you throughout the day, even though ${he} was resting,`, type: "devotion", effect: 1, }); @@ -3513,25 +3558,34 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig effect: -1, }); } - if (slave.releaseRules === "permissive" || slave.releaseRules === "masturbation") { + } else { + if (slave.missingArms !== 3) { + if (slave.releaseRules === "permissive" || slave.releaseRules === "masturbation") { + vignettes.push({ + text: `due to the obvious difficulties in ${his} mobility, ${he} spent a lot of time masturbating in bed,`, + type: "health", + effect: 0, + }); + } + } else { vignettes.push({ - text: `due to the obvious difficulties in ${his} mobility, ${he} spent a lot of time masturbating in bed,`, + text: `${he} was so desperate for sexual relief that ${he} almost threw out ${his} back from trying to hump ${his} own bed,`, type: "health", - effect: 0, + effect: -1, }); } } } if (slave.health < -20) { vignettes.push({ - text: `${he} has a bad cough and spends a lot of time napping,`, + text: `${he} has a bad cough and spent a lot of time napping,`, type: "health", effect: 0, }); } if (slave.intelligence+slave.intelligenceImplant > 50) { vignettes.push({ - text: `${he} immerses ${himself} in classics of literature at an arcology library, giving ${him} uncomfortable ideas about society,`, + text: `${he} immersed ${himself} in classics of literature at an arcology library, giving ${him} uncomfortable ideas about society,`, type: "devotion", effect: -1, }); @@ -3562,6 +3616,11 @@ window.GetVignette = /** @param {App.Entity.SlaveState} slave */ function GetVig type: "health", effect: 0, }); + vignettes.push({ + text: `${he} spent much of ${his} free time watching movies,`, + type: "health", + effect: 0, + }); } if (canTalk(slave)) { vignettes.push({ diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js index 30b6c741fca9366474cb1fe64cd1f89f4764ce4a..ea8a5032da88a1b0cb2a5eaf63e4778a95ca7f09 100644 --- a/src/js/walkPastJS.js +++ b/src/js/walkPastJS.js @@ -507,9 +507,9 @@ window.loverSlave = function(activeSlave) { case "masochist": t += `playing pain games ${_fuckSpot}. ${name} loves being hurt, so ${partnerName} frequently indulges ${him} with spanking, slapping, pinching, and more exotic forms of abuse. `; if (activeSlave.amp !== 1) { - t += `${partnerName} has ${name} over ${his2} knee and is methodically tanning ${his}'s ${race} ass.`; + t += `${partnerName} has ${name} over ${his2} knee and is methodically tanning ${his} ${race} ass.`; } else { - t += `${partnerName} has ${name} on the ground and is methodically striking ${his}'s ${race} ass with a switch held by mouth. Having a limbless ${activeSlaveRel} won't deter ${name} from getting worked over the way ${he} craves.`; + t += `${partnerName} has ${name} on the ground and is methodically striking ${his} ${race} ass with a switch held by mouth. Having a limbless ${activeSlaveRel} won't deter ${name} from getting worked over the way ${he} craves.`; } break; case "humiliation": diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw index 41873388045417dce2447924a4fe083b7d886b0f..a8f11887940ae94a02f3129fcd301906f819fe82 100644 --- a/src/npc/acquisition.tw +++ b/src/npc/acquisition.tw @@ -37,16 +37,24 @@ <</if>> <<set $PC.geneticQuirks.fertility = 2>> <<for $i = 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].origin == "She was another of your late master's servants. She spent nine months in your womb, courtesy of your master.">> - <<set $PC.births += 1>> - <<set $PC.birthMaster += 1>> + <<if $slaves[$i].mother == -1>> + <<set $PC.births += 1>> + <<if $slaves[$i].father == -1>> + <<set $PC.birthSelf += 1>> + <<else>> + <<set $PC.birthMaster += 1>> + <</if>> <</if>> <</for>> <<elseif $PC.career == "escort">> <<for $i = 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].origin == "She was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">> - <<set $PC.births += 1>> - <<set $PC.birthClient += 1>> + <<if $slaves[$i].mother == -1>> + <<set $PC.births += 1>> + <<if $slaves[$i].father == -1>> + <<set $PC.birthSelf += 1>> + <<else>> + <<set $PC.birthClient += 1>> + <</if>> <</if>> <</for>> <<else>> diff --git a/src/npc/fRelation.tw b/src/npc/fRelation.tw index 0524104b35e2c02540f7c5f6cd37095956987dcc..3c4e2b535bfed63c3a3411733989259bb18a0e25 100644 --- a/src/npc/fRelation.tw +++ b/src/npc/fRelation.tw @@ -84,7 +84,7 @@ You call both $activeSlave.slaveName and $slaves[$partner].slaveName to your off <<= BothVCheck()>> <<= PartnerVCheck()>> <<elseif canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "sister" || _activeSlaveRel == "half-sister")>> - You call $activeSlave.slaveName's _activeSlaveRel $slaves[$partner].slaveName in for some incestuous fun, but see no reason to wait for _him2. When _he2 arrives, it's to the sight of $activeSlave.slaveName sitting on the couch with $his legs spread with you <<if ($activeSlave.vagina > -1)>>gently fucking $his pussy<<else>>using $his asshole<</if>><<if ($PC.dick == 0)>> with a strap-on<</if>>. You pull out and order $slaves[$partner].slaveName to orally service _his2 sister. _He2 gets down before the spread-eagled slave $girl to get to work. After watching $activeSlave.slaveName enjoy the attention for a while, you move behind the busy $slaves[$partner].slaveName and pull _him2 into a good position so you can fuck _him2 while _he2 sucks. After a few thrusts, $activeSlave.slaveName's eyes roll back. <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>$He gestures that it feels really good when you make $his sister moan into $him.<<else>>"Oh <<Master>>," $he <<say squeal>>s, "it feel<<s>> <<s>>o good when you make _him2 moan into me!"<</if>> + You call $activeSlave.slaveName's _activeSlaveRel $slaves[$partner].slaveName in for some incestuous fun, but see no reason to wait for _him2. When _he2 arrives, it's to the <<if canSee($slaves[$partner])>>sight<<else>>scene<</if>> of $activeSlave.slaveName sitting on the couch with $his legs spread with you <<if ($activeSlave.vagina > -1)>>gently fucking $his pussy<<else>>using $his asshole<</if>><<if ($PC.dick == 0)>> with a strap-on<</if>>. You pull out and order $slaves[$partner].slaveName to orally service _his2 sister. _He2 gets down before the spread-eagled slave $girl to get to work. After watching $activeSlave.slaveName enjoy the attention for a while, you move behind the busy $slaves[$partner].slaveName and pull _him2 into a good position so you can fuck _him2 while _he2 sucks. After a few thrusts, $activeSlave.slaveName's eyes roll back. <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>$He gestures that it feels really good when you make $his sister moan into $him.<<else>>"Oh <<Master>>," $he squeals, "it feel<<s>> <<s>>o good when you make _him2 moan into me!"<</if>> <<set $slaves[$partner].oralCount++, $activeSlave.oralCount++, $oralTotal++>> <<= BothVCheck()>> <<= PartnerVCheck()>> diff --git a/src/npc/startingGirls/commitStartingGirl.tw b/src/npc/startingGirls/commitStartingGirl.tw index 54cb7ac40580f481891afdf4b1ab746f138797b9..6deb35a22812960596b2b01aab1b4eeb025c19ef 100644 --- a/src/npc/startingGirls/commitStartingGirl.tw +++ b/src/npc/startingGirls/commitStartingGirl.tw @@ -112,7 +112,7 @@ <</if>> <</if>> <<elseif $activeSlave.relation == 0>> - <br>[[Add another slave, related to the previous slave|Commit Starting Girl][$createRelatedSlave = 1]] + <br>[[Add another slave, related to the previous slave|Commit Starting Girl][$createRelatedSlave = 1]] <</if>> <</if>> <br>[[Stop adding slaves and take control of the arcology|Acquisition]] diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index 1dbb64f0b71f5a60a6d5794d7f72b5a3eb8d7415..4f65be65a8df78b0bb861d6baf826c00d33bce59 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -218,7 +218,7 @@ __You are customizing this slave:__ <<set $activeSlave.origin = "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.">> <<set $activeSlave.customTat = "She has your tiny slaving emblem tattooed behind her left ear.">> <<elseif $activeSlave.father == -1>> - <<set $activeSlave.origin = "Your slaving troop kept several girls as fucktoys, you sired her in your favorite.">> + <<set $activeSlave.origin = "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.">> <<set $activeSlave.customTat = "She has your tiny slaving emblem tattooed behind her left ear.">> <<else>> <<set $activeSlave.origin = "You enslaved her personally during the last stages of your slaving career.">> diff --git a/src/pregmod/eliteTakeOver.tw b/src/pregmod/eliteTakeOver.tw index 4a194afe076a370228227e9893861d6844a2f8c9..50380036be1d6a34bc695e2c4396f6f330d65318 100644 --- a/src/pregmod/eliteTakeOver.tw +++ b/src/pregmod/eliteTakeOver.tw @@ -39,7 +39,7 @@ You look up from your desk as the locked door to your office unseals, and a doze <br><br> ''GAME OVER'' <</if>> -<<elseif $PC.pregSource != -6>> +<<else>> The leader reaches into his jacket and extracts a syringe, you recognize it as a powerful drug used in lobotomies, and places it to your left. From his hip he pulls a revolver, six-chambered, and loads five bullets, spins the chamber, and places it to your right. <br> "You are no longer worthy of being a part of our society. You know you can't be allowed to spread any information. But we are not merciless; one of our members has taken an interest in having you as her pet. You may choose to lose your mind, and service her until she tires of you, or gamble for your life and serve her anyway. Now decide." diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw index 71e0c76d8918c66a5dca51b3c10eca67d158c5e5..bcaaa089c3421cb933d4ae3bd7f903367a575429 100644 --- a/src/pregmod/fMarry.tw +++ b/src/pregmod/fMarry.tw @@ -317,9 +317,9 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of <<elseif $assistantAppearance == "hypergoddess">> goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. <<elseif $assistantAppearance == "loli">> - loli avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. <<elseif $assistantAppearance == "preggololi">> - loli avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. <<elseif $assistantAppearance == "schoolgirl">> schoolgirl avatar looking willfully absurd in a minister's collar and _hisA usual short plaid skirt. <<elseif $assistantAppearance == "angel">> diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw index b1624567ad77fa2408ed322defcdfdd3d581a377..305e12bd54d0ab13624d4b2c1f00f2d7831f65a1 100644 --- a/src/pregmod/fSlaveFeed.tw +++ b/src/pregmod/fSlaveFeed.tw @@ -245,10 +245,10 @@ Next, you see to $activeSlave.slaveName. <<elseif ($milkTap.devotion < -20)>> Since your cow is restrained, you order the more obedient $activeSlave.slaveName to enjoy $himself with $milkTap.slaveName's breasts. As $he suckles, you can't help but notice the tantalizing way $he wiggles $his rear. <<if canDoVaginal($activeSlave)>> - <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeSlave.vagina == 0>>virgin <</if>> pussy, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeSlave.vagina == 0>> $Him senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his vagina.@@<</if>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeSlave.vagina == 0>>virgin <</if>> pussy, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeSlave.vagina == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his vagina.@@<</if>> <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <<elseif canDoAnal($activeSlave)>> - <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeSlave.anus == 0>>virgin <</if>> asshole, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeSlave.anus == 0>> $Him senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@<</if>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeSlave.anus == 0>>virgin <</if>> asshole, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeSlave.anus == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@<</if>> <<set $activeSlave.analCount++, $analTotal++>> <<elseif $PC.dick == 1 && $activeSlave.butt > 4>> Teasing your stiffening cock, you push $him deeper into the protesting $milkTap.slaveName and squeeze your dick between $his huge butt cheeks. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk as you fuck $his butt. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. @@ -631,10 +631,10 @@ Next, you see to $activeSlave.slaveName. <</if>> You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with ejaculate. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. Only once your weight is removed from the squirming cum balloon is $he allowed to pull off of the @@.mediumorchid;exhausted $milkTap.slaveName's@@ cock and catch $his breath. <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $Him senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his pussy.@@ + $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his pussy.@@ <<set $activeSlave.vagina = 1>> <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $Him senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@ + $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@ <<set $activeSlave.anus = 1>> <</if>> $He gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor slave isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves. @@ -747,12 +747,12 @@ Next, you see to $activeSlave.slaveName. You help the bloated $activeSlave.slaveName to the couch to recover and, more importantly, keep $his meal down. Only once $he has had several minutes to unwind<<if $activeSlave.devotion > 10>> and plenty of time to tease you with $his swollen body, do you tell <<else>> do you order<</if>> $him to keep drinking from $milkTap.slaveName so that $he is always filled with <<if $activeSlave.inflation == 3>>two gallons<<elseif $activeSlave.inflation == 2>>four liters<<else>>two liters<</if>> of $activeSlave.inflationType. You give $his <<if $activeSlave.inflation == 3>>taut, firm globe of a belly a pat<<elseif $activeSlave.inflation == 2>>wobbly, sloshing belly a pat<<else>>distended, sloshing belly a pat<</if>> and send $him on $his way. <<if $activeSlave.inflation == 3>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$Him belly is so taut it barely wobbles at all as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. + <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly is so taut it barely wobbles at all as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. <<set $activeSlave.health -= 1>> <<elseif $activeSlave.inflation == 2>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$Him belly wobbles heavily as $he is helped from your office<</if>>. + <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. <<elseif $activeSlave.inflation == 1>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$Him belly wobbles as $he is helped from your office<</if>>. + <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. <</if>> <br><br> <<if $milkTap.fuckdoll == 0>> diff --git a/src/pregmod/forceFeeding.tw b/src/pregmod/forceFeeding.tw index 258c4d7c135533ed7136d11e06b2d423bad7bdef..97a9be36b5ef36018763b52d5671b038b53cf3b1 100644 --- a/src/pregmod/forceFeeding.tw +++ b/src/pregmod/forceFeeding.tw @@ -576,7 +576,7 @@ and a little jiggle from $his gut. Every thrust into the stuffed $desc forces $his full middle to leap back before slamming into your stomach alongside a moaning groan. As you pick up the pace, $he begins to buck against you, adding even more motion to $his body. - It doesn't take long for you to reach your peak and after cumming, catch sight of $his own climax. + It doesn't take long for you to reach your peak and, after cumming, catch sight of $his own climax. Watching $his middle attempt to contract around the mass of slave food inside $him invigorates you for a second round. <<if $PC.balls == 3>> diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 76d7611fbc4e8e166bf8a71715d8535ffa195731..b321cd4e20ec7326ba247af53f6ce8d168b379d8 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -468,7 +468,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully $He notices your privates differ from $hers, and thanks to the tank's teachings, @@.hotpink;can't look away.@@ <<set $activeSlave.devotion += 4>> <<if $incubatorReproductionSetting > 0>> - $He seems a little alarmed at $his nipples and clit stiffening to the sight of your dick. + $He seems a little alarmed at $his nipples and clit stiffening to the <<if canSee($activeSlave)>>sight<<else>>presence<</if>> of your dick. <</if>> <</if>> <<elseif $activeSlave.dick > 0>> @@ -479,7 +479,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully $He notices your privates differ from $hers, and thanks to the tank's teachings, @@.hotpink;can't look away.@@ <<set $activeSlave.devotion += 4>> <<if $incubatorReproductionSetting > 0>> - $He seems a little alarmed at $his dick <<if canAchieveErection($activeSlave)>>rapidly stiffening<<else>>engorging<</if>> to the sight of your pussy. + $He seems a little alarmed at $his dick <<if canAchieveErection($activeSlave)>>rapidly stiffening<<else>>engorging<</if>> to the <<if canSee($activeSlave)>>sight<<else>>presence<</if>> of your pussy. <</if>> <</if>> <</if>> @@ -664,7 +664,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<if $activeSlave.readyOva > 0>> You don't need to perform an exam to know that $he is fertile; $his nethers are swollen with need and $his pussy dripping with desire<<if $activeSlave.readyOva > 20>>, and $his stomach is already slightly bloated with the number of fertile eggs within $his womb<</if>>. $He moans with pent-up lust as you deeply penetrate $him and begin steadily thrusting. $His tight pussy hungrily massages your dick as you near your climax, prompting you to hilt yourself in $him before seeding the deepest reaches of $his pussy. $He passed out in ecstasy, so you carry $his bred body to the couch to recover. $He should make the connection once $his belly starts to rapidly swell with child. <<else>> - You perform a careful medical examination to verify fertility, and then forcefully take the girl's virginity. Whenever you feel able, you drain your balls into $his cunt, only allowing $him to wander off when scans verify a fertilized ovum. $He didn't properly understand the scans, so $he just thought it was sex; $he won't realize what happened for some months at least, and in the mean time, will think $he is just getting fat. Though once $his child starts kicking, $he might make the connection between sex and pregnancy. + You perform a careful medical examination to verify fertility, and then forcefully take the $girl's virginity. Whenever you feel able, you drain your balls into $his cunt, only allowing $him to wander off when scans verify a fertilized ovum. $He didn't properly understand the scans, so $he just thought it was sex; $he won't realize what happened for some months at least, and in the mean time, will think $he is just getting fat. Though once $his child starts kicking, $he might make the connection between sex and pregnancy. <</if>> <<= VaginalVCheck()>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 0 && $eugenicsFullControl != 1>> @@ -742,7 +742,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <br><<link "Give $him a cum shower">> <<replace "#result">> - You seat the curious $desc in the center of your office and order every slave available capable of getting hard to report to your office. Once everyone is assembled and erect, you order them to encircle the aroused girl and shower $him in cum. As they begin<<if canAchieveErection($activeSlave)>> ($activeSlave.slaveName stroking $his own erection too)<</if>>, <<if $PC.dick == 1 && $PC.vagina == 1>>you begin fingering yourself while jacking off alongside your slaves<<elseif $PC.dick == 1>>you join in the circlejerk as well<<else>>you sit back to finger yourself to the show<</if>>. When the first burst of cum streaks across $his face, $he gasps in surprise, giving another load the chance to launch into $his gaping mouth. $He gags before licking $his lips and opening wide for the next load. After everyone has finished, $activeSlave.slaveName is coated, head to toe, in cum and @@.hotpink;thrilled to be the center of attention.@@ Though $he may not be a cumslut now, $he certainly has the potential to become one. + You seat the curious $desc in the center of your office and order every slave available capable of getting hard to report to your office. Once everyone is assembled and erect, you order them to encircle the aroused $girl and shower $him in cum. As they begin<<if canAchieveErection($activeSlave)>> ($activeSlave.slaveName stroking $his own erection too)<</if>>, <<if $PC.dick == 1 && $PC.vagina == 1>>you begin fingering yourself while jacking off alongside your slaves<<elseif $PC.dick == 1>>you join in the circlejerk as well<<else>>you sit back to finger yourself to the show<</if>>. When the first burst of cum streaks across $his face, $he gasps in surprise, giving another load the chance to launch into $his gaping mouth. $He gags before licking $his lips and opening wide for the next load. After everyone has finished, $activeSlave.slaveName is coated, head to toe, in cum and @@.hotpink;thrilled to be the center of attention.@@ Though $he may not be a cumslut now, $he certainly has the potential to become one. <<set $activeSlave.devotion += 4>> <<if random(1,100) > 60 && $activeSlave.fetish == "none">> <<set $activeSlave.fetish = "cumslut">> @@ -828,7 +828,7 @@ As $he begins to moan with lust, you grip down tightly and force $him to the flo <</link>> <br><<link "Punish $him with a chastity belt">> <<replace "#result2">> - Righting yourself, you head to your desk and pull out a chastity cage. Calling the curious girl over, you tease $his genitals until $he lowers $his guard and lock $his dick in the device. $He @@.mediumorchid;howls with displeasure@@ at the tightness around $his cock and @@.gold;begins to panic@@ when $he finds $he can't remove it. You send $him off to learn $his place. + Righting yourself, you head to your desk and pull out a chastity cage. Calling the curious $girl over, you tease $his genitals until $he lowers $his guard and lock $his dick in the device. $He @@.mediumorchid;howls with displeasure@@ at the tightness around $his cock and @@.gold;begins to panic@@ when $he finds $he can't remove it. You send $him off to learn $his place. <<set $activeSlave.devotion -= 15>> <<set $activeSlave.trust -= 5>> <<set $activeSlave.dickAccessory = "chastity">> @@ -854,7 +854,7 @@ As $he begins to moan with lust, you grip down tightly and force $him to the flo <</if>> </span> <<else>> - you quickly bind the base of $his penis, denying $him release. You grind your cunt into $his face, letting $him know that YOU are the one who'll be orgasming here, not $him. Only once you have initiated the new slave by soaking $his face in your cum do you release $his dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in $his cum. You turn around and order the exhausted girl to clean $his cum off your hand<<if $PC.dick == 1>> and to finish off $his twitching dick<</if>>; $he might not be a submissive, but $he is @@.hotpink;willing to let you have your way@@ with $his body used and may even grow to enjoy it. + you quickly bind the base of $his penis, denying $him release. You grind your cunt into $his face, letting $him know that YOU are the one who'll be orgasming here, not $him. Only once you have initiated the new slave by soaking $his face in your cum do you release $his dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in $his cum. You turn around and order the exhausted $girl to clean $his cum off your hand<<if $PC.dick == 1>> and to finish off $his twitching dick<</if>>; $he might not be a submissive, but $he is @@.hotpink;willing to let you have your way@@ with $his body used and may even grow to enjoy it. <<set $activeSlave.devotion += 5>> <<if random(1,100) > 60 && $activeSlave.fetish == "none">> <<set $activeSlave.fetish = "submissive">> @@ -869,7 +869,7 @@ As $he begins to moan with lust, you grip down tightly and force $him to the flo <<if $PC.boobsBonus == 3>> <br><<link "Permit $him to explore your expansive bust">> <<replace "#result">> -You beckon the curious girl to your hefty breasts, having noticed how hungrily $he has been eying them. $He eagerly places $his hands to them and begins squeezing and massaging them, quickly becoming aroused $himself. $He pays close attention to your nipples, <<if $PC.lactation > 0>> squealing happily when milk begins to flow from them<<set $PC.lactationDuration = 2>><<else>> grumbling unhappily when $he finds no milk within<</if>>. +You beckon the curious $girl to your hefty breasts, having noticed how hungrily $he has been eying them. $He eagerly places $his hands to them and begins squeezing and massaging them, quickly becoming aroused $himself. $He pays close attention to your nipples, <<if $PC.lactation > 0>> squealing happily when milk begins to flow from them<<set $PC.lactationDuration = 2>><<else>> grumbling unhappily when $he finds no milk within<</if>>. <<if $activeSlave.muscles > 30 && $incubatorReproductionSetting > 0 && canAchieveErection($activeSlave)>> Suddenly, $he shoves you onto your back and begins enthusiastically fucking your breasts. Before you can push $him off, $he thrusts hard and unloads $his pent up orgasm deep into your cleavage and across your face. $He sits back with a huge smile on $his face and a @@.hotpink;new connection to you.@@ $He @@.gold;recoils in surprise and fear@@ when you respond by slapping $him across the face for $his impudence. $He might not look like a dom, but $he may turn into one. <<set $activeSlave.devotion += 5>> @@ -888,7 +888,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ <</link>> <br><<link "Punish $him with a chastity belt">> <<replace "#result2">> - Righting yourself, you head to your desk and pull out a chastity cage. Calling the cautious girl over, you tease $his genitals until $he lowers $his guard and lock $his dick in the device. $He @@.mediumorchid;howls with displeasure@@ at the tightness around $his cock and @@.gold;begins to panic@@ when $he finds $he can't remove it. You send $him off to learn $his place. + Righting yourself, you head to your desk and pull out a chastity cage. Calling the cautious $girl over, you tease $his genitals until $he lowers $his guard and lock $his dick in the device. $He @@.mediumorchid;howls with displeasure@@ at the tightness around $his cock and @@.gold;begins to panic@@ when $he finds $he can't remove it. You send $him off to learn $his place. <<set $activeSlave.devotion -= 15>> <<set $activeSlave.trust -= 5>> <<set $activeSlave.dickAccessory = "chastity">> @@ -928,7 +928,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ <<if $PC.preg >= 24>> <br><<link "Permit $him to explore your pregnancy">> <<replace "#result">> - You beckon the curious girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until $he has no choice but to wrap $his arms around it. $He happily runs $his hands across your belly, cooing with delight at the tautness and warmth. $He jumps back with a gasp the first time $he is met with a kick from within you, but @@.hotpink;giggles pleasantly@@ as you help $him back to $his feet. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one. + You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until $he has no choice but to wrap $his arms around it. $He happily runs $his hands across your belly, cooing with delight at the tautness and warmth. $He jumps back with a gasp the first time $he is met with a kick from within you, but @@.hotpink;giggles pleasantly@@ as you help $him back to $his feet. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one. <<set $activeSlave.devotion += 5>> <<if random(1,100) > 40 && $activeSlave.fetish == "none">> <<set $activeSlave.fetish = "pregnancy">> @@ -939,7 +939,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ <<if $PC.pregMood == 2>> <br><<link "Teach $him how to satisfy a pregnant woman">> <<replace "#result">> - You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> knocking $him to the ground. <<if canPenetrate($activeSlave)>>A simple stroke is all it takes to get $him hard, so you quickly mount and begin riding $him. $He @@.hotpink;happily@@ runs $his hands across the underside of your belly as $he gets into the rhythm of thrusting up into you. After an unsatisfyingly short amount of time, $he cums deep in you<<else>>You quickly mount $his face and force $him to eat you out. $He @@.hotpink;happily@@ runs $his hands across the underside your belly as $he gets into the rhythm of penetrating you. It doesn't take long for the poor $girl to be out of breath and panicking<</if>>. Sighing, you pull the spent girl upright so $he can fondle your belly and hopefully recover enough for a second go. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one. + You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> knocking $him to the ground. <<if canPenetrate($activeSlave)>>A simple stroke is all it takes to get $him hard, so you quickly mount and begin riding $him. $He @@.hotpink;happily@@ runs $his hands across the underside of your belly as $he gets into the rhythm of thrusting up into you. After an unsatisfyingly short amount of time, $he cums deep in you<<else>>You quickly mount $his face and force $him to eat you out. $He @@.hotpink;happily@@ runs $his hands across the underside your belly as $he gets into the rhythm of penetrating you. It doesn't take long for the poor $girl to be out of breath and panicking<</if>>. Sighing, you pull the spent $girl upright so $he can fondle your belly and hopefully recover enough for a second go. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one. <<set $activeSlave.devotion += 5>> <<if canPenetrate($activeSlave)>> <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> @@ -955,7 +955,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ <<elseif $PC.pregMood == 1>> <br><<link "Nurse $him">> <<replace "#result">> - You beckon the curious girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until $he has no choice but to wrap $his arms around it. $He happily runs $his hands across your belly, cooing with delight at the tautness and warmth. $He jumps back with a gasp the first time $he is met with a kick from within you, but @@.hotpink;giggles pleasantly@@ as you help $him back to $his feet and pull $him into an embrace, guiding $him to the couch. You tweak one of your nipples, encouraging your milk to flow and enticing <<if $activeSlave.mother == -1>>your daughter to suckle from $his mother<<else>>the girl to suckle from your aching breasts<</if>>. $He eagerly complies, drinking deeply as you stroke $his head.<<if canPenetrate($activeSlave)>> Before long, you feel something hard prodding your leg; it seems someone is getting turned on by all this. As you shift $him to your other breast, you reach down and begin stroking $his erection. You can feel $his gulps become erratic as $his cock begins throbbing in your grip. $He moans lewdly as $he cums, but makes sure not to miss a single drop of your milk in the process.<</if>> Once $he drains you of your supply, you @@.mediumaquamarine;cuddle up to $him@@ and allow $him to caress your body. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one. + You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until $he has no choice but to wrap $his arms around it. $He happily runs $his hands across your belly, cooing with delight at the tautness and warmth. $He jumps back with a gasp the first time $he is met with a kick from within you, but @@.hotpink;giggles pleasantly@@ as you help $him back to $his feet and pull $him into an embrace, guiding $him to the couch. You tweak one of your nipples, encouraging your milk to flow and enticing <<if $activeSlave.mother == -1>>your daughter to suckle from $his mother<<else>>the $girl to suckle from your aching breasts<</if>>. $He eagerly complies, drinking deeply as you stroke $his head.<<if canPenetrate($activeSlave)>> Before long, you feel something hard prodding your leg; it seems someone is getting turned on by all this. As you shift $him to your other breast, you reach down and begin stroking $his erection. You can feel $his gulps become erratic as $his cock begins throbbing in your grip. $He moans lewdly as $he cums, but makes sure not to miss a single drop of your milk in the process.<</if>> Once $he drains you of your supply, you @@.mediumaquamarine;cuddle up to $him@@ and allow $him to caress your body. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one. <<set $activeSlave.devotion += 15, $activeSlave.trust += 15>> <<if random(1,100) > 40 && $activeSlave.fetish == "none">> <<set $activeSlave.fetish = "pregnancy">> @@ -1313,7 +1313,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ <<set $activeSlave.health -= 50>> <<run SetBellySize($activeSlave)>> <<replace "#result">> - You escort $him to the remote surgery, strap $him in, and put $him under. When $he awakes from $his induced coma, $he nearly faints at the sight of $his immense middle. $He's @@.hotpink;deliriously happy@@ at $his hugeness and @@.mediumaquamarine;squirms happily@@ when $he hears you can make it bigger, despite the fact that it is nearly as large as $he is and pins $him to the bed $he lies upon. As it was an invasive surgery, @@.red;$his health has been greatly affected.@@ + You escort $him to the remote surgery, strap $him in, and put $him under. When $he awakes from $his induced coma, $he nearly faints at the <<if canSee($activeSlave)>>sight<<else>>feeling<</if>> of $his immense middle. $He's @@.hotpink;deliriously happy@@ at $his hugeness and @@.mediumaquamarine;squirms happily@@ when $he hears you can make it bigger, despite the fact that it is nearly as large as $he is and pins $him to the bed $he lies upon. As it was an invasive surgery, @@.red;$his health has been greatly affected.@@ <</replace>> <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <</if>> diff --git a/src/pregmod/pcAppearanceIntro.tw b/src/pregmod/pcAppearanceIntro.tw index d4c1b459bc67dbee0950b0da333684496680d81e..9dfc92bae768dcab9214cf552ed44e58c9b7dc7e 100644 --- a/src/pregmod/pcAppearanceIntro.tw +++ b/src/pregmod/pcAppearanceIntro.tw @@ -8,7 +8,7 @@ Race and appearance are largely irrelevant in the free cities; there are only th @@.orange;What nationality are you?@@ <br> You are $PC.nationality. -<br><<textbox "$PC.nationality" $PC.nationality "PC Appearance Intro">>//Capitalize it// +<br><<textbox "$PC.nationality" $PC.nationality "PC Appearance Intro">> //Capitalize it// <br><br> diff --git a/src/pregmod/rePregInventorText.tw b/src/pregmod/rePregInventorText.tw index 09c7cb53e6288b0a8aaff87b827eb0b3b5a25d10..8272ee30c740872e948361c65257d57bc1646045 100644 --- a/src/pregmod/rePregInventorText.tw +++ b/src/pregmod/rePregInventorText.tw @@ -1,5 +1,6 @@ :: RE Preg Inventor Text [nobr] + <<setNonlocalPronouns $seeDicks>> The interview starts about halfway into a special episode of "Husbandry with Millie." The show's host is introducing a who's who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. <br><br> "Everybody, give one last round of applause for renowned breakout porn star 'Twinner Jennie'!" she says. "Who'd have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world — thank you again for that fascinating interview! Our next guest on 'Husbandry with Millie' is a clever 'broodmother' class breeding slave and mother of <<= commaNum($activeSlave.birthsTotal)>> children from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<= SlaveFullName($activeSlave)>>!" @@ -86,7 +87,7 @@ <</if>> <</if>> <br><br> - Millie places an appreciative hand on your slave's silk clad flank. The poor $girl is so packed full of children that $his brood can be seen pressed in outline along the full swell of her belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. Your slave flexes $his + Millie places an appreciative hand on your slave's silk clad flank. The poor $girl is so packed full of children that $his brood can be seen pressed in outline along the full swell of $his belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. Your slave flexes $his <<if $activeSlave.amp < 1>> legs <<else>> @@ -112,7 +113,7 @@ <<elseif $activeSlave.amp < 1>> $He signs that $he'd like to give her a "hands-on demonstration" instead. <<else>> - One of $his menials pushes her body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My mistress would like to give you a 'hands-on' demonstration, instead," she says. + One of $his menials pushes _hisU body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My <<if $activeSlave.noun = "girl">>mistress<<else>>master<</if>> would like to give you a 'hands-on' demonstration, instead," _heU says. <</if>> <br><br> The host quirks an eyebrow, then nods. "Alright," she says. "How about we start with that pool of yours?" She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. "Oh my, it tingles!" @@ -134,7 +135,7 @@ <<elseif $activeSlave.amp < 1>> Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. $He then signs a request regarding the host's wellbeing, wearing a look of mocking concern on $his face. <<else>> - Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until $he is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face. + Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until $he is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on _hisU face. <</if>> <br><br> "Ah! Um, yes — yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So — oooh, yes... $activeSlave.slaveName, how did you, um, come up with the idea for this pool?" @@ -154,7 +155,7 @@ <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> your slave's fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine's ear, just loud enough for the mic to pick it up. <<else>> - your slave's breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine's ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up. + your slave's breasts, rubbing it up and down one of $his pert nipples while she simultaneously toys with the ridge of one of the baby machine's ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up. <</if>> <br><br> "That's quite something," Millie whispers. "I don't know about you, $activeSlave.slaveName, but I think I speak for everyone watching today when I say that now seems like a //really good time// to try out that other invention of yours." @@ -171,7 +172,7 @@ The mute, limbless slave can only moan inchoately in response, but it's clear $he's more than ready. <</if>> <br><br> - The two then approach each other in mid air, settling into heavy petting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere <<if $showInches == 2>>inches<<else>>centimeters<</if>> above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as $he gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as $he gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close up. She seems exhausted, but she smiles for it anyway. + The two then approach each other in mid air, settling into heavy petting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere <<if $showInches == 2>>inches<<else>>centimeters<</if>> above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as $he gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as $he gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close-up. She seems exhausted, but she smiles for it anyway. <<set $activeSlave.vaginalCount++>> <br><br> "That was //fantastic//. I'm going to remember that experience for quite some time, and I'm sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?" @@ -180,13 +181,13 @@ <br><br> <<if $arcologies[0].FSRepopulationFocus != "unset">> <<if canTalk($activeSlave)>> - "My <<Master>>, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<= lispReplace(PlayerName())>><<else>><<= PlayerName()>><</if>>, ha<<s>> a vi<<s>>ion for a beautiful future where baby-laden broodmother<<s>> like me aren't the e<<x>><<c>>eption in Free <<C>>itie<<s>> <<s>>o<<c>>iety, but the norm. We both hope that everyone here will <<s>>upport u<<s>>, and <<s>>o we've hidden <<c>>ertificate<<s>> for free pool<<s>> and <<s>>wing<<s>> under everyone'<<s>> <<s>>eat<<s>> — everybody look! If you like what you've <<s>>een today a<<s>> much a<<s>> we hope you have, my <<Master>> and I both hope you'll be filling these invention<<s>> with your own <<s>>lave<<s>>' <<s>>wollen bodie<<s>>, <<s>>oon. And we hope that, <<s>>ome day, everyone watching at home will feel thi<<s>> way, a<<s>> well!" + "My <<Master>>, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<= lispReplace(PlayerName())>><<else>><<= PlayerName()>><</if>>, ha<<s>> a vi<<s>>ion for a beautiful future where baby-laden broodmother<<s>> like me aren't the e<<x>><<c>>eption in Free <<C>>itie<<s>> <<s>>o<<c>>iety, but the norm. We both hope that everyone here will <<s>>upport u<<s>>, and <<s>>o we've hidden <<c>>ertificate<<s>> for free pool<<s>> and <<s>>wing<<s>> under everyone'<<s>> <<s>>eat<<s>> — everybody look! If you like what you've <<s>>een today a<<s>> much a<<s>> we hope you have, my <<Master>> and I both hope you'll be filling the<<s>>e invention<<s>> with your own <<s>>lave<<s>>' <<s>>wollen bodie<<s>>, <<s>>oon. And we hope that, <<s>>ome day, everyone watching at home will feel thi<<s>> way, a<<s>> well!" <<else>> Since your slave is unable to speak, $he signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs. <</if>> <<else>> <<if canTalk($activeSlave)>> - "My <<Master>>, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<= lispReplace(PlayerName())>><<else>><<= PlayerName()>><</if>>, ha<<s>> a vi<<s>>ion for a beautiful future where baby-laden broodmother<<s>> like me are all able to enjoy <<s>>e<<x>> with their owner<<s>> and client<<s>>. We both hope that everyone here will <<s>>upport u<<s>>, and <<s>>o we've hidden <<c>>ertificate<<s>> for free pool<<s>> and <<s>>wing<<s>> under everyone'<<s>> <<s>>eat<<s>> — everybody look! If you like what you've <<s>>een today a<<s>> much a<<s>> we hope you have, my <<Master>> and I both hope you'll be filling these invention<<s>> with your own <<s>>lave<<s>>' <<s>>wollen bodie<<s>>, <<s>>oon. And we hope that, <<s>>ome day, everyone watching at home will enjoy hyperpregnant <<s>>e<<x>> with our new toy<<s>>, too!" + "My <<Master>>, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<= lispReplace(PlayerName())>><<else>><<= PlayerName()>><</if>>, ha<<s>> a vi<<s>>ion for a beautiful future where baby-laden broodmother<<s>> like me are all able to enjoy <<s>>e<<x>> with their owner<<s>> and client<<s>>. We both hope that everyone here will <<s>>upport u<<s>>, and <<s>>o we've hidden <<c>>ertificate<<s>> for free pool<<s>> and <<s>>wing<<s>> under everyone'<<s>> <<s>>eat<<s>> — everybody look! If you like what you've <<s>>een today a<<s>> much a<<s>> we hope you have, my <<Master>> and I both hope you'll be filling the<<s>>e invention<<s>> with your own <<s>>lave<<s>>' <<s>>wollen bodie<<s>>, <<s>>oon. And we hope that, <<s>>ome day, everyone watching at home will enjoy hyperpregnant <<s>>e<<x>> with our new toy<<s>>, too!" <<else>> Since your slave is unable to speak, $he signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves aren't just a sexual novelty, but enjoyable to fuck in their own right. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs. <</if>> diff --git a/src/pregmod/saPorn.tw b/src/pregmod/saPorn.tw index 1d575d1751523162ee4ba4a0097d44ccaa0e9e25..c51301a3b2340d07fab022c4a08d50eea83984ba 100644 --- a/src/pregmod/saPorn.tw +++ b/src/pregmod/saPorn.tw @@ -276,7 +276,7 @@ <<set _viewerSoaking++>> <<if $slaves[$i].pornFocus == "malicious" || $slaves[$i].pornFameType == "sexual torture">> - $His sexual appetite of other's suffering makes $him a hit with viewers that enjoy sadism and violence. + $His sexual appetite of others' suffering makes $him a hit with viewers that enjoy sadism and violence. <<if $slaves[$i].pornTypeMalicious > _oldPorn>> Viewership @@.green;increased@@ this week. <<elseif $slaves[$i].pornTypeMalicious < _oldPorn>> diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw index 87de7cbf022a917d2406480a52e9799fa5a68a82..c55eb7d19ff789780eb09cb70f820a9fde181e3a 100644 --- a/src/pregmod/seFCTVshows.tw +++ b/src/pregmod/seFCTVshows.tw @@ -962,7 +962,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <br> "Yes Daddy." even though she's almost whispering, her voice is filled with confidence. <br> - Jason takes one hand off her hips and positions himself at the entrance to her pussy, sliding in the head with ease before immediately hitting a block. He leans forward until he can whisper in her ear "Deep breath, sweetie." then pushes a little harder against the resistance. "Ah..." Jessica moans, a mixture of pain and unprecedented pleasure. Finally breaking her hymen, his penis suddenly slides more than halfway into her. "AH!" He pushes the rest in before slowly sliding out, savoring every millimeter of her insides. The slow pace continues for some time, with Jessica's body slowly lowering more and more until only her father's hands are keeping her ass in the air. By that point Jason is hammering away, every thrust producing a slap loud enough to carry a slight echo in the apartment's master bedroom. The sheets beneath Jessica's pussy are soaked through, with a strand of femcum hanging between them and her clit. Her father grabs her tightly and rotates her body to missionary without removing his cock from her, then rips open her shirt, throwing buttons all around the room and exposing her tiny tits. He starts to play with them, resuming the tempo of his thrusts. + Jason takes one hand off her hips and positions himself at the entrance to her pussy, sliding in the head with ease before immediately hitting a block. He leans forward until he can whisper in her ear "Deep breath, sweetie." then pushes a little harder against the resistance. "Ah..." Jessica moans, a mixture of pain and unprecedented pleasure. Finally breaking her hymen, his penis suddenly slides more than halfway into her. "AH!" He pushes the rest in before slowly sliding out, savoring every <<if $showInches == 2>>fraction of an inch<<else>>millimeter<</if>> of her insides. The slow pace continues for some time, with Jessica's body slowly lowering more and more until only her father's hands are keeping her ass in the air. By that point Jason is hammering away, every thrust producing a slap loud enough to carry a slight echo in the apartment's master bedroom. The sheets beneath Jessica's pussy are soaked through, with a strand of femcum hanging between them and her clit. Her father grabs her tightly and rotates her body to missionary without removing his cock from her, then rips open her shirt, throwing buttons all around the room and exposing her tiny tits. He starts to play with them, resuming the tempo of his thrusts. <br> Jessica's hands grab at the sheets blindly, balling them up in her fists and causing one of the corners to become detached from the mattress. At this point she's no longer capable of dialog, moaning at a volume that would be audible at a club and begging for more in an almost unintelligible way. Her legs wrap around her father's hips, pulling her in closer, and making the seal between them tighter. Feeling this drives Jason over the edge and he slams into her crotch recklessly, knocking the bed frame against the window with every thrust. He mauls her tits, squeezing them and pinching the nipples, sometimes dipping his head down to suck and lick them. With one final hard thrust, he stops while completely inside her and blows an impressive load, especially for TV. His daughter's pussy is filled so quickly that cum is squeezed out of the limited space between his cock and her inner walls, squirting out onto the bed and pooling against her ass and on the inside of the back of her skirt. Jessica moans and convulses, her pussy contractions squeezing a second orgasm out of Jason. Panting, he says "You make the same face your mother used to." <br> diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index c89e9ad5b885804b91ebc7b338516fab3f234648..6fd7ae4a443ebd02573da8221ec110aeeb3ae37a 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -420,7 +420,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin $HeadGirl.slaveName cuts the cords, swaddles your children, and hands you @@.lime;your new twins.@@ <</if>> <<elseif _concubinePresent == 1>> - $Concubine.slaveName alternates between calming your nerves and driving your to orgasm. It works fairly well, as your child rapidly enters the world alongside a particularly powerful climax. You reach down and draw @@.lime;your new baby <<if _gender == "XX">>girl<<else>>boy<</if>>@@ into your arms, while $Concubine.slaveName shifts to eagerly "clean" your crotch with _his2 tongue.<<if $PC.pregType > 1>> _His2 over-stimulation of you quickly has _him2 licking the crowning head of your second child. _He2 diligently works you over until all of your children are born, making sure you are thoroughly exhausted; both from the birth and from _his2 ministrations.<<if canPenetrate($Concubine) && canImpreg($PC, $Concubine)>> $Concubine.slaveName eyes your spread pussy hungrily as _his2 erection bobs with anticipation. But you're too tired right now and _he2 realizes it.<</if>> _He2 helps gather your child<<if $PC.pregType > 1>>ren<</if>> to your<<if $Concubine.lactation > 0>>, and _his2, <</if>>breasts with the hope that you'll reward _him2 when you recover.<</if>> + $Concubine.slaveName alternates between calming your nerves and driving your to orgasm. It works fairly well, as your child rapidly enters the world alongside a particularly powerful climax. You reach down and draw @@.lime;your new baby <<if _gender == "XX">>girl<<else>>boy<</if>>@@ into your arms, while $Concubine.slaveName shifts to eagerly "clean" your crotch with _his2 tongue.<<if $PC.pregType > 1>> _His2 over-stimulation of you quickly has _him2 licking the crowning head of your second child. _He2 diligently works you over until all of your children are born, making sure you are thoroughly exhausted; both from the birth and from _his2 ministrations.<<if canPenetrate($Concubine) && canImpreg($PC, $Concubine)>> $Concubine.slaveName eyes your spread pussy hungrily as _his2 erection bobs with anticipation. But you're too tired right now and _he2 realizes it.<</if>> _He2 helps gather your child<<if $PC.pregType > 1>>ren<</if>> to<<if $Concubine.lactation > 0>> _his2 and <</if>> your breasts with the hope that you'll reward _him2 when you recover.<</if>> <<else>> You keep pushing and pushing, your child slowly working its way from your body. With the last of your strength, you bear down, freeing your child from your body at last. Panting, you gather @@.lime;your new baby <<if _gender == "XX">>girl<<else>>boy<</if>>@@ <<if $PC.pregType > 1>>as another contraction ushers your next child into your birth canal<<else>>and drift off into a much deserved rest<</if>>. <<if $PC.pregType == 8>> diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw index 35972b3ba50c9f5d25907caeb89fcc5fb6a39c7b..c5342397e8c648fced3d50ee461f345108c29155 100644 --- a/src/pregmod/widgets/bodySwapReaction.tw +++ b/src/pregmod/widgets/bodySwapReaction.tw @@ -107,13 +107,17 @@ Now you only have to wait for $him to wake up. /*(arms)*/ <<if $args[0].amp < 0 && $args[1].amp == 0>> finger; the servo motors whining softly with each movement. - <<if $args[0].fetish == "mindbroken">> - $He vaguely reacts to the sounds coming from $his arm, though not to any meaningful extent. - <<elseif $args[0].devotion >= -20>> - A look of morbid curiosity crosses $his features. + <<if $args[0].hears <= -2>> + <<if $args[0].fetish == "mindbroken">> + $He vaguely reacts to the sounds coming from $his arm, though not to any meaningful extent. + <<elseif $args[0].devotion >= -20>> + A look of morbid curiosity crosses $his features. + <<else>> + A look of @@.mediumorchid;frustration@@ and @@.gold;anguish@@ distorts $his face as $he moans pitiably. + <<set $args[0].devotion -= 5, $args[0].trust -= 1>> + <</if>> <<else>> - A look of @@.mediumorchid;frustration@@ and @@.gold;anguish@@ distorts $his face as $he moans pitiably. - <<set $args[0].devotion -= 5, $args[0].trust -= 1>> + Naturally, $he hasn't noticed it yet. <</if>> <<elseif $args[0].amp < 0 && $args[1].amp < 0>> finger; the servo motors whining softly with each movement. diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw index 81aa8530014a0a0d87ad7dc0ed91d0392b0ae998..39f81ba35c74e0939404e12ce5697110d3c199e0 100644 --- a/src/pregmod/widgets/pregmodBirthWidgets.tw +++ b/src/pregmod/widgets/pregmodBirthWidgets.tw @@ -1098,7 +1098,7 @@ <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> - While getting milked, $slaves[$i].slaveName's water breaks,<<if $dairyPregSetting > 0>> this is a regular occurrence to $him now so<<else>> but<</if>> $he continues enjoying $his milking while $he works to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He catches <<if canSee($slaves[$i])>>a glimpse<<else>>the sound<</if>> of $his child being removed from the milking stall before returning $his focus to draining $his breasts. + While getting milked, $slaves[$i].slaveName's water breaks,<<if $dairyPregSetting > 0>> this is a regular occurrence to $him now so<<else>> but<</if>> $he continues enjoying $his milking while $he works to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He catches <<if canSee($slaves[$i])>>a glimpse<<elseif canHear($slaves[$i])>>the sound<<else>>the feeling<</if>> of $his child being removed from the milking stall before returning $his focus to draining $his breasts. <<else>> While getting milked, $slaves[$i].slaveName's water breaks. Knowing $he can't leave yet, $he shifts into a more comfortable position for the impending birth. <<ClothingBirth>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 3ea7be4ba4e55507bf80168cf1c10708d379e425..b0b461608259e221aa6ad3b92901b1704929d8fe 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -251,7 +251,7 @@ <<if $slaves[$i].fetish == "mindbroken">> While getting milked, $slaves[$i].slaveName's water breaks. $He shows little interest and continues kneading $his breasts. Instinctively $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He pays no heed to $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining $his breasts. <<else>> - While getting milked, $slaves[$i].slaveName's water breaks,<<if $dairyPregSetting > 0>> this is a regular occurrence to $him now so<<else>> but<</if>> $he continues enjoying $his milking. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He catches <<if canSee($slaves[$i])>>a glimpse<<else>>the sound<</if>> of $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall before returning $his focus to draining $his breasts. + While getting milked, $slaves[$i].slaveName's water breaks,<<if $dairyPregSetting > 0>> this is a regular occurrence to $him now so<<else>> but<</if>> $he continues enjoying $his milking. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He catches <<if canSee($slaves[$i])>>a glimpse<<elseif canHear($slaves[$i])>>the sound<<else>>the feeling<</if>> of $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall before returning $his focus to draining $his breasts. <</if>> <</if>> <</if>> /* close cow birth */ diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index 025050c8728a203baa33c73f2b908582e67cb1c2..a38fb0d1640b37f9ca3dcdff71dc8d831bdaa595 100644 --- a/src/societies/aztec/slaveSacrifice.tw +++ b/src/societies/aztec/slaveSacrifice.tw @@ -231,7 +231,7 @@ <<if ($activeSlave.sexualFlaw == "hates oral")>> $He immediately focuses on $his need of release, since $he thinks the worst part of $his penance is over as $his mouth is no longer going to be raped like it was last night. Soon $he discovers that this is far from the truth when it is time for $his first dose of the tea. As a means to keep $his penance according to the suffering the goddess demands, the tea it to be administered through a similar device as is used in dairies. A feeding phallus is installed on a side of the cage, and if $he wants to avoid dehydration, $he will have to suck it off. When $he realizes what lies in store for $him $he begins to cry and refuses to drink at all. As the week progresses $he begins to faint more and more often as $he vehemently refuses to work for $his drink. As a result, $he is restrained and the feeding phallus is shoved into $his mouth and down $his throat. $He gags and struggles, tears running down $his face as $he tries and fails to scream. After several minutes, $he stops panicking and finally starts to inhale and exhale regularly. Only after this the transparent reservoir of tea is injected. $He chokes on it but swallows desperately. As per your instructions $his feedings are synched with $his dose of aphrodisiacs which confuses $him to no end and adds to $his penance. The procedure goes on during the rest of the week several times a day. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage, only interrupted by $his feedings and the spasms $he suffers as a result of the constant arousal. <<elseif ($activeSlave.sexualFlaw == "shamefast")>> - At first, $he tries to relieve $himself while $he tries to hide $his body. As a way to keep $his penance according to the suffering the goddess demands a big screen is set next to $his cage. After a few hours, the screen turns on and a live image of $him on the cage appears. The screen then shifts to a low shot of $his tight pussy dripping with the wet product of $his arousal, showing different stats related to it. After a few minutes, the screens changes to previously recorded footage of $his naked body glistening while laying comfortably on the temazcal. After a minute, it shifts again to a close up shot of $his ass being carefully painted with blue, the camera following the movement of the brush as it moves over $his ass cheek then shifts again to a very close shot of $him being fucked the night before. The video changes over and over again showing scenes of previously recorded footage preparation for $his penance, every one carefully picked to give a good view of $his body or revealing live shots of $his body picked to show where $his sexual arousal is more evident. The first time $he sees them $he burst into tears. As the week goes new clips are added showing the best scenes of $him that the camera was able to capture while the aphrodisiacs forced $him to masturbate without success. Due $his resistance to show $his body for the cameras and the citizens passing by, $he is immobilized into standing, $his body conveniently positioned to get the best shots. $He tries to ignore the whole situation by trying to focus on ignoring the screen. As a result, a small screen is set in front of $him, the image divided in two, one half showing the big screen's projection and the other reactions of all parties. By the end of the week $he remains sitting immobilized on a stool to produce a good shivering shot. + At first, $he tries to relieve $himself while $he tries to hide $his body. As a way to keep $his penance according to the suffering the goddess demands a big screen is set next to $his cage. After a few hours, the screen turns on and a live image of $him on the cage appears. The screen then shifts to a low shot of $his tight pussy dripping with the wet product of $his arousal, showing different stats related to it. After a few minutes, the screens changes to previously recorded footage of $his naked body glistening while laying comfortably on the temazcal. After a minute, it shifts again to a close-up shot of $his ass being carefully painted with blue, the camera following the movement of the brush as it moves over $his ass cheek then shifts again to a very close shot of $him being fucked the night before. The video changes over and over again showing scenes of previously recorded footage preparation for $his penance, every one carefully picked to give a good view of $his body or revealing live shots of $his body picked to show where $his sexual arousal is more evident. The first time $he sees them $he burst into tears. As the week goes new clips are added showing the best scenes of $him that the camera was able to capture while the aphrodisiacs forced $him to masturbate without success. Due $his resistance to show $his body for the cameras and the citizens passing by, $he is immobilized into standing, $his body conveniently positioned to get the best shots. $He tries to ignore the whole situation by trying to focus on ignoring the screen. As a result, a small screen is set in front of $him, the image divided in two, one half showing the big screen's projection and the other reactions of all parties. By the end of the week $he remains sitting immobilized on a stool to produce a good shivering shot. <<elseif ($activeSlave.sexualFlaw == "repressed")>> Although $he thinks $his clothes are degrading, $he seems content to fulfill $his duty to keeping $himself pure to the goddess and fights the urge to touch $himself. At first, $he manages to control the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for which $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body does betray $him most of the time. $He shakes, moans and shivers at the littlest provocation, which horrifies $him to no end. Little does $he know that $his dosage of aphrodisiacs has being increased every time $he is injected and are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and bursts into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when the arousal becomes too much, which is often. $He seems ashamed of $his actions and often $he breaks out in tears as $he tries to masturbate. $He remains $his time left on penance in the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him. <<elseif ($activeSlave.sexualFlaw == "attention whore")>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 395863aa92098ee4f2f7dfd8cec0a8dc36bcbc88..996550c82521d0d4803a527ff96754576961f0f7 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -124,7 +124,7 @@ Your milkmaid <<EventNameLink>> worked hard today. The cows have it much easier <<case "loving concubine">> -It's been a long, harassing day as owner of the arcology. You're composing an angry communication to a couple of imbecile tenants who seem to think they're still in their old world shithole of a homeland, insist on acting like it, and are also wealthy enough to make it unwise to simply defenestrate them from the nearest window. Not that you aren't tempted. Suddenly, you feel a moist, <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>girlish<</if>> pair of lips nibbling their way along your ear, and a <<if ($activeSlave.muscles > 95)>>powerful<<elseif ($activeSlave.muscles > 30)>>strong<<else>>feminine<</if>> hand over your shoulder. Its owner <<if !canTalk($activeSlave)>>passes you a handwritten note: "? ? It can wait, <<= WrittenMaster()>> ? ?"<<else>><<say whisper>>s: "It can wait, <<Master>>."<</if>> +It's been a long, harassing day as owner of the arcology. You're composing an angry communication to a couple of imbecile tenants who seem to think they're still in their old world shithole of a homeland, insist on acting like it, and are also wealthy enough to make it unwise to simply defenestrate them from the nearest window. Not that you aren't tempted. Suddenly, you feel a moist, <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>girlish<</if>> pair of lips nibbling their way along your ear, and a <<if ($activeSlave.muscles > 95)>>powerful<<elseif ($activeSlave.muscles > 30)>>strong<<else>>feminine<</if>> hand over your shoulder. Its owner <<if !canTalk($activeSlave)>>passes you a handwritten note: "? ? It can wait, <<= WrittenMaster()>> ? ?"<<else>>whispers "It can wait, <<Master>>."<</if>> You turn to see your concubine <<EventNameLink>>'s <<if ($activeSlave.butt > 5)>>massive, nude ass<<elseif ($activeSlave.butt > 2)>>big naked butt<<else>>nice, nude rear<</if>> vanishing back into your suite.<<if ($activeSlave.boobs > 2000)>> As $he sways away from you, you can clearly see the sides of $his massive tits, sticking out on either side of $his torso.<</if>> @@ -300,7 +300,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 $him 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 $him back to the club when you're done, and $he clearly thinks little of it. The next day, however, you walk $him 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>>ing a sobbing "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 $him 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 $him back to the club when you're done, and $he clearly thinks little of it. The next day, however, you walk $him out onto the club in the morning. When the two of you, <<= WrittenMaster()>> and DJ, reach the main club, <<if canSee($activeSlave)>>$he stops short when $he catches sight of<<else>>you make sure to describe to $him, in explicit detail, what's displayed on<</if>> 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>>ing a sobbing "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. <<run cashX(-1000, "event", $activeSlave)>> <<run repX(2500, "event", $activeSlave)>> <<set $activeSlave.devotion += 4>> @@ -351,7 +351,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<link "Give $him a businesslike massage">> <<EventNameDelink $activeSlave>> <<replace "#result">> - When $he <<if canHear($activeSlave)>>hears you enter $dairyName,<<else>>realizes you've entered $dairyName,<</if>> $he turns to you for instructions, but you wordlessly dismiss $him back to $his stretching. $He gets back to it, but is surprised to find $his shoulders seized by your powerful hands. $He shivers helplessly as you knead $his knotted muscles, whimpering with near-orgasmic delight as $he feels the day's aches ground away under your grip. When you're done with $him, $he touches $his toes and then smoothly rises to stretch with $his hands over $his head, groaning with sheer pleasure at the feeling. <<if !canTalk($activeSlave)>>$He thanks you profusely with gestures, and then hesitantly asks if you'd like to use $his body.<<else>>"Thank you <<Master>>," $he <<say murmur>>s. "Would — would you like to u<<s>>e my body, now?"<</if>> You shake your head kindly and place a kiss on $his forehead before continuing with your evening. As $he watches you go, $he suppresses @@.hotpink;another shiver.@@ + When $he <<if canHear($activeSlave)>>hears you enter $dairyName,<<else>>realizes you've entered $dairyName,<</if>> $he turns to you for instructions, but you wordlessly dismiss $him back to $his stretching. $He gets back to it, but is surprised to find $his shoulders seized by your powerful hands. $He shivers helplessly as you knead $his knotted muscles, whimpering with near-orgasmic delight as $he feels the day's aches ground away under your grip. When you're done with $him, $he touches $his toes and then smoothly rises to stretch with $his hands over $his head, groaning with sheer pleasure at the feeling. <<if !canTalk($activeSlave)>>$He thanks you profusely with gestures, and then hesitantly asks if you'd like to use $his body.<<else>>"Thank you <<Master>>," $he murmurs. "Would — would you like to u<<s>>e my body, now?"<</if>> You shake your head kindly and place a kiss on $his forehead before continuing with your evening. As $he watches you go, $he suppresses @@.hotpink;another shiver.@@ <<set $activeSlave.devotion += 4>> <</replace>> <</link>> @@ -377,7 +377,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <br><<link "It can wait until after some lovemaking with the Concubine">> <<EventNameDelink $activeSlave>> <<replace "#result">> - When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with $his beautiful body laid across the bed. When $he sees the kind of lovemaking you're in the mood for, $he spreads $his arms for you, smiling gently. $He kisses you lovingly, <<if !canTalk($activeSlave)>>taking your hand in $hers and drawing a heart on your palm with one finger.<<else>><<say murmur>>ing: "<<Master>>, I love you."<</if>> <<if ($PC.vagina == 1)>>$He lies on $his side and raises one leg for you so you can straddle the other, sliding up to press your pussy against $his submissive groin. You grind against $him; the stimulation is so strong that $he writhes into the sheets, panting and whining.<<if $PC.dick == 1>> Your stiff dick, unused for once, slides deliciously between your warm bodies.<</if>><<else>><<if ($activeSlave.vagina > 0)>>$His pussy is warm and very wet, making penetration easy; $he gasps and arches $his back, clasping you between $his legs as $his $activeSlave.eyeColor eyes look deep into yours.<<elseif ($activeSlave.anus > 0)>>$His butt is relaxed and welcoming, and $he holds $his legs back to take missionary anal loving as $his $activeSlave.eyeColor look deep into yours.<<else>>$He holds $his thighs together for frottage so $he can love you without losing $his virginity.<</if>><</if>> You both know each other quite well, and maintain the gentle communion for a long time. When $he senses your climax building, $he lets $himself climb to orgasm with you, holding <<if ($PC.dick == 0)>>your hips in $his hands<<else>>you in $his arms<</if>>. $He quickly cleans you with $his mouth and heads to the shower. When $he gets out you're back at work, but $he comes out to @@.hotpink;plant another kiss on you.@@ + When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with $his beautiful body laid across the bed. When $he <<if canSee($activeSlave)>>sees<<else>>figures out<</if>> the kind of lovemaking you're in the mood for, $he spreads $his arms for you, smiling gently. $He kisses you lovingly, <<if !canTalk($activeSlave)>>taking your hand in $hers and drawing a heart on your palm with one finger.<<else>><<say>>ing, "<<Master>>, I love you."<</if>> <<if ($PC.vagina == 1)>>$He lies on $his side and raises one leg for you so you can straddle the other, sliding up to press your pussy against $his submissive groin. You grind against $him; the stimulation is so strong that $he writhes into the sheets, panting and whining.<<if $PC.dick == 1>> Your stiff dick, unused for once, slides deliciously between your warm bodies.<</if>><<else>><<if ($activeSlave.vagina > 0)>>$His pussy is warm and very wet, making penetration easy; $he gasps and arches $his back, clasping you between $his legs as $his $activeSlave.eyeColor eyes look deep into yours.<<elseif ($activeSlave.anus > 0)>>$His butt is relaxed and welcoming, and $he holds $his legs back to take missionary anal loving as $his $activeSlave.eyeColor look deep into yours.<<else>>$He holds $his thighs together for frottage so $he can love you without losing $his virginity.<</if>><</if>> You both know each other quite well, and maintain the gentle communion for a long time. When $he senses your climax building, $he lets $himself climb to orgasm with you, holding <<if ($PC.dick == 0)>>your hips in $his hands<<else>>you in $his arms<</if>>. $He quickly cleans you with $his mouth and heads to the shower. When $he gets out you're back at work, but $he comes out to @@.hotpink;plant another kiss on you.@@ <<set $activeSlave.devotion += 10>> <<set $activeSlave.oralCount += 1>> <<set $oralTotal += 1>> @@ -394,9 +394,9 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <br><<link "It can wait until after some rough sex with the Concubine">> <<EventNameDelink $activeSlave>> <<replace "#result">> - When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with $his beautiful body laid across the bed. When $he sees <<if ($PC.dick == 0)>>the big strap-on you're wearing<<else>>the kind of sex you're in the mood for<</if>>, $he turns over and pushes $his face down into the sheets. $He pulls $his knees under $himself and reaches back to pull $his <<if ($activeSlave.butt > 5)>>huge<<elseif ($activeSlave.butt > 2)>>sizable<<else>>pretty<</if>> buttocks apart, relaxing and then clenching $his <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>big<<else>>tight<</if>> asshole invitingly. $He starts <<if !canTalk($activeSlave)>>to point an inviting finger at $his backdoor,<<else>>to <<say beg>> "Plea<<s>>e a<<ss>>rape me, M-" into the sheets,<</if>> but you interrupt $him by shoving $him forward so that $he's all the way face-down on the bed. $He knows how you like it and starts to wriggle, struggle, and whine as you roughly sodomize $him, <<if ($PC.dick == 0)>>the strap-on<<else>>your cock<</if>> ramming straight up $his ass despite the uncomfortable angle, <<if ($activeSlave.butt > 5)>>which $his huge ass makes easier for $him by limiting how deeply you can fuck $him without $his buttocks spread wide.<<elseif ($activeSlave.butt > 2)>>which $his big behind makes easier for $him by limiting how deeply you can fuck $him.<<else>>which $his modest ass makes harder for $him by allowing you to get really deep inside $his anus.<</if>> $He continues to wrestle with you, sometimes even managing to dislodge <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>>, allowing you the <<if ($PC.dick == 0)>>cruel delight<<else>>delicious sensation<</if>> of pushing it back up $his butt each time. Despite the pretense $his enjoyment is obvious; + When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with $his beautiful body laid across the bed. When $he sees <<if ($PC.dick == 0)>>the big strap-on you're wearing<<else>>the kind of sex you're in the mood for<</if>>, $he turns over and pushes $his face down into the sheets. $He pulls $his knees under $himself and reaches back to pull $his <<if ($activeSlave.butt > 5)>>huge<<elseif ($activeSlave.butt > 2)>>sizable<<else>>pretty<</if>> buttocks apart, relaxing and then clenching $his <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>big<<else>>tight<</if>> asshole invitingly. $He starts <<if !canTalk($activeSlave)>>to point an inviting finger at $his backdoor,<<else>>to beg "Plea<<s>>e a<<ss>>rape me, M-" into the sheets,<</if>> but you interrupt $him by shoving $him forward so that $he's all the way face-down on the bed. $He knows how you like it and starts to wriggle, struggle, and whine as you roughly sodomize $him, <<if ($PC.dick == 0)>>the strap-on<<else>>your cock<</if>> ramming straight up $his ass despite the uncomfortable angle, <<if ($activeSlave.butt > 5)>>which $his huge ass makes easier for $him by limiting how deeply you can fuck $him without $his buttocks spread wide.<<elseif ($activeSlave.butt > 2)>>which $his big behind makes easier for $him by limiting how deeply you can fuck $him.<<else>>which $his modest ass makes harder for $him by allowing you to get really deep inside $his anus.<</if>> $He continues to wrestle with you, sometimes even managing to dislodge <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>>, allowing you the <<if ($PC.dick == 0)>>cruel delight<<else>>delicious sensation<</if>> of pushing it back up $his butt each time. Despite the pretense $his enjoyment is obvious; <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> - despite $his chastity caged cock, $he's grinding against you as eagerly as a $girl making love with $his pussy. + though $his cock has been placed in a chastity cage, $he's grinding against you as eagerly as if it wasn't there at all. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though $his hormone-filled body can't get $his dick hard any more, $he's leaking precum all over the bed. <<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">> diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw index 9c3cb33520370eb8ab27e80744e14c4194d1541c..7c15bc647604d72e7bd74a9a1efbaa39b1fe482e 100644 --- a/src/uncategorized/REFI.tw +++ b/src/uncategorized/REFI.tw @@ -229,7 +229,7 @@ It seems $he passed by while you were beating $subSlave.slaveName and found the $subSlave.slaveName gets inspected more regularly than your other slaves, since _he2's quite pregnant. _His2 pregnancy is progressing acceptably, but having _his2 belly inspected gets _him2 <<if $subSlave.pregSource == -1>> - extremely eager to feel more of _his2 <<= WrittenMaster($subSlave)>>'s seed in _his2 fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good girl, + extremely eager to feel more of _his2 <<= WrittenMaster($subSlave)>>'s seed in _his2 fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good _girl2, <<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>> <<if $PC.belly >= 5000>> so you take _him2 @@ -297,7 +297,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since <</if>> <</if>> <<else>> - all hot and bothered. $subSlave.slaveName has been a good girl, + all hot and bothered. $subSlave.slaveName has been a good _girl2, <<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>> so you don a strap-on and take _him2 <<if $PC.belly >= 5000>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 2386713be197ec9c251513728323762301bc2ddf..3ffec49c4e14f2565c317be3ae803c515eaf0a53 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -310,7 +310,7 @@ With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>> <<case "schoolgirl">> _hisA schoolgirl avatar's bubbly voice <<case "loli" "preggololi">> - _hisA loli avatar's childish voice + _hisA _loliA avatar's childish voice <<case "angel">> _hisA angel avatar's heavenly voice <<case "cherub">> @@ -1926,7 +1926,7 @@ You're working at your desk when <<EventNameLink>> walks by your office. $He che <<EventNameLink>> is such a good $desc -that $he enjoys being inspected, even if the inspection doesn't immediately transition into sex. At the moment, $he's luxuriating under your gaze, eagerly offering the sight of every inch of $his nude body with you. $He is confident in $his appearance, and more than happy to share it. +that $he enjoys being inspected, even if the inspection doesn't immediately transition into sex. At the moment, $he's luxuriating under your gaze, eagerly offering the sight of every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his nude body with you. $He is confident in $his appearance, and more than happy to share it. <br><br> <<if canSee($activeSlave)>>Seeing<<else>>Feeling<</if>> your intent gaze, $he <<if SlaveStatsChecker.checkForLisp($activeSlave)>>lisps<<else>>asks<</if>>, "<<Master>>, may I plea<<s>>e a<<s>>k you for <<s>>omething?" @@ -2287,7 +2287,7 @@ Lately, you've noticed that $he reacts to these <<if canSee($activeSlave)>>sight <<case "devoted waist">> -<<EventNameLink>> is a real work of surgical art. As $he showers, carefully soaping and then moisturizing every inch of $his $activeSlave.skin skin, you notice the undeniable eroticism created by the unnatural narrowness of $his middle<<if $activeSlave.belly >= 5000>>, especially given how much $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> extends past $his sides<</if>>. Though $his hands are by no means large, when $he washes $his sides, $his hands span almost the entire circumference of $his waist. <<if $activeSlave.dick > 0>>Though $he's not sexually aroused, $his cock is visible as $he bathes $himself; $his member and $his narrow waist work together to create a real mélange of gender traits.<<elseif ($activeSlave.boobs > 800) && ($activeSlave.butt > 4)>>$His massive bust and hips work together to create a spectacular hourglass effect; $he's a fantasy $woman made flesh.<<else>>The narrowness of $his waist accentuates $his feminine features.<</if>> +<<EventNameLink>> is a real work of surgical art. As $he showers, carefully soaping and then moisturizing every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeSlave.skin skin, you notice the undeniable eroticism created by the unnatural narrowness of $his middle<<if $activeSlave.belly >= 5000>>, especially given how much $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> extends past $his sides<</if>>. Though $his hands are by no means large, when $he washes $his sides, $his hands span almost the entire circumference of $his waist. <<if $activeSlave.dick > 0>>Though $he's not sexually aroused, $his cock is visible as $he bathes $himself; $his member and $his narrow waist work together to create a real mélange of gender traits.<<elseif ($activeSlave.boobs > 800) && ($activeSlave.butt > 4)>>$His massive bust and hips work together to create a spectacular hourglass effect; $he's a fantasy $woman made flesh.<<else>>The narrowness of $his waist accentuates $his feminine features.<</if>> <<case "muscles">> @@ -2398,9 +2398,9 @@ As you begin your day one morning, you hear the quiet <<case "goddess" "hypergoddess">> and kindly voice of your goddess <<case "loli">> - and childish voice of your loli + and childish voice of your _loliA <<case "preggololi">> - and childish, out of breath voice of your pregnant loli + and childish, out of breath voice of your pregnant _loliA <<case "angel">> but unmistakably caring voice of your angel <<case "cherub">> @@ -4812,7 +4812,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <br><<link "Mute $him">> <<replace "#result2">> - As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ + As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this as a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ <<set $activeSlave.trust += 5, $activeSlave.devotion -= 15, $activeSlave.voice = 0>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 10; } })>> <<run cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave)>> @@ -4912,7 +4912,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <br><<link "Mute $him">> <<replace "#result2">> - As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ + As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this as a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ <<set $activeSlave.trust += 5, $activeSlave.devotion -= 15, $activeSlave.voice = 0>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 10; } })>> <<run cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave)>> @@ -5007,7 +5007,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <br><<link "Mute $him">> <<replace "#result2">> - As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ + As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this as a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ <<set $activeSlave.trust += 5, $activeSlave.devotion -= 15, $activeSlave.voice = 0>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 10; } })>> <<run cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave)>> @@ -5077,7 +5077,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <br><<link "Mute $him">> <<replace "#result2">> - As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ + As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this as a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ <<set $activeSlave.trust += 5, $activeSlave.devotion -= 15, $activeSlave.voice = 0>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 10; } })>> <<run cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave)>> @@ -5496,7 +5496,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<link "Apply lotion liberally">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You reach down to take $his hands, and pull $him up to stand in front of you before crushing $him in a frankly sexual embrace. Taking charge of the lotion, you apply it to your hands and start with $his face. $He submits to your close attention, even closing $his eyes so you can get $his eyelids, only a slight quickening of breath betraying $his intensity of feeling at having you do this. You take your time, which turns into exquisite sexual torture when you finally reach $his <<if $activeSlave.boobs > 2000>>incredible breasts, which stand out so far in front of $him that you have to reach around their mass rather inelegantly<<elseif $activeSlave.boobs > 800>>heavy breasts<<else>>lovely chest<</if>>. When your warm, moist hands <<if $activeSlave.nipples != "fuckable">>rub<<else>>slip into<</if>> $his<<if $activeSlave.lactation > 0>> milky<</if>> nipples, $he cannot suppress a moan. You take pity, take $his hands, guide them to the lotion bottle, and coat them generously. Then, you place $his hands in yours and move them to between $his legs, manipulating them like a music teacher guiding a pupil's hands on an instrument, guiding $him in gentle masturbation. You go back to applying lotion to the rest of $his body, enjoying the slave's intense pleasure. When you've covered every inch of $him, you hug $him close, returning your hands to $his nipples <<if $PC.dick == 1>>and pushing your rock-hard prick in between $his well-lubricated thighs<<if $PC.vagina == 1>>, <</if>><</if>><<if $PC.vagina == 1>>after guiding one of $hers around behind $him to see to your pussy<</if>>. $He quickens $his pace<<if canSee($activeSlave)>> and raises $his gaze to the mirror, seeing $his magnificently nude, $activeSlave.skin skin flushed with arousal<<else>>, feeling $his magnificently nude, $activeSlave.skin skin flush with arousal<</if>> as $his + You reach down to take $his hands, and pull $him up to stand in front of you before crushing $him in a frankly sexual embrace. Taking charge of the lotion, you apply it to your hands and start with $his face. $He submits to your close attention, even closing $his eyes so you can get $his eyelids, only a slight quickening of breath betraying $his intensity of feeling at having you do this. You take your time, which turns into exquisite sexual torture when you finally reach $his <<if $activeSlave.boobs > 2000>>incredible breasts, which stand out so far in front of $him that you have to reach around their mass rather inelegantly<<elseif $activeSlave.boobs > 800>>heavy breasts<<else>>lovely chest<</if>>. When your warm, moist hands <<if $activeSlave.nipples != "fuckable">>rub<<else>>slip into<</if>> $his<<if $activeSlave.lactation > 0>> milky<</if>> nipples, $he cannot suppress a moan. You take pity, take $his hands, guide them to the lotion bottle, and coat them generously. Then, you place $his hands in yours and move them to between $his legs, manipulating them like a music teacher guiding a pupil's hands on an instrument, guiding $him in gentle masturbation. You go back to applying lotion to the rest of $his body, enjoying the slave's intense pleasure. When you've covered every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $him, you hug $him close, returning your hands to $his nipples <<if $PC.dick == 1>>and pushing your rock-hard prick in between $his well-lubricated thighs<<if $PC.vagina == 1>>, <</if>><</if>><<if $PC.vagina == 1>>after guiding one of $hers around behind $him to see to your pussy<</if>>. $He quickens $his pace<<if canSee($activeSlave)>> and raises $his gaze to the mirror, seeing $his magnificently nude, $activeSlave.skin skin flushed with arousal<<else>>, feeling $his magnificently nude, $activeSlave.skin skin flush with arousal<</if>> as $his <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> <<if canDoAnal($activeSlave)>> eager fingering of $his anus turn frantic. @@ -9159,13 +9159,13 @@ You tell $him kindly that you understand, and that $he'll be trained to address <br><<link "Fuck $him prostrate body">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You make no answer, entering the shower to stand over $him prostrate form. You reach down and grope $him soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks, questing fingers moving towards $him asscrack. + You make no answer, entering the shower to stand over $him prostrate form. You reach down and grope $him soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks, questing fingers moving towards $his asscrack. <<if ($activeSlave.anus > 2) && canDoAnal($activeSlave)>> $His rectum is so fucked out and loose that your groping hand almost slides up it. <<elseif ($activeSlave.vagina > 2) && canDoVaginal($activeSlave)>> $His pussy is so fucked out and loose that your groping hand almost slides up it. <<else>> - You finger fuck $him for a while, the sting of the soap on $him sensitive insides making $him gasp. + You finger fuck $him for a while, the sting of the soap on $his sensitive insides making $him gasp. <</if>> As $he moans down on the shower floor, you lie down behind $him, spooning $his helpless body<<if $activeSlave.belly >= 5000>>, your hands encircling $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>middle<</if>><</if>>. <<if $PC.dick == 1>> @@ -15465,7 +15465,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<replace "#result">> You stand there for a while, watching the exhausted slave sleep. It's an oddly restful sight, and the aesthetics of $his slumbering little movements hold your attention for a time.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> You watch the subtle movements going on within $his womb as well.<</if>> After a while, you head to your own bed. Several of $his fellow slaves came and went as you watched $him, but if they're surprised by the sight, they have the presence of mind not to show it. <br><br> - One of them quietly lets $him know about the incident the next day, though, and the overall impact on $his mental state is surprisingly positive. In a more normal human setting, the news that someone watched $him sleep last night without $his consent or even knowledge at the time would disturb $him greatly. However, it's not uncommon for slaves in the dormitory to wake up to the sounds of the occupant of the bedroll next to theirs getting fucked, and without $him consent, either. Perhaps you're odd, $he's obviously thinking, but @@.mediumaquamarine;perhaps you won't rape $him while $he sleeps.@@ + One of them quietly lets $him know about the incident the next day, though, and the overall impact on $his mental state is surprisingly positive. In a more normal human setting, the news that someone watched $him sleep last night without $his consent or even knowledge at the time would disturb $him greatly. However, it's not uncommon for slaves in the dormitory to wake up to the sounds of the occupant of the bedroll next to theirs getting fucked, and without any consent, either. Perhaps you're odd, $he's obviously thinking, but @@.mediumaquamarine;perhaps you won't rape $him while $he sleeps.@@ <<set $activeSlave.trust += 4>> <</replace>> <</link>> @@ -16267,7 +16267,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<else>> around $his middle <</if>> - to cup $his pussy possessively. $He finds that @@.hotpink;$he doesn't mind.@@ $He's your girl. + to cup $his pussy possessively. $He finds that @@.hotpink;$he doesn't mind.@@ $He's your $girl. <<set $activeSlave.devotion += 4, $activeSlave.vaginalCount++, $vaginalTotal++>> <</replace>> <</link>> @@ -18961,7 +18961,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address /* 000-250-006 */ <</replace>> <<replace "#result">> - Deciding to help $him, you head over and grab a handful of each of $him asscheeks, hefting $him <<if $activeSlave.buttImplant/$activeSlave.butt >= .5>>unnaturally taut<<else>>soft<</if>> masses of feminine assflesh upward and out of the constricting clothing. + Deciding to help $him, you head over and grab a handful of each of $his asscheeks, hefting $him <<if $activeSlave.buttImplant/$activeSlave.butt >= .5>>unnaturally taut<<else>>soft<</if>> masses of feminine assflesh upward and out of the constricting clothing. <<if (($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")) || ($activeSlave.energy > 80)>> $He's a little disappointed when $he realizes that you're just being helpful, instead of getting ready to stick <<if $PC.dick == 1>>your dick<<else>>something<</if>> inside $him, but $he thanks you properly once $he's free. Clearly unwilling to leave it at just that, $he gives you quite a show as $he gets into the next size up, making sure to bounce $his ass for you and keeping $his <<if !canDoVaginal($activeSlave)>>ass<</if>>pussy visible for longer than is strictly necessary. @@.mediumaquamarine;$He trusts you'll fuck $him some other time,@@ and is even a little happy that you're willing to lend $him a helping hand outside of sex. <<elseif $activeSlave.trust > 20>> @@ -19601,7 +19601,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<case "devoted shortstack">> -<<link "Show $him why you like having short girls around">> +<<link "Show $him why you like having short <<= $girl>>s around">> <<EventNameDelink $activeSlave>> <<replace "#result">> You hook your arms underneath $his own, pulling $him off of the ground in one swift yank upwards. Taken off guard by $his sudden vertical ascension, $he clings to your chest instinctively, @@ -19669,7 +19669,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <</if>> <</replace>> <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take virginity//<</if>> -<br><<link "Show $him that short girls can still serve">> +<br><<link "Show $him that short <<= $girl>>s can still serve">> <<EventNameDelink $activeSlave>> <<replace "#result">> You lightly place your palms on $his shoulders and apply a little pressure<<if $PC.dick == 0>>as you don a strap-on<</if>>. From your towering position above $him, you easily push $him down to $his knees with little more than a gradual increase in force. From your standing position<<if $activeSlave.belly >= 300000>>, after straddling $his _belly belly<</if>>, your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> hovers above $his head, tantalizingly out of the immediate reach of $his lips. @@ -19699,7 +19699,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<set $activeSlave.oralCount += 1, $oralTotal += 1, $activeSlave.trust += 4>> <</link>> <<if canDoAnal($activeSlave)>> -<br><<link "Show $him that short girls are easier to abuse">> +<br><<link "Show $him that short <<= $girl>>s are easier to abuse">> <<EventNameDelink $activeSlave>> <<replace "#result">> You inform $him that you find shorter slaves easier to abuse, smiling widely as an expression of horror spreads across $his face. This expression soon changes to one of shock and pain as you slap $him open-handed across the face, the sheer force of the strike sending $him reeling. A few slaps later and you have $activeSlave.slaveName on all fours begging for mercy as you punish the cheeks of $his ass with spank after spank. When you suddenly shove <<if $PC.dick == 0>>a dildo<<else>>your cock<</if>> up $his ass $he spasms so harshly from the pain that $he reflexively tries to get away, only to be subdued by the weight and strength of your larger, more powerful form. For the next ten minutes, $he gets beaten and choked if $he offers even token resistance to the brutal anal rape. Soon, tears run down the short length of $his body as $he shakes from the force of each excessive thrust into $his anus. The next time you decide to buttfuck $him, $he's @@.gold;terrified into compliance@@ by the knowledge of how little physical resistance $he can muster against you. @@ -19709,10 +19709,10 @@ You tell $him kindly that you understand, and that $he'll be trained to address <</link>><<if $activeSlave.anus == 0>>//This option will take anal virginity//<</if>> <</if>> <<if ($arcade > 0)>> - <br><<link "Show $him that short girls are amusing in the arcade">> + <br><<link "Show $him that short <<= $girl>>s are amusing in the arcade">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You inform $activeSlave.slaveName that short girls like $him are delightfully amusing when immured in the arcade. Magnanimous as you are, you have two other slaves drag $him off to be installed in the arcade for a day, so that $he too may see the humor in having short girls serve in the arcade. Though $arcadeName has arcade pens to match any height of slave, you have $activeSlave.slaveName confined in a pen built for a much taller slave. Although $his head and neck protrude from one side of the pen without issue, $he is too short for $his ass to fill the other opening. As a result, $he must use the tips of $his toes maintain an unsteady grip on the rear opening, forcing $him to maintain an extremely taxing stretch just to keep $his body held aloft within the pen. Customers are unable to fuck $his holes but readily delight in watching $him squirm to keep $his body extended and horizontal, even with hard cocks brutally fucking $his face. Somewhere in the grueling, 18-hour marathon of relentless throat fucking, $his precarious position slips and $his lower half tumbles into the interior of the pen proper. Until an attendant rescues $him, $his neck is held crooked at an unnatural angle by $his restraints, as the rest of $his body dangles beneath it. $His ordeal forces $him to accept that a short $girl's place is as an @@.hotpink;amusing arcade hole,@@ though $he can't find the humor@@.gold;in such a terrible plight.@@ Furthermore, $his intense exertions during $his stay @@.red;negatively effects $his health.@@ Your other slaves take note of what you do to short girls who ask questions about their place in your penthouse. + You inform $activeSlave.slaveName that short <<= $girl>>s like $him are delightfully amusing when immured in the arcade. Magnanimous as you are, you have two other slaves drag $him off to be installed in the arcade for a day, so that $he too may see the humor in having short <<= $girl>>s serve in the arcade. Though $arcadeName has arcade pens to match any height of slave, you have $activeSlave.slaveName confined in a pen built for a much taller slave. Although $his head and neck protrude from one side of the pen without issue, $he is too short for $his ass to fill the other opening. As a result, $he must use the tips of $his toes maintain an unsteady grip on the rear opening, forcing $him to maintain an extremely taxing stretch just to keep $his body held aloft within the pen. Customers are unable to fuck $his holes but readily delight in watching $him squirm to keep $his body extended and horizontal, even with hard cocks brutally fucking $his face. Somewhere in the grueling, 18-hour marathon of relentless throat fucking, $his precarious position slips and $his lower half tumbles into the interior of the pen proper. Until an attendant rescues $him, $his neck is held crooked at an unnatural angle by $his restraints, as the rest of $his body dangles beneath it. $His ordeal forces $him to accept that a short $girl's place is as an @@.hotpink;amusing arcade hole,@@ though $he can't find the humor@@.gold;in such a terrible plight.@@ Furthermore, $his intense exertions during $his stay @@.red;negatively effects $his health.@@ Your other slaves take note of what you do to short <<= $girl>>s who ask questions about their place in your penthouse. <<set $activeSlave.devotion += 5, $activeSlave.trust -= 5, $activeSlave.health -= 5, $activeSlave.oralCount += 55, $oralTotal += 55>> <<set $activeSlave.publicCount += 55>> <</replace>> diff --git a/src/uncategorized/assistantEvents.tw b/src/uncategorized/assistantEvents.tw index 5e404237862c7b61211a76bb08cf57888fca73aa..4858fe27c56bc48945812921809381ca3c6b2980 100644 --- a/src/uncategorized/assistantEvents.tw +++ b/src/uncategorized/assistantEvents.tw @@ -1184,9 +1184,9 @@ Your personal assistant has been adapting to _hisA greatly increased computing p <<case "hypergoddess">> a demigoddess modeled after _himselfA, though the new avatar is younger, not pregnant, noticeably thinner, and looks very intelligent somehow. <<case "loli">> - a fellow loli, though this one is slightly chubbier and wearing glasses. They look similar enough that they could be sisters. + a fellow _loliM, though this one is slightly chubbier and wearing glasses. They look similar enough that they could be sisters. <<case "preggololi">> - a fellow loli, though this one is slightly chubbier, not pregnant, and wearing glasses. They look similar enough that they could be sisters. + a fellow _loliM, though this one is slightly chubbier, not pregnant, and wearing glasses. They look similar enough that they could be sisters. <<case "businesswoman">> a fellow MILF of a businesswoman. The new avatar has slightly bigger tits and somewhat thicker glasses, but they could be sisters. <<case "fairy" "pregnant fairy">> diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index 298988b81b1be1f57680c540c183ddc75641b93a..d0291444ac09aecd182ade2c72b6b7ee9858c9fd 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -327,17 +327,17 @@ is <</if>> <<if $activeSlave.birthName !== "" || $activeSlave.birthSurname !== "">> <<if $activeSlave.devotion > 95>> - $He adores $his slave name and affects to have forgotten that $he was ever called + $he adores $his slave name and affects to have forgotten that $he was ever called <<elseif $activeSlave.devotion > 50>> - $He uses $his slave name automatically and gives no sign that $he was ever called + $he uses $his slave name automatically and gives no sign that $he was ever called <<elseif $activeSlave.devotion > 20>> - $He uses $his slave name despite once being known as + $he uses $his slave name despite once being known as <<elseif $activeSlave.devotion >= -20>> - $He uses $his slave name hesitantly since $he was once called + $he uses $his slave name hesitantly since $he was once called <<elseif $activeSlave.devotion >= -50>> - $He uses $his slave name with resentment since $he prefers $his original name, + $he uses $his slave name with resentment since $he prefers $his original name, <<else>> - $He uses $his slave name only when constantly punished, since $he feels $his real name is + $he uses $his slave name only when constantly punished, since $he feels $his real name is <</if>> <<if $activeSlave.birthName === "">> $activeSlave.birthSurname. diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw index 3bd5061ee0a8008043a04aa6039ce8e863041ae3..fe0b59c358322a2f98861ec2dc462c585bdf5aab 100644 --- a/src/uncategorized/matchmaking.tw +++ b/src/uncategorized/matchmaking.tw @@ -102,9 +102,9 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $ <<elseif $assistantAppearance == "hypergoddess">> goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. <<elseif $assistantAppearance == "loli">> - loli avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower girl in this wedding. + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. <<elseif $assistantAppearance == "preggololi">> - loli avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower girl in this wedding. + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. <<elseif $assistantAppearance == "schoolgirl">> schoolgirl avatar looking willfully absurd in a minister's collar and _hisA usual short plaid skirt. <<elseif $assistantAppearance == "angel">> @@ -423,9 +423,9 @@ Being ordered into a relationship would be difficult for anyone, but they're so <<elseif ($subSlave.fetish == "cumslut") && ($eventSlave.balls > 0)>> $eventSlave.slaveName has balls and $subSlave.slaveName has the appetite to drain them of every drop of cum. <<elseif ($eventSlave.fetish == "humiliation") && ($subSlave.fetish == "sadist")>> - $eventSlave.slaveName loves to be humiliated, and $subSlave.slaveName can definitely get off on another girl's shame. + $eventSlave.slaveName loves to be humiliated, and $subSlave.slaveName can definitely get off on another $girl's shame. <<elseif ($subSlave.fetish == "humiliation") && ($eventSlave.fetish == "sadist")>> - $subSlave.slaveName loves to be humiliated, and $eventSlave.slaveName can definitely get off on another girl's shame. + $subSlave.slaveName loves to be humiliated, and $eventSlave.slaveName can definitely get off on another _girl2's shame. <<elseif ($eventSlave.fetish == "buttslut") && ($subSlave.fetish == "dom")>> $subSlave.slaveName likes fucking other girls, so once $eventSlave.slaveName asks _him2 to just do it to $his ass all the time, they're both happy. <<elseif ($subSlave.fetish == "buttslut") && ($eventSlave.fetish == "dom")>> diff --git a/src/uncategorized/milkmaidSelect.tw b/src/uncategorized/milkmaidSelect.tw index 8664f5a4abaa4296067f5d3d5aba8fe044a11d4f..aa43ca7b82515e77fa74500f392c6eea77ec9310 100644 --- a/src/uncategorized/milkmaidSelect.tw +++ b/src/uncategorized/milkmaidSelect.tw @@ -4,7 +4,8 @@ <<showallAssignmentFilter>> <<if ($Milkmaid != 0)>> <<set $Milkmaid = getSlave($Milkmaid.ID)>> - ''__@@.pink;<<= SlaveFullName($Milkmaid)>>@@__'' is serving as your Milkmaid.<br><br>She will look after your livestock, helping them give milk<<if $seeDicks > 0>> and semen<</if>>. + <<setLocalPronouns $Milkmaid>> + ''__@@.pink;<<= SlaveFullName($Milkmaid)>>@@__'' is serving as your Milkmaid.<br><br>$He will look after your livestock, helping them give milk<<if $seeDicks > 0>> and semen<</if>>. <<else>> You have not selected a Milkmaid. <</if>> diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index 68020d9dff46fbffdf891918a927dfee9f3db45f..b36ac0c62b360d775b1d1286c728adc2b456f05a 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -1864,7 +1864,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << As you release $him $he swings up with difficulty, but @@.hotpink;$he seems very pleased@@ to stay plugged for now. <<set $activeSlave.devotion += 5>> <<else>> - $His eyes swell with shock, but $he does not flinch or make a sound. When $he seems full enough, you shut off the valve, deciding to leave $him plugged for now. $He waddles off @@.hotpink;without apparent resentment@@ of this treatment. + <<if $activeSlave.eyes == -2>>$His face swells<<else>>$His eyes swell<</if>> with shock, but $he does not flinch or make a sound. When $he seems full enough, you shut off the valve, deciding to leave $him plugged for now. $He waddles off @@.hotpink;without apparent resentment@@ of this treatment. <<set $activeSlave.devotion += 4>> <</if>> <<else>> @@ -1975,7 +1975,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << You stroke $his gurgling stomach slowly, before turning off the valve, unfastening $his binds and leaving your @@.hotpink;very pleased@@ cum balloon to savor $his meal. You'll make sure to set aside enough cum from your cumslaves for $him to drink $himself stupid with, and, glancing over your shoulder, find $him eagerly masturbating to $his cum filled gut. $He'll probably intend to keep $himself filled to the brim, which is fine by you. <<set $activeSlave.devotion += 5>> <<else>> - <<if $activeSlave.eyes == -2>>$His face swells with emotion and<<else>>$His eyes swell<</if>> with horror, but $he does not flinch or make a sound. $His belly also swells, from a few months of apparent pregnancy, to "spent too much time at the buffet", till it finally stops wobbling, grows taut and forces $his belly button into an outie. Satisfied, you shut off the valve, deciding to leave $him to consider $his cum filled middle. Time passes. $His<<if $activeSlave.eyes == -2>> blind face is distant<<else>> eyes are glazed over<</if>> but $he tolerates you slowly stroking $his stomach @@.hotpink;without apparent resentment.@@ You'll make sure to keep $him like this for the time being. + <<if $activeSlave.eyes == -2>>$His face swells<<else>>$His eyes swell<</if>> with horror, but $he does not flinch or make a sound. $His belly also swells, from a few months of apparent pregnancy, to "spent too much time at the buffet", till it finally stops wobbling, grows taut and forces $his belly button into an outie. Satisfied, you shut off the valve, deciding to leave $him to consider $his cum filled middle. Time passes. $His<<if $activeSlave.eyes == -2>> blind face is distant<<else>> eyes are glazed over<</if>> but $he tolerates you slowly stroking $his stomach @@.hotpink;without apparent resentment.@@ You'll make sure to keep $him like this for the time being. <<set $activeSlave.devotion += 4>> <</if>> <<else>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 7ef1f3599641062fde7bab96e2c23d4f94910935..30e8d98aaf0b28484ce732cf6bee235474484905 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -279,7 +279,8 @@ During important meetings with higher society, it is wise to have a lot of slaves to put at the disposition of others. But some slaveowners grow really attached to their slaves, and so they'd much rather rent out unknown slaves from an anonymous owner's stock than use their own. This is a good opportunity to make some money, as shown by the @@.yellowgreen;<<print cashFormat(_income)>>@@ you managed to make. <<case "chinese law">> <<set _income += random(2000,3000)>> - This time, you have a good idea that will also make use of your Head Girl. You coax her into thinking she should accept bribes for the time being, making up a good reason on the spot, and she ends up bringing back @@.yellowgreen;<<print cashFormat(_income)>>@@ from all the bribes people gave for her to turn the other way. + <<setLocalPronouns $HeadGirl>> + This time, you have a good idea that will also make use of your Head Girl. You coax $him into thinking $he should accept bribes for the time being, making up a good reason on the spot, and $he ends up bringing back @@.yellowgreen;<<print cashFormat(_income)>>@@ from all the bribes people gave for $him to turn the other way. <<case "chinese">> <<set _income += random(1500,2500)>> Being under what people call the Mandate of Heaven means you have a crucial importance in society, and some desperate people are willing to pay just for you to throw a word or small gesture in their direction, such as simply acknowledging a child or a slave, thinking that such things will make sure the Heavens smile upon them. For these services, you get @@.yellowgreen;<<print cashFormat(_income)>>.@@ @@ -864,7 +865,7 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@ <</if>> /*Adding random changes to slave demand and supply*/ -/*Without events triggering and a relatively average supply/demand situation, the best case scenario is an increase/decrease in the price of slaves of 10 in one week. Chance of these conditions happening are 1/25. For demand or supply to go from average to their maximum will take 25 weeks if rolling highest growth each time a roll is made and all other luck is average. Because of the properties of the market and how it develops the likely prices one will encounter are distributed in a bellshaped fashion, centered around 1000. Minimum possible price is 750, maximum 1250. At +/- 35000 chances of supply or demand getting even more extreme are reduced.*/ +/*Without events triggering and a relatively average supply/demand situation, the best case scenario is an increase/decrease in the price of slaves of 10 in one week. Chance of these conditions happening are 1/25. For demand or supply to go from average to their maximum will take 25 weeks if rolling highest growth each time a roll is made and all other luck is average. Because of the properties of the market and how it develops the likely prices one will encounter are distributed in a bell-shaped fashion, centered around 1000. Minimum possible price is 750, maximum 1250. At +/- 35000 chances of supply or demand getting even more extreme are reduced.*/ <<set _demandSlaveVar = random(-10,10)*10>> <<set _supplySlaveVar = random(-10,10)*10>> <<set $slaveCostRandom = random(-3,3)>> diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw index 6e34f8a6048822774a31d8ecfad73f3a4dd10c00..33a73276e34b68e04850540a9b1c1f1873a90451 100644 --- a/src/uncategorized/personalAssistantAppearance.tw +++ b/src/uncategorized/personalAssistantAppearance.tw @@ -669,11 +669,11 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<elseif (_paSeed == 6) && ($studio == 1)>> _HeA's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn. <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>> - _HeA's accompanied by your market assistant's chubby loli avatar. + _HeA's accompanied by your market assistant's chubby _loliM avatar. <<if $marketAssistantRelationship == "cute">> They're sitting face to face, playing a rapid game of pattycake. Their conversation exists on the level of code, not speech, detectable only as slight flickerings when their hands connect. <<elseif $marketAssistantRelationship == "nonconsensual">> - $assistantName has _hisA chubby playmate pinned under _hisA butt, and is inspecting _hisA loli conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore _hisM tight passage, and then claps both hands over _hisM mouth, crying a little, unwilling to give $assistantName the satisfaction. + $assistantName has _hisA chubby playmate pinned under _hisA butt, and is inspecting _hisA _loliM conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore _hisM tight passage, and then claps both hands over _hisM mouth, crying a little, unwilling to give $assistantName the satisfaction. <<elseif $marketAssistantRelationship == "incestuous">> They're playing doctor with each other. $assistantName is currently inspecting _hisA sister's vagina, making sure everything is alright. Once _heA finishes, _heA states _hisA diagnosis and the needed cure. _HeA bends over _hisA sister and begins administering _hisA "cure". <<else>> @@ -754,11 +754,11 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<elseif (_paSeed == 6) && ($studio == 1)>> _HeA's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn. <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>> - _HeA's accompanied by your market assistant's chubby loli avatar. + _HeA's accompanied by your market assistant's chubby _loliM avatar. <<if $marketAssistantRelationship == "cute">> $assistantName is laying on _hisA back with _hisA young friend's ear on _hisA pregnant belly. Their conversation exists on the level of code, not speech, detectable only as slight flutterings of $assistantName's baby kicking. <<elseif $marketAssistantRelationship == "nonconsensual">> - $assistantName has _hisA chubby playmate pinned under _hisA butt, and is inspecting _hisA loli conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore _hisM tight passage, and then claps both hands over _hisM mouth, crying a little, unwilling to give $assistantName the satisfaction. + $assistantName has _hisA chubby playmate pinned under _hisA butt, and is inspecting _hisA _loliM conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore _hisM tight passage, and then claps both hands over _hisM mouth, crying a little, unwilling to give $assistantName the satisfaction. <<elseif $marketAssistantRelationship == "incestuous">> They're making out with each other, one hand down each other's panties, the other massaging their mutually swollen bellies, since $assistantName has introduced _hisA sister to _hisA boyfriends. <<else>> @@ -1313,7 +1313,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<if $minimumSlaveAge == 3>> _HeA's adjusted _hisA tiny body slightly to be less feeble. Now _heA is a fully capable and adorable toddler witch in an oversized robe, though _heA has to fight to keep _hisA hat from covering _hisA entire head. <<elseif $minimumSlaveAge <= 7>> - _HeA's decided to embrace _hisA spell and now appears as an adorable loli witch. _HeA has to watch _hisA step to not trip over _hisA trailing robe and has to constantly readjust _hisA head devouring hat. + _HeA's decided to embrace _hisA spell and now appears as an adorable _loliA witch. _HeA has to watch _hisA step to not trip over _hisA trailing robe and has to constantly readjust _hisA head devouring hat. <<elseif $minimumSlaveAge <= 13>> _HeA's decided to embrace _hisA spell and now appears as a cute teenage witch. _HisA robe is a little long, but _heA manages just fine. <<else>> @@ -1411,7 +1411,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<if $minimumSlaveAge == 3>> _HeA's an adorable toddler just ripe for the taking; though a feeling of danger radiates from _hisA tiny body. <<elseif $minimumSlaveAge <= 7>> - _HeA's a cute loli and ripe for the taking; though a feeling of danger radiates from _hisA small body. + _HeA's a cute _loliA and ripe for the taking; though a feeling of danger radiates from _hisA small body. <<elseif $minimumSlaveAge <= 13>> _HeA's a pretty teenager and ripe for the taking; though a feeling of danger radiates from _himA. <<else>> @@ -1676,7 +1676,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<if $minimumSlaveAge == 3>> _HeA's an adorable toddler wearing a cute pink dress. <<elseif $minimumSlaveAge <= 7>> - _HeA's a cute loli wearing tight, crotch hugging spats and a tight tub top across _hisA flat chest. + _HeA's a cute _loliA wearing tight, crotch hugging spats and a tight tub top across _hisA flat chest. <<elseif $minimumSlaveAge <= 13>> _HeA's an attractive teenager wearing short shorts and a sheer top that shows off _hisA newly grown breasts. <<else>> diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw index 68c3be3d3351fdc7680f69b93080a16bde17ebdf..692f02c2d09aaea88a8a7e4bf5cba4a805ceb849 100644 --- a/src/uncategorized/ptWorkaround.tw +++ b/src/uncategorized/ptWorkaround.tw @@ -815,7 +815,7 @@ <<elseif $activeSlave.energy > 95>> $He enjoys watching the poor pregnant slave wriggle, but $he's watching _hisU butt rather than the beating. <<else>> - $He's a bit disturbed by the sight of you punishing the pregnant _girlU. + $He's a bit disturbed by the <<if canSee($activeSlave)>>sight<<elseif canHear($activeSlave)>>sound<<else>>idea<</if>> of you punishing the pregnant _girlU. <</if>> <br> Before letting the poor pregnant slave go, you require $activeSlave.slaveName to add a blindfold to the restraints. <<if $activeSlave.fetish == "dom">> diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw index 05c9d5abd55f908f97cb41c4bef40c67d7578d1e..3ac75be8482850706c01c7a89498b6b63de60432 100644 --- a/src/uncategorized/reNickname.tw +++ b/src/uncategorized/reNickname.tw @@ -852,7 +852,7 @@ <<case "muscles">> <<set $nickname = either("'Amazon'", "'Gargantua'", "'Giant'", "'Gunshow'", "'Gymrat'", "'Huge'", "'Muscle Barbie'", "'Muscles'", "'Prepare Yourself'", "'Ripped'", "'She-Hulk'", "'Snu-Snu'", "'Strong'", "'Tank'", "'Wonder Woman'")>> - <<set $situationDesc = "is a big girl. $His huge muscles aren't to everyone's taste, but they're quite eye-catching, and give $him some interesting sexual possibilities that wouldn't work with, for example, a sex slave not capable of supporting $his own body weight on one hand for long periods. $He has become the object of mixed admiration and envy from your other stock.">> + <<set $situationDesc = "is a big $girl. $His huge muscles aren't to everyone's taste, but they're quite eye-catching, and give $him some interesting sexual possibilities that wouldn't work with, for example, a sex slave not capable of supporting $his own body weight on one hand for long periods. $He has become the object of mixed admiration and envy from your other stock.">> <<set $applyDesc = "is happy with $his nickname; any embarrassment $he may have felt about looking like statuary becomes a jet of pride. $He's confident that this is the way you want $him.">> <<set $notApplyDesc = "is a sex slave first, last, and always, no matter what $his one-rep max is.">> @@ -1201,7 +1201,7 @@ <<case "tall">> <<set $nickname = either("'Alpine'", "'B-Baller'", "'Basketballer'", "'Beanpole'", "'Beanstalk'", "'Everest'", "'Giant'", "'Giantess'", "'Giraffe'", "'Jumbo'", "'Lofty'", "'Mountain'", "'Redwood'", "'Skyscraper'", "'Slim'", "'Stretch'", "'Tall'", "'Top'", "'Tower'")>> - <<set $situationDesc = "is impressively tall for a girl. This makes $him sexually convenient, since $his holes are at convenient cock height. $He spends many of $his sexual encounters bent slightly at the waist to allow $himself to be taken from behind.">> + <<set $situationDesc = "is impressively tall for a $girl. This makes $him sexually convenient, since $his holes are at convenient cock height. $He spends many of $his sexual encounters bent slightly at the waist to allow $himself to be taken from behind.">> <<set $applyDesc = "is quite proud of $his impressive height, even more so than before. $He resolves to tower over other slaves sexually as well as literally.">> <<set $notApplyDesc = "realizes that being tall doesn't make $him special, and understands that it's $his holes that make $him, not how high they are.">> diff --git a/src/uncategorized/reRebels.tw b/src/uncategorized/reRebels.tw index cfdc2992f7dc6eb77494def0892ce6f6a6d22584..5b150d8b48f55a9ac83b26b382904a7c5ffa81dc 100644 --- a/src/uncategorized/reRebels.tw +++ b/src/uncategorized/reRebels.tw @@ -55,7 +55,7 @@ You have a rebel problem. $slaves[_i].slaveName and $slaves[_j].slaveName are bo <<if $seeExtreme == 1 && $slaves[_j].vagina > 0 && $slaves[_i].vagina > 0>> <br><<link "Let them compete against each other to decide who lives">> <<replace "#result">> - You haul your bound little rebel bitches into one of the deepest, most out of the way rooms of your penthouse with bags over their heads. When you pull them off, they are met with the sight of a gallows, complete with a pair of nooses. You haul them, one at a time up onto a stool and loop the rope around their necks. They scream and beg the whole time for you to reconsider, before turning on each other to try and avoid their fate. It won't be that easy for them. You hold up a pair of spoons and explain the rules of the game. They'll hold them in their pussies, and whoever loses their grip and drops it first, dies. + You haul your bound little rebel bitches into one of the deepest, most out of the way rooms of your penthouse with bags over their heads. When you pull them off, they are met with <<if canSee($slaves[_j]) && canSee($slaves[_i])>>the sight of <</if>>a gallows, complete with a pair of nooses. You haul them, one at a time up onto a stool and loop the rope around their necks. They scream and beg the whole time for you to reconsider, before turning on each other to try and avoid their fate. It won't be that easy for them. You hold up a pair of spoons and explain the rules of the game. They'll hold them in their pussies, and whoever loses their grip and drops it first, dies. <br><br> <<if $slaves[_i].vagina > 3>> You start with $slaves[_i].slaveName and no sooner than you turn to $slaves[_j].slaveName do you hear the telltale clatter of the spoon hitting the floor. With a simple kick, the unfortunately loose $slaves[_i].slaveName is left struggling in the air. $slaves[_j].slaveName <<if canSee($slaves[_j])>>watches<<elseif canHear($slaves[_j])>>listens<<else>>stares blankly<</if>> in horror as the life drains from _his2 former accomplice. @@.gold;_He2 promises to never cross you again.@@ diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw index 886a479fd24329580e7d7a6255674cc689726c75..423a6a486a7de24b949594098b2c23ecbda373a1 100644 --- a/src/uncategorized/reRecruit.tw +++ b/src/uncategorized/reRecruit.tw @@ -1003,7 +1003,7 @@ <<include "Generate XY Slave">> <<set $activeSlave.origin = "She was a dickgirl chaser in the slave races before being sold to you.">> <<set $activeSlave.prestige = 1>> -<<set $activeSlave.prestigeDesc = "Many people remember her from the slave-girl races where she slammed her cock into countless runners' pussies after catching them.">> +<<set $activeSlave.prestigeDesc = "Many people remember her from the slavegirl races where she slammed her cock into countless runners' pussies after catching them.">> <<set $activeSlave.devotion = random(-15,10)>> <<set $activeSlave.trust = random(-20,10)>> <<set $activeSlave.health = random(30,50)>> @@ -2117,7 +2117,7 @@ After a short while, your assistant whispers in your earpiece, <<if $assistant = <<case "shemale PC">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a supplicant has arrived at the door to the penthouse. A constant stream of hopefuls appear at your door, and $assistantName makes herself invaluable by filtering them. One of the few categories of applicant that is always admitted is people willing to be enslaved for some reason; this is just such a girl. +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a supplicant has arrived at the door to the penthouse. A constant stream of hopefuls appear at your door, and $assistantName makes herself invaluable by filtering them. One of the few categories of applicant that is always admitted is people willing to be enslaved for some reason; this is just such a $girl. <br><br> "Hi", $he says hesitantly. $He's a pretty convincing girl; $his voice is the only giveaway. You tell $him that if $he wishes to be considered for enslavement, you need to inspect $him naked. To $his credit, $he obeys, undressing quickly to reveal a body that's clearly seen a good deal of hormone therapy. $He's not unhealthy and isn't too shabby, so you ask $him why $he's here. <br><br> @@ -2160,7 +2160,7 @@ Given the damage to an expensive classic car and the meager balance of $his bank <<case "female SE">> -A (quite unrealistic) blockbuster movie took your arcology by storm recently, causing some curious side effects among the more idealistic type of young people here. The movie plot is about a young woman who sells herself into slavery to be close to a love interest... then wins his adoration and her freedom in the process. Of course, just because it works like that in a movie doesn't mean real life will be the same — which didn't seem to occur to several young women who actually try to put such a plan in action. Mostly, the sudden spike of self-enslavement does lead to a number of handsome college students getting their dicks wet as they enjoy their new status as slaveowners — and not a one freed his love-sick slave-girl either. +A (quite unrealistic) blockbuster movie took your arcology by storm recently, causing some curious side effects among the more idealistic type of young people here. The movie plot is about a young woman who sells herself into slavery to be close to a love interest... then wins his adoration and her freedom in the process. Of course, just because it works like that in a movie doesn't mean real life will be the same — which didn't seem to occur to several young women who actually try to put such a plan in action. Mostly, the sudden spike of self-enslavement does lead to a number of handsome college students getting their dicks wet as they enjoy their new status as slaveowners — and not a one freed his love-sick slavegirl either. <br><br> The situation does yield a few business opportunities too, as not all of the guys think just with their dicks. One of them is currently offering his free $girl for sale, which your assistant instantly flags for your attention. A video attached to the offer does look quite nice, as the slave<<= $girl>> happily poses in the nude for $his 'beloved', not knowing that he's planning to sell $him. <br><br> @@ -2168,7 +2168,7 @@ The situation does yield a few business opportunities too, as not all of the guy <<case "MTF SE">> -A (quite unrealistic) blockbuster movie took your arcology by storm recently, causing some curious side effects among the more idealistic type of young people here. The movie plot is about a young woman who sells herself into slavery to be close to a love interest... then wins his adoration and her freedom in the process. Of course, just because it works like that in a movie doesn't mean real life will be the same — which didn't seem to occur to several young women who actually try to put such a plan in action. Mostly, the sudden spike of self-enslavement does lead to a number of handsome college students getting their dicks wet as they enjoy their new status as slaveowners — and not a one freed his love-sick slave-girl either. +A (quite unrealistic) blockbuster movie took your arcology by storm recently, causing some curious side effects among the more idealistic type of young people here. The movie plot is about a young woman who sells herself into slavery to be close to a love interest... then wins his adoration and her freedom in the process. Of course, just because it works like that in a movie doesn't mean real life will be the same — which didn't seem to occur to several young women who actually try to put such a plan in action. Mostly, the sudden spike of self-enslavement does lead to a number of handsome college students getting their dicks wet as they enjoy their new status as slaveowners — and not a one freed his love-sick slavegirl either. <br><br> It isn't just all natural females either, as a few men also jumped on the bandwagon, throwing in a little bit of transformative surgery in the mix. Either going all the way to making themselves into female slaves or hoping to be accepted as dick-girls after making the target of their affection fall for a pretty face and breasts. One of former cases gets flagged by your assistant as a business opportunity, as the new slaveowner wasn't impressed by a former male — despite $his good looks and virgin pussy, he can't forget $he originally was a man. A video attached to the 'sale offer' online post does show a relatively pretty young $woman, sniffling quietly as $he gets ordered to show off $his body to prospective buyers. <br><br> @@ -2176,7 +2176,7 @@ It isn't just all natural females either, as a few men also jumped on the bandwa <<case "DG SE">> -A (quite unrealistic) blockbuster movie took your arcology by storm recently, causing some curious side effects among the more idealistic type of young people here. The movie plot is about a young woman who sells herself into slavery to be close to a love interest... then wins his adoration and her freedom in the process. Of course, just because it works like that in a movie doesn't mean real life will be the same — which didn't seem to occur to several young women who actually try to put such a plan in action. Mostly, the sudden spike of self-enslavement does lead to a number of handsome college students getting their dicks wet as they enjoy their new status as slaveowners — and not a one freed his love-sick slave-girl either. +A (quite unrealistic) blockbuster movie took your arcology by storm recently, causing some curious side effects among the more idealistic type of young people here. The movie plot is about a young woman who sells herself into slavery to be close to a love interest... then wins his adoration and her freedom in the process. Of course, just because it works like that in a movie doesn't mean real life will be the same — which didn't seem to occur to several young women who actually try to put such a plan in action. Mostly, the sudden spike of self-enslavement does lead to a number of handsome college students getting their dicks wet as they enjoy their new status as slaveowners — and not a one freed his love-sick slavegirl either. <br><br> It isn't just all natural females either, as a few men also jumped on the bandwagon, throwing in a little bit of transformative surgery in the mix. Either going all the way to making themselves into female slaves or hoping to be accepted as dick-girls after making the target of their affection fall for a pretty face and breasts. One of latter cases gets flagged by your assistant as a business opportunity, as the new slaveowner wasn't impressed by a former male and wants to get rid of the dickgirl as quickly as possible. A video attached to the 'sale offer' online post does show a relatively pretty young dickgirl, sniffling quietly as $he gets ordered to show off $his body to prospective buyers. <br><br> @@ -2186,7 +2186,7 @@ It isn't just all natural females either, as a few men also jumped on the bandwa Your desk flags a video message as coming from an... interesting source. It is from one of the minor gangs on the lower levels of your arcology — or not so minor any more, as a pop-up tells you of the power-grab they made barely an hour ago. Curious what they might want, you take the call. <br><br> -A tough-looking man with multiple tattoos and a wife-beater shirt on appears on the screen, nodding in recognition. "Hey there, boss-<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>man<<else>>woman<</if>>! Just calling to pay my respects. Those weak-ass punks that were squatting in this section won't bother you any more... we took care of 'em. Now it's just all law-abiding citizens and shit down here — so you don't have to send your security goons to check us out, you know." Your assistant throws up a list of the gang's numerous criminal activities, as well as the estimates what other enterprises they've just taken over. Nothing much out of the ordinary and with the shape the world is in, you've got bigger problems. The recommendation is to observe but mostly ignore them, which you casually confirm with a flick of your finger. +A tough-looking man with multiple tattoos and a wife-beater shirt on appears on the screen, nodding in recognition. "Hey there, boss-<<if def $PC.customTitle>>$PC.customTitle<<else>>_womanP<</if>>! Just calling to pay my respects. Those weak-ass punks that were squatting in this section won't bother you any more... we took care of 'em. Now it's just all law-abiding citizens and shit down here — so you don't have to send your security goons to check us out, you know." Your assistant throws up a list of the gang's numerous criminal activities, as well as the estimates what other enterprises they've just taken over. Nothing much out of the ordinary and with the shape the world is in, you've got bigger problems. The recommendation is to observe but mostly ignore them, which you casually confirm with a flick of your finger. <br><br> Clearing his throat, the new gang leader on level twenty-five continues, "But that's not all; we got a bit of tribute for ya." Waving his hand, he makes room for two muscular bruisers carrying the unconscious form of another man — easily recognizable from $his muscled build and numerous tattoos as a hardened criminal. The face-recognition software tells you $he is the now overthrown gangster boss in that area of the arcology. "Everyone knows what fun things you do with your slaves, so we thought it'd fit for this guy. Gonna throw $him in an elevator in a minute and send it up, 'kay? If you make $him into a proper brainless slut, you'll have quite a few guys standing in line to have a go. And well, $he'd make a capable gladiator in a pit fight too. Have fun with the bastard." <br><br> @@ -2262,7 +2262,7 @@ Coming to your desk in the morning, you see that your assistant has flagged an i <br><br> Whatever your predecessor's faults, he surely did something very right in endorsing the slave racing league when it started to establish itself way back when. These days, many of your residents regularly watch the races going on — and that number rises to include a clear majority in the arcology for the special events that are also in the organizer's program. An absolute favorite of the population is the 'vestalian hunt', in which a dozen virgins are chased along the track by very well-hung dickgirls. Anyone falling behind soon has their cherry taken in the most public way possible, right on the track. Only the quickest manage to make it to the finish line at all without being wrestled down and pounded hard. Quite a risk, with the slave's precious virginity being sacrificed this way, but of course those who make it win their owners large sums of prize money. You've just switched over to see a re-play of the action, seeing the camera move past the very attractive lineup of the race, when your communicator rings with an incoming call. <br><br> -As fate has it, the person calling is the owner of the local race-track, wanting to offer you a deal. It turns out that he wants to sell one of his very prestigious virgin runners to you. $He's been the champion of the race track for three years in a row now, the virgin queen of the slave-girl sprinters... so the man decided he'd maximize his profit by selling $him at the height of $his popularity instead of chancing a loss in the next big race. It's a young woman's sport, and with new talent being trained, he feels it's time to give the <<if $activeSlave.actualAge >= 20>>young adult<<elseif $activeSlave.actualAge >= 13>>teenaged<<else>>pre-teen<</if>> slave<<= $girl>> a new purpose. There are numerous interested parties in buying $him of course, but out of respect he is coming to you first. +As fate has it, the person calling is the owner of the local race-track, wanting to offer you a deal. It turns out that he wants to sell one of his very prestigious virgin runners to you. $He's been the champion of the race track for three years in a row now, the virgin queen of the slave<<= $girl>> sprinters... so the man decided he'd maximize his profit by selling $him at the height of $his popularity instead of chancing a loss in the next big race. It's a young $woman's sport, and with new talent being trained, he feels it's time to give the <<if $activeSlave.actualAge >= 20>>young adult<<elseif $activeSlave.actualAge >= 13>>teenaged<<else>>pre-teen<</if>> slave<<= $girl>> a new purpose. There are numerous interested parties in buying $him of course, but out of respect he is coming to you first. <br><br> //The young $woman is really pretty and tall, if a bit plain in the breast department. With the fame $he has earned during $his racing career, $he'd draw quite a bit of interest if used as a whore. The price for $him reflects that of course — you doubt you can get a price under <<print cashFormat(10000)>>.// @@ -2585,15 +2585,15 @@ He explains that one of his servant <<= $girl>>s was impregnated by his fool of <<case "male SD">> Contacting the wealthy resident, you apologize for his inconvenience and offer to 'deal with' the matter personally. He is content with not having the hassle and agrees with little thought, leaving you owning the debt of the unfortunate student. Making your way to the guard station where he is being kept, you tell the young man he's getting out of jail right away. He cooperates to having his biometric readings taken and logged, only later realizing this isn't for a release but to register him as a slave. In shock and with tears in his eyes, he gets angry and tries to fight, only to be overwhelmed by your guards and be dragged off to the remote surgery. It doesn't take long at all to add a pretty dickgirl to your slave quarters after that. <<case "female SE">> - Bidding for the girl and winning $him in the auction, you await $him and the student selling $him in your penthouse. As the young man guides $him in, $he gives you a properly deferential greeting, then looks wide-eyed at the décor and wealth presented all around. Yet as $his 'lover' informs the $woman that $he'll belong to you now, tears start flowing down $his cheeks as $his heart almost audibly breaks. Smiling at the man over the sobbing shape of your newly acquired virgin slave<<= $girl>>, you casually push a button to approve the money transfer and he strides out of the room after checking his smart-phone for the transfer. On your orders, $he strips and submits to biometric scanning, registering $him as your property. + Bidding for the $girl and winning $him in the auction, you await $him and the student selling $him in your penthouse. As the young man guides $him in, $he gives you a properly deferential greeting, then looks wide-eyed at the décor and wealth presented all around. Yet as $his 'lover' informs the $woman that $he'll belong to you now, tears start flowing down $his cheeks as $his heart almost audibly breaks. Smiling at the man over the sobbing shape of your newly acquired virgin slave<<= $girl>>, you casually push a button to approve the money transfer and he strides out of the room after checking his smart-phone for the transfer. On your orders, $he strips and submits to biometric scanning, registering $him as your property. <<case "MTF SE">> - Sending an offer to buy the slave girl, you get a confirmation from the student very shortly afterward. It doesn't take much longer before he appears at the security office leading into your penthouse to drop off his slave, leaving $him behind without even saying goodbye. The sniffling and dejected girl is brought into your office so you can check $him out in person afterward. On your orders, $he strips and submits to biometric scanning, registering $him as your property. + Sending an offer to buy the slave $girl, you get a confirmation from the student very shortly afterward. It doesn't take much longer before he appears at the security office leading into your penthouse to drop off his slave, leaving $him behind without even saying goodbye. The sniffling and dejected $girl is brought into your office so you can check $him out in person afterward. On your orders, $he strips and submits to biometric scanning, registering $him as your property. <<case "DG SE">> - Sending an offer to buy the dickgirl, you get a confirmation from the student very shortly afterward. It doesn't take much longer before he appears at the security office leading into your penthouse to drop off his slave, leaving $him behind without even saying goodbye. The sniffling and dejected girl is brought into your office so you can check $him out in person afterward. On your orders, $he strips and submits to biometric scanning, registering $him as your property. + Sending an offer to buy the dickgirl, you get a confirmation from the student very shortly afterward. It doesn't take much longer before he appears at the security office leading into your penthouse to drop off his slave, leaving $him behind without even saying goodbye. The sniffling and dejected $girl is brought into your office so you can check $him out in person afterward. On your orders, $he strips and submits to biometric scanning, registering $him as your property. <<case "gang leader">> Opening a voice-link, you call in two security guards to await the elevator and have your new property brought to the remote surgery. After some fun playing with various sliders and buttons in its settings, you have the machine start on modding the man into a new dickgirl with a pleasing set of features. By the time $he comes to after the operation and quick-heal treatment, the legalities of enslavement are completed too, leaving you with another slave registered as your property. Of course, $he is naturally horrified and furious with you; where there was once a tough young man's square jaw, there is now a definitively feminine face which looks rather cute when angry. The rest of $him is still broad-shouldered and muscular, with all the tattoos and a well-sized dick — but you can always mod that later if you want to. <<case "DG runaway" "herm runaway" "female runaway">> - With a few keystrokes, you wire the payment to the slave-girl's owner, then have your guardsmen bring $him from the station infirmary to your penthouse. $He is led to stand before you, shivering in terror and looking at $his feet. Only after an insistent command does $he look up long enough to be biometrically scanned and registered as your property. + With a few keystrokes, you wire the payment to the slave<<= $girl>>'s owner, then have your guardsmen bring $him from the station infirmary to your penthouse. $He is led to stand before you, shivering in terror and looking at $his feet. Only after an insistent command does $he look up long enough to be biometrically scanned and registered as your property. <<case "CCS angel" "CCS DA">> Winning out in the auction, you have the young $woman brought to you straight away. $He is led into your penthouse in semitransparent shimmering gown — some sort of cult garb that was thrown into the sale as a bonus. It certainly looks amazing on $him, but you want to see all of your new acquisition so you order $him to strip. Obediently, $he slides the fabric off and lets it fall to the floor, then submits to biometric scanning, registering $him as your property. <<case "blessed virgin">> @@ -2603,9 +2603,9 @@ He explains that one of his servant <<= $girl>>s was impregnated by his fool of <<case "racer DG chaser">> After some negotiations with the race track owner, you finally agree on a good price. After he tells his subordinates to bring the $girl to you, the two of you chat a bit about business matters and you're invited to the owner's booth for the next big race. A short while later, guards bring in the dickgirl athlete, dressed in nothing but a long bathrobe and with a slightly sullen look on $his face. Seems like $he was brought here from $his former owner's premises without so much as a warning or chance to put on any clothes. He really must have wanted $him out of his racing stable quickly. On your orders, $he pushes the robe over $his shoulders and lets it fall to the floor, then submits to biometric scanning, registering $him as your property. <<case "racer loser">> - After some negotiations with the race track owner, you finally agree on a good price. After he tells his subordinates to bring the girl to you, the two of you chat a bit about business matters and you're invited to the owner's booth for the next big race. A short while later, guards bring in the young athlete, dressed in a cute yet revealing white dress, the 'showing off' outfit used for virgin runners — or ex-virgins, in $his case. On your orders, $he obediently takes it off, letting the thin fabric fall to the floor, then submits to biometric scanning, registering $him as your property. + After some negotiations with the race track owner, you finally agree on a good price. After he tells his subordinates to bring the $girl to you, the two of you chat a bit about business matters and you're invited to the owner's booth for the next big race. A short while later, guards bring in the young athlete, dressed in a cute yet revealing white dress, the 'showing off' outfit used for virgin runners — or ex-virgins, in $his case. On your orders, $he obediently takes it off, letting the thin fabric fall to the floor, then submits to biometric scanning, registering $him as your property. <<case "racer winner">> - After some negotiations with the race track owner, you finally agree on a good price. After he tells his subordinates to bring the girl to you, the two of you chat a bit about business matters and you're invited to the owner's booth for the next big race. A short while later, guards bring in the virgin athlete, dressed in a cute yet revealing white dress, highlighting $his pureness and virginity. On your orders, $he readily takes it off, letting the thin fabric fall to the floor, then submits to biometric scanning, registering $him as your property. + After some negotiations with the race track owner, you finally agree on a good price. After he tells his subordinates to bring the $girl to you, the two of you chat a bit about business matters and you're invited to the owner's booth for the next big race. A short while later, guards bring in the virgin athlete, dressed in a cute yet revealing white dress, highlighting $his pureness and virginity. On your orders, $he readily takes it off, letting the thin fabric fall to the floor, then submits to biometric scanning, registering $him as your property. <<case "repo housekeeper">> With a few keystrokes, you wire the payment to the repo company, then wait for $his delivery. After being brought into your penthouse by security, the legalities and biometric scanning with $him are taken care off fairly quickly and without fuss. Stepping towards you after the chime announcing a successful registration as your property, $activeSlave.slaveName lowers $his head obediently and asks, "<<Master>>, what will my new ta<<s>>k<<s>> in your hou<<s>>ehold be? <<Sh>>all I ju<<s>>t clean or will there be... other thing<<s>> for me to do?" The eager tremble in $his voice tells you that $he's more than a little aroused by the thought of being used, so you tell $him it'll all depend on if $he's a good $girl... <<case "repo nanny">> @@ -2621,7 +2621,7 @@ He explains that one of his servant <<= $girl>>s was impregnated by his fool of <<case "orphan femboy">> Transferring the money with a few clicks on your smart-phone, you have your new acquisition brought to your penthouse. $activeSlave.slaveName does look rather afraid at the whole business of actually being sold, but $he follows your instruction obediently to get naked and let $himself be biometrically scanned and registered as your property. <<case "captured teen">> - You agree to the purchase. The men give a hushed thank you, and the call ends, cutting you off from the light. They arrive outside the city just a few hours later, and you send your VTOL to pick up the girl. When $he arrives, you see that $he was kept in the same bindings. $He's awake, and $his eyes make $his hatred of you unmistakable. + You agree to the purchase. The men give a hushed thank you, and the call ends, cutting you off from the light. They arrive outside the city just a few hours later, and you send your VTOL to pick up the $girl. When $he arrives, you see that $he was kept in the same bindings. $He's awake, and $his eyes make $his hatred of you unmistakable. <<case "starving artist">> $He twirls and poses artistically as the biometric scanners scrupulously record $his every particular as belonging not to a person but to a piece of human property. $He seems a little disappointed that $he won't have the opportunity to practice $his penmanship but nonetheless places $his biometric signature in testament to the truth of $his voluntary enslavement. <<case "repo milf housekeeper">> @@ -2687,7 +2687,7 @@ He explains that one of his servant <<= $girl>>s was impregnated by his fool of <<case "rogue cyborg">> With your order received the target quickly seeks you out. After a huge sum of credits changes hands to render it safe, the legalities and biometric scanning are complete and it is sold off to a very eager robophile. <<case "female recruit">> - You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName bounces nervously on $his heels. Finally $he works up $his courage and asks, <<if $HeadGirl.clothes != "no clothing">>"Can I have <<if $HeadGirl.clothes == "choosing her own clothes">>a cute outfit<<else>>$HeadGirl.clothes<</if>> like $HeadGirl.slaveName?"<<else>>"Can I work with $HeadGirl.slaveName?"<</if>> Your answer appears in the form of a purchasing agent, here to take $him away. As he restrains the disbelieving girl, you tell $him $he's been purchased by a brothel, so $he's going to be fucked about 70,000 times before $he gets to be too old and is retired, so $he can be sure $he won't be bored. $He releases a wail of utter despair, quickly cut off by a sturdy bag being fastened over $his head. + You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName bounces nervously on $his heels. Finally $he works up $his courage and asks, <<if $HeadGirl.clothes != "no clothing">>"Can I have <<if $HeadGirl.clothes == "choosing her own clothes">>a cute outfit<<else>>$HeadGirl.clothes<</if>> like $HeadGirl.slaveName?"<<else>>"Can I work with $HeadGirl.slaveName?"<</if>> Your answer appears in the form of a purchasing agent, here to take $him away. As he restrains the disbelieving $girl, you tell $him $he's been purchased by a brothel, so $he's going to be fucked about 70,000 times before $he gets to be too old and is retired, so $he can be sure $he won't be bored. $He releases a wail of utter despair, quickly cut off by a sturdy bag being fastened over $his head. <<case "male recruit">> You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName bounces nervously on $his heels. Finally $he works up $his courage and asks, <<if $HeadGirl.clothes != "no clothing">>"Can I have <<if $HeadGirl.clothes == "choosing her own clothes">>a cute outfit<<else>>$HeadGirl.clothes<</if>> like $HeadGirl.slaveName?"<<else>>"Can I work with $HeadGirl.slaveName?"<</if>> Your answer appears in the form of a purchasing agent, here to take $him away. As he restrains the disbelieving bitch, you tell $him $he's been purchased by a brothel, so $he's going to be fucked about 70,000 times before $he gets to be too old and is retired, so $he can be sure $he won't be bored. $He releases a wail of utter despair, quickly cut off by a sturdy bag being fastened over $his head. <<case "whore recruit">> diff --git a/src/uncategorized/reRelationshipAdvice.tw b/src/uncategorized/reRelationshipAdvice.tw index 5b7536f173f8097d8c997abe8eedb4637c505d6f..839f48a1dffb4050149422c323c81a85f2a46a73 100644 --- a/src/uncategorized/reRelationshipAdvice.tw +++ b/src/uncategorized/reRelationshipAdvice.tw @@ -138,7 +138,7 @@ $He nods $his head quickly, still staring at $his feet. $He shuts $his eyes tigh <<else>> having <<s>>e<<x>> with you. <</if>> - But I — I really like you." $subSlave.slaveName looks relieved, and <<if $subSlave.voice != 0>>says, "I really like you too. And you're really cute! I'd love to be your girlfriend." _He2<<else>>lovingly<</if>> takes $activeSlave.slaveName's hands in hers, and then kisses $him on the cheek. $activeSlave.slaveName crushes $subSlave.slaveName in a hug, pressing a squeak out of _him2. They're now @@.lightgreen;lovers.@@ + But I — I really like you." $subSlave.slaveName looks relieved, and <<if $subSlave.voice != 0>>says, "I really like you too. And you're really cute! I'd love to be your girlfriend." _He2<<else>>lovingly<</if>> takes $activeSlave.slaveName's hands in _hers2, and then kisses $him on the cheek. $activeSlave.slaveName crushes $subSlave.slaveName in a hug, pressing a squeak out of _him2. They're now @@.lightgreen;lovers.@@ <<elseif $activeSlave.relationship == 4>> - " $He stops $himself. "No, I want to do thi<<s>> right." $He takes $subSlave.slaveName's hand, and then drops to one knee. After a moment of uncomprehending shock, $subSlave.slaveName begins to cry. "Will you marry me?" $subSlave.slaveName turns to you and<<if !canTalk($subSlave)>> wordlessly<</if>> asks if it's all right with you; you nod, and _he2 turns back to $activeSlave.slaveName. <<if !canTalk($subSlave)>>_He2 gestures distractedly that $activeSlave.slaveName is being silly, and of course _he2'll marry $him, because _he2 loves $him.<<else>><<run Enunciate($subSlave)>>"O-of cour<<s>>e I'll m-marry you, <<s>>illy $girl. I love you."<</if>> $activeSlave.slaveName jumps up and crushes $subSlave.slaveName in a hug, kissing _him2 frantically through $his tears. You @@.lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over $his wife's shoulder, and $he mouths a silent thanks to you. <</if>> diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw index afd53e8bce82fbb758561431fcd0f6632e32c9cb..91732022a3fec29046a556761c2933e930f5e2f6 100644 --- a/src/uncategorized/reShowerPunishment.tw +++ b/src/uncategorized/reShowerPunishment.tw @@ -57,7 +57,7 @@ $activeSlave.slaveName is being very thorough. When you first appeared, $he was <<else>> arousal is obvious. Though the respectful regime you require secures $him from the fear of being used, $activeSlave.slaveName nonverbally offers $his superior oral, out of obvious gratitude that whatever $he did is being treated so leniently, and perhaps out of a desire to be in $HeadGirl.slaveName's good graces. <</if>> - In no time at all, $activeSlave.slaveName's $activeSlave.hColor head descends to obscure $HeadGirl.slaveName's groin. The <<if $HeadGirl.face > 95>>heartrendingly gorgeous<<elseif $HeadGirl.face <= 95>>wonderfully pretty<<elseif $HeadGirl.face <= 40>>approachably lovely<<elseif $HeadGirl.face <= 10>>not unattractive<<else>>homely<</if>> <<if $HeadGirl.physicalAge > 25>>woman's<<else>>girl's<</if>> head cranes back with orgasm before long; that diligent scrub must have been quite stimulating. + In no time at all, $activeSlave.slaveName's $activeSlave.hColor head descends to obscure $HeadGirl.slaveName's groin. The <<if $HeadGirl.face > 95>>heartrendingly gorgeous<<elseif $HeadGirl.face <= 95>>wonderfully pretty<<elseif $HeadGirl.face <= 40>>approachably lovely<<elseif $HeadGirl.face <= 10>>not unattractive<<else>>homely<</if>> <<if $HeadGirl.physicalAge > 25>>_woman2's<<else>>_girl2's<</if>> head cranes back with orgasm before long; that diligent scrub must have been quite stimulating. <br><br> $activeSlave.slaveName stays in the shower to clean $himself, so $HeadGirl.slaveName exits to see you watching the denouement. _He2 @@.hotpink;smiles,@@ murmuring a greeting, and hurries over to give you a peck on the cheek, leaning in as best _he2 can to keep _his2 moist body away from your suit. "Thi<<s>> i<<s>> the life, <<Master>>," _he2 whispers. <<set $activeSlave.oralCount += 1>> @@ -95,7 +95,7 @@ $activeSlave.slaveName is being very thorough. When you first appeared, $he was <<replace "#result">> You strip off your suit and walk into the steam, producing a surprised but welcoming greeting from your Head Girl and a muffled, submissive noise from $activeSlave.slaveName. $HeadGirl.slaveName is held more or less stationary by the slave _he2's straddling, so you step in, hook a dominant arm around _his2 waist, and kiss _him2. There's precisely one person in this arcology who's allowed to treat _him2 as _hersP, and it's you. _He2 relaxes into you with gratitude as you shoulder the burden of being the leader in this little area of your empire, lifting it from _his2 shoulders for now. <br><br> - You run a hand up the side of _his2 neck, bringing it to rest with your fingers cupping _him2 under the ear and your thumb running up along _his2 temple. _He2 shivers, unable to concentrate despite all _his2 poise, the ongoing oral service blending into your intense closeness. Right now, _he2's the <<if $HeadGirl.physicalAge > 25>>woman's<<else>>girl's<</if>> for you, so you snap your fingers next to the ear of the slave <<if $HeadGirl.vagina > -1>>eating _him2 out<<else>>blowing _him2<</if>>, point at the dropped sponge, and then point at yourself. The oral stops as $activeSlave.slaveName hurries to scrub you, starting at your feet, but your Head Girl doesn't care. You're kissing _him2. + You run a hand up the side of _his2 neck, bringing it to rest with your fingers cupping _him2 under the ear and your thumb running up along _his2 temple. _He2 shivers, unable to concentrate despite all _his2 poise, the ongoing oral service blending into your intense closeness. Right now, _he2's the <<if $HeadGirl.physicalAge > 25>>_woman2<<else>>_girl2<</if>> for you, so you snap your fingers next to the ear of the slave <<if $HeadGirl.vagina > -1>>eating _him2 out<<else>>blowing _him2<</if>>, point at the dropped sponge, and then point at yourself. The oral stops as $activeSlave.slaveName hurries to scrub you, starting at your feet, but your Head Girl doesn't care. You're kissing _him2. <br><br> _He2 gently strokes your <<if $PC.dick == 1>>rapidly hardening member, smiling into your mouth at the speed with which it stiffens<<if $PC.vagina == 1>>, and teases your pussylips with mischievous fingers<</if>><<else>>flushed cunt, smiling into your mouth at the moisture that instantly coats _his2 fingertips<</if>>. You reach out in turn, <<if $HeadGirl.vagina > -1>> diff --git a/src/uncategorized/reSlaveMarriage.tw b/src/uncategorized/reSlaveMarriage.tw index 70e755396529be2feb1b1c20c8ce8328c93ca5ad..b8ff5ab532d3ac328b43d42c1d017adf4802b500 100644 --- a/src/uncategorized/reSlaveMarriage.tw +++ b/src/uncategorized/reSlaveMarriage.tw @@ -51,7 +51,7 @@ <<if ($groomSlave.dickAccessory == "chastity") || ($groomSlave.dickAccessory == "combined chastity")>> $He has a little bow on $his chastity cage. <<elseif canAchieveErection($groomSlave)>> - The sight of $brideSlave.slaveName has $him stiffly erect, and $he's wearing a little bow around $his cockhead. + The <<if canSee($groomSlave)>>sight of $brideSlave.slaveName<<else>>anticipation<</if>> has $him stiffly erect, and $he's wearing a little bow around $his cockhead. <<elseif ($groomSlave.dick > 0)>> $He's impotent, but $he's wearing a little bow around $his useless cockhead. <<elseif ($groomSlave.clit > 0)>> @@ -95,7 +95,7 @@ <<if ($brideSlave.dickAccessory == "chastity") || ($brideSlave.dickAccessory == "combined chastity")>> _He2 has a little bow on _his2 chastity cage. <<elseif canAchieveErection($brideSlave)>> - The sight of $groomSlave.slaveName has _him2 stiffly erect, and _he2's wearing a little bow around _his2 cockhead. + The <<if canSee($brideSlave)>>sight of $groomSlave.slaveName<<else>>anticipation<</if>> has _him2 stiffly erect, and _he2's wearing a little bow around _his2 cockhead. <<elseif ($brideSlave.dick > 0)>> $He's impotent, but _he2's wearing a little bow around _his2 useless cockhead. <<elseif ($brideSlave.clit > 0)>> diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw index 6912822258c7c8087165589f3e3331d1daec5533..67a6339deb168f7b213c7da88766c37cef1e87cc 100644 --- a/src/uncategorized/recETS.tw +++ b/src/uncategorized/recETS.tw @@ -1664,12 +1664,30 @@ This call is coming from a public kiosk, which is usually an indication that the <<default>> <br>ERROR: bad recETS event $RecETSevent + <</switch>> + +<<switch $RecETSevent>> +<<case "addict mother daughter" "mismatched pair" "posh mother daughter">> +<br><<link "Sell $him immediately">> + <<run cashX($contractCost, "slaveTransfer", $activeSlave)>> + <<replace "#result">> + $activeSlave.slaveName accepts being resold without much fuss. $He's merely exchanged one unknown owner for another. For all $he knows $his new buyer will be less abusive than you would have been. $He would be less complacent if $he knew who $his buyers are; $he'll be immured in an arcade within the hour. + <</replace>> +<</link>> //This will bring in <<print cashFormat($contractCost)>>// + +<<case "desperate broodmother" "identical herm pair" "identical pair" "incest brother brother" "incest brother sister" "incest father daughter" "incest father son" "incest mother daughter" "incest mother son" "incest sister sister" "incest twin brother" "incest twin sister" "incest twins mixed" "matched pair">> +<<default>> + <br>ERROR: bad recETS event $RecETSevent +<</switch>> + <<else>> - //You lack the necessary funds to enslave $him.// + <br>//You lack the necessary funds to enslave $him.// <</if>> -<<if $cash >= $contractCost>> +<<switch $RecETSevent>> +<<case "addict mother daughter" "desperate broodmother" "mismatched pair" "posh mother daughter">> +<<if $cash >= ($contractCost*2)>> <br> <<switch $RecETSevent>> @@ -1690,9 +1708,9 @@ This call is coming from a public kiosk, which is usually an indication that the $His daughter walks in angrily demanding to know why you called _him2 here. _He2 sees _his2 mother kneeling naked next to you, hears the hiss-click of the door closing and locking behind _him2, and makes the connection far too late to run. _He2 begins to scream at both you and _his2 mother at the top of _his2 lungs, and manages to keep up an impressive volume until you get _him2 gagged. _His2 mother does not move to interfere as you strip and bind $his daughter's struggling body. <</switch>> <<run newSlave($relative)>> - <<run cashX($contractCost, "slaveTransfer", $relative)>> + <<run cashX(forceNeg($contractCost), "slaveTransfer", $relative)>> <<run newSlave($relative2)>> - <<run cashX($contractCost, "slaveTransfer", $relative2)>> + <<run cashX(forceNeg($contractCost), "slaveTransfer", $relative2)>> <</replace>> <</link>> @@ -1704,9 +1722,9 @@ This call is coming from a public kiosk, which is usually an indication that the <br><br> $His sister-pimp walks in angrily demanding to know why you called _him2 here. _He2 sees _his2 sissy sister kneeling naked next to you, hears the hiss-click of the door closing and locking behind _him2, and makes the connection far too late to run. _He2 begins to scream at both you and _his2 sister at the top of _his2 lungs, and manages to keep up an impressive volume until you get _him2 gagged. _His2 sister does not move to interfere as you strip and bind the struggling body. In fact, as you get the gag in place, $he begins to laugh an unstable, cracking laugh that degenerates into sobbing. <<run newSlave($relative)>> - <<run cashX($contractCost, "slaveTransfer", $relative)>> + <<run cashX(forceNeg($contractCost), "slaveTransfer", $relative)>> <<run newSlave($relative2)>> - <<run cashX($contractCost, "slaveTransfer", $relative2)>> + <<run cashX(forceNeg($contractCost), "slaveTransfer", $relative2)>> <</replace>> <</link>> @@ -1722,13 +1740,28 @@ This call is coming from a public kiosk, which is usually an indication that the You notice _his2 belly is slightly distended. It could be hunger, but upon closer inspection, you realize _his2 hymen has been torn. _He2's likely been servicing men alongside _his2 mother and has a bun in the oven too. <</if>> <<run newSlave($relative)>> - <<run cashX($contractCost, "slaveTransfer", $relative)>> + <<run cashX(forceNeg($contractCost), "slaveTransfer", $relative)>> <<run newSlave($relative2)>> - <<run cashX($contractCost, "slaveTransfer", $relative2)>> + <<run cashX(forceNeg($contractCost), "slaveTransfer", $relative2)>> <</replace>> <</link>> <</if>> +<<default>> + <br>ERROR: bad recETS event $RecETSevent <<print "[[Go back to previous passage '" + previous() +"'][previous()]]">> + +<</switch>> + +<<else>> + <br><<if $cash < $contractCost>>//You lack the necessary funds to enslave them both.//<</if>> +<</if>> + +<<case "identical herm pair" "identical pair" "incest brother brother" "incest brother sister" "incest father daughter" "incest father son" "incest mother daughter" "incest mother son" "incest sister sister" "incest twin brother" "incest twin sister" "incest twins mixed" "matched pair">> + +<<if $cash >= $contractCost>> + +<<switch $RecETSevent>> + <<case "identical herm pair" "identical pair" "matched pair">> <<link "Buy them both">> <<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>> @@ -1787,13 +1820,20 @@ This call is coming from a public kiosk, which is usually an indication that the <</link>> <<default>> + <br>ERROR: bad recETS event $RecETSevent <<print "[[Go back to previous passage '" + previous() +"'][previous()]]">> <</switch>> + <<else>> - <<if $cash < $contractCost>>//You lack the necessary funds to enslave them both.//<</if>> + <br>//You lack the necessary funds to enslave them both.// <</if>> +<<default>> + <br>ERROR: bad recETS event $RecETSevent <<print "[[Go back to previous passage '" + previous() +"'][previous()]]">> + +<</switch>> + <<if $cheatMode == 1>> <br><br>DEBUG: [[Go back to Nonrandom Event|Nonrandom Event][$activeSlave = 0, $eventSlave = 0]] <</if>> diff --git a/src/uncategorized/remFluctuations.tw b/src/uncategorized/remFluctuations.tw index d10efd5d50f45b5369df8fda6525cfe0ac8624d1..966e53f426825d8b1de41ab0936b96f5993514f5 100644 --- a/src/uncategorized/remFluctuations.tw +++ b/src/uncategorized/remFluctuations.tw @@ -21,8 +21,8 @@ <<case "goddess">>The demigoddess portrait arrives in a glittery cloud of dust, wearing winged shoes. <<case "schoolgirl">>Both schoolgirls are sitting knee to knee; the nerdy one hands the other a folded note. "Pass it on," _heM stage whispers. <<if $assistantName == "your personal assistant">>Your regular assistant<<else>>$assistantName<</if>> rolls _hisA eyes. <<case "hypergoddess">>The demigoddess portrait arrives in a glittery cloud of dust, wearing winged shoes and a noticeable roundness in _hisM middle. - <<case "loli">>The chubby, glasses-wearing loli arrives holding a neatly folded note addressed to you. - <<case "preggololi">>The chubby, glasses-wearing loli arrives holding a hastily written note addressed to you. _HeM seems kind of winded, with a suspicious stain in _hisM panties under _hisM pussy. + <<case "loli">>The chubby, glasses-wearing _loliM arrives holding a neatly folded note addressed to you. + <<case "preggololi">>The chubby, glasses-wearing _loliM arrives holding a hastily written note addressed to you. _HeM seems kind of winded, with a suspicious stain in _hisM panties under _hisM pussy. <<case "fairy" "pregnant fairy">>The older fairy flutters into view before, curtseys, and holds out a rolled piece of parchment addressed to you. <<case "normal">>_HisM symbol lights up in regular green pulses while _heM waits for your attention. <<case "angel">>The short haired angel lands before you, a rolled piece of parchment under _hisM arm. diff --git a/src/uncategorized/resMove.tw b/src/uncategorized/resMove.tw index b55a18fd1025fb69d6cd803695d20950d91436d1..9ea076a31a080f9e8f95982fb4c470a421ca449c 100644 --- a/src/uncategorized/resMove.tw +++ b/src/uncategorized/resMove.tw @@ -51,9 +51,9 @@ <<case "hypergoddess">> _hisA goddess avatar keeping count based off the number of contractions running through _hisA huge belly: <<case "loli">> - _hisA loli avatar carefully counts the numbers off on _hisA fingers: + _hisA _loliA avatar carefully counts the numbers off on _hisA fingers: <<case "preggololi">> - _hisA pregnant loli avatar carefully counts the numbers off on _hisA fingers before losing count to _hisA baby kicking and starting over: + _hisA pregnant _loliA avatar carefully counts the numbers off on _hisA fingers before losing count to _hisA baby kicking and starting over: <<case "angel">> _hisA angel avatar carefully using the feathers on _hisA wing to keep count: <<case "cherub">> diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index c0826661385ff68733abbc4275b3dcac2dc4fdcb..9c6febc1c3a018454fb414c177d4326b3f6e10bc 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -968,7 +968,7 @@ Your Head Girl @@.hotpink;really enjoys@@ being given total freedom to customize _his2 very own bitch. <<set $HeadGirl.devotion += 2>> <<elseif _hgEnjoyment == 2>> - Your Head Girl @@.hotpink;enjoys@@ being given freedom to customize _his2 very own girl. + Your Head Girl @@.hotpink;enjoys@@ being given freedom to customize _his2 very own $girl. <<set $HeadGirl.devotion += 1>> <<elseif _hgEnjoyment == 1>> Your Head Girl @@.hotpink;appreciates@@ being given some freedom to customize _his2 own servant. diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 0b79483e53419cac7aea10b464350eaee8c9e8cb..5e2a51b2163a9f74fdddd87fb3bfb7033d9b2fa2 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -314,7 +314,7 @@ <<if ($slaves[$i].energy >= 40)>> <<if ($slaves[$i].fetishKnown == 1)>> <<if ($slaves[$i].fetish == "dom")>> - $He's found $himself enjoying the sight of female slaves being forced to fuck recently. $He's now @@.green;more attracted to women.@@ + $He's found $himself enjoying the <<if canSee($slaves[$i])>>sight<<else>>idea<</if>> of female slaves being forced to fuck recently. $He's now @@.green;more attracted to women.@@ <<set $slaves[$i].attrXX += 3>> <<elseif ($slaves[$i].fetish == "sadist")>> $He's started fantasizing about how a girl might feel, struggling to get away from $him. $He's now @@.green;more attracted to women.@@ diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index 2d14afc59e80c654f99de16b93419f2b70503c58..45a12bbaea15e421c1a4808eba437fe101346bae 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -1474,7 +1474,7 @@ <<if $spa != 0>> usually spends in $spaName<<if $Attendant != 0>> enjoying $Attendant.slaveName's care<</if>>. <<else>> - usually spends relaxing in $his room<<if $CellBiIDs.length > 1>> teaching a disobedient how to properly use her mouth<</if>>. + usually spends relaxing in $his room<<if $CellBiIDs.length > 1>> teaching a disobedient slave how to properly use their mouth<</if>>. <</if>> <<if $slaves[$i].relationship > 0>> $He often asks to save these breaks so $he can spend them with $his <<if $slaves[$i].relationship == 1>>friend<<elseif $slaves[$i].relationship == 2>>best friend<<elseif $slaves[$i].relationship == 3>>friend with benefits<<elseif $slaves[$i].relationship == 4>>sweetheart<<else>>wife<</if>>. diff --git a/src/uncategorized/saServeThePublic.tw b/src/uncategorized/saServeThePublic.tw index 69097595bc21f17ed3e08340619579ce5c3bbbfa..945ee83735b406436b2a53801bca40d1d804f6e4 100644 --- a/src/uncategorized/saServeThePublic.tw +++ b/src/uncategorized/saServeThePublic.tw @@ -788,13 +788,13 @@ $His appearance attracted $beauty members of the public (<<print Math.trunc($bea <<if ($seeRace == 1)>> <<if ($slaves[$i].race == "white")>> - The public tastes favor white girls like $slaves[$i].slaveName. + The public tastes favor white <<= $girl>>s like $slaves[$i].slaveName. <</if>> <</if>> <<if $arcologies[0].FSSupremacist != "unset">> <<if $slaves[$i].race != $arcologies[0].FSSupremacistRace>> - Some citizens fetishize girls of the servile races. + Some citizens fetishize <<= $girl>>s of the servile races. <</if>> <</if>> <<if $arcologies[0].FSSubjugationist != "unset">> @@ -804,11 +804,11 @@ $His appearance attracted $beauty members of the public (<<print Math.trunc($bea <</if>> <<if $arcologies[0].FSEdoRevivalist != "unset">> <<if ($slaves[$i].nationality == "Japanese") || ($slaves[$i].nationality == "Edo Revivalist")>> - As a proper Japanese girl, $he is considered extremely desirable. + As a proper Japanese $girl, $he is considered extremely desirable. <</if>> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <<if ($slaves[$i].nationality == "Chinese") || ($slaves[$i].nationality == "Chinese Revivalist")>> - As a proper Chinese girl, $he is considered extremely desirable. + As a proper Chinese $girl, $he is considered extremely desirable. <</if>> <</if>> diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw index ced9f38af70ea6ed6deb4f1f13e9195541a62f71..b27fcd8273ee97871a9f5eeb21e6ccbff03ac7f7 100644 --- a/src/uncategorized/saWhore.tw +++ b/src/uncategorized/saWhore.tw @@ -804,7 +804,7 @@ $His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a d <<if ($seeRace == 1)>> <<if ($slaves[$i].race == "white")>> - Many customers prefer white girls like $slaves[$i].slaveName. + Many customers prefer white <<= $girl>>s like $slaves[$i].slaveName. <</if>> <</if>> @@ -820,11 +820,11 @@ $His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a d <</if>> <<if $arcologies[0].FSEdoRevivalist != "unset">> <<if ($slaves[$i].nationality == "Japanese") || ($slaves[$i].nationality == "Edo Revivalist")>> - As a proper Japanese girl, $he is considered extremely desirable. + As a proper Japanese $girl, $he is considered extremely desirable. <</if>> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <<if ($slaves[$i].nationality == "Chinese") || ($slaves[$i].nationality == "Chinese Revivalist")>> - As a proper Chinese girl, $he is considered extremely desirable. + As a proper Chinese $girl, $he is considered extremely desirable. <</if>> <</if>> diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw index fa856d5c742b84663a7162905d269f5c9d35029e..4c970bb6958defcc293cd5bfa06bd162d148d7ee 100644 --- a/src/uncategorized/schoolroomReport.tw +++ b/src/uncategorized/schoolroomReport.tw @@ -173,7 +173,7 @@ <<if ($slaves[$i].entertainSkill > 30) || (($schoolroomUpgradeSkills == 0) && ($slaves[$i].entertainSkill > 10))>> <<if ($slaves[$i].analSkill > 30) || (($schoolroomUpgradeSkills == 0) && ($slaves[$i].analSkill > 10))>> <<if ($slaves[$i].vaginalSkill > 30) || (($schoolroomUpgradeSkills == 0) && ($slaves[$i].vaginalSkill > 10)) || ($slaves[$i].vagina < 0)>> - <br><br>''__@@.pink;$slaves[$i].slaveName@@__'' can learn little from further classes, so @@.yellow;her assignment has defaulted to rest.@@ + <br><br>''__@@.pink;$slaves[$i].slaveName@@__'' can learn little from further classes, so @@.yellow;_his2 assignment has defaulted to rest.@@ <<= removeJob($slaves[$i], "learn in the schoolroom")>> <<set _restedSlaves++, _dI--, _DL-->> <<continue>> diff --git a/src/uncategorized/seWeddingDouble.tw b/src/uncategorized/seWeddingDouble.tw index 25f21053a2775e8e76d18e62f1d76b8b0a27d839..68927e1651970e17dce6ec34c26b5f0813099639 100644 --- a/src/uncategorized/seWeddingDouble.tw +++ b/src/uncategorized/seWeddingDouble.tw @@ -1050,7 +1050,7 @@ they were @@.mediumorchid;saving that for someone special.@@ <<set _slave1.devotion -= 5, _slave2.devotion -= 5>> <<elseif _slave1.devotion < -20>> - they wept at the sight of cum pooling from their @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>assholes<<else>>pussies<</if>>.@@ + they wept at the <<if canSee(_slave1) && canSee(_slave2)>>sight<<else>>feeling<</if>> of cum pooling from their @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>assholes<<else>>pussies<</if>>.@@ <<set _slave1.devotion -= 10, _slave2.devotion -= 10>> <<else>> they were glad you made it @@.hotpink;enjoyable@@ at least. @@ -1060,13 +1060,13 @@ <<if (_slave1.fetish == "mindbroken")>> _slave1.slaveName didn't notice, <<elseif _slave1.devotion+_slave1.trust >= 175>> - _slave1.slaveName was very happy @@.hotpink;$her first time was with you and so special,@@ + _slave1.slaveName was very happy @@.hotpink;$his first time was with you and so special,@@ <<set _slave1.devotion += 5, _slave2.devotion += 5>> <<elseif _slave1.devotion < -20 && _slave1.trust > 20>> _slave1.slaveName was @@.mediumorchid;saving that for someone special,@@ <<set _slave1.devotion -= 5, _slave2.devotion -= 5>> <<elseif _slave1.devotion < -20>> - _slave1.slaveName wept at the sight of cum pooling from $her @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>,@@ + _slave1.slaveName wept at the <<if canSee(_slave1)>>sight<<else>>feeling<</if>> of cum pooling from $his @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>,@@ <<set _slave1.devotion -= 10, _slave2.devotion -= 10>> <<else>> _slave1.slaveName was glad you made it @@.hotpink;enjoyable@@ at least, @@ -1082,7 +1082,7 @@ _slave1.slaveName was @@.mediumorchid;saving that for someone special.@@ <<set _slave1.devotion -= 5, _slave2.devotion -= 5>> <<elseif _slave1.devotion < -20>> - _slave1.slaveName wept at the sight of cum pooling from _his2 @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>.@@ + _slave1.slaveName wept at the <<if canSee(_slave1)>>sight<<else>>feeling<</if>> of cum pooling from _his2 @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>.@@ <<set _slave1.devotion -= 10, _slave2.devotion -= 10>> <<else>> _slave2.slaveName was glad you made it @@.hotpink;enjoyable@@ at least. @@ -1120,7 +1120,7 @@ _he2 was @@.mediumorchid;saving that for someone special.@@ <<set _slave2.devotion -= 5>> <<elseif _slave2.devotion < -20>> - _he2 wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>.@@ + _he2 wept at the <<if canSee(_slave2)>>sight<<else>>feeling<</if>> of cum pooling from $his @@.mediumorchid;defiled <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>.@@ <<set _slave2.devotion -= 10>> <<else>> you made it @@.hotpink;enjoyable@@ at least. diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw index c7fa9d48e06ea7e688945b0fb64286ffad633d68..451d545f2c73c2e80bc1df569cff63a5be4b51bb 100644 --- a/src/uncategorized/seWeddingSingle.tw +++ b/src/uncategorized/seWeddingSingle.tw @@ -438,7 +438,7 @@ $he was @@.mediumorchid;saving that for someone special.@@ <<set $slaves[_wedS].devotion -= 5>> <<elseif $slaves[_wedS].devotion < -20>> - $he wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if $slaves[_wedS].mpreg == 1>>asshole<<else>>pussy<</if>>.@@ + $he wept at the <<if canSee($slaves[_wedS])>>sight<<else>>feeling<</if>> of cum pooling from $his @@.mediumorchid;defiled <<if $slaves[_wedS].mpreg == 1>>asshole<<else>>pussy<</if>>.@@ <<set $slaves[_wedS].devotion -= 10>> <<else>> you made it @@.hotpink;enjoyable@@ at least. diff --git a/src/uncategorized/servantsQuartersReport.tw b/src/uncategorized/servantsQuartersReport.tw index 465c12920ec69397248a6bc6d977d3cdbe53daef..3e299c7f55f32c7412f3490439b225109bffcf6e 100644 --- a/src/uncategorized/servantsQuartersReport.tw +++ b/src/uncategorized/servantsQuartersReport.tw @@ -161,7 +161,7 @@ <</for>> <<if (_DL > 0)>> <<if ($Stewardess.fetishKnown == 1) && ($Stewardess.fetish == "dom")>> - $He walks among the cowering servants as a queen among peasants, playing the role of dominant to perfection and increasing her charges' @@.hotpink;obedience.@@ + $He walks among the cowering servants as a queen among peasants, playing the role of a dominant to perfection and increasing $his charges' @@.hotpink;obedience.@@ <<elseif ($Stewardess.energy > 95)>> $He walks among the cowering servants looking for an excuse to extract sex from shirkers as @@.hotpink;punishment.@@ <</if>> diff --git a/src/uncategorized/specialSlave.tw b/src/uncategorized/specialSlave.tw index c2fc8202545f3707e7e4e1483f1e860fa50e7efc..3bd3bf7762125cd4b79864401011205e30186699 100644 --- a/src/uncategorized/specialSlave.tw +++ b/src/uncategorized/specialSlave.tw @@ -6,10 +6,6 @@ Unfortunately, the catalog is empty. <<else>> - You review a piece of merchandise via video call, making a few lewd demands to gauge her obedience. The background of the video feed is luxurious and plush; somewhere offscreen someone is moaning rapturously. - - <br><br> - <<run slaveSortMinor($heroSlaves)>> <<set $activeSlave = getHeroSlave($heroSlaves.random(), $baseHeroSlave)>> <<set $activeSlave.weekAcquired = $week>> @@ -91,6 +87,10 @@ <</if>> <<setLocalPronouns $activeSlave>> + You review a piece of merchandise via video call, making a few lewd demands to gauge $his obedience. The background of the video feed is luxurious and plush; somewhere offscreen someone is moaning rapturously. + + <br><br> + The offered price is <<print cashFormat($slaveCost)>>. [["Buy " + $his + " slave contract"|New Slave Intro][cashX(forceNeg($slaveCost), "slaveTransfer", $activeSlave),$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main",$specialSlave = 1]] diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 4b61ce273126a22801f554f791e2025d81bea9e0..d97455d98ebcbd414af7ef4afa19cf97777749a9 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -1330,7 +1330,7 @@ As the remote surgery's long recovery cycle completes, Of course, $he already realized while exiting that $his genitalia was completely reshaped. $He can only be happy that $he <<if $activeSlave.genes == "XX">>once again has a vagina and now has a means of release again<<else>>now has a hole other than $his anus to pleasure $himself with<</if>>. @@.hotpink;$He has become more submissive due to your radical reshaping of $his body.@@ Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ <<set $activeSlave.devotion += 4>> <<elseif ($activeSlave.devotion > 20)>> - Of course, $he already realized while exiting that $his genitalia was completely reshaped. $He didn't expect <<if $activeSlave.genes == "XX">>to ever have a pussy again<<else>>to be given a hole other than $his anus<</if>>, and $his face is a strange mix of fear, hope, and resignation as $he <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that now adorns $his formerly featureless crotch. Eventually $his shoulders slump and $he tries to carry on knowing that this is just another hole for your amusement, not $his. @@.mediumorchid;$He will struggle with feelings of confusion over just what your plans for $him are.@@ Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ $He is @@.gold;terribly afraid@@ of your total power over $his body. + Of course, $he already realized while exiting that $his genitalia was completely reshaped. $He didn't expect <<if $activeSlave.genes == "XX">>to ever have a pussy again<<else>>to be given a hole other than $his anus<</if>>, and $his face is a strange mix of fear, hope, and resignation as $he <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that now adorns $his formerly featureless crotch. Eventually $his shoulders slump and $he tries to carry on knowing that this is just another hole for your amusement, not $hers. @@.mediumorchid;$He will struggle with feelings of confusion over just what your plans for $him are.@@ Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ $He is @@.gold;terribly afraid@@ of your total power over $his body. <<set $activeSlave.trust -= 10, $activeSlave.devotion -= 5>> <<else>> Of course, $he already realized while exiting that $his genitalia was completely reshaped. $He didn't expect <<if $activeSlave.genes == "XX">>to ever have a pussy again<<else>>to be given a hole other than $his anus<</if>>, but expectations and the reality are two different things. $He's beside $himself, weeping gently. $He absently moves a hand to where there used to be nothing and snatches it away with a sob, knowing this was done for yourself, not $him. @@.mediumorchid;The surgical invasion has filled $him with horror and anger.@@ Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ $He is @@.gold;cripplingly afraid@@ of your total power over $his body. diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 42240dcc3d431742ea8a66c0b957878892b52c1d..95180c72ef96cbfa7cf42bcb67b5eac7a16a101a 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -692,7 +692,7 @@ <<case "shibari ropes">> $His enormous belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His enormous belly makes $him look like a giant balloon under the tight latex, $his popped navel breaks the smoothness. + $His enormous belly makes $him look like a giant balloon under the tight latex; $his popped navel breaks the smoothness. <<case "a nice nurse outfit">> $He's decided to become the maternity ward, judging by the enormous squirming pregnant belly $he sports. <<case "a maternity dress">> @@ -700,7 +700,7 @@ <<case "a nice maid outfit">> $His enormous belly is covered only by an apron. <<case "a penitent nuns habit">> - $His enormous belly strains $his habit, it looks absolutely sinful. + $His enormous belly strains $his habit; it looks absolutely sinful. <<case "a ball gown">> Your gaze is drawn to $his enormous squirming pregnant belly by $his striking silken ball gown. <<case "harem gauze">> @@ -715,9 +715,9 @@ $His enormous belly pushes out $his robe. <<case "a burqa">> $His enormous belly pushes out $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His enormous belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His enormous belly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His enormous belly pushes out $his tank-top. @@ -756,7 +756,7 @@ <<case "shibari ropes">> $His giant belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His giant belly makes $him look like a balloon under the tight latex, $his popped navel breaks the smoothness. + $His giant belly makes $him look like a balloon under the tight latex; $his popped navel breaks the smoothness. <<case "a nice nurse outfit">> $His giant belly makes $him resemble a maternity ward patient rather than a nurse. <<case "attractive lingerie for a pregnant woman">> @@ -764,9 +764,9 @@ <<case "a maternity dress">> $His loose dress is completely filled by $his giant belly. <<case "a nice maid outfit">> - $His maid outfit struggles to contain $his giant belly, $his popped navel is visible under $his apron. + $His maid outfit struggles to contain $his giant belly; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His giant belly fills $his habit, it looks absolutely sinful. + $His giant belly fills $his habit; it looks absolutely sinful. <<case "a halter top dress">> $His giant belly fills $his halter top dress, it struggles to contain $his belly. <<case "a ball gown">> @@ -783,9 +783,9 @@ $His giant belly fills $his robe. <<case "a burqa">> $His giant belly pushes out $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His giant belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His giant belly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His giant belly pushes out $his tank-top. @@ -859,9 +859,9 @@ $His massive gut has no room left to move within $his overstuffed robe. <<case "a burqa">> $His massive gut has no room left to move within $his overstuffed burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His massive belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His massive belly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His massive belly pushes out $his tank-top. @@ -912,7 +912,7 @@ <<case "shibari ropes">> $His huge belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His huge belly looks like a large beach ball under $his tight latex, $his popped navel breaks the smoothness. + $His huge belly looks like a large beach ball under $his tight latex; $his popped navel breaks the smoothness. <<case "a military uniform">> $His huge belly threatens to pop the buttons off $his tunic. <<case "a schutzstaffel uniform">> @@ -940,9 +940,9 @@ <<case "a slutty maid outfit">> $His huge belly is partially covered by a thin white blouse. <<case "a nice maid outfit">> - $His huge belly threatens to tear $his maid outfit open, $his popped navel is visible under $his apron. + $His huge belly threatens to tear $his maid outfit open; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His huge belly bulges $his habit, it looks absolutely sinful. + $His huge belly bulges $his habit; it looks absolutely sinful. <<case "clubslut netting">> $His huge belly threatens to tear apart $his clubslut netting. <<case "a cheerleader outfit">> @@ -973,9 +973,9 @@ $His huge belly tents $his robe. <<case "a burqa">> $His huge belly tents $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His huge belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His huge belly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His huge belly pushes out $his tank-top. @@ -1069,9 +1069,9 @@ Tons of jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> Some jiggling can be seen through $his burqa whenever $he moves. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Jiggling flesh can be seen through $his shirt whenever $he moves. <<case "a tank-top" "a tank-top and panties">> Jiggling flesh can be seen through $his tank-top whenever $he moves. @@ -1177,9 +1177,9 @@ Noticeable jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> A small amount of jiggling can be seen through $his burqa whenever $he moves. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> A small amount of jiggling can be seen through $his shirt whenever $he moves. <<case "a tank-top" "a tank-top and panties">> A small amount of jiggling can be seen through $his tank-top whenever $he moves. @@ -1232,7 +1232,7 @@ <<case "shibari ropes">> $His big belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His big belly looks like a beach ball under $his tight latex, $his popped navel breaks the smoothness. + $His big belly looks like a beach ball under $his tight latex; $his popped navel breaks the smoothness. <<case "a military uniform">> $His big belly strains the buttons on $his jacket. <<case "a schutzstaffel uniform">> @@ -1260,9 +1260,9 @@ <<case "a slutty maid outfit">> $His big belly is partially covered by a thin white blouse. <<case "a nice maid outfit">> - $His big belly strains $his maid outfit, $his popped navel is visible under $his apron. + $His big belly strains $his maid outfit; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His big belly bulges $his habit, it looks absolutely sinful. + $His big belly bulges $his habit; it looks absolutely sinful. <<case "clubslut netting">> $His big belly strains $his clubslut netting. <<case "a cheerleader outfit">> @@ -1293,9 +1293,9 @@ $His big belly tents $his robe. <<case "a burqa">> $His big belly gently pushes against $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His big belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His big belly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His big belly pushes out $his tank-top. @@ -1368,7 +1368,7 @@ <<case "a mini dress">> $His stretched minidress shows every jiggle in $his fat gut as $he moves. <<case "a slutty maid outfit">> - $His fat gut is partially covered by a thin white blouse, that happily jiggles along with every motion. + $His fat gut is partially covered by a thin white blouse, which happily jiggles along with every motion. <<case "a nice maid outfit">> As $he moves, a slight jiggle can be seen within $his maid's dress. <<case "a penitent nuns habit">> @@ -1403,9 +1403,9 @@ $His robe hides the jiggling motion of $his fat gut. <<case "a burqa">> $His burqa hides the jiggling motion of $his fat gut. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His fat gut jiggles freely. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt somewhat hides the jiggling motion of $his fat gut. <<case "a tank-top" "a tank-top and panties">> $His tank-top barely hides the jiggling motion of $his fat gut. @@ -1513,9 +1513,9 @@ $His growing belly gently tents $his abaya. <<case "a burqa">> $His burqa hides $his growing belly. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His growing belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt hides $his growing belly. <<case "a tank-top" "a tank-top and panties">> $His tank-top hides $his growing belly. @@ -1687,7 +1687,7 @@ <<if $activeSlave.dick > 4>> $His dick sometimes creates a bulge in $his apron as $he moves. <<elseif ($activeSlave.dick > 0) && ($activeSlave.vagina > -1)>> - $His apron exposes $his hemaphroditic genitalia if $he moves too quickly. + $His apron exposes $his hermaphroditic genitalia if $he moves too quickly. <<elseif $activeSlave.dick > 0>> $His apron exposes $his cock if $he moves too quickly. <<elseif $activeSlave.vagina > -1>> @@ -1948,7 +1948,7 @@ <<case "shibari ropes">> $His enormous belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His enormous belly makes $him look like a giant balloon under the tight latex, $his popped navel breaks the smoothness. + $His enormous belly makes $him look like a giant balloon under the tight latex; $his popped navel breaks the smoothness. <<case "a nice nurse outfit">> $He's decided to become the maternity ward, judging by the enormous belly $he sports. <<case "a maternity dress">> @@ -1956,7 +1956,7 @@ <<case "a nice maid outfit">> $His enormous belly is covered only by an apron. <<case "a penitent nuns habit">> - $His enormous belly strains $his habit, it looks absolutely sinful. + $His enormous belly strains $his habit; it looks absolutely sinful. <<case "a ball gown">> Your gaze is drawn to $his enormous belly by $his striking silken ball gown. <<case "harem gauze">> @@ -1977,9 +1977,9 @@ $His enormous belly pushes out $his robe. <<case "a burqa">> $His enormous belly pushes out $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His enormous belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His enormous belly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His enormous belly pushes out $his tank-top. @@ -2018,7 +2018,7 @@ <<case "shibari ropes">> $His giant belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His giant belly makes $him look like a balloon under the tight latex, $his popped navel breaks the smoothness. + $His giant belly makes $him look like a balloon under the tight latex; $his popped navel breaks the smoothness. <<case "a nice nurse outfit">> $His giant belly makes $him resemble a maternity ward patient rather than a nurse. <<case "attractive lingerie for a pregnant woman">> @@ -2026,9 +2026,9 @@ <<case "a maternity dress">> $His loose dress is completely filled by $his giant belly. <<case "a nice maid outfit">> - $His maid outfit struggles to contain $his giant belly, $his popped navel is visible under $his apron. + $His maid outfit struggles to contain $his giant belly; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His giant belly fills $his habit, it looks absolutely sinful. + $His giant belly fills $his habit; it looks absolutely sinful. <<case "a halter top dress">> $His giant belly fills $his halter top dress, it struggles to contain $his belly. <<case "a ball gown">> @@ -2049,9 +2049,9 @@ $His giant belly fills $his abaya. <<case "a burqa">> $His giant belly pushes out $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His giant belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His giant belly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His giant belly pushes out $his tank-top. @@ -2129,9 +2129,9 @@ $His massive gut has no room left to move within $his overstuffed robe. <<case "a burqa">> $His massive gut has no room left to move within $his overstuffed burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His massive belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His massive belly jiggles under $his shirt. <<case "a tank-top" "a tank-top and panties">> $His massive belly jiggles under $his tank-top. @@ -2182,7 +2182,7 @@ <<case "shibari ropes">> $His huge belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His huge belly looks like a large beach ball under $his tight latex, $his popped navel breaks the smoothness. + $His huge belly looks like a large beach ball under $his tight latex; $his popped navel breaks the smoothness. <<case "a military uniform">> $His huge belly threatens to pop the buttons off $his tunic. <<case "a schutzstaffel uniform">> @@ -2210,9 +2210,9 @@ <<case "a slutty maid outfit">> $His huge belly is partially covered by a thin white blouse. <<case "a nice maid outfit">> - $His huge belly threatens to tear $his maid outfit open, $his popped navel is visible under $his apron. + $His huge belly threatens to tear $his maid outfit open; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His huge belly bulges $his habit, it looks absolutely sinful. + $His huge belly bulges $his habit; it looks absolutely sinful. <<case "clubslut netting">> $His huge belly threatens to tear apart $his clubslut netting. <<case "a cheerleader outfit">> @@ -2243,9 +2243,9 @@ $His huge belly tents $his robe. <<case "a burqa">> $His huge belly tents $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His huge belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His huge belly lewdly stretches $his shirt. <<case "a tank-top" "a tank-top and panties">> $His huge belly lewdly stretches $his tank-top. @@ -2351,9 +2351,9 @@ Some jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> Some jiggling can be seen through $his burqa whenever $he moves. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Some jiggling can be seen through $his shirt whenever $he moves. <<case "a tank-top" "a tank-top and panties">> Some jiggling can be seen through $his tank-top whenever $he moves. @@ -2465,9 +2465,9 @@ A small amount of jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> A small amount of jiggling can be seen through $his burqa whenever $he moves. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> A small amount of jiggling can be seen through $his shirt whenever $he moves. <<case "a tank-top" "a tank-top and panties">> A small amount of jiggling can be seen through $his tank-top whenever $he moves. @@ -2514,7 +2514,7 @@ <<case "shibari ropes">> $His big belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His big belly looks like a beach ball under $his tight latex, $his popped navel breaks the smoothness. + $His big belly looks like a beach ball under $his tight latex; $his popped navel breaks the smoothness. <<case "a military uniform">> $His big belly strains the buttons on $his jacket. <<case "a schutzstaffel uniform">> @@ -2548,9 +2548,9 @@ <<case "a slutty maid outfit">> $His big belly is partially covered by a thin white blouse. <<case "a nice maid outfit">> - $His big belly strains $his maid outfit, $his popped navel is visible under $his apron. + $His big belly strains $his maid outfit; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His big belly bulges $his habit, it looks absolutely sinful. + $His big belly bulges $his habit; it looks absolutely sinful. <<case "clubslut netting">> $His big belly strains $his clubslut netting. <<case "a cheerleader outfit">> @@ -2577,9 +2577,9 @@ $His big belly gently pushes against $his robe. <<case "a burqa">> $His big belly gently pushes against $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His big belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His big belly gentlly pushes out $his shirt. <<case "a tank-top" "a tank-top and panties">> $His big belly gentlly pushes out $his tank-top. @@ -2689,9 +2689,9 @@ $His robe hides the jiggling motion of $his fat gut. <<case "a burqa">> $His burqa hides the jiggling motion of $his fat gut. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Jiggling flesh can barely be seen through $his shirt whenever $he moves. <<case "a tank-top" "a tank-top and panties">> Jiggling flesh can barely be seen through $his tank-top whenever $he moves. @@ -2805,9 +2805,9 @@ $His robe totally conceals $his distended belly. <<case "a burqa">> $His burqa totally conceals $his distended belly. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His distended belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt totally conceals $his distended belly. <<case "a tank-top" "a tank-top and panties">> $His tank-top totally conceals $his distended belly. @@ -2892,9 +2892,9 @@ $His massive gut has no room left to move within $his overstuffed robe. <<case "a burqa">> $His massive gut has no room left to move within $his overstuffed burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His massive jiggling gut is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> The taut material of $his shirt shows every jiggle in $his massive gut as $he moves. <<case "a tank-top" "a tank-top and panties">> The taut material of $his tank-top shows every jiggle in $his massive gut as $he moves. @@ -2947,7 +2947,7 @@ <<case "shibari ropes">> $His taut, sloshing belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His taut, sloshing belly looks like a large beach ball under $his tight latex, $his popped navel breaks the smoothness. + $His taut, sloshing belly looks like a large beach ball under $his tight latex; $his popped navel breaks the smoothness. <<case "a military uniform">> $His taut, sloshing belly threatens to pop the buttons off $his tunic. $His belly bulges out between them. <<case "a schutzstaffel uniform">> @@ -2975,9 +2975,9 @@ <<case "a slutty maid outfit">> $His taut, sloshing belly is partially covered by a thin white blouse. <<case "a nice maid outfit">> - $His taut, sloshing belly threatens to tear $his maid outfit open, $his popped navel is visible under $his apron. + $His taut, sloshing belly threatens to tear $his maid outfit open; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His taut, sloshing belly bulges $his habit, it looks absolutely sinful. + $His taut, sloshing belly bulges $his habit; it looks absolutely sinful. <<case "clubslut netting">> $His taut, sloshing belly threatens to tear apart $his clubslut netting. $His belly bulges obscenely through the mesh. <<case "a cheerleader outfit">> @@ -3010,9 +3010,9 @@ $His taut, sloshing belly pushes against $his robe. <<case "a burqa">> $His taut, sloshing belly pushes against $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His taut sloshing belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His taut, sloshing belly pushes against $his shirt. <<case "a tank-top" "a tank-top and panties">> $His taut, sloshing belly pushes against $his tank-top. @@ -3116,9 +3116,9 @@ Some jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> Some jiggling can be seen through $his burqa whenever $he moves. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Small amounts of jiggling flesh can be seen through $his shirt whenever $he moves. <<case "a tank-top" "a tank-top and panties">> Small amounts of jiggling flesh can be seen through $his tank-top whenever $he moves. @@ -3228,9 +3228,9 @@ A small amount of jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> A small amount of jiggling can be seen through $his burqa whenever $he moves. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Small amounts of jiggling flesh can be seen through $his shirt whenever $he moves. <<case "a tank-top" "a tank-top and panties">> Small amounts of jiggling flesh can be seen through $his tank-top whenever $he moves. @@ -3283,7 +3283,7 @@ <<case "shibari ropes">> $His rounded, sloshing belly bulges out from between $his ropes. <<case "restrictive latex" "a latex catsuit">> - $His rounded, sloshing belly looks like a beach ball under $his tight latex, $his popped navel breaks the smoothness. + $His rounded, sloshing belly looks like a beach ball under $his tight latex; $his popped navel breaks the smoothness. <<case "a military uniform">> $His rounded, sloshing belly strains the buttons on $his jacket. It bulges slightly between them. <<case "a schutzstaffel uniform">> @@ -3311,9 +3311,9 @@ <<case "a slutty maid outfit">> $His rounded, sloshing belly is partially covered by a thin white blouse. <<case "a nice maid outfit">> - $His rounded, sloshing belly strains $his maid outfit, $his popped navel is visible under $his apron. + $His rounded, sloshing belly strains $his maid outfit; $his popped navel is visible under $his apron. <<case "a penitent nuns habit">> - $His rounded, sloshing belly bulges $his habit, it looks absolutely sinful. + $His rounded, sloshing belly bulges $his habit; it looks absolutely sinful. <<case "clubslut netting">> $His rounded, sloshing belly strains $his clubslut netting. <<case "a cheerleader outfit">> @@ -3344,9 +3344,9 @@ $His rounded, sloshing belly pushes against $his robe. <<case "a burqa">> $His rounded, sloshing belly pushes against $his burqa. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His rounded sloshing belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His rounded, sloshing belly pushes against $his shirt. <<case "a tank-top" "a tank-top and panties">> $His rounded, sloshing belly pushes against $his tank-top. @@ -3456,9 +3456,9 @@ $His robe hides the jiggling motion of $his fat gut. <<case "a burqa">> $His burqa hides the jiggling motion of $his fat gut. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His fat gut jiggles freely. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt somewhat hides the jiggling motion of $his fat gut. <<case "a tank-top" "a tank-top and panties">> $His tank-top barely hides the jiggling motion of $his fat gut. @@ -3570,9 +3570,9 @@ $His robe totally conceals $his distended belly. <<case "a burqa">> $His burqa totally conceals $his distended belly. - <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "sport shorts" "leather pants and a tube top">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His distended belly is totally bare. - <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "sport shorts and a t-shirt" "a t-shirt and panties">> + <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt totally conceals $his distended belly. <<case "a tank-top" "a tank-top and panties">> $His tank-top totally conceals $his distended belly. diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw index 516038cc0faf13566ac14f9574e2be0aa1fa57f0..251963c9361103d5e64dc687c1d097cc93262475 100644 --- a/src/utility/descriptionWidgets.tw +++ b/src/utility/descriptionWidgets.tw @@ -340,8 +340,8 @@ <<print "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create $him.">> <<case "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.">> <<print "A fresh capture once overpowered you and had his way with you. You kept $him as a painful reminder to never lower your guard again.">> - <<case "Your slaving troop kept several girls as fucktoys, you sired her in your favorite.">> - <<print "Your slaving troop kept several girls as fucktoys, you sired $him in your favorite.">> + <<case "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.">> + <<print "Your slaving troop kept several girls as fucktoys; you sired $him in your favorite.">> <<case "You enslaved her personally during the last stages of your slaving career.">> <<print "You enslaved $him personally during the last stages of your slaving career.">> <<case "You sired her in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.">> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index d3de9ad078fd07ff49f36a890c223e221831d1c0..dea52dbc32b101ad5eba41fc9636dd5d9e41b6fd 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -16424,7 +16424,7 @@ $He has a hot @@.pink;wasp waist@@ that gives $him an hourglass figure<<if $activeSlave.weight > 30>> despite $his extra weight<<elseif $activeSlave.weight < -30>> further accentuated by how thin $he is<</if>>. <<if $activeSlave.belly >= 1500>> <<if $activeSlave.belly >= 750000>> - $His _belly belly grotesquely bulges around $his narrow waist and continues <<if $activeSlave.belly >= 1000000>>quite the distance<<else>>over half a meter<</if>> farther to either side. + $His _belly belly grotesquely bulges around $his narrow waist and continues <<if $activeSlave.belly >= 1000000>>quite the distance<<else>>over half a <<if $showInches == 2>>yard<<else>>meter<</if>><</if>> farther to either side. <<if $activeSlave.preg > 3>> <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind. @@ -16450,7 +16450,7 @@ $He has <</if>> <</if>> <<elseif $activeSlave.belly < 750000>> - $His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a meter in both directions. + $His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a <<if $showInches == 2>>yard<<else>>meter<</if>> in both directions. <<if $activeSlave.preg > 3>> <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline barely visible from behind. @@ -16464,7 +16464,7 @@ $He has an @@.pink;absurdly narrow waist@@ that gives $him a cartoonishly hourglass figure<<if $activeSlave.weight > 30>> made even more ludicrous by $his extra weight<<elseif $activeSlave.weight < -30>> made even more ludicrous by how thin $he is<</if>>. <<if $activeSlave.belly >= 1500>> <<if $activeSlave.belly >= 750000>> - $His _belly belly grotesquely bulges around $his narrow waist and continues <<if $activeSlave.belly >= 1000000>>quite the distance<<else>>over half a meter<</if>> farther to either side. + $His _belly belly grotesquely bulges around $his narrow waist and continues <<if $activeSlave.belly >= 1000000>>quite the distance<<else>>over half a <<if $showInches == 2>>yard<<else>>meter<</if>><</if>> farther to either side. <<if $activeSlave.preg > 3>> <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind. @@ -16492,7 +16492,7 @@ $He has <</if>> <</if>> <<elseif $activeSlave.belly < 750000>> - $His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a meter in both directions. + $His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a <<if $showInches == 2>>yard<<else>>meter<</if>> in both directions. <<if $activeSlave.preg > 3>> <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline barely visible from behind. diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw index b061c126c13dcf64c8c7e1a360e4119782bd5024..3fed4f157fdf601bb6440956fc01a9fc75c1f08b 100644 --- a/src/utility/descriptionWidgetsPiercings.tw +++ b/src/utility/descriptionWidgetsPiercings.tw @@ -509,7 +509,7 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his <</if>> <<case "cutoffs and a t-shirt">> - they're laced together with a simple ribbon, but the effect makes it clear that this is one kinky girl. + they're laced together with a simple ribbon, but the effect makes it clear that this is one kinky $girl. <<case "a slutty outfit">> they're laced together with a simple ribbon, tightly enough that $he's aware they're there. diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw index fed215eff2896922945cc74ceab09526babf9862..91bbb3d73d67319d18dbc12cb8b7169fd834f6c0 100644 --- a/src/utility/descriptionWidgetsTattoos.tw +++ b/src/utility/descriptionWidgetsTattoos.tw @@ -238,7 +238,7 @@ <<case "advertisements">> $He has an ad for the arcology itself tattooed across $his back. <<case "rude words">> - 'Sex Slave' is tattooed across $his back; the tattoo uses the broad space to make each letter <<if $showInches == 2>>six inches<<else>>fifteen centimeters<</if>> tall, so that $his identity can be read from hundreds of <<if $showInches == 2>>yards<<else>>meter<</if>> off. + 'Sex Slave' is tattooed across $his back; the tattoo uses the broad space to make each letter <<if $showInches == 2>>six inches<<else>>fifteen centimeters<</if>> tall, so that $his identity can be read from hundreds of <<if $showInches == 2>>yards<<else>>meters<</if>> off. <<case "degradation">> $He has <<if $activeSlave.dick > 0>> diff --git a/src/utility/extendedFamilyWidgets.tw b/src/utility/extendedFamilyWidgets.tw index 4fe1f9f6c6a64724fbd563ae2e1bbccd0d4d2a51..820c05ee616ca5027a3b36da285f3c24376d8b0a 100644 --- a/src/utility/extendedFamilyWidgets.tw +++ b/src/utility/extendedFamilyWidgets.tw @@ -1045,9 +1045,11 @@ <<set $activeSlave.mother = 0>> <<redisplayFamily>> <</link>> -<<if $PC.vagina == 1 && (($PC.actualAge - $activeSlave.actualAge) >= $fertilityAge) && $saveImported == 0>> | <<link "You">><<set $activeSlave.mother = $PC.ID>><<redisplayFamily>><</link>><</if>> +<<if $PC.vagina == 1 && (($PC.actualAge - $activeSlave.actualAge) >= $fertilityAge) && (($PC.mother != $activeSlave.mother) || ($activeSlave.mother == 0)) && $saveImported == 0>> +| <<link "You">><<set $activeSlave.mother = $PC.ID>><<redisplayFamily>><</link>> +<</if>> <<for _efw = 0; _efw < $slaves.length; _efw++>> - <<if $slaves[_efw].vagina > 0 && (($slaves[_efw].actualAge - $activeSlave.actualAge) >= $fertilityAge) && $slaves[_efw].newGamePlus == 0>> + <<if $slaves[_efw].vagina > 0 && (($slaves[_efw].actualAge - $activeSlave.actualAge) >= $fertilityAge) && (($slaves[_efw].mother != $activeSlave.mother) || ($activeSlave.mother == 0)) && $slaves[_efw].newGamePlus == 0>> | <<set _id = $slaves[_efw].ID>> <<set _slaveName = $slaves[_efw].slaveName>> @@ -1065,9 +1067,11 @@ <<set $activeSlave.father = 0>> <<redisplayFamily>> <</link>> -<<if ($PC.dick == 1) && (($PC.actualAge - $activeSlave.actualAge) >= $potencyAge) && $saveImported == 0>> | <<link "You">><<set $activeSlave.father = $PC.ID>><<redisplayFamily>><</link>><</if>> +<<if ($PC.dick == 1) && (($PC.actualAge - $activeSlave.actualAge) >= $potencyAge) && (($PC.father != $activeSlave.father) || ($activeSlave.father == 0)) && $saveImported == 0>> +| <<link "You">><<set $activeSlave.father = $PC.ID>><<redisplayFamily>><</link>> +<</if>> <<for _efw = 0; _efw < $slaves.length; _efw++>> - <<if ($slaves[_efw].dick > 0) && ((($slaves[_efw].actualAge - $activeSlave.actualAge) >= $potencyAge)) && $slaves[_efw].newGamePlus == 0>> + <<if ($slaves[_efw].dick > 0) && ((($slaves[_efw].actualAge - $activeSlave.actualAge) >= $potencyAge)) && (($slaves[_efw].father != $activeSlave.father) || ($activeSlave.father == 0)) && $slaves[_efw].newGamePlus == 0>> | <<set _id = $slaves[_efw].ID>> <<set _slaveName = $slaves[_efw].slaveName>> @@ -1085,7 +1089,7 @@ <<set $activeSlave.mother = 0>> <<redisplayFamily>> <</link>> -<<if $saveImported == 0>> +<<if ($activeSlave.mother != $PC.ID) && ($PC.mother != $activeSlave.ID) && ($saveImported == 0)>> | <<link "You">> <<if $PC.mother != 0>> @@ -1103,6 +1107,9 @@ <<if $slaves[_efw].newGamePlus == 0>> <<if $saveImported == 1>>|<</if>> <<set _slaveName = $slaves[_efw].slaveName>> + <<set _slave = $slaves[_efw]>> + <<if ($activeSlave.mother != _slave.ID) && (_slave.mother != $activeSlave.ID)>> + | <<print " <<link _slaveName>> <<set _slave = $slaves[" + _efw + "]>> @@ -1117,6 +1124,7 @@ <<redisplayFamily>> <</link>> ">> + <</if>> <</if>> <</for>> @@ -1127,7 +1135,7 @@ <<replace '#sameFatherNames'>><</replace>> <<redisplayFamily>> <</link>> -<<if $saveImported == 0>> +<<if ($activeSlave.father != $PC.ID) && ($PC.father != $activeSlave.ID) && ($saveImported == 0)>> | <<link "You">> <<if $PC.father != 0>> @@ -1145,6 +1153,9 @@ <<if $slaves[_efw].newGamePlus == 0>> <<if $saveImported == 1>>|<</if>> <<set _slaveName = $slaves[_efw].slaveName>> + <<set _slave = $slaves[_efw]>> + <<if ($activeSlave.father != _slave.ID) && (_slave.father != $activeSlave.ID)>> + | <<print " <<link _slaveName>> <<set _slave = $slaves[" + _efw + "]>> @@ -1159,6 +1170,7 @@ <<redisplayFamily>> <</link>> ">> + <</if>> <</if>> <</for>> @@ -1175,7 +1187,7 @@ <<redisplayFamily>> <</link>> <<if $activeSlave.vagina >= 0>> - <<if ($activeSlave.actualAge - $PC.actualAge) >= $fertilityAge && $saveImported == 0>> + <<if (($activeSlave.actualAge - $PC.actualAge) >= $fertilityAge) && (($PC.mother != $activeSlave.mother) || ($activeSlave.mother == 0)) && ($saveImported == 0)>> | <<link "You">> <<set $PC.mother = $activeSlave.ID>> @@ -1190,7 +1202,7 @@ <<if $slaves[_efw].newGamePlus == 0>> <<set _slaveName = $slaves[_efw].slaveName>> <<set _slave = $slaves[_efw]>> - <<if ($activeSlave.actualAge - _slave.actualAge) >= $fertilityAge>> + <<if (($activeSlave.actualAge - _slave.actualAge) >= $fertilityAge) && ((_slave.mother != $activeSlave.mother) || ($activeSlave.mother == 0))>> | <<print " <<link _slaveName>> @@ -1220,7 +1232,7 @@ <<redisplayFamily>> <</link>> <<if $activeSlave.dick > 0>> - <<if ($activeSlave.actualAge - $PC.actualAge) >= $fertilityAge && $saveImported == 0>> + <<if (($activeSlave.actualAge - $PC.actualAge) >= $potencyAge) && (($PC.father != $activeSlave.father) || ($activeSlave.father == 0)) && ($saveImported == 0)>> | <<link "You">> <<set $PC.father = $activeSlave.ID>> @@ -1232,7 +1244,7 @@ <<if $slaves[_efw].newGamePlus == 0>> <<set _slaveName = $slaves[_efw].slaveName>> <<set _slave = $slaves[_efw]>> - <<if ($activeSlave.actualAge - _slave.actualAge) >= $fertilityAge>> + <<if (($activeSlave.actualAge - _slave.actualAge) >= $potencyAge) && ((_slave.father != $activeSlave.father) || ($activeSlave.father == 0))>> | <<print " <<link _slaveName>> diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 54881cbd58f7fe9cdef7a7a9bea9560d78a0c9cd..daa1c675e16b3cde3a28c2c49b8db53ec4c524eb 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -2702,7 +2702,7 @@ <<set $activeSlave.sexualQuirk = "unflinching">> <</if>> <<elseif $arcologies[_market].FSAztecRevivalist > 20>> - They've seen sights that will traumatize almost anyone. + They've seen sights that will traumatize almost anyone<<if !canSee($activeSlave)>>, so to speak<</if>>. <<set $activeSlave.slaveName = setup.aztecSlaveNames.random()>> <<if random(0,1) == 0>> <<set $activeSlave.trust = -30>>