diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js index f1316b79dde0c5d55c707cd351c6651c673d0796..2079a4c043f914f216875ad5258ad9ef84448e64 100644 --- a/src/endWeek/saWhore.js +++ b/src/endWeek/saWhore.js @@ -1134,7 +1134,7 @@ window.saWhore = (function saWhore() { if (slave.attrKnown === 1) { if (slave.energy > 95) { - r += ` As a nymphomaniac ${he} gets sexual release from every every transaction and is wildly successful.`; + r += ` As a nymphomaniac ${he} gets sexual release from every transaction and is wildly successful.`; slave.need -= beauty; } else if (slave.energy > 80) { r += ` With ${his} powerful sex drive ${he} rarely has to fake an orgasm.`; diff --git a/src/facilities/farmyard/farmyardReport.tw b/src/facilities/farmyard/farmyardReport.tw index 67d291c1b3e9124c424210e8d423581fd0000b0c..6f9e1ec35c5bc29378cf24e4da56e2ff1089f3bc 100644 --- a/src/facilities/farmyard/farmyardReport.tw +++ b/src/facilities/farmyard/farmyardReport.tw @@ -265,7 +265,7 @@ <<silently>> <<include "SA chooses own job">> <<_dump = saWorkTheFarm($slaves[$i])>> - <<include "SA work the farm">> + $He <<= saWorkTheFarm($slaves[$i])>> <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> @@ -301,7 +301,7 @@ b.customers = 0; b.farmhandCosts = 0; b.rep = 0; - for(var si of b.income.values()) { + for (var si of b.income.values()) { b.farmhandIncome += si.income + si.adsIncome; b.customers += si.customers; b.farmhandCosts += si.cost; diff --git a/src/js/slaveStatsChecker.js b/src/js/slaveStatsChecker.js index fe1bab15e8a81578d37a58ea233626bfd5c8cc07..9174c3cc788cce8c59e660cc06810ab5eeeae579 100644 --- a/src/js/slaveStatsChecker.js +++ b/src/js/slaveStatsChecker.js @@ -139,11 +139,11 @@ window.SlaveStatsChecker = (function() { /* call as SlaveStatsChecker.isModded() */ /** @param {App.Entity.SlaveState} slave */ function isModded(slave) { - const tatScore = tatScore(slave); - const piercingScore = piercingScore(slave); - const modScore = piercingScore+tatScore; + const tattoos = tatScore(slave); + const piercings = piercingScore(slave); + const mods = piercings+tattoos; - return (modScore > 15 || (piercingScore > 8 && tatScore > 5)); + return (mods > 15 || (piercings > 8 && tattoos > 5)); } /* call as SlaveStatsChecker.isUnmodded() */ diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw index 2436dececdace86b6c4889fa79c64ef1299c918a..08bbbb8183099741f3d64d87ea15258681b2ca79 100644 --- a/src/uncategorized/REFS.tw +++ b/src/uncategorized/REFS.tw @@ -70,6 +70,46 @@ <<set $activeSlave.health = random(70,80)>> <<set $activeSlave.clothes = "conservative clothing">> +<<case "physical idealist encounter">> + <<set $activeSlaveOneTimeMaxAge = 22>> + <<set $oneTimeDisableDisability = 1>> + <<if $arcologies[0].FSSupremacistLawME == 1>> + <<set $fixedRace = $arcologies[0].FSSupremacistRace>> + <<elseif $arcologies[0].FSSubjugationistLawME == 1>> + <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>> + <<set $fixedRace = _races.random()>> + <</if>> + <<set $activeSlave = GenerateNewSlave("XX")>> + <<set $activeSlave.devotion = 100>> + <<set $activeSlave.trust = 100>> + <<set $activeSlave.health = 100>> + <<set $activeSlave.muscles = 99>> + <<if $activeSlave.dick > 0 && $activeSlave.vagina == -1>> + <<set $activeSlave.clothes = "sport shorts">> + <<else>> + <<set $activeSlave.clothes = "sport shorts and a sports bra">> + <</if>> + +<<case "pastoralist encounter">> + <<set $activeSlaveOneTimeMinAge = 65>> + <<set $oneTimeDisableDisability = 1>> + <<if $arcologies[0].FSSupremacistLawME == 1>> + <<set $fixedRace = $arcologies[0].FSSupremacistRace>> + <<elseif $arcologies[0].FSSubjugationistLawME == 1>> + <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>> + <<set $fixedRace = _races.random()>> + <</if>> + <<set $activeSlave = GenerateNewSlave("XX")>> + <<if $activeSlave.weight < 50>> + <<set $activeSlave.weight += 50>> + <</if>> + <<set $activeSlave.devotion = 100>> + <<set $activeSlave.trust = 100>> + <<set $activeSlave.health = 100>> + <<set $activeSlave.Hcolor = "grey">> + <<set $activeSlave.hStyle = "bun">> + <<set $activeSlave.clothes = "conservative clothing">> + <<case "transformation fetishism encounter">> <<set $activeSlaveOneTimeMaxAge = 22>> <<set $oneTimeDisableDisability = 1>> @@ -190,51 +230,51 @@ <<case "paternalist encounter">> -As a result of $arcologies[0].name's adoption of paternalism there has been a remarkable effect on relationships between slaves and owners, with the flourishing of mutual respect between the two forming the basis for social life in the arcology. However, not all citizens are so keen as to internalize the tenants of paternalism, whether out of prejudice, old habits or adherence to a more brutal style of slaveholding. -<br><br> -On one particular outing, you come across an elderly male citizen giving his young slave quite a thrashing in the street outside of a prominent apartment complex. From the skinned state of the poor $girl's knees and the cruel spiked collar about $his neck, it is clear that $his owner has been dragging $him about the arcology as if $he were a dog. To say nothing of this degrading treatment, beating of a slave in public is a fineable offense. + As a result of $arcologies[0].name's adoption of paternalism there has been a remarkable effect on relationships between slaves and owners, with the flourishing of mutual respect between the two forming the basis for social life in the arcology. However, not all citizens are so keen as to internalize the tenants of paternalism, whether out of prejudice, old habits or adherence to a more brutal style of slaveholding. + <br><br> + On one particular outing, you come across an elderly male citizen giving his young slave quite a thrashing in the street outside of a prominent apartment complex. From the skinned state of the poor $girl's knees and the cruel spiked collar about $his neck, it is clear that $his owner has been dragging $him about the arcology as if $he were a dog. To say nothing of this degrading treatment, beating of a slave in public is a fineable offense. <<case "degradationist encounter">> -As a result of $arcologies[0].name's adoption of degradationism there has been a remarkable effect on the social status of slaves, with the continued reduction of slave rights taking center stage. However, not all citizens are so keen as to internalize the tenants of degradationism, whether out of misplaced compassion, old habits or adherence to the old world style of relationships. -<br><br> -On one particular outing, you come across an elderly male citizen holding the hand of his young slave, seemingly on a date at one of the arcology's prominent promenades. From the ring on the $girl's finger and the modest neckline on $his clothing, it is clear that $his owner is treating $him as if $he is his wife. His obscene treatment of his slave has already drawn a large crowd of shocked onlookers. + As a result of $arcologies[0].name's adoption of degradationism there has been a remarkable effect on the social status of slaves, with the continued reduction of slave rights taking center stage. However, not all citizens are so keen as to internalize the tenants of degradationism, whether out of misplaced compassion, old habits or adherence to the old world style of relationships. + <br><br> + On one particular outing, you come across an elderly male citizen holding the hand of his young slave, seemingly on a date at one of the arcology's prominent promenades. From the ring on the $girl's finger and the modest neckline on $his clothing, it is clear that $his owner is treating $him as if $he is his wife. His obscene treatment of his slave has already drawn a large crowd of shocked onlookers. <<case "physical idealist encounter">> -The notion of the physical ideal has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is the open air gym, a now common sight along $arcologies[0].name's many streets. Many citizens utilize such facilities to squeeze in an extra work-out on their daily commute, or in lieu of personal fitness facilities in their own homes. -<br><br> -While navigating your arcology on an outing, you find yourself coming across one of the arcology's finest open-air gyms, clearly marketed towards the wealthy citizen on the move. As impressive as the gold plated fitness equipment is, in amongst the power racks, dip bars and bench press stations is perhaps one of the most spectacular athletic specimens in the entire arcology. This female citizen has clearly embraced everything that $arcologies[0].name's physical idealism represents, molding herself into a rippling blend of broad shoulders, powerful muscles and a ripped stomach that would shame even the most well-built old world athlete. + The notion of the physical ideal has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is the open air gym, a now common sight along $arcologies[0].name's many streets. Many citizens utilize such facilities to squeeze in an extra work-out on their daily commute, or in lieu of personal fitness facilities in their own homes. + <br><br> + While navigating your arcology on an outing, you find yourself coming across one of the arcology's finest open-air gyms, clearly marketed towards the wealthy citizen on the move. As impressive as the gold plated fitness equipment is, in amongst the power racks, dip bars and bench press stations is perhaps one of the most spectacular athletic specimens in the entire arcology. This female citizen has clearly embraced everything that $arcologies[0].name's physical idealism represents, molding herself into a rippling blend of broad shoulders, powerful muscles and a ripped stomach that would shame even the most well-built old world athlete. <<case "pastoralist encounter">> -Pastoralism has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is a number of experimental new restaurants that incorporate human milk into their recipes, much to the delight of the citizenry. Such establishments have become a fashionable part of $arcologies[0].name's taste palate and new takes on the simple premise are common. -<br><br> -While navigating your arcology on an outing, you find yourself coming across one of the arcology's newest restaurants, a milkshake parlor that prides itself on deriving all of its dairy from human sources. + Pastoralism has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is a number of experimental new restaurants that incorporate human milk into their recipes, much to the delight of the citizenry. Such establishments have become a fashionable part of $arcologies[0].name's taste palate and new takes on the simple premise are common. + <br><br> + While navigating your arcology on an outing, you find yourself coming across one of the arcology's newest restaurants, a milkshake parlor that prides itself on deriving all of its dairy from human sources. <<case "transformation fetishism encounter">> -As a result of $arcologies[0].name's adoption of transformation fetishism, a number of plastic surgery clinics, cosmetic surgeries and other transformative businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of altering their bodies with a gusto — though not all are so quick to adopt the trend just because it's in vogue. -<br><br> -On one particular outing, you come across a female citizen outside a surgery clinic staring pensively up at a poster advertising the variety of cosmetic procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above $him lit up with silicone breasts, plump bee-stung lips and fake asses. From $his unaltered appearance and simple garments, it is likely that she is not one of the arcology's wealthier denizens and thus is unable to shape $his body to $his heart's desire. + As a result of $arcologies[0].name's adoption of transformation fetishism, a number of plastic surgery clinics, cosmetic surgeries and other transformative businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of altering their bodies with a gusto — though not all are so quick to adopt the trend just because it's in vogue. + <br><br> + On one particular outing, you come across a citizen outside a surgery clinic staring pensively up at a poster advertising the variety of cosmetic procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above $him lit up with silicone breasts, plump bee-stung lips and fake asses. From $his unaltered appearance and simple garments, it is likely that $he is not one of the arcology's wealthier denizens and thus is unable to shape $his body to $his heart's desire. <<case "body purism encounter">> -As a result of $arcologies[0].name's adoption of body purism, a number of restorative spas, implant removal clinics and other cleansing businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of treating their bodies with sanctity — though not all are so quick to adopt the trend just because it's in vogue. -<br><br> -On one particular outing, you come across a female citizen outside a famous health spa staring pensively up at a poster advertising the variety of purification procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above $him lit up with pure unadulterated bodies, expensive health treatments and a plethora of natural cosmetic procedures. The citizen's clothes are ragged and sheer, revealing a number of implant scars around her bust and rear, likely from a costly attempt to render herself fashionable by having her prior implants removed. With such visible scarring, it is unlikely that she is one of the arcology's wealthier denizens, having paid the price to return her body to its natural, unimplanted state. + As a result of $arcologies[0].name's adoption of body purism, a number of restorative spas, implant removal clinics and other cleansing businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of treating their bodies with sanctity — though not all are so quick to adopt the trend just because it's in vogue. + <br><br> + On one particular outing, you come across a citizen outside a famous health spa staring pensively up at a poster advertising the variety of purification procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above $him lit up with pure unadulterated bodies, expensive health treatments and a plethora of natural cosmetic procedures. The citizen's clothes are ragged and sheer, revealing a number of implant scars around $his bust and rear, likely from a costly attempt to render $himself fashionable by having $his prior implants removed. With such visible scarring, it is unlikely that $he is one of the arcology's wealthier denizens, having paid the price to return $his body to its natural, unimplanted state. <<case "youth preferentialist encounter">> -Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name. -<br><br> -On this particular outing you happen to cross paths with a nubile young $woman, accompanied by $his father. From $his plain clothes and rudimentary makeup, it is readily apparent that $he is not one of the arcology's well-to-do inhabitants. $He recognizes you quickly and dips $his head in deference to your high status, <<if ($PC.visualAge >= 50)>>$his cheeks flushed in embarrassment and delight at an aged arcology owner's interest in a young $girl like $him.<<else>>$his expression awestruck by the presence of an arcology owner before $him.<</if>> + Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name. + <br><br> + On this particular outing you happen to cross paths with a nubile young $woman, accompanied by $his father. From $his plain clothes and rudimentary makeup, it is readily apparent that $he is not one of the arcology's well-to-do inhabitants. $He recognizes you quickly and dips $his head in deference to your high status, <<if ($PC.visualAge >= 50)>>$his cheeks flushed in embarrassment and delight at an aged arcology owner's interest in a young $girl like $him.<<else>>$his expression awestruck by the presence of an arcology owner before $him.<</if>> <<case "maturity preferentialist encounter">> -Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name. -<br><br> -On this particular outing you happen to cross paths with a comely female citizen and $his two adult sons. From $his plain clothes and conspicuous lack of makeup, it is readily apparent that $he is not one of the arcology's well-to-do inhabitants. $He recognizes you quickly and dips $his head in deference to your high status, <<if ($PC.visualAge < 35)>>$his cheeks flushed in embarrassment and confusion at a young arcology owner's interest in an old lady like $him.<<else>>$his expression awestruck by the presence of an arcology owner before $him.<</if>> + Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name. + <br><br> + On this particular outing you happen to cross paths with a comely citizen and $his two adult sons. From $his plain clothes and conspicuous lack of makeup, it is readily apparent that $he is not one of the arcology's well-to-do inhabitants. $He recognizes you quickly and dips $his head in deference to your high status, <<if ($PC.visualAge < 35)>>$his cheeks flushed in embarrassment and confusion at a young arcology owner's interest in an old citizen like $him.<<else>>$his expression awestruck by the presence of an arcology owner before $him.<</if>> <<default>> <br>ERROR: bad REFS event $REFSevent @@ -248,226 +288,277 @@ On this particular outing you happen to cross paths with a comely female citizen <<case "paternalist encounter">> -<span id="result"> -<<link "Alert your drones and keep walking">> - <<replace "#result">> - You inform $assistantName that you have a slave beater in need of detainment by your security drones, then continue on your way confident in your knowledge that the citizen will soon be in custody. - <</replace>> -<</link>> -<<if $cash >= 2000>> -<br><<link "Take the poor slave $girl into your custody">> - <<set $activeSlave.clothes = "no clothing">> - <<replace "#artFrame">> - /* 000-250-006 */ - <<if $seeImages == 1>> - <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> - <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <span id="result"> + <<link "Alert your drones and keep walking">> + <<replace "#result">> + You inform $assistantName that you have a slave beater in need of detainment by your security drones, then continue on your way confident in your knowledge that the citizen will soon be in custody. + <</replace>> + <</link>> + <<if $cash >= 2000>> + <br><<link "Take the poor slave $girl into your custody">> + <<set $activeSlave.clothes = "no clothing">> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> <</if>> - <</if>> - /* 000-250-006 */ - <</replace>> - <<replace "#result">> - Confronting the citizen is simplicity in itself; he would not dare defy you under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his degradationist behaviors. As such, you are able to take civil ownership over the poor slave $girl and take $him into your care with only minimal compensation to the citizen. As you stride away from $his former owner with the $girl in your arms, $he leans over to plant a chaste kiss of thanks on your cheek. - <<run cashX(-2000, "slaveTransfer", $activeSlave)>> - <<include "New Slave Intro">> - <</replace>> -<</link>> // Taking custody of the $girl will cost <<print cashFormat(2000)>>. // -<</if>> -<br><<link "Publicly confront the citizen">> - <<replace "#result">> - Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to shirk the law. To make it clear his next offense will be his last, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen.@@ - <<run repX(2500, "event")>> - <</replace>> -<</link>> -</span> + /* 000-250-006 */ + <</replace>> + <<replace "#result">> + Confronting the citizen is simplicity in itself; he would not dare defy you under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his degradationist behaviors. As such, you are able to take civil ownership over the poor slave $girl and take $him into your care with only minimal compensation to the citizen. As you stride away from $his former owner with the $girl in your arms, $he leans over to plant a chaste kiss of thanks on your cheek. + <<run cashX(-2000, "slaveTransfer", $activeSlave)>> + <<include "New Slave Intro">> + <</replace>> + <</link>> // Taking custody of the $girl will cost <<print cashFormat(2000)>>. // + <</if>> + <br><<link "Publicly confront the citizen">> + <<replace "#result">> + Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to shirk the law. To make it clear his next offense will be his last, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen.@@ + <<run repX(2500, "event")>> + <</replace>> + <</link>> + </span> <<case "degradationist encounter">> -<span id="result"> -<<link "Alert your drones and keep walking">> - <<replace "#result">> - You inform $assistantName that you have a slave lover in need of harassment by your security drones, then continue on your way. You did not instruct your drones to attack the obscene pair, as the scrutiny and public shame of a drone escort around the arcology are a more fitting punishment for a citizen and will perhaps encourage him to think twice before treating his slave as an equal. - <</replace>> -<</link>> -<<if $cash >= 2000>> -<br><<link "Take the pampered slave $girl into your custody">> - <<set $activeSlave.clothes = "no clothing">> - <<replace "#artFrame">> - /* 000-250-006 */ - <<if $seeImages == 1>> - <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> - <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <span id="result"> + <<link "Alert your drones and keep walking">> + <<replace "#result">> + You inform $assistantName that you have a slave lover in need of harassment by your security drones, then continue on your way. You did not instruct your drones to attack the obscene pair, as the scrutiny and public shame of a drone escort around the arcology are a more fitting punishment for a citizen and will perhaps encourage him to think twice before treating his slave as an equal. + <</replace>> + <</link>> + <<if $cash >= 2000>> + <br><<link "Take the pampered slave $girl into your custody">> + <<set $activeSlave.clothes = "no clothing">> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> <</if>> - <</if>> - /* 000-250-006 */ - <</replace>> - <<replace "#result">> - Confronting the citizen is simplicity in itself; he would not dare defy you directly under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his disturbing actions. As such, you are able to take civil ownership over the slave $girl and claim $him for yourself with only token compensation to the citizen. As you stride away from $his former owner with the $girl in your arms, $he clings to you with obvious naïveté for how you will treat $him. It's time $he learnt how slaves are treated in $arcologies[0].name. - <<run cashX(-2000, "slaveTransfer", $activeSlave)>> - <<include "New Slave Intro">> - <</replace>> -<</link>> // Taking custody of the $girl will cost <<print cashFormat(2000)>>. // -<</if>> -<br><<link "Publicly confront the citizen">> - <<replace "#result">> - Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to parade a slave around the arcology as if $he were his wife. To make it clear that you will not be so forgiving of his next transgression, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen.@@ - <<run repX(2500, "event")>> - <</replace>> -<</link>> -</span> + /* 000-250-006 */ + <</replace>> + <<replace "#result">> + Confronting the citizen is simplicity in itself; he would not dare defy you directly under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his disturbing actions. As such, you are able to take civil ownership over the slave $girl and claim $him for yourself with only token compensation to the citizen. As you stride away from $his former owner with the $girl in your arms, $he clings to you with obvious naïveté for how you will treat $him. It's time $he learnt how slaves are treated in $arcologies[0].name. + <<run cashX(-2000, "slaveTransfer", $activeSlave)>> + <<include "New Slave Intro">> + <</replace>> + <</link>> // Taking custody of the $girl will cost <<print cashFormat(2000)>>. // + <</if>> + <br><<link "Publicly confront the citizen">> + <<replace "#result">> + Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to parade a slave around the arcology as if $he were his wife. To make it clear that you will not be so forgiving of his next transgression, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen.@@ + <<run repX(2500, "event")>> + <</replace>> + <</link>> + </span> <<case "physical idealist encounter">> -<span id="result"> -<<link "Keep walking">> - <<replace "#result">> - The citizen is undoubtedly a uniquely athletic specimen, so you linger for a moment to appreciate the strength and vigor of her punishing physical routine. When you've had your fill, you move on towards your next appointment. - <</replace>> -<</link>> -<<if $cash >= 1000>> -<br><<link "Offer to sponsor her for a promotional video">> - <<replace "#result">> - Despite her hulking, muscular exterior, the citizen proves to be a shrewd and capable advertisement executive as well. The two of you sit beside a hefty dumbbell rack for some time and together craft a simple promotional ad campaign featuring the herculean physical form of the citizen. Shooting the video is simple, footage of the citizen going about her various fitness routines is inspiring enough, and soon her every muscle and sinew is being broadcast across the world to laud the physical achievements of $arcologies[0].name. Your citizens are @@.green;filled with pride,@@ knowing the rest of the world was just awed by their pursuit of bodily perfection. - <<run repX(5000, "event")>> - <<run cashX(-1000, "event")>> - <</replace>> -<</link>> // This will cost <<print cashFormat(1000)>>. // -<</if>> -<br><<link "Spend some time working out with her">> - <<replace "#result">> - The attendant of the gym is almost too stunned to charge you for entry, and indeed many citizens inside and outside the gym stop to watch you begin a work-out routine. The muscular citizen does not halt her own regime, of course, so you soon find yourself pumping iron and straining your muscles to the limit beside her. - <br><br> - Your eyes lock somewhere in the midst of a particularly strenuous exercise, and what follows may be remembered in the annals of $arcologies[0].name history as the most erotic display of physical might ever recorded. Matching each other rep for rep, the gym is soon echoing with the grunts of both your exertions while your bodies grow slick with glistening sweat. When the last dumbbell is racked, the citizen merely nods her respect at you for matching her pursuit of the physical ideal, to the @@.green;delight of the watching citizenry.@@ - <<run repX(1500, "event")>> - <</replace>> -<</link>> -</span> + <span id="result"> + <<link "Keep walking">> + <<replace "#result">> + The citizen is undoubtedly a uniquely athletic specimen, so you linger for a moment to appreciate the strength and vigor of her punishing physical routine. When you've had your fill, you move on towards your next appointment. + <</replace>> + <</link>> + <<if $cash >= 1000>> + <br><<link "Offer to sponsor her for a promotional video">> + <<replace "#result">> + Despite her hulking, muscular exterior, the citizen proves to be a shrewd and capable advertisement executive as well. The two of you sit beside a hefty dumbbell rack for some time and together craft a simple promotional ad campaign featuring the herculean physical form of the citizen. Shooting the video is simple, footage of the citizen going about her various fitness routines is inspiring enough, and soon her every muscle and sinew is being broadcast across the world to laud the physical achievements of $arcologies[0].name. Your citizens are @@.green;filled with pride,@@ knowing the rest of the world was just awed by their pursuit of bodily perfection. + <<run repX(5000, "event")>> + <<run cashX(-1000, "event")>> + <</replace>> + <</link>> // This will cost <<print cashFormat(1000)>>. // + <</if>> + <br><<link "Spend some time working out with her">> + <<replace "#result">> + The attendant of the gym is almost too stunned to charge you for entry, and indeed many citizens inside and outside the gym stop to watch you begin a work-out routine. The muscular citizen does not halt her own regime, of course, so you soon find yourself pumping iron and straining your muscles to the limit beside her. + <br><br> + Your eyes lock somewhere in the midst of a particularly strenuous exercise, and what follows may be remembered in the annals of $arcologies[0].name history as the most erotic display of physical might ever recorded. Matching each other rep for rep, the gym is soon echoing with the grunts of both your exertions while your bodies grow slick with glistening sweat. When the last dumbbell is racked, the citizen merely nods her respect at you for matching her pursuit of the physical ideal, to the @@.green;delight of the watching citizenry.@@ + <<run repX(1500, "event")>> + <</replace>> + <</link>> + </span> <<case "pastoralist encounter">> -<span id="result"> -<<link "Keep walking">> - <<replace "#result">> - The establishment is not the first of its kind in the arcology, but the idea seems to be popular enough with the citizenry to accommodate competition. When you've sated your curiosity perusing the courtesy menu by the door, you move on towards your next appointment. - <</replace>> -<</link>> -<<if $cash >= 1000>> -<br><<link "Offer to sponsor the restaurant with an advertisement">> - <<replace "#result">> - You soon discover that the owner of the establishment is a matronly woman who sources her dairy from other mothers in the arcology, having found that new or expectant mothers are often in need of a revenue stream. The two of you sit at the counter for some time, though the owner often excuses herself for a milking in the back room, and together craft a simple promotional ad campaign featuring a simple slogan. Posters bearing the words "Got MILF?" soon grace the walls of $arcologies[0].name, and your citizens take to the idea of motherly milkshakes and admire your @@.green;marketing acumen.@@ - <<run repX(5000, "event")>> - <<run cashX(-1000, "event")>> - <</replace>> -<</link>> // This will cost <<print cashFormat(1000)>>. // -<</if>> -<br><<link "Have a shake">> - <<replace "#result">> - The owner of the parlor is so flattered by your patronage of her humble store that she not only provides your drink free of charge but even milks herself at the counter to personally provide the dairy for your shake. The shake's taste is rich, even creamy, with an overall sweet palate mixed with a slight nuttiness. - <br><br> - Though you depart without officially sponsoring the milkshake parlor, your presence is endorsement enough to many citizens while others simply @@.green;appreciate you drinking amongst them.@@ - <<run repX(1500, "event")>> - <</replace>> -<</link>> -</span> + <span id="result"> + <<link "Keep walking">> + <<replace "#result">> + The establishment is not the first of its kind in the arcology, but the idea seems to be popular enough with the citizenry to accommodate competition. When you've sated your curiosity perusing the courtesy menu by the door, you move on towards your next appointment. + <</replace>> + <</link>> + <<if $cash >= 1000>> + <br><<link "Offer to sponsor the restaurant with an advertisement">> + <<replace "#result">> + You soon discover that the owner of the establishment is a matronly woman who sources her dairy from other mothers in the arcology, having found that new or expectant mothers are often in need of a revenue stream. The two of you sit at the counter for some time, though the owner often excuses herself for a milking in the back room, and together craft a simple promotional ad campaign featuring a simple slogan. Posters bearing the words "Got MILF?" soon grace the walls of $arcologies[0].name, and your citizens take to the idea of motherly milkshakes and admire your @@.green;marketing acumen.@@ + <<run repX(5000, "event")>> + <<run cashX(-1000, "event")>> + <</replace>> + <</link>> // This will cost <<print cashFormat(1000)>>. // + <</if>> + <br><<link "Have a shake">> + <<replace "#result">> + The owner of the parlor is so flattered by your patronage of her humble store that she not only provides your drink free of charge but even milks herself at the counter to personally provide the dairy for your shake. The shake's taste is rich, even creamy, with an overall sweet palate mixed with a slight nuttiness. + <br><br> + Though you depart without officially sponsoring the milkshake parlor, your presence is endorsement enough to many citizens while others simply @@.green;appreciate you drinking amongst them.@@ + <<run repX(1500, "event")>> + <</replace>> + <</link>> + </span> <<case "transformation fetishism encounter">> -<span id="result"> -<<link "Keep walking">> - <<replace "#result">> - It's unfortunate that this citizen is unable to realize $his dreams, but that's the way of the Free Cities. There are winners, and there are losers. - <</replace>> -<</link>> -<<if $cash >= 1000>> -<br><<link "Pay for $his treatment">> - <<replace "#result">> - It takes a moment for you to convince the $woman that you aren't playing some cruel joke on $him, but once you do $he practically squeals with joy as you take $him through the doors of the clinic and announce your intent to pay to give your loyal citizen the absolute transformative works. When you next see $him it's on a gurney as $he's wheeled out of the surgery, $his patient's gown jutting out from $his chest due to the size of $his new rack. Through swollen lips $he gushes to you about how great $he feels to finally be a veritable bimbo, and how $he's going to tell every citizen $he fucks in $arcologies[0].name @@.green;that they have you to thank for $his new body.@@ - <<run repX(5000, "event")>> - <<run cashX(-1000, "event")>> - <</replace>> -<</link>> // The treatment will cost <<print cashFormat(1000)>>. // -<</if>> -<br><<link "Offer to enhance $him in your remote surgery in exchange for a fuck">> - <<replace "#result">> - You make your presence known to citizen, and once the usual shock and disbelief have worn off the citizen rapidly agrees to your proposal. $He follows you back to the penthouse where you inform $assistantName that the citizen is to be given the works in the remote surgery. As the citizen passes through the doors to the surgery, $he turns and blows you a kiss of gratitude. - <br><br> - When the citizen is later delivered to your private suite to uphold $his end of the bargain, $he does so as the veritable image of a perfect bimbo slut. In $his rush to come thank you for transforming $him from $his plain and plebian appearance $he has evidently neglected to clothe $himself, so you can admire $his new firm tits, plump ass and bee-stung lips from the moment $he enters the room. Despite being fresh from surgery, $he's an exquisite fuck and an enthusiastic partner — citizens like $him often are, given that penetration from a slave would be a social suicide. - <<if $cash >= 10000>> - <br><br> - <span id="result2"> - <<link "Enslave $him afterwards">> - <<replace "#result2">> - As your new playmate lies slumbering in bed, you consult with $assistantName as to the cost of the surgery conducted today. With some creative accounting, you settle the citizen's other outstanding debts and then arrange for $him to be charged a sum in excess of $his financial means for the surgery conducted on $him today. Of course, that was not what you agreed, but it was $his mistake for undergoing an expensive procedure without a formal contract. When $he awakens, though $he will retain $his new bimbo body, $he will be just another slave in your penthouse. - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run cashX(-10000, "event", $activeSlave)>> - <</replace>> - <</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. // - </span> + <span id="result"> + <<link "Keep walking">> + <<replace "#result">> + It's unfortunate that this citizen is unable to realize $his dreams, but that's the way of the Free Cities. There are winners, and there are losers. + <</replace>> + <</link>> + <<if $cash >= 1000>> + <br><<link "Pay for $his treatment">> + <<replace "#result">> + It takes a moment for you to convince the $woman that you aren't playing some cruel joke on $him, but once you do $he practically squeals with joy as you take $him through the doors of the clinic and announce your intent to pay to give your loyal citizen the absolute transformative works. When you next see $him it's on a gurney as $he's wheeled out of the surgery, $his patient's gown jutting out from $his chest due to the size of $his new rack. Through swollen lips $he gushes to you about how great $he feels to finally be a veritable bimbo, and how $he's going to tell every citizen $he fucks in $arcologies[0].name @@.green;that they have you to thank for $his new body.@@ + <<run repX(5000, "event")>> + <<run cashX(-1000, "event")>> + <</replace>> + <</link>> // The treatment will cost <<print cashFormat(1000)>>. // <</if>> - <</replace>> -<</link>> -</span> + <br><<link "Offer to enhance $him in your remote surgery in exchange for a fuck">> + <<replace "#result">> + You make your presence known to citizen, and once the usual shock and disbelief have worn off the citizen rapidly agrees to your proposal. $He follows you back to the penthouse where you inform $assistantName that the citizen is to be given the works in the remote surgery. As the citizen passes through the doors to the surgery, $he turns and blows you a kiss of gratitude. + <br><br> + When the citizen is later delivered to your private suite to uphold $his end of the bargain, $he does so as the veritable image of a perfect bimbo slut. In $his rush to come thank you for transforming $him from $his plain and plebian appearance $he has evidently neglected to clothe $himself, so you can admire $his new firm tits, plump ass and bee-stung lips from the moment $he enters the room. Despite being fresh from surgery, $he's an exquisite fuck and an enthusiastic partner — citizens like $him often are, given that penetration from a slave would be a social suicide. + <<if $cash >= 10000>> + <br><br> + <span id="result2"> + <<link "Enslave $him afterwards">> + <<replace "#result2">> + As your new playmate lies slumbering in bed, you consult with $assistantName as to the cost of the surgery conducted today. With some creative accounting, you settle the citizen's other outstanding debts and then arrange for $him to be charged a sum in excess of $his financial means for the surgery conducted on $him today. Of course, that was not what you agreed, but it was $his mistake for undergoing an expensive procedure without a formal contract. When $he awakens, though $he will retain $his new bimbo body, $he will be just another slave in your penthouse. + <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<run cashX(-10000, "event", $activeSlave)>> + <</replace>> + <</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. // + </span> + <</if>> + <</replace>> + <</link>> + </span> <<case "body purism encounter">> -<span id="result"> -<<link "Keep walking">> - <<replace "#result">> - It's unfortunate that this citizen is unable to realize her dreams, but that's the way of the Free Cities. There are winners, and there are losers. - <</replace>> -<</link>> -<<if $cash >= 1000>> -<br><<link "Pay for a day of treatment for her">> - <<replace "#result">> - It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the spa and announce your intent to pay for a day of cleansing, pampering and luxury. When you next see her it's on a wallscreen television at your penthouse praising you profusely. The rejuvenated young woman has clearly spread word of your generosity @@.green;across $arcologies[0].name.@@ - <<run repX(5000, "event")>> - <<run cashX(-1000, "event")>> - <</replace>> -<</link>> // The treatment will cost <<print cashFormat(1000)>>. // -<</if>> -<<if ($Attendant != 0)>> -<br><<link "Give her a day of pampering with your attendant at your spa">> - <<replace "#result">> - You make your presence known to the citizen, and once the usual shock and disbelief have worn off it takes a moment to convince her that your offer of a cleansing experience in your spa is neither a cruel joke nor an underhanded attempt to enslave her. She follows you back to the penthouse where you inform your attendant that the citizen is to be sequestered in the spa for a day of pampering, cleansing and rejuvenation. As the citizen passes through the doors to the spa, she turns and blows you a kiss of gratitude. - <br><br> - When you stop by the spa later in the day, you spot the citizen luxuriating in a hot bath with a number of colorful health products spread across every visible surface of her nude skin. From where you stand it is clear her eyes are closed in immense contentment, while her body floats relaxed and carefree in the bubbling water. When the citizen finally departs at the end of the a long day of purification in the spa, she thanks you profusely and promises to tell everyone she can of your @@.green;generosity.@@ - <<run repX(1500, "event")>> - <</replace>> -<</link>> -<</if>> -</span> + <span id="result"> + <<link "Keep walking">> + <<replace "#result">> + It's unfortunate that this citizen is unable to realize her dreams, but that's the way of the Free Cities. There are winners, and there are losers. + <</replace>> + <</link>> + <<if $cash >= 1000>> + <br><<link "Pay for a day of treatment for her">> + <<replace "#result">> + It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the spa and announce your intent to pay for a day of cleansing, pampering and luxury. When you next see her it's on a wallscreen television at your penthouse praising you profusely. The rejuvenated young woman has clearly spread word of your generosity @@.green;across $arcologies[0].name.@@ + <<run repX(5000, "event")>> + <<run cashX(-1000, "event")>> + <</replace>> + <</link>> // The treatment will cost <<print cashFormat(1000)>>. // + <</if>> + <<if ($Attendant != 0)>> + <br><<link "Give her a day of pampering with your attendant at your spa">> + <<replace "#result">> + You make your presence known to the citizen, and once the usual shock and disbelief have worn off it takes a moment to convince her that your offer of a cleansing experience in your spa is neither a cruel joke nor an underhanded attempt to enslave her. She follows you back to the penthouse where you inform your attendant that the citizen is to be sequestered in the spa for a day of pampering, cleansing and rejuvenation. As the citizen passes through the doors to the spa, she turns and blows you a kiss of gratitude. + <br><br> + When you stop by the spa later in the day, you spot the citizen luxuriating in a hot bath with a number of colorful health products spread across every visible surface of her nude skin. From where you stand it is clear her eyes are closed in immense contentment, while her body floats relaxed and carefree in the bubbling water. When the citizen finally departs at the end of the a long day of purification in the spa, she thanks you profusely and promises to tell everyone she can of your @@.green;generosity.@@ + <<run repX(1500, "event")>> + <</replace>> + <</link>> + <</if>> + </span> <<case "youth preferentialist encounter">> -<span id="result"> -<<link "Let them pass">> - <<replace "#result">> - You step aside gracefully and bow your head, while signifying to the $girl that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by $his father. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens.@@ - <<run repX(500, "event")>> - <</replace>> -<</link>> -<<if $cash >= 500>> -<br><<link "Fuck $him over dinner">> - <<replace "#result">> - It takes a moment for you to convince the young $girl and $his father that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a pretty young thing on your arm for the rest of the night, and $his father trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his father, he politely continues eating his dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take his daughter over the dinner table. When you part ways, the young $girl is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@ - <<run repX(2500, "event")>> - <<run cashX(-500, "event")>> - <</replace>> -<</link>> // This will cost <<print cashFormat(500)>>. // -<</if>> -<br><<link "Manipulate $him into having sex with you">> - <<replace "#result">> - It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving $him. - <br><br> - Once you both retire to your private suite, you peel the $girl's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully youthful, with narrow hips, firm breasts, and a delicate blush across $his shamefaced, rosy cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature. - <<if $cash >= 10000>> + <span id="result"> + <<link "Let them pass">> + <<replace "#result">> + You step aside gracefully and bow your head, while signifying to the $girl that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by $his father. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens.@@ + <<run repX(500, "event")>> + <</replace>> + <</link>> + <<if $cash >= 500>> + <br><<link "Fuck $him over dinner">> + <<replace "#result">> + It takes a moment for you to convince the young $girl and $his father that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a pretty young thing on your arm for the rest of the night, and $his father trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his father, he politely continues eating his dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take his daughter over the dinner table. When you part ways, the young $girl is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@ + <<run repX(2500, "event")>> + <<run cashX(-500, "event")>> + <</replace>> + <</link>> // This will cost <<print cashFormat(500)>>. // + <</if>> + <br><<link "Manipulate $him into having sex with you">> + <<replace "#result">> + It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving $him. <br><br> - <span id="result2"> - <<link "Enslave $him afterwards">> + Once you both retire to your private suite, you peel the $girl's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully youthful, with narrow hips, firm breasts, and a delicate blush across $his shamefaced, rosy cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature. + <<if $cash >= 10000>> + <br><br> + <span id="result2"> + <<link "Enslave $him afterwards">> + <<set $activeSlave.clothes = "no clothing">> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> + <</if>> + /* 000-250-006 */ + <</replace>> + <<replace "#result2">> + After $he regains $his bearings from your sexual encounter, the $girl slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his father's considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his cheeks as $he sinks to $his knees, $his hopes of a long life without enslavement now dashed. + <br><br> + <<run cashX(-10000, "event", $activeSlave)>> + <<include "New Slave Intro">> + <</replace>> + <</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. // + </span> + <</if>> + <</replace>> + <</link>> + </span> + +<<case "maturity preferentialist encounter">> + + <span id="result"> + <<link "Let them pass">> + <<replace "#result">> + You step aside gracefully and bow your head, while signifying to the older woman that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and seems disproportionately flustered by your small show of civility. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, and soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's mature, female citizens.@@ + <<run repX(500, "event")>> + <</replace>> + <</link>> + <<if $cash >= 500>> + <br><<link "Fuck $him over dinner">> + <<replace "#result">> + It takes a moment for you to convince the older $woman and $his sons that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a mature lady on your arm for the rest of the night, and $his sons trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his sons, they politely continue eating their dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take their mother over the dinner table. When you part ways, the older $woman is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@ + <<run repX(2500, "event")>> + <<run cashX(-500, "event")>> + <</replace>> + <</link>> // This will cost <<print cashFormat(500)>>. // + <</if>> + <br><<link "Manipulate $him into having sex with you">> + <<replace "#result">> + It only takes a moment for $assistantName to uncover the citizen's financial records and the copious debt therein, and only another moment for you to browbeat the terrified older women into sleeping with you under threat of purchasing all $his debt and summarily enslaving $him. $His sons, frightened into obedience by the possibility of losing their dear mother, take their cue to make themselves scarce during the encounter. + <br><br> + Once you both retire to your private suite, you peel the mature citizen's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully plush, with wide hips, firm motherly breasts, and a delicate blush across $his shamefaced, plump cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature. + <<if $cash >= 10000>> + <br><br> + <span id="result2"> <<set $activeSlave.clothes = "no clothing">> <<replace "#artFrame">> /* 000-250-006 */ @@ -480,70 +571,19 @@ On this particular outing you happen to cross paths with a comely female citizen <</if>> /* 000-250-006 */ <</replace>> - <<replace "#result2">> - After $he regains $his bearings from your sexual encounter, the $girl slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his father's considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his cheeks as $he sinks to $his knees, $his hopes of a long life without enslavement now dashed. - <br><br> - <<run cashX(-10000, "event", $activeSlave)>> - <<include "New Slave Intro">> - <</replace>> - <</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. // - </span> - <</if>> - <</replace>> -<</link>> -</span> - -<<case "maturity preferentialist encounter">> - -<span id="result"> -<<link "Let them pass">> - <<replace "#result">> - You step aside gracefully and bow your head, while signifying to the older woman that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and seems disproportionately flustered by your small show of civility. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, and soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's mature, female citizens.@@ - <<run repX(500, "event")>> - <</replace>> -<</link>> -<<if $cash >= 500>> -<br><<link "Fuck $him over dinner">> - <<replace "#result">> - It takes a moment for you to convince the older $woman and $his sons that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a mature lady on your arm for the rest of the night, and $his sons trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his sons, they politely continue eating their dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take their mother over the dinner table. When you part ways, the older $woman is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@ - <<run repX(2500, "event")>> - <<run cashX(-500, "event")>> - <</replace>> -<</link>> // This will cost <<print cashFormat(500)>>. // -<</if>> -<br><<link "Manipulate $him into having sex with you">> - <<replace "#result">> - It only takes a moment for $assistantName to uncover the citizen's financial records and the copious debt therein, and only another moment for you to browbeat the terrified older women into sleeping with you under threat of purchasing all $his debt and summarily enslaving $him. $His sons, frightened into obedience by the possibility of losing their dear mother, take their cue to make themselves scarce during the encounter. - <br><br> - Once you both retire to your private suite, you peel the mature citizen's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully plush, with wide hips, firm motherly breasts, and a delicate blush across $his shamefaced, plump cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature. - <<if $cash >= 10000>> - <br><br> - <span id="result2"> - <<set $activeSlave.clothes = "no clothing">> - <<replace "#artFrame">> - /* 000-250-006 */ - <<if $seeImages == 1>> - <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> - <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> - <</if>> - <</if>> - /* 000-250-006 */ + <<link "Enslave $him afterwards">> + <<replace "#result2">> + After $he regains $his bearings from your sexual encounter, the older $woman slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his weathered cheeks as $he sinks to $his knees, $his hopes of making it through the breadth of $his long life without enslavement now dashed. + <br><br> + <<run cashX(-10000, "event", $activeSlave)>> + <<include "New Slave Intro">> + <</replace>> + <</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. // + </span> + <</if>> <</replace>> - <<link "Enslave $him afterwards">> - <<replace "#result2">> - After $he regains $his bearings from your sexual encounter, the older $woman slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his weathered cheeks as $he sinks to $his knees, $his hopes of making it through the breadth of $his long life without enslavement now dashed. - <br><br> - <<run cashX(-10000, "event", $activeSlave)>> - <<include "New Slave Intro">> - <</replace>> - <</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. // - </span> - <</if>> - <</replace>> -<</link>> -</span> + <</link>> + </span> <<default>> <br>ERROR: bad REFS event $REFSevent diff --git a/src/uncategorized/arcadeReport.tw b/src/uncategorized/arcadeReport.tw index f95fd0e9b898f1bc1fdddd9844fd336f21c69ded..a9bc4aaf6cb6c4b01e049f03934945b88339d987 100644 --- a/src/uncategorized/arcadeReport.tw +++ b/src/uncategorized/arcadeReport.tw @@ -272,7 +272,7 @@ b.customers = 0; b.whoreCosts = 0; b.rep = 0; - for(var si of b.income.values()) { + for (var si of b.income.values()) { b.whoreIncome += si.income; b.customers += si.customers; b.whoreCosts += si.cost; diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index f1c2752c26338cc51572335f310b9bdba27faa1b..d5fbc18b57f1a0a0974dcc38e6ddcffe857b8b05 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -162,7 +162,7 @@ $brothelNameCaps <</if>> <<set _Tmult0 = Math.trunc($brothel*1000*$upgradeMultiplierArcology)>> -<br>It can support $brothel whores. Currently there <<if $brothelSlaves == 1>>is<<else>>are<</if>> $brothelSlaves whore<<if $brothelSlaves != 1>>s<</if>> at $brothelNameCaps. +<br>It can support $brothel whores. Currently there <<if $brothelSlaves == 1>>is<<else>>are<</if>> $brothelSlaves whore<<if $brothelSlaves != 1>>s<</if>> at $brothelName. [[Expand the brothel|Brothel][cashX(forceNeg(_Tmult0), "capEx"), $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <<if $Madam != 0>> diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index 92dd51a6f66ef76e24a353ef9d40a419638e9afd..8e11b8eab0c49b81628b85defb9bd602a8f48291 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -923,7 +923,7 @@ b.customers = 0; b.whoreCosts = 0; b.rep = 0; - for(var si of b.income.values()) { + for (var si of b.income.values()) { b.whoreIncome += si.income + si.adsIncome; b.customers += si.customers; b.whoreCosts += si.cost; diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index 7443356987b54ce3bd6c5e2dfa2c11abd6de6a01..5e489a9b9cb0c68c9f9215dd6ccb9a5e8ba3f58b 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -734,7 +734,7 @@ b.customers = 0; b.whoreCosts = 0; b.rep = 0; - for(var si of b.income.values()) { + for (var si of b.income.values()) { b.whoreIncome += si.income; b.customers += si.customers; b.whoreCosts += si.cost; diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 974c3b35ce6bd5840108c3d4078b4441f17b78e9..73749106d4b52919ae160828e4a048f5c95dd8ee 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -70,7 +70,7 @@ <<else>> <<script>> -for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ +for (var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ State.variables.lastWeeksCashProfits[i] = (State.variables.lastWeeksCashIncome[i] + State.variables.lastWeeksCashExpenses[i]); } <</script>> diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index 96dd1e91b78c9542f0d5c06c4bfe138386c949a5..040acdcfccdf3aa4e201f63a0060312ebbb0bfbd 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -1051,7 +1051,7 @@ $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumW b.whoreIncome = 0; b.whoreCosts = 0; b.rep = 0; - for(var si of b.income.values()) { + for (var si of b.income.values()) { b.whoreIncome += si.income; b.whoreCosts += si.cost; b.rep += si.rep; diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw index 61191798a3a5658741e48af2de171ce9cb8741ff..67a19c9b6fd00d1a91721d510ab889d17c67a196 100644 --- a/src/uncategorized/futureSociety.tw +++ b/src/uncategorized/futureSociety.tw @@ -767,7 +767,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br> <<else>> <<if $FSCredits > 0>> - <br>''''[[Paternalism|Future Society][$arcologies[0].FSPaternalist = 4, $FSCredits -= 1]]: a vision of slave improvement, including slaves' health, mental well-being, and education.<br> + <br>''''[[Paternalism|Future Society][$arcologies[0].FSPaternalist = 4, $FSCredits -= 1]]: a vision of slave improvement, including slaves' health, mental well-being, and education. <<else>> /*//''Paternalism'': a vision of slave improvement, including slaves' health, mental well-being, and education.//*/ <</if>> diff --git a/src/uncategorized/reBrothelFunction.tw b/src/uncategorized/reBrothelFunction.tw index d80d1382ecd64004bd7b694c85ae8fef8af50a14..3a460d55efedcf6b21c2257b93b251d9ce2da0ea 100644 --- a/src/uncategorized/reBrothelFunction.tw +++ b/src/uncategorized/reBrothelFunction.tw @@ -7,7 +7,7 @@ $brothelNameCaps is a reputable establishment in $arcologies[0].name, a veritabl <br><br> One request comes to you written on a letterhead featuring the logo of a fellow arcology owner. She describes her husband's preference for your hard working brothel whores, whom he patronizes on his regular business trips to your arcology. Such indulgences have been a distraction to her husband of late, and she has dispatched him to undertake a task in your arcology that simply cannot go poorly. With this in mind, she beseeches you to close down your brothel for a single day out of solidarity for a fellow arcology owner — and for the significant sum of <<print cashFormat(10000)>>. <br><br> -Another of these bids for your brothel comes in the form of a curious video call. The video comes from an infamous lothario in your arcology, a seducer of powerful and prominent women citizens. Indeed, the recording was surreptitiously recorded in the bedroom of one such influential woman, with the Casanova describing his request in hushed tones while his wealthy host minces about unknowingly in the background. He explains that he is finally ready to hang up his coat and end his days of debauchery and copious casual sex, but that he would like to do so by engaging in a full day of indulgence at $brothelNameCaps. +Another of these bids for your brothel comes in the form of a curious video call. The video comes from an infamous lothario in your arcology, a seducer of powerful and prominent women citizens. Indeed, the recording was surreptitiously recorded in the bedroom of one such influential woman, with the Casanova describing his request in hushed tones while his wealthy host minces about unknowingly in the background. He explains that he is finally ready to hang up his coat and end his days of debauchery and copious casual sex, but that he would like to do so by engaging in a full day of indulgence at $brothelName. <br><br> The last of these requests comes in the form of a letter, stamped with the herald of a prominent arcology family. It seems the eldest son of the family, known to you largely as a spoiled child riding on the coattails of his parents, is about to reach the age of majority. At his behest, his parents have contacted you to reserve your brothel for a day so that their son may become a man in true Free Cities fashion — amongst a roil of writhing flesh and wanton debauchery. diff --git a/src/uncategorized/repBudget.tw b/src/uncategorized/repBudget.tw index 45c0be4bd92c5811daa004a9639a51c0f365c500..f88244e1885626dbaab12d3553679f0f50267c1f 100644 --- a/src/uncategorized/repBudget.tw +++ b/src/uncategorized/repBudget.tw @@ -24,7 +24,7 @@ <<else>> <<script>> -for(var i = 0; i < State.variables.lastWeeksRepIncome.length; i++){ +for (var i = 0; i < State.variables.lastWeeksRepIncome.length; i++){ State.variables.lastWeeksRepProfits[i] = (State.variables.lastWeeksRepIncome[i] + State.variables.lastWeeksRepExpenses[i]); } <</script>> diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw index f6ebc1fff1b6c55a6d0d9da278b34393fd0113ab..45bb7c7254158216676a1a1006388fc420d8055e 100644 --- a/src/uncategorized/seRaiding.tw +++ b/src/uncategorized/seRaiding.tw @@ -567,7 +567,7 @@ target <<setLocalPronouns $activeSlave>> <<switch $origin>> <<case "housewife">> - is an idyllic mansion in the countryside of an old world nation. It's owner is a businessman of some notoriety, but is often away from his expansive estate. A number of servants and maids are in residence, but the primary resident of the mansion is his wife. From the sound of things, $he is not a young $woman but attractive enough in a fake sort of way. + is an idyllic mansion in the countryside of an old world nation. Its owner is a businessman of some notoriety, but is often away from his expansive estate. A number of servants and maids are in residence, but the primary resident of the mansion is his wife. From the sound of things, $he is not a young $woman but attractive enough in a fake sort of way. <<case "university student">> is the department offices of a still operational old world university. The University prides itself on a diverse and capable faculty, often touting its wealth of female professors as a symbol of its progressive agenda. Though they are unlikely to be young, these professors will be educated and quite intelligent. The head of the department is no exception, a $woman of considerable academic credentials. <<case "university student">> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 4180f663b94938e1e9e4161b1b63d56413d59cd6..cd313a237e65174065e24a36823e56beced54db7 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1002,8 +1002,8 @@ <br>Leg accessory: ''<span id="legAccessory">$activeSlave.legAccessory</span>.'' <<link "None">><<set $activeSlave.legAccessory = "none">><<replace "#legAccessory">>$activeSlave.legAccessory<</replace>><</link>> - | <<link "Short Stockings">><<set $activeSlave.legAccessory = "short stockings">><<replace "#legAccessory">>$activeSlave.legAccessory<</replace>><</link>> - | <<link "Long Stockings">><<set $activeSlave.legAccessory = "long stockings">><<replace "#legAccessory">>$activeSlave.legAccessory<</replace>><</link>> + | <<link "Short stockings">><<set $activeSlave.legAccessory = "short stockings">><<replace "#legAccessory">>$activeSlave.legAccessory<</replace>><</link>> + | <<link "Long stockings">><<set $activeSlave.legAccessory = "long stockings">><<replace "#legAccessory">>$activeSlave.legAccessory<</replace>><</link>> <</if>> <br>Torso accessory: ''<span id="bellyAccessory">$activeSlave.bellyAccessory</span>.'' @@ -1100,17 +1100,17 @@ <br>Chastity device: ''<span id="chastity"><<if $activeSlave.chastityAnus == 1 && $activeSlave.chastityPenis == 1 && $activeSlave.chastityVagina == 1>>full chastity<<elseif $activeSlave.chastityPenis == 1 && $activeSlave.chastityVagina == 1>>genital chastity<<elseif $activeSlave.chastityAnus == 1 && $activeSlave.chastityPenis == 1>>combined chastity cage<<elseif $activeSlave.chastityAnus == 1 && $activeSlave.chastityVagina == 1>>combined chastity belt<<elseif $activeSlave.chastityVagina == 1>>chastity belt<<elseif $activeSlave.chastityPenis == 1>>chastity cage<<elseif $activeSlave.chastityAnus == 1>>anal bhastity<<elseif $activeSlave.chastityAnus == 0 && $activeSlave.chastityPenis == 0 && $activeSlave.chastityVagina == 0>>none<<else>>THERE HAS BEEN AN ERROR<</if>></span>.'' <<link "None">><<set $activeSlave.chastityAnus = 0>><<set $activeSlave.chastityPenis = 0>><<set $activeSlave.chastityVagina = 0>><<replace "#chastity">>None<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Anal Chastity">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 0>><<set $activeSlave.chastityVagina = 0>><<replace "#chastity">>Anal Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Anal chastity">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 0>><<set $activeSlave.chastityVagina = 0>><<replace "#chastity">>Anal chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <<if $activeSlave.vagina > -1>> - | <<link "Chastity Belt">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 0>><<set $activeSlave.chastityPenis = 0>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Vaginal Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Combined Chastity Belt">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 0>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Combined Chastity Belt<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Chastity belt">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 0>><<set $activeSlave.chastityPenis = 0>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Chastity belt<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Combined chastity belt">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 0>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Combined chastity belt<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <</if>> <<if $activeSlave.dick > 0>> - | <<link "Chastity Cage">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 0>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 0>><<replace "#chastity">>Chastity Cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Combined Chastity Cage">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 0>><<replace "#chastity">>Combined Chastity Cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Chastity cage">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 0>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 0>><<replace "#chastity">>Chastity cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Combined chastity cage">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 0>><<replace "#chastity">>Combined Chastity cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <<if $activeSlave.vagina > -1>> - | <<link "Genital Chastity">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 0>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Genital Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Full Chastity">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Full Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Genital chastity">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 0>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Genital chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Full chastity">><<set $activeSlave.choosesOwnChastity = 0>><<set $activeSlave.chastityAnus = 1>><<set $activeSlave.chastityPenis = 1>><<set $activeSlave.chastityVagina = 1>><<replace "#chastity">>Full chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <</if>> <</if>> diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index 5ef36b31c635ef62413df91f542aa74528950e77..076f3e7ab5d1d69a5e4d2a3c3431d999f85b2bfd 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -474,8 +474,10 @@ Torso accessory: ''$activeSlave.bellyAccessory.'' <</options>> <<if isItemAccessible("vibrator") && $activeSlave.vaginalAccessory != "none" && ($activeSlave.vaginalAccessory != "bullet vibrator" && $activeSlave.vaginalAccessory != "smart bullet vibrator") && $toysBoughtVaginalAttachments == 1>> + Vaginal accessory attachment: ''$activeSlave.vaginalAttachment.'' + <br> + //<<vaginalAttachmentDescription>>// <<options $activeSlave.vaginalAttachment>> - Vaginal accessory attachment: ''$activeSlave.vaginalAttachment.'' //<<vaginalAttachmentDescription>>// <<option "none" "None">> <<option "vibrator" "Vibrating dildo">> <</options>> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index 308c2c274b59c1884a9e2fe6e7cc61486b44c1db..99a1ab597215c8f4da73cda42ba4ad72abbdeb98 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -1074,7 +1074,7 @@ $His cascades down $his back, ornamented with little silver talismans here and there. <<case "a huipil">> flows down $his back, rustling freely in the wind. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is allowed a gap at the back of $his head so it can escape to cascade down $his back. <<case "harem gauze">> cascades down $his back, covered by a flimsy hairnet. @@ -1136,7 +1136,7 @@ $His is brushed back over $his shoulders, ornamented with little silver talismans here and there. <<case "a huipil">> flows down $his shoulders, giving $him a very innocent look. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is allowed a gap at the back of $his head so it can escape down $his back. <<case "harem gauze">> flows down $his back, covered by a flimsy hairnet. @@ -1256,7 +1256,7 @@ $His <<switch $activeSlave.clothes>> <<case "body oil">> is in a classic 80's perm. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> fits under $his latex hood. <<case "harem gauze">> is covered by a flimsy hairnet. @@ -1322,7 +1322,7 @@ $His is twisted into two horns that rest on top of $his head, the rest is bulked on the back of $his neck. <<case "a kimono" "a long qipao">> is in a perfect bun, secured with an ivory comb; $his bun is so large it forms an artful arrangement down to the nape of $his neck. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of the latex hood in a huge bun. <<case "harem gauze">> is piled up on $his head in a huge beehive, itself veiled. @@ -1383,7 +1383,7 @@ $His is twisted into two horns that rest on top of $his head, the rest sits tightly on the back of $his neck. <<case "a kimono" "a long qipao">> is in a perfect bun, secured with an ivory comb. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of the latex hood in a big bun. <<case "harem gauze">> is piled up on $his head in a beehive, pulling $his veil up a little. @@ -1444,7 +1444,7 @@ $His is twisted into two horns that rest on top of $his head. <<case "a kimono" "a long qipao">> is in a tight little bun, secured with an ivory comb. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> fits back under $his latex hood. <<case "harem gauze">> is piled on $his head, pulling $his veil up a little. @@ -1493,7 +1493,7 @@ $His <</switch>> <<else>> <<switch $activeSlave.clothes>> - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> fits back under $his latex hood. <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. @@ -1554,7 +1554,7 @@ $His is back in huge tails secured by leather ties. <<case "shibari rope">> is back in huge tails tied back with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of two holes in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit">> is back in huge tails secured by hair ties with plastic buttons, bearing the garish inscription @@ -1632,7 +1632,7 @@ $His is back in big tails secured by leather ties. <<case "shibari rope">> is back in big tails tied back with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of two holes in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit">> is back in big tails secured by hair ties with plastic buttons, bearing the garish inscription @@ -1710,7 +1710,7 @@ $His is back in short tails secured by leather ties. <<case "shibari rope">> is back in short tails secured with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of two holes in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit">> is back in short tails secured by hair ties with plastic buttons, bearing the garish inscription @@ -1819,7 +1819,7 @@ $His is back in a huge ponytail secured by leather ties. <<case "shibari rope">> is back in a huge ponytail tied back with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of a hole in the back of in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is back in a huge ponytail secured by hair ties with plastic buttons, bearing the garish inscription @@ -1897,7 +1897,7 @@ $His is back in a big ponytail secured by leather ties. <<case "shibari rope">> is back in a big ponytail tied back with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of a hole in the back of $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is back in a big ponytail secured by hair ties with plastic buttons, bearing the garish inscription @@ -1975,7 +1975,7 @@ $His is back in short ponytail secured by leather ties. <<case "shibari rope">> is back in short ponytail secured with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of a hole in the back of $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is back in a short ponytail secured by a hair tie with plastic buttons, bearing the garish inscription @@ -2062,7 +2062,7 @@ $His is back in huge braids secured by leather ties. <<case "shibari rope">> is back in huge braids tied back with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> sticks out of two holes in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is back in huge braids secured by hair ties with plastic buttons, bearing the garish inscription @@ -2210,7 +2210,7 @@ $His is back in short braids secured by leather ties. <<case "shibari rope">> is back in short braids secured with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is braided and sticks out of holes in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is back in short braids secured by hair ties with plastic buttons, bearing the garish inscription @@ -2297,7 +2297,7 @@ $His is in long dreadlocks some in simple leather ties. <<case "shibari rope">> is in long dreadlocks, some simply tied with string. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is in dreadlocks, poking out of a hole in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is in dreadlocks, some in ties with plastic buttons, bearing the garish inscription @@ -2371,7 +2371,7 @@ $His is in dreadlocks, some tied with simple leather ties. <<case "shibari rope">> is in dreadlocks, some simply tied with string. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is in dreadlocks, sticking out of a hole in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is in dreadlocks, some in hair ties with plastic buttons, bearing the garish inscription @@ -2449,7 +2449,7 @@ $His is in short dreadlocks, some with simple leather ties. <<case "shibari rope">> is in dreadlocks, some simply tied with string. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is in short dreadlocks, sticking out of a hole in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is in short dreadlocks, some in hair ties with plastic buttons, bearing the garish inscription @@ -2536,7 +2536,7 @@ $His is curled into long flowing locks secured by leather ties. <<case "shibari rope">> is in long dreadlocks, some simply tied with string. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is curled into long flowing locks poking out of a hole in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is curled into long flowing locks secured by hair ties with plastic buttons, bearing the garish inscription @@ -2610,7 +2610,7 @@ $His is curled into long locks, secured by leather ties. <<case "shibari rope">> is curled into long locks, tied back with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is curled into long locks, sticking out of a hole in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is curled into long locks secured by hair ties with plastic buttons, bearing the garish inscription @@ -2684,7 +2684,7 @@ $His is curled into short locks secured by leather ties. <<case "shibari rope">> is curled into short locks tied with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is curled into short locks, but they are covered by $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is curled into short locks secured by hair ties with plastic buttons, bearing the garish inscription @@ -2771,7 +2771,7 @@ $His is permed into long flowing curls secured by leather ties. <<case "shibari rope">> is in long dreadcurls, some simply tied with string. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is permed into long flowing curls poking out of a hole in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is permed into long flowing curls secured by hair ties with plastic buttons, bearing the garish inscription @@ -2845,7 +2845,7 @@ $His is permed and secured by leather ties. <<case "shibari rope">> is permed and tied back with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is permed, sticking out of a hole in $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is permed and secured by hair ties with plastic buttons, bearing the garish inscription @@ -2919,7 +2919,7 @@ $His is permed into short waves secured by leather ties. <<case "shibari rope">> is permed into short waves tied with rope. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is permed into short waves, but they are covered by $his latex hood. <<case "a string bikini" "cutoffs and a t-shirt" "a schoolgirl outfit" "a slutty maid outfit" "striped panties">> is permed into short waves secured by hair ties with plastic buttons, bearing the garish inscription @@ -2990,7 +2990,7 @@ $His is in luxurious layered locks flowing gorgeously down $his back. <<case "a slutty qipao">> is in luxurious layered locks flowing gorgeously down $his back, ornamented with little silver talismans here and there. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is allowed a gap at the back of $his head so $his luxurious layered locks can escape to cascade down $his back. <<case "harem gauze">> is in luxurious layered locks flowing gorgeously down $his back, covered by a flimsy hairnet. @@ -3050,7 +3050,7 @@ $His is in luxurious layered locks. <<case "a slutty qipao">> is in luxurious layered locks flowing over $his shoulders, ornamented with little silver talismans here and there. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is allowed a gap at the back of $his head so $his luxurious layered locks can escape down $his back. <<case "harem gauze">> is in luxurious layered locks flowing down $his back, covered by a flimsy hairnet. @@ -3110,7 +3110,7 @@ $His is in luxuriously styled short locks. <<case "a slutty qipao">> is in luxuriously styled short locks, brushed back and ornamented with a little jade talisman. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> is in luxuriously styled short locks, crammed under $his latex hood. <<case "harem gauze">> is in luxuriously styled short locks, covered by a flimsy hairnet. @@ -3168,7 +3168,7 @@ $His <<switch $activeSlave.clothes>> <<case "body oil" "a huipil" "a military uniform" "a slave gown" "a halter top dress" "a ball gown" "conservative clothing" "nice business attire" "slutty business attire" "battledress" "battlearmor" "a klan robe" "a slutty klan robe" "a long qipao" "lederhosen" "a dirndl" "a mounty outfit" "a biyelgee costume" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform">> is in luxuriously styled short locks. - <<case "restrictive latex" "a latex catsuit">> + <<case "restrictive latex">> fits under $his latex hood. <<case "harem gauze">> is in luxuriously styled short locks covered by a flimsy hairnet. @@ -5926,23 +5926,24 @@ $His <<widget "vaginalAccessoryDescription">> <<if $activeSlave.chastityVagina>> - $His pussy is protected by a chastity belt<<if $activeSlave.clothes != "no clothing">> worn under $his clothing<</if>>. - <<if $arcologies[0].FSRestart != "unset">> - This pleases the Societal Elite. - <</if>> + <<set _held = "held in place by a chastity belt">> +<<elseif $activeSlave.vaginalAccessory == "bullet vibrator" || $activeSlave.vaginalAccessory == "smart bullet vibrator">> + <<set _held = "held in place by a strap">> +<<else>> + <<set _held = "held in place by a strap, which $he can remove for vaginal intercourse">> <</if>> <<switch $activeSlave.vaginalAccessory>> <<case "bullet vibrator" "smart bullet vibrator">> /* FIXME: two different descriptions? */ - A bullet vibrator is attached on $his clit, held in place by a strap. /* FIXME: not super happy with this */ + A bullet vibrator is attached on $his clit, _held. /* FIXME: not super happy with this */ <<case "dildo">> /* TODO: these may need to be updated for slaves with gaping+ vaginas */ - $His pussy is filled by a dildo held in place by a strap, which $he can remove for vaginal intercourse. + $His pussy is filled by a dildo _held. <<case "long dildo">> - $His pussy is filled by a very long dildo held in place by a strap, which $he can remove for vaginal intercourse. It noticeably bulges $his stomach. + $His pussy is filled by a very long dildo _held. It noticeably bulges $his stomach. <<case "large dildo">> - $His pussy is <<if $activeSlave.vagina < 2>>painfully stretched<<elseif $activeSlave.vagina < 3>>uncomfortably filled<<else>>comfortably filled<</if>> by a large dildo held in place by a strap, which $he can remove for vaginal intercourse. + $His pussy is <<if $activeSlave.vagina < 2>>painfully stretched<<elseif $activeSlave.vagina < 3>>uncomfortably filled<<else>>comfortably filled<</if>> by a large dildo _held. <<case "long, large dildo">> - $His pussy is <<if $activeSlave.vagina < 2>>painfully stretched<<elseif $activeSlave.vagina < 3>>uncomfortably filled<<else>>comfortably filled<</if>> by a very long and large dildo held in place by a strap, which $he can remove for vaginal intercourse. It noticeably bulges $his stomach. + $His pussy is <<if $activeSlave.vagina < 2>>painfully stretched<<elseif $activeSlave.vagina < 3>>uncomfortably filled<<else>>comfortably filled<</if>> by a very long and large dildo _held. It noticeably bulges $his stomach. <<case "huge dildo">> <<if $activeSlave.vagina < 4>> $His pussy is filled to the breaking point by an enormous dildo. @@ -5954,6 +5955,9 @@ $His <<else>> $His cavernous pussy is comfortably filled by a huge dildo. <</if>> + <<if $activeSlave.chastityVagina>> + A chastity belt locks it securely in place. + <</if>> <<case "long, huge dildo">> <<if $activeSlave.vagina < 4>> $His pussy is filled to the breaking point by an enormously wide and long dildo. It noticeably bulges $his stomach. @@ -5965,15 +5969,32 @@ $His <<else>> $His cavernous pussy is comfortably filled by an enormously wide and long dildo. It noticeably bulges $his stomach. <</if>> + <<if $activeSlave.chastityVagina>> + A chastity belt locks it securely in place. + <</if>> +<<default>> + <<if $activeSlave.chastityVagina>> + $His pussy is protected by a chastity belt<<if $activeSlave.clothes != "no clothing">> worn under $his clothing<</if>>. + <</if>> <</switch>> +<<if $activeSlave.chastityVagina && $arcologies[0].FSRestart != "unset">> + This pleases the Societal Elite. +<</if>> <</widget>> <<widget "vaginalAttachmentDescription">> <<switch $activeSlave.vaginalAttachment>> +<<case "vibrator">> /* TODO: not sure about this description */ - $His pussy is filled with a vibrating dildo held in place by a strap, which $he can remove for vaginal intercourse. $He looks distinctly uncomfortable as it buzzes every so often. + $He looks distinctly uncomfortable as $his dildo buzzes every so often. + <<if $activeSlave.chastityVagina>> + The chastity belt locking it in place means there is no escape. + <</if>> /* TODO: add descriptions for slaves with gaping+ vaginas */ -<<case "vibrator">> +<<default>> + <<if $activeSlave.vaginalAccessory != "none">> + $His current accessory is silent. + <</if>> <</switch>> <</widget>>