diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index cbc7ea33452f3c239f08706803e7e3efad75d295..1526435a93347c1f54c81b1acd7d18344e7f0f46 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -6812,14 +6812,14 @@ $pronounCap has <<else>> $activeSlave.slaveName's flannel shirt can't close over $possessive titanic pregnant belly, so $pronoun has left the bottom buttons open giving $possessive stomach room to massively jut out from $possessive body. The remaining buttons struggle to contain $possessive increasing girth. In addition, $pronoun's left $possessive chaps unfastened to give $possessive overfilled womb more space. <</if>> - <<elseif $activeSlave.bellyPreg >= 450000>> + <<elseif $activeSlave.belly >= 450000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's flannel shirt can't close over $possessive gigantic implant-filled belly, so $pronoun has left the bottom buttons open giving $possessive stomach room to massively jut out from $possessive body. The remaining buttons struggle to contain $possessive increasing girth. In addition, $pronoun's left $possessive chaps unfastened to give $possessive overfilled middle more space. <<else>> $activeSlave.slaveName's flannel shirt can't close over $possessive gigantic pregnant belly, so $pronoun has left the bottom buttons open giving $possessive stomach room to massively jut out from $possessive body. The remaining buttons struggle to contain $possessive increasing girth. In addition, $pronoun's left $possessive chaps unfastened to give $possessive overfilled womb more space. <</if>> - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif $activeSlave.belly >= 300000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's flannel shirt can't close over $possessive massive implant-filled belly, so $pronoun has left the bottom buttons open giving $possessive stomach room to massively jut out from $possessive body. The remaining buttons struggle to contain $possessive increasing girth. In addition, $pronoun's left $possessive chaps unfastened to give $possessive overfilled middle more space. @@ -8657,7 +8657,7 @@ $pronounCap has $activeSlave.slaveName's scrub top rests meekly atop $possessive titanic pregnant belly. In addition, $pronoun's left $possessive trousers unfastened to give $possessive overfilled womb the room it needs to bulge. <</if>> <</if>> - <<elseif $activeSlave.bellyPreg >= 450000>> + <<elseif $activeSlave.belly >= 450000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> <<if ($activeSlave.boobs > 12000)>> @@ -8676,7 +8676,7 @@ $pronounCap has $activeSlave.slaveName's scrub top rests meekly atop $possessive gigantic pregnant belly. In addition, $pronoun's left $possessive trousers unfastened to give $possessive overfilled womb more space to expand. <</if>> <</if>> - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif $activeSlave.belly >= 300000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> <<if ($activeSlave.boobs > 12000)>> @@ -8903,28 +8903,28 @@ $pronounCap has <<case "a mini dress">> <<if $activeSlave.belly >= 1000000>> //WIP// - <<elseif $activeSlave.bellyPreg >= 750000>> + <<elseif $activeSlave.belly >= 750000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's mini dress is specially tailored to fit such an dangerously gravid girl. It tightly clings to $possessive monolithic implant-filled belly and draws the eye right to $possessive protruding navel. <<else>> $activeSlave.slaveName's mini dress is specially tailored to fit such an dangerously gravid girl. It tightly clings to $possessive monolithic pregnant belly, drawing the eye to $possessive protruding navel, the clear bulges of the life growing within $object, and every slight twitch inside $possessive taut middle. <</if>> - <<elseif $activeSlave.bellyPreg >= 600000>> + <<elseif $activeSlave.belly >= 600000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's mini dress is specially tailored to fit such an absurdly gravid girl. It tightly clings to $possessive titanic implant-filled belly and draws the eye right to $possessive protruding navel. <<else>> $activeSlave.slaveName's mini dress is specially tailored to fit such an absurdly gravid girl. It tightly clings to $possessive titanic pregnant belly, drawing the eye to $possessive protruding navel, the bulges of the life growing within $object, and every kick and squirm inside $possessive straining middle. <</if>> - <<elseif $activeSlave.bellyPreg >= 450000>> + <<elseif $activeSlave.belly >= 450000>> <<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 massively gravid girl. It tightly clings to $possessive gigantic 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 massively gravid girl. It tightly clings to $possessive gigantic pregnant belly, drawing the eye to $possessive protruding navel, the outlines of the life within $object, and every kick and squirm inside $possessive straining middle. <</if>> - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif $activeSlave.belly >= 300000>> <<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 hugely gravid girl. It tightly clings to $possessive massive implant-filled belly and draws the eye right to $possessive protruding navel. @@ -9002,7 +9002,7 @@ $pronounCap has <<case "a monokini">> <<if $activeSlave.belly >= 1000000>> //WIP// - <<elseif $activeSlave.bellyPreg >= 750000>> + <<elseif $activeSlave.belly >= 750000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> $activeSlave.slaveName's $possessiveCap monolithic <<print $activeSlave.inflationType>>-filled belly protrudes from over the top of $possessive monokini, which has been fully pushed down by the mass. <<elseif $activeSlave.bellyImplant > 0>> @@ -9010,7 +9010,7 @@ $pronounCap has <<else>> $activeSlave.slaveName's monokini shows off every kick and movement within $possessive monolithic bulging pregnant belly. $possessiveCap monolithic squirming belly protrudes from over the top of the swimsuit, which has been pushed down by the mass. <</if>> - <<elseif $activeSlave.bellyPreg >= 600000>> + <<elseif $activeSlave.belly >= 600000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> $activeSlave.slaveName's titanic <<print $activeSlave.inflationType>>-filled belly has pushed down the front of $possessive monokini, leaving $possessive belly mostly bare. <<elseif $activeSlave.bellyImplant > 0>> @@ -9018,7 +9018,7 @@ $pronounCap has <<else>> $activeSlave.slaveName's titanic pregnant belly has pushed down the front of $possessive monokini, leaving $possessive belly mostly bare. <</if>> - <<elseif $activeSlave.bellyPreg >= 450000>> + <<elseif $activeSlave.belly >= 450000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> $activeSlave.slaveName's monokini can only cover a fraction of $possessive gigantic <<print $activeSlave.inflationType>>-filled belly, which rests on top of the swimsuit. <<elseif $activeSlave.bellyImplant > 0>> @@ -9026,7 +9026,7 @@ $pronounCap has <<else>> $activeSlave.slaveName's monokini can only cover a fraction of $possessive gigantic pregnant belly, which rests on top of the swimsuit. <</if>> - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif $activeSlave.belly >= 300000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> $activeSlave.slaveName's monokini shows off the sheer size of $possessive massive <<print $activeSlave.inflationType>>-filled belly. The swimsuit has been pushed down to well below $possessive popped navel. <<elseif $activeSlave.bellyImplant > 0>> @@ -9108,28 +9108,28 @@ $pronounCap has <<case "an apron">> <<if $activeSlave.belly >= 1000000>> //WIP// - <<elseif $activeSlave.bellyPreg >= 750000>> + <<elseif $activeSlave.belly >= 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>> + <<elseif $activeSlave.belly >= 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>> + <<elseif $activeSlave.belly >= 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>> + <<elseif $activeSlave.belly >= 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. @@ -9222,14 +9222,14 @@ $pronounCap has <<else>> $activeSlave.slaveName's titanic pregnant belly completely hides $possessive lacy g-string. $possessiveCap children greatly appreciate the space granted by $possessive exposed middle and squirm happily in their cramped confines. <</if>> - <<elseif $activeSlave.bellyPreg >= 450000>> + <<elseif $activeSlave.belly >= 450000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's gigantic implant-filled belly completely hides $possessive lacy g-string and takes full advantage of its freedom to hang heavily. <<else>> $activeSlave.slaveName's gigantic pregnant belly completely hides $possessive lacy g-string. $possessiveCap children appreciate the space granted by $possessive exposed middle. <</if>> - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif $activeSlave.belly >= 300000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's massive implant-filled belly completely hides $possessive lacy g-string and takes full advantage of its freedom to hang heavily. @@ -9298,24 +9298,90 @@ $pronounCap has $activeSlave.slaveName's ripped abs are prominently displayed for all to see. <</if>> <<case "a succubus outfit">> - <<if $activeSlave.bellyPreg >= 600000>> - $activeSlave.slaveName's titanic pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. - <<elseif $activeSlave.bellyPreg >= 300000>> - $activeSlave.slaveName's massive pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. The laces are straining to hold together. + <<if $activeSlave.belly >= 1000000>> + //WIP// + <<elseif $activeSlave.belly >= 750000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's monolithic implant-filled belly sticks far out of $possessive corset, which is just barely laced above it and straining to hold together from the sheer size of $object. + <<else>> + $activeSlave.slaveName's monolithic pregnant belly sticks far out of $possessive corset, which is just barely laced above it and straining to hold together under the ever increasing pressure. + <</if>> + <<elseif $activeSlave.belly >= 600000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's titanic implant-filled belly sticks far out of $possessive corset, which is barely laced above it as best $pronoun can manage. + <<else>> + $activeSlave.slaveName's titanic pregnant belly sticks far out of $possessive corset, which is barely laced above it as best $pronoun can manage. + <</if>> + <<elseif $activeSlave.belly >= 450000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's gigantic implant-filled belly sticks far out of $possessive corset, which is laced above it as best $pronoun can manage. + <<else>> + $activeSlave.slaveName's gigantic pregnant belly sticks far out of $possessive corset, which is laced above it as best $pronoun can manage. + <</if>> + <<elseif $activeSlave.belly >= 300000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's massive implant-filled belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. + <<else>> + $activeSlave.slaveName's massive pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. + <</if>> + <<elseif $activeSlave.belly >= 120000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's implant-filled pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. + <<else>> + $activeSlave.slaveName's giant pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. + <</if>> <<elseif $activeSlave.weight > 190>> $activeSlave.slaveName's massively fat belly hangs out of $possessive corset, which is laced above it as best $pronoun can manage. - <<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>> - $activeSlave.slaveName's big pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. + <<elseif $activeSlave.belly >= 15000 || ($activeSlave.bellyAccessory == "a huge empathy belly")>> + <<if $activeSlave.bellyAccessory == "a huge empathy belly">> + $activeSlave.slaveName's huge pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's huge implant-filled belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. + <<else>> + $activeSlave.slaveName's huge pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage. + <</if>> + <<elseif $activeSlave.belly >= 10000 || ($activeSlave.bellyAccessory == "a large empathy belly")>> + <<if $activeSlave.bellyAccessory == "a large empathy belly">> + $activeSlave.slaveName's big pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's hugely swollen belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's big implant-filled belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. + <<else>> + $activeSlave.slaveName's big pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. + <</if>> <<elseif $activeSlave.weight > 160>> $activeSlave.slaveName's hugely fat belly hangs out of $possessive corset, which is laced above and below it as best $pronoun can manage. <<elseif $activeSlave.weight > 130>> $activeSlave.slaveName's big fat belly hangs out of $possessive corset, which is laced above and below it allowing it to hang free. - <<elseif $activeSlave.bellyPreg >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>> - $activeSlave.slaveName's pregnant belly sticks out of $possessive corset, which is laced above and below it. + <<elseif $activeSlave.belly >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>> + <<if $activeSlave.bellyAccessory == "a medium empathy belly">> + $activeSlave.slaveName's pregnant belly sticks out of $possessive corset, which is laced above and below it. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's jiggling <<print $activeSlave.inflationType>>-filled belly sticks out of $possessive corset, which is laced above and below it. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's implant-filled belly sticks out of $possessive corset, which is laced above and below it. + <<else>> + $activeSlave.slaveName's pregnant belly sticks out of $possessive corset, which is laced above and below it. + <</if>> <<elseif $activeSlave.weight > 95>> $activeSlave.slaveName's fat belly sticks out of $possessive corset, which is laced above and below it allowing it to hang free. - <<elseif (($activeSlave.bellyPreg >= 1500) || ($activeSlave.bellyAccessory == "a small empathy belly"))>> - $activeSlave.slaveName's pregnant belly peeks out of $possessive corset, which is laced above and below it. + <<elseif $activeSlave.belly >= 1500 || $activeSlave.bellyAccessory == "a small empathy belly">> + <<if $activeSlave.bellyAccessory == "a small empathy belly">> + $activeSlave.slaveName's small pregnant belly peeks out of $possessive corset, which is laced above and below it. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's <<print $activeSlave.inflationType>>-swollen belly peeks out of $possessive corset, which is laced above and below it. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's implant-rounded belly peeks out of $possessive corset, which is laced above and below it. + <<else>> + $activeSlave.slaveName's growing pregnant belly peeks out of $possessive corset, which is laced above and below it. + <</if>> <<elseif $activeSlave.weight > 30>> $activeSlave.slaveName's chubby belly peeks out of $possessive corset, which is laced above and below it to allow it to hang free. <<elseif $activeSlave.bellyPreg >= 100 || $activeSlave.bellyImplant >= 100>>