diff --git a/src/js/clothingSelectionJS.tw b/src/js/clothingSelectionJS.tw index 48984c7cb4822296295c19ff8c81822c51d971c5..357b544536eba9b49bfe636cd50362a6892ee166 100644 --- a/src/js/clothingSelectionJS.tw +++ b/src/js/clothingSelectionJS.tw @@ -374,6 +374,7 @@ window.todaysOutfit = function(slave) { if(ArcologyZero.FSMaturityPreferentialist > 0) { if(slave.visualAge >= 30) { wardrobeFS.push({text: "and wears a slutty suit to look like the ideal horny older woman.", clothes: "slutty business attire"}); + wardrobeFS.push({text: "and wears only an apron to make herself seem more matronly.", clothes: "an apron"}); } else { wardrobeFS.push({text: "and wears a formal suit to look more mature.", clothes: "nice business attire"}); } @@ -391,6 +392,7 @@ window.todaysOutfit = function(slave) { } if(ArcologyZero.FSPastoralist > 0) { wardrobeFS.push({text: "and wears Western clothing, since she thinks it fits with pastoralism.", clothes: "Western clothing"}); + wardrobeFS.push({text: "and wears a swimsuit that leaves her breasts uncovered.", clothes: "a monokini"}); if(slave.lactation > 0) { wardrobeFS.push({text: "and dresses up as a slutty wet nurse.", clothes: "a slutty nurse outfit"}); } @@ -418,6 +420,7 @@ window.todaysOutfit = function(slave) { wardrobeFS.push({text: "and wears a leotard to show off her lithe body.", clothes: "a leotard"}); wardrobeFS.push({text: "and wears a form fitting bodysuit to show off her lithe figure.", clothes: "a comfortable bodysuit"}); wardrobeFS.push({text: "and wears spats to hug her tight butt.", clothes: "spats and a tank top"}); + wardrobeFS.push({text: "and wears an apron that covers her front while leaving her rear free.", clothes: "an apron"}); } else { wardrobeFS.push({text: "and squeezes into a form fitting bodysuit in the hopes that it squishes down her assets.", clothes: "restrictive latex"}); } diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw index 3e1b1af6a8488d058e814a6f60a69623b8c4d99f..2f7b98f6416697a22d667fd1ce5753a4e585c89d 100644 --- a/src/npc/fAbuse.tw +++ b/src/npc/fAbuse.tw @@ -117,6 +117,8 @@ She gives herself a tiny cut on her breast in her haste to get out of her scalemail top. <<case "a monokini">> She nearly snaps the shoulder straps of her monokini in her haste to remove it. + <<case "an apron">> + She quickly undoes her apron's straps and hoists the garment over her head. <<case "a cybersuit">> She wimpers as she knows she can barely remove her visor in that amount of time, let alone the whole bodysuit, but she tries anyway. <<case "a fallen nuns habit">> diff --git a/src/pregmod/widgets/slaveSummaryWidgets.tw b/src/pregmod/widgets/slaveSummaryWidgets.tw index 9329b92d1ef390be703fd181c367fd860f50a425..12cec3c754e61ef1670cf0b4ddac3fff87c80014 100644 --- a/src/pregmod/widgets/slaveSummaryWidgets.tw +++ b/src/pregmod/widgets/slaveSummaryWidgets.tw @@ -2928,6 +2928,8 @@ _Slave.faceShape face. Scalemail bikini. <<case "a monokini">> Monokini. +<<case "an apron">> + Apron. <<case "a cybersuit">> Cybersuit. <<case "cutoffs and a t-shirt">> diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index 08494dba04ad028ae7a33f0841ad657566ec5dc7..3c106474a54fad74c6b16beb476901073857232e 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -183,6 +183,14 @@ You receive an official communication from a popular talk show hosted in one of uniform. <<case "spats and a tank top">> spats. + <<case "a monokini">> + monokini. + <<case "a string bikini">> + strign bikini. + <<case "spats and a tank top">> + scalemail bikini. + <<case "a cybersuit">> + cybersuit. <<default>> $activeSlave.clothes. <</switch>> diff --git a/src/uncategorized/rulesAssistant.tw b/src/uncategorized/rulesAssistant.tw index 2889f775f61d8a70fe640c03786438c47a82efc9..1beb848baec4edaec43c5580eaae97e977e8289d 100644 --- a/src/uncategorized/rulesAssistant.tw +++ b/src/uncategorized/rulesAssistant.tw @@ -469,6 +469,12 @@ Clothes: <<RARuleModified>> <</link>> | +<<link "Apron">> + <<set $currentRule.clothes = "an apron">> + <<RAChangeClothes>> + <<RARuleModified>> +<</link>> +| <<link "Bangles">> <<set $currentRule.clothes = "slutty jewelry">> <<RAChangeClothes>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 6fcb6a656c548d49f768b261169a29bea642b0b3..0c94e69d3997450f183f41c3e513cac5f3dea6f4 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -617,7 +617,8 @@ | <<link "Let her choose">><<set $activeSlave.clothes = "choosing her own clothes",$activeSlave.choosesOwnClothes = 1>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> <br> //Nice:// - <<link "Bangles">><<set $activeSlave.clothes = "slutty jewelry",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> + <<link "Apron">><<set $activeSlave.clothes = "an apron",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> + | <<link "Bangles">><<set $activeSlave.clothes = "slutty jewelry",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> | <<link "Bodysuit">><<set $activeSlave.clothes = "a comfortable bodysuit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> | <<link "Cheerleader outfit">><<set $activeSlave.clothes = "a cheerleader outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">><<print $activeSlave.clothes>><</replace>><</link>> | <<link "Clubslut netting">><<set $activeSlave.clothes = "clubslut netting",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> diff --git a/src/uncategorized/toychest.tw b/src/uncategorized/toychest.tw index 8f9efc49ce2ff6af957bb72cf19ae8bbeded90d0..3124156f009721b55ab547ad0959696fe5043997 100644 --- a/src/uncategorized/toychest.tw +++ b/src/uncategorized/toychest.tw @@ -139,6 +139,8 @@ The leotard she's wearing is tight enough to advertise every detail. <<case "a monokini">> Her topless swimsuit gives the office a perverted yet cultured aura. + <<case "an apron">> + Her apron makes the office an intimate air, especially since she's nude underneath it. <<case "a cybersuit">> Her cybersuit lends to an impersonal but sexual atmosphere, as her delicious curves are prominently displayed. <<case "a bunny outfit">> diff --git a/src/uncategorized/useGuard.tw b/src/uncategorized/useGuard.tw index ec148036c69d18c2e6d86f2d205f46cded8753e5..0f98a1137c84ff7f688a34e9be2a83d495d80126 100644 --- a/src/uncategorized/useGuard.tw +++ b/src/uncategorized/useGuard.tw @@ -24,6 +24,8 @@ $slaves[$i].slaveName is standing behind your left shoulder, guarding your perso Her revealing mini dress and elegant weapons make her look sexy, yet deadly. <<case "a monokini">> Her monokini's unrepressed appearance clashes amusingly with her deadly weapons. +<<case "an apron">> + She's nude, aside from an apron and the holsters for her numerous weapons. <<case "a cybersuit">> Her cybersuit makes her look sleek, sexy, and deadly. A perfect femme fatale. <<case "clubslut netting">> diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 3ab06d48054b54682d513fc45176731b5822f614..998b3c162e8dbc554bac5544a02f24b71172a05c 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -283,11 +283,11 @@ <<case "get milked">> drain her <<if ($activeSlave.lactation == 0) && ($activeSlave.balls > 0)>> - cum-filled, <<if $seeRace == 1>>$activeSlave.race <</if>>balls; + cum-filled, <<if $seeRace == 1>>$activeSlave.race <</if>>balls; <<elseif ($activeSlave.lactation > 0) && ($activeSlave.balls > 0)>> - cum-filled, <<if $seeRace == 1>>$activeSlave.race <</if>>balls and milky udders; + cum-filled, <<if $seeRace == 1>>$activeSlave.race <</if>>balls and milky udders; <<else>> - milky <<if $seeRace == 1>>$activeSlave.race <</if>>udders; + milky <<if $seeRace == 1>>$activeSlave.race <</if>>udders; <</if>> <<case "whore">> <<if _seed > 50>> @@ -1142,6 +1142,12 @@ Her nurse's outfit is functional, but they could be removed easily enough. <<case "a mini dress">> Her mini dress is tight enough to show off <<if $activeSlave.boobs < 300>>just how flat she is<<else>>every contour of her chest<</if>>. + <<case "a bunny outfit">> + <<if $activeSlave.boobs < 300>> + Her frilly apron lies flatly against her naked chest. + <<else>> + Her frilly apron leaves the sides of her breasts uncovered. + <</if>> <<case "a leotard">> <<if $activeSlave.boobs < 300>> Her leotard draws the eye straight to her obvious nipples, since it lacks anything else to show off. @@ -3303,6 +3309,8 @@ Her nurse's trousers can be easily slid down to expose her butthole. <<case "a mini dress">> Her mini dress can be easily slid up to expose her butthole. + <<case "an apron">> + Her apron leaves her asshole completely exposed. <<case "a leotard">> As her buttocks work naturally with her movement, her tight leotard gives hints of her asshole. <<case "a bunny outfit">> @@ -3310,7 +3318,7 @@ <<case "harem gauze">> Her ass is clearly visible through the thin gauze that covers it. <<case "a toga">> - Her toga is so transparent it can't hide her asscrack, which looks very seductive + Her toga is so transparent it can't hide her asscrack, which looks very seductive. <<case "a huipil">> Her huipil can be easily lifted to access her naked butt. <<case "slutty jewelry">> diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index f80a3b6ee04ca399a66121c058b9cefb3a851fd8..7e27a4935f123c35b7c6f2e88ef031da1e76c846 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -34,7 +34,12 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' <br> //Nice:// -<<link "Bangles">> +<<link "Apron">> + <<set $activeSlave.clothes = "an apron",$activeSlave.choosesOwnClothes = 0>> + <<replace "#clothes">>$activeSlave.clothes<</replace>> + <<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>> +<</link>> +| <<link "Bangles">> <<set $activeSlave.clothes = "slutty jewelry",$activeSlave.choosesOwnClothes = 0>> <<replace "#clothes">>$activeSlave.clothes<</replace>> <<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index 4f50eb41bbb03666722b374401580f136d73510b..d57a6860572cc58b67fa478c39e549e919741e87 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -1210,7 +1210,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to her prepared <<switch $slaves[$i].clothes>> -<<case "slutty jewelry" "harem gauze" "slutty business attire" "a slutty maid outfit" "a slutty nurse outfit" "a schoolgirl outfit" "a cheerleader outfit" "clubslut netting" "Western clothing" "a slutty qipao" "a chattel habit" "a toga" "a huipil" "a fallen nuns habit" "a succubus outfit" "a mini dress" "a military uniform">> /* easy or pointless to remove */ +<<case "slutty jewelry" "harem gauze" "slutty business attire" "a slutty maid outfit" "a slutty nurse outfit" "a schoolgirl outfit" "a cheerleader outfit" "clubslut netting" "Western clothing" "a slutty qipao" "a chattel habit" "a toga" "a huipil" "a fallen nuns habit" "a succubus outfit" "a mini dress" "a military uniform" "an apron">> /* easy or pointless to remove */ <<if _clothesSeed < 90>> <<set _undressed = 1>> <</if>> @@ -1505,6 +1505,13 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to her prepared <<else>> Quickly she spreads her legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby<<else>>her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> She is thrilled that her short dress reveals what's happening between her legs<<else>> She does her best to hide what's happening between her legs<</if>>. <</if>> + +<<case "an apron">> + <<if $slaves[$i].fetish == "mindbroken">> + Instinctively, she begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby<<else>>her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under her rear<<else>>over her crotch<</if>>. + <<else>> + Quickly she spreads her legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby<<else>>her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> She is thrilled that her frilly apron reveals what's happening between her legs<<else>> She does her best to hide what's happening between her legs<</if>>. + <</if>> <<default>> <<if $slaves[$i].fetish == "mindbroken">> @@ -1553,6 +1560,8 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to her prepared mini dress <<case "a military uniform">> military uniform + <<case "an apron">> + apron <<case "a string bikini">> string bikini <<case "a scalemail bikini">> @@ -1587,10 +1596,6 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to her prepared nice nurse outfit <<case "a latex catsuit">> latex catsuit - <<case "a leotard">> - leotard - <<case "a monokini">> - monokini <<case "stretch pants and a crop-top">> stretch pants <<case "spats and a tank top">> @@ -1628,6 +1633,8 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to her prepared mini dress <<case "a military uniform">> military uniform + <<case "an apron">> + apron <<case "a string bikini">> string bikini <<case "a scalemail bikini">> @@ -1662,10 +1669,6 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to her prepared nice nurse outfit <<case "a latex catsuit">> latex catsuit - <<case "a leotard">> - leotard - <<case "a monokini">> - monokini <<case "stretch pants and a crop-top">> stretch pants <<case "spats and a tank top">> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index e67a8de3d8a09b1cafa879cf85958fdbe55aaf05..40af4f83829ee8bba87793b778f019ccba9f7377 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -419,6 +419,19 @@ <<else>> chest stretches taut against $possessive dress, leaving little to the imagination. <</if>> + <<case "an apron">> + $activeSlave.slaveName's + <<if $activeSlave.boobs > 12000>> + apron strings have been pushed to the sides of $possessive body due to $possessive gigantic breasts, leaving them fully exposed. + <<elseif $activeSlave.boobs > 4000>> + massive breasts fill out $possessive strained apron, occasionally leaving $possessive $activeSlave.nipples nipples bare. + <<elseif $activeSlave.boobs > 800>> + big breasts fill out $possessive stretched apron, occasionally leaving the sides of $possessive $activeSlave.nipples nipples bare. + <<elseif $activeSlave.boobs < 300>> + apron lies flatly against $possessive small chest and $activeSlave.nipples nipples. + <<else>> + breasts fill out $possessive apron, which is strategically worn to cover $possessive $activeSlave.nipples nipples. + <</if>> <<case "a leotard">> $activeSlave.slaveName's <<if $activeSlave.boobs > 12000>> @@ -1562,6 +1575,18 @@ $possessiveCap <<else>> barely manages to cover $possessive buttocks. <</if>> +<<case "an apron">> + $possessiveCap girly, frilly apron offers no protection in the back, leaving $possessive + <<if $activeSlave.butt > 10>> + enormous buttocks + <<elseif $activeSlave.butt > 6>> + huge buttocks + <<elseif $activeSlave.butt > 3>> + ample buttocks + <<else>> + buttocks + <</if>> + completely exposed. <<case "a leotard">> $possessiveCap high-sided leotard leaves $possessive hips totally bare, and <<if $activeSlave.butt > 10>> @@ -2383,6 +2408,18 @@ $pronounCap's got a <<elseif $activeSlave.dick > 0>> $activeSlave.slaveName's uniform skirt gives no hint of the cock behind it. <</if>> +<<case "an apron">> + <<if $activeSlave.dick > 3>> + $activeSlave.slaveName's apron has a noticeable bulge in the front. + <<elseif ($activeSlave.dick > 0) && ($activeSlave.vagina > -1)>> + $activeSlave.slaveName's hermaphroditic genitalia are hidden in the front by $possessive apron. + <<elseif $activeSlave.vagina > -1>> + $activeSlave.slaveName's pussy is hidden in the front by $possessive apron. + <<elseif $activeSlave.vagina == -1>> + $activeSlave.slaveName's featureless groin is hidden in the front by $possessive apron. + <<elseif $activeSlave.dick > 0>> + $activeSlave.slaveName's cock is hidden in the front by $possessive apron. + <</if>> <<case "a bunny outfit">> <<if $activeSlave.dick > 4>> The crotch of $activeSlave.slaveName's teddy has a significant bulge to it. @@ -7875,7 +7912,7 @@ $pronounCap has <<elseif $activeSlave.belly >= 30000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's mini dress is specially tailored to fit such a gravid girl. It tightly clings to $possessive huge pregnant belly and draws the eye right to $possessive protruding navel. + $activeSlave.slaveName's mini dress is specially tailored to fit such a gravid girl. It tightly clings to $possessive huge implant-filled belly and draws the eye right to $possessive protruding navel. <<else>> $activeSlave.slaveName's mini dress is specially tailored to fit such a gravid girl. It tightly clings to $possessive huge pregnant belly, drawing the eye to $possessive protruding navel and clearly showing every kick and squirm inside $possessive bulging middle. <</if>> @@ -7939,9 +7976,9 @@ $pronounCap has <<elseif $activeSlave.bellyPreg >= 750000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's tight monokini shows off every kick and movement within $possessive titanic bulging pregnant belly. $possessiveCap monolithic implant-filled belly protrudes from over the top of the swimsuit, which has been pushed down by the mass. + $activeSlave.slaveName's monokini shows off every kick and movement within $possessive titanic bulging pregnant belly. $possessiveCap monolithic implant-filled belly protrudes from over the top of the swimsuit, which has been pushed down by the mass. <<else>> - $activeSlave.slaveName's tight monokini shows off every kick and movement within $possessive titanic bulging pregnant belly. $possessiveCap squirming belly protrudes from over the top of the swimsuit, which has been pushed down by the mass. + $activeSlave.slaveName's monokini shows off every kick and movement within $possessive titanic bulging pregnant belly. $possessiveCap squirming belly protrudes from over the top of the swimsuit, which has been pushed down by the mass. <</if>> <<elseif $activeSlave.bellyPreg >= 600000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> @@ -7957,7 +7994,7 @@ $pronounCap has <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> <<else>> - $activeSlave.slaveName's tight monokini shows off every kick and movement within $possessive massive pregnant belly. The swimsuit has been pushed down to well below $possessive popped navel. + $activeSlave.slaveName's monokini shows off every kick and movement within $possessive massive pregnant belly. The swimsuit has been pushed down to well below $possessive popped navel. <</if>> <<elseif $activeSlave.belly >= 120000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> @@ -7971,15 +8008,15 @@ $pronounCap has <<else>> <</if>> <<elseif $activeSlave.weight > 190>> - $activeSlave.slaveName's tight monokini shows off every wiggle and jiggle within $possessive massively fat belly. The material tightly clings to $possessive deep folds and rolls, which are spilling out over the top of the outfit. + $activeSlave.slaveName's monokini shows off every wiggle and jiggle within $possessive massively fat belly. The material tightly clings to $possessive deep folds and rolls, which are spilling out over the top of the outfit. <<elseif $activeSlave.belly >= 15000 || ($activeSlave.bellyAccessory == "a huge empathy belly")>> <<if $activeSlave.bellyAccessory == "a huge empathy belly">> - $activeSlave.slaveName's tight monokini shows off the curvature of $possessive big pregnant belly. The swimsuit has been pushed down to just above $possessive popped navel. + $activeSlave.slaveName's monokini shows off the curvature of $possessive big pregnant belly. The swimsuit has been pushed down to just above $possessive popped navel. <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> $activeSlave.slaveName's monokini overs less than half of $possessive jiggling <<print $activeSlave.inflationType>>-filled belly. <<elseif $activeSlave.bellyImplant > 0>> <<else>> - $activeSlave.slaveName's tight monokini shows off every kick and movement within $possessive big pregnant belly. The swimsuit has been pushed down to just above $possessive popped navel. + $activeSlave.slaveName's monokini shows off every kick and movement within $possessive big pregnant belly. The swimsuit has been pushed down to just above $possessive popped navel. <</if>> <<elseif $activeSlave.belly >= 10000 || ($activeSlave.bellyAccessory == "a large empathy belly")>> <<if $activeSlave.bellyAccessory == "a large empathy belly">> @@ -7989,9 +8026,9 @@ $pronounCap has <<else>> <</if>> <<elseif $activeSlave.weight > 160>> - $activeSlave.slaveName's tight monokini tightly clings to $possessive hugely fat belly, clearly displaying every fold, roll and motion in its mass. + $activeSlave.slaveName's monokini tightly clings to $possessive hugely fat belly, clearly displaying every fold, roll and motion in its mass. <<elseif $activeSlave.weight > 130>> - $activeSlave.slaveName's tight monokini tightly clings to $possessive big fat belly, clearly displaying every fold and roll. + $activeSlave.slaveName's monokini tightly clings to $possessive big fat belly, clearly displaying every fold and roll. <<elseif $activeSlave.belly >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>> <<if $activeSlave.bellyAccessory == "a medium empathy belly">> <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> @@ -8000,22 +8037,122 @@ $pronounCap has <<else>> <</if>> <<elseif $activeSlave.weight > 95>> - $activeSlave.slaveName's tight monokini tightly clings to $possessive fat belly, clearly displaying every fold and roll. + $activeSlave.slaveName's monokini tightly clings to $possessive fat belly, clearly displaying every fold and roll. <<elseif $activeSlave.belly >= 1500 || $activeSlave.bellyAccessory == "a small empathy belly">> <<if $activeSlave.bellyAccessory == "a small empathy belly">> - $activeSlave.slaveName's tight monokini shows off $possessive small pregnant belly. + $activeSlave.slaveName's monokini shows off $possessive small pregnant belly. <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> $activeSlave.slaveName's monokini covers all of $possessive <<print $activeSlave.inflationType>>-swollen belly. <<elseif $activeSlave.bellyImplant > 0>> <<else>> - $activeSlave.slaveName's tight monokini shows off $possessive growing belly. + $activeSlave.slaveName's monokini shows off $possessive growing belly. <</if>> <<elseif $activeSlave.weight > 30>> - $activeSlave.slaveName's tight monokini clings to $possessive chubby belly, clearly displaying every fold and roll. + $activeSlave.slaveName's monokini clings to $possessive chubby belly, clearly displaying every fold and roll. <<elseif $activeSlave.bellyPreg >= 100 || $activeSlave.bellyImplant >= 100>> <<elseif $activeSlave.muscles > 30>> $activeSlave.slaveName's monokini covers much of $possessive powerful abdominal muscles. <</if>> +<<case "an apron">> + <<if $activeSlave.belly >= 1000000>> + //WIP// + <<elseif $activeSlave.bellyPreg >= 750000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive monolithic implant-filled belly. + <<else>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive monolithic pregnant belly. + <</if>> + <<elseif $activeSlave.bellyPreg >= 600000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive titanic implant-filled belly. + <<else>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive titanic pregnant belly. + <</if>> + <<elseif $activeSlave.bellyPreg >= 450000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive gigantic implant-filled belly. + <<else>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive gigantic pregnant belly. + <</if>> + <<elseif $activeSlave.bellyPreg >= 300000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive massive implant-filled belly. + <<else>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive massive pregnant belly. + <</if>> + <<elseif $activeSlave.belly >= 120000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive giant implant-filled belly. + <<else>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive giant pregnant belly. + <</if>> + <<elseif $activeSlave.belly >= 30000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive huge implant-filled belly. + <<else>> + $activeSlave.slaveName has given up trying to tie $possessive apron's strings, allowing the frilly garment to idly rest upon $possessive huge pregnant belly. + <</if>> + <<elseif $activeSlave.weight > 190>> + The strings of $activeSlave.slaveName's apron struggle to stay tied due to the size of $possessive massively fat belly. + <<elseif $activeSlave.belly >= 15000 || ($activeSlave.bellyAccessory == "a huge empathy belly")>> + <<if $activeSlave.bellyAccessory == "a huge empathy belly">> + The strings of $activeSlave.slaveName's apron struggle to stay tied due to the size of $possessive huge pregnant belly. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + The strings of $activeSlave.slaveName's apron struggle to stay tied due to the size of $possessive huge <<print $activeSlave.inflationType>>-filled belly. + <<elseif $activeSlave.bellyImplant > 0>> + The strings of $activeSlave.slaveName's apron struggle to stay tied due to the size of $possessive huge implant-filled belly. + <<else>> + The strings of $activeSlave.slaveName's apron struggle to stay tied due to the size of $possessive huge pregnant belly. + <</if>> + <<elseif $activeSlave.belly >= 10000 || ($activeSlave.bellyAccessory == "a large empathy belly")>> + <<if $activeSlave.bellyAccessory == "a large empathy belly">> + $activeSlave.slaveName's apron is pushed away from $possessive body by $possessive big pregnant belly. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's apron is pushed away from $possessive body by $possessive hugely <<print $activeSlave.inflationType>>-swollen belly. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's apron is pushed away from $possessive body by $possessive huge implant-filled belly. + <<else>> + $activeSlave.slaveName's apron is pushed away from $possessive body by $possessive big pregnant belly. + <</if>> + <<elseif $activeSlave.weight > 160>> + $activeSlave.slaveName's apron is pushed away from $possessive body by $possessive hugely fat belly. + <<elseif $activeSlave.weight > 130>> + $activeSlave.slaveName's apron is filled out by $possessive big fat belly. + <<elseif $activeSlave.belly >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>> + <<if $activeSlave.bellyAccessory == "a medium empathy belly">> + $activeSlave.slaveName's apron is filled out by $possessive pregnant belly. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's apron is filled out by $possessive jiggling <<print $activeSlave.inflationType>>-filled belly. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's apron is filled out by $possessive implant-filled belly. + <<else>> + $activeSlave.slaveName's apron is filled out by $possessive pregnant belly. + <</if>> + <<elseif $activeSlave.weight > 95>> + $activeSlave.slaveName's mini dress tightly clings to $possessive fat belly, clearly showing every fold and roll. + <<elseif $activeSlave.belly >= 1500 || $activeSlave.bellyAccessory == "a small empathy belly">> + <<if $activeSlave.bellyAccessory == "a small empathy belly">> + $activeSlave.slaveName's apron is rounded out by $possessive small pregnant belly. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's apron is rounded out by $possessive <<print $activeSlave.inflationType>>-swollen belly. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's apron is rounded out by $possessive implant-rounded belly. + <<else>> + $activeSlave.slaveName's apron is rounded out by $possessive growing belly. + <</if>> + <<elseif $activeSlave.weight > 30>> + $activeSlave.slaveName's apron is rounded out by $possessive chubby belly. + <<elseif $activeSlave.bellyPreg >= 100 || $activeSlave.bellyImplant >= 100>> + $activeSlave.slaveName's apron is slightly rounded by $possessive belly. + <<elseif $activeSlave.muscles > 30>> + $activeSlave.slaveName's apron full covers $possessive muscular abs. + <</if>> <<case "attractive lingerie">> <<if $activeSlave.bellyPreg >= 600000>> $activeSlave.slaveName's titanic bulging pregnant belly completely hides $possessive lacy g-string. @@ -8588,28 +8725,6 @@ $pronounCap has <<elseif $activeSlave.weight > 30>> $activeSlave.slaveName's tight leotard clings to $possessive chubby belly, clearly displaying every fold and roll. <</if>> -<<case "a monokini">> - <<if $activeSlave.bellyPreg >= 600000>> - $activeSlave.slaveName's tight monokini shows off every kick and movement within $possessive titanic bulging pregnant belly. $possessiveCap squirming belly protrudes from over the top of the swimsuit, which has been pushed down by the mass. - <<elseif $activeSlave.bellyPreg >= 300000>> - $activeSlave.slaveName's tight monokini shows off every kick and movement within $possessive massive pregnant belly. The swimsuit has been pushed down to well below $possessive popped navel. - <<elseif $activeSlave.weight > 190>> - $activeSlave.slaveName's tight monokini shows off every wiggle and jiggle within $possessive massively fat belly. The material tightly clings to $possessive deep folds and rolls, which are spilling out over the top of the outfit. - <<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>> - $activeSlave.slaveName's tight monokini shows off <<if !["a huge empathy belly", "a large empathy belly"].includes($activeSlave.bellyAccessory)>>every kick and movement within<<else>>the curvature of<</if>> $possessive big pregnant belly. The swimsuit has been pushed down to just above $possessive popped navel. - <<elseif $activeSlave.weight > 160>> - $activeSlave.slaveName's tight monokini tightly clings to $possessive hugely fat belly, clearly displaying every fold, roll and motion in its mass. - <<elseif $activeSlave.weight > 130>> - $activeSlave.slaveName's tight monokini tightly clings to $possessive big fat belly, clearly displaying every fold and roll. - <<elseif $activeSlave.bellyPreg >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>> - $activeSlave.slaveName's tight monokini shows off <<if !["a medium empathy belly"].includes($activeSlave.bellyAccessory)>>every kick and movement within<<else>>the curvature of<</if>> $possessive pregnant belly. The material tightly clings to $possessive popped navel. - <<elseif $activeSlave.weight > 95>> - $activeSlave.slaveName's tight monokini tightly clings to $possessive fat belly, clearly displaying every fold and roll. - <<elseif (($activeSlave.bellyPreg >= 1500) || ($activeSlave.bellyAccessory == "a small empathy belly"))>> - $activeSlave.slaveName's tight monokini shows off $possessive growing belly. - <<elseif $activeSlave.weight > 30>> - $activeSlave.slaveName's tight monokini clings to $possessive chubby belly, clearly displaying every fold and roll. - <</if>> <<case "a cybersuit">> <<if $activeSlave.bellyPreg >= 600000>> $activeSlave.slaveName's tight bodysuit shows off every kick and movement within $possessive titanic bulging pregnant belly. @@ -12231,6 +12346,8 @@ she's $activeSlave.slaveName's tight leotard shows off $possessive <<print $activeSlave.inflationType>>-swollen belly. <<case "a monokini">> $activeSlave.slaveName's monokini covers most of $possessive <<print $activeSlave.inflationType>>-swollen belly. +<<case "an apron">> + $activeSlave.slaveName's apron is rounded out by $possessive implant-rounded belly. <<case "a cybersuit">> $activeSlave.slaveName's bodysuit tightly clings to $possessive <<print $activeSlave.inflationType>>-swollen belly, displaying $possessive bloated body. <<case "a chattel habit">> diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw index f7b01fd9f5698d6985fa6071137144bb12bbd53b..101be2d5d81c026beb888d8bb320c51525337188 100644 --- a/src/utility/descriptionWidgetsPiercings.tw +++ b/src/utility/descriptionWidgetsPiercings.tw @@ -29,6 +29,8 @@ She's wearing girlish earrings. <<case "a monokini">> She's wearing unobtrusive little stud earrings. + <<case "an apron">> + She's wearing shiny pearl earrings. <<case "a cybersuit">> She's wearing sharp and brutal-looking earrings. <<case "a kimono">> @@ -414,7 +416,13 @@ $pronounCap has a corset piercing, a ladder of steel rings running up each side <<case "a penitent nuns habit">> $possessive habit hides them completely, but they're laced tightly, so $pronoun's aware they're there. - + +<<case "a monokini">> + the straps of $possessive swimsuit run on each side of these loops. + +<<case "an apron">> + the piercings are plainly visible on $possessive bare back. + <<case "a string bikini">> the back of $possessive string top loops into them and runs down through them to become $possessive bottom, such as it is. diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index 0f82a793a8829ff9ec1508c4f69f9e29ee9df4fd..e4c891ebd83b78c14e7af9404c7de09d2c1f2276 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -416,6 +416,15 @@ $activeSlave.slaveName is torso, and <<footwearDescription>> <</if>> + +<<case "an apron">> + but is otherwise almost entirely + <<if ($activeSlave.amp == 1)>> + naked. + <<else>> + naked, + <<footwearDescription>> + <</if>> <<case "a cybersuit">> a form-fitting military bodysuit covering $possessive @@ -2274,7 +2283,7 @@ $possessiveCap <<if ($activeSlave.eyewear == "corrective glasses") || ($activeSlave.eyewear == "blurring glasses") || ($activeSlave.eyewear == "glasses")>> She's wearing a pair of <<switch $activeSlave.clothes>> - <<case "chains" "shibari ropes" "uncomfortable straps" "a chattel habit" "Western clothing" "a chattel habit">> + <<case "chains" "shibari ropes" "uncomfortable straps" "a chattel habit" "Western clothing">> sturdy glasses, <<case "restrictive latex">> glasses over the hood, @@ -2288,7 +2297,7 @@ $possessiveCap horn-rimmed glasses to improve her schoolgirl look, <<case "nice business attire">> wire-frame glasses to accent her business attire, - <<case "attractive lingerie" "attractive lingerie for a pregnant woman">> + <<case "attractive lingerie" "attractive lingerie for a pregnant woman" "an apron">> feminine glasses, <<case "a succubus outfit">> severe steel-frame glasses, @@ -3004,6 +3013,22 @@ $possessiveCap leaves $possessive feet bare. <</switch>> +<<case "an apron">> + <<switch $activeSlave.shoes>> + <<case "flats">> + aside from a pair of suede flats. + <<case "boots">> + aside from a pair of suede thigh-high boots. + <<case "heels">> + aside from a pair of suede ankle strap heels. + <<case "pumps">> + aside from a pair of suede ankle strap pumps. + <<case "extreme heels">> + aside from a pair of suede ankle strap heels so tall, $pronoun has to walk with $possessive ass sticking out. + <<default>> + all the way down to $possessive feet. + <</switch>> + <<case "a cybersuit">> <<switch $activeSlave.shoes>> <<case "flats">> @@ -3463,6 +3488,13 @@ $possessiveCap <<elseif $activeSlave.bellyAccessory == "an extreme corset">> An extreme corset peaks out from the top of the swimsuit. <</if>> + +<<case "an apron">> + <<if $activeSlave.bellyAccessory == "a corset">> + The apron hides the front of $possessive corset. + <<elseif $activeSlave.bellyAccessory == "an extreme corset">> + The apron hides the front of $possessive extreme corset. + <</if>> <<case "a cybersuit">> <<if $activeSlave.bellyAccessory == "a corset">> @@ -3728,7 +3760,7 @@ $possessiveCap <</if>> <<case "a monokini">> <<if ($activeSlave.vaginalAccessory == "anal chastity") || ($activeSlave.vaginalAccessory == "combined chastity") || ($activeSlave.dickAccessory == "anal chastity") || ($activeSlave.dickAccessory == "combined chastity")>> - $possessiveCap anal chastity device is integrated into $possessive swimsuit. + $possessiveCap anal chastity device is concealed by $possessive swimsuit. <<else>> $possessiveCap swimsuit fully conceals $possessive <<if $activeSlave.anus > 1>> @@ -3737,6 +3769,18 @@ $possessiveCap tight butthole. <</if>> <</if>> + <<case "an apron">> + <<if ($activeSlave.vaginalAccessory == "anal chastity") || ($activeSlave.vaginalAccessory == "combined chastity") || ($activeSlave.dickAccessory == "anal chastity") || ($activeSlave.dickAccessory == "combined chastity")>> + Since $pronoun is nude under $possessive apron, $possessive anal chastity device is on open display. + <<else>> + Since $pronoun is nude under $possessive apron, $possessive + <<if $activeSlave.anus > 1>> + well-fucked asshole + <<else>> + tight butthole + <</if>> + is on open display. + <</if>> <<case "a cybersuit">> <<if ($activeSlave.vaginalAccessory == "anal chastity") || ($activeSlave.vaginalAccessory == "combined chastity") || ($activeSlave.dickAccessory == "anal chastity") || ($activeSlave.dickAccessory == "combined chastity")>> $possessiveCap anal chastity device is integrated into $possessive bodysuit.