From b4a3e0b4cc0b07505ea65cf3d15a20fc37c998de Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Wed, 10 Apr 2019 10:53:19 -0400 Subject: [PATCH] Formatting --- src/js/descriptionWidgets.js | 799 +++++++++++++++++------------------ 1 file changed, 398 insertions(+), 401 deletions(-) diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index 1ae14e8fb71..fa09d8658b6 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -567,12 +567,11 @@ App.Desc.ageAndHealth = function (slave) { return r; } -App.Desc.brand = - /** - * @param {App.Entity.SlaveState} slave - * @returns {string} Slave's brand - */ - function (slave) { +/** + * @param {App.Entity.SlaveState} slave + * @returns {string} Slave's brand + */ +App.Desc.brand = function (slave) { "use strict"; let r = ``; let bellyAccessory; @@ -599,450 +598,448 @@ App.Desc.brand = return r; } -App.Desc.amputee = - /** - * @param {App.Entity.SlaveState} slave - * @returns {string} Description of slave's amputation, if present - */ - function (slave) { - "use strict"; - let r = ``; - /* eslint-disable */ - let pronouns = getPronouns(slave); - let he = pronouns.pronoun; - let him = pronouns.object; - let his = pronouns.possessive; - let hers = pronouns.possessivePronoun; - let himself = pronouns.objectReflexive; - let boy = pronouns.noun; - let He = capFirstChar(he); - let His = capFirstChar(his); - /* eslint-enable */ +/** + * @param {App.Entity.SlaveState} slave + * @returns {string} Description of slave's amputation, if present + */ +App.Desc.amputee = function (slave) { + "use strict"; + let r = ``; + /* eslint-disable */ + let pronouns = getPronouns(slave); + let he = pronouns.pronoun; + let him = pronouns.object; + let his = pronouns.possessive; + let hers = pronouns.possessivePronoun; + let himself = pronouns.objectReflexive; + let boy = pronouns.noun; + let He = capFirstChar(he); + let His = capFirstChar(his); + /* eslint-enable */ - if (slave.amp) { - if (slave.amp === -1) { - r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with a set of modern prosthetic limbs that allow ${him} a fairly normal life. `; - } else if (slave.amp === -2) { - r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with P-Limbs customized for sex. ${His} fingertips vibrate, ${his} finger joints are masked to prevent pinching, and ${his} hands can dispense lube. `; - } else if (slave.amp === -3) { - r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with P-Limbs customized to look natural. They are covered in a material that closely mimics living ${slave.skin} skin, and their servos are noise dampened. `; - } else if (slave.amp === -4) { - r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with P-Limbs customized for combat. They're hardened, strengthened, and more responsive, and they conceal taser knuckles and extensible forearm blades. `; - } else if (slave.amp === -5) { - r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with advanced cybernetic P-Limbs. The ultimate fusion of combat effectiveness and instruments of pleasure, they're capable of performing multiple functions. They can enhance sex through ${his} vibrating hands and increase ${his} combat skills with hardened, yet flexible artificial muscles. They have an advanced artificial skin that can send electrical impulses that can cause stimulation or extreme pain. `; - } else if (slave.amp > 0) { - r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> making ${him} a convenient torso-only sex toy. `; - } else { - r += `The most obvious thing about ${slave.slaveName} is that ${he} is a <span class=pink>quadruple amputee:</span> ${he} has neither arms nor legs. `; - } + if (slave.amp) { + if (slave.amp === -1) { + r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with a set of modern prosthetic limbs that allow ${him} a fairly normal life. `; + } else if (slave.amp === -2) { + r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with P-Limbs customized for sex. ${His} fingertips vibrate, ${his} finger joints are masked to prevent pinching, and ${his} hands can dispense lube. `; + } else if (slave.amp === -3) { + r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with P-Limbs customized to look natural. They are covered in a material that closely mimics living ${slave.skin} skin, and their servos are noise dampened. `; + } else if (slave.amp === -4) { + r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with P-Limbs customized for combat. They're hardened, strengthened, and more responsive, and they conceal taser knuckles and extensible forearm blades. `; + } else if (slave.amp === -5) { + r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> but ${he}'s equipped with advanced cybernetic P-Limbs. The ultimate fusion of combat effectiveness and instruments of pleasure, they're capable of performing multiple functions. They can enhance sex through ${his} vibrating hands and increase ${his} combat skills with hardened, yet flexible artificial muscles. They have an advanced artificial skin that can send electrical impulses that can cause stimulation or extreme pain. `; + } else if (slave.amp > 0) { + r += `${slave.slaveName} is a <span class=pink>quadruple amputee,</span> making ${him} a convenient torso-only sex toy. `; + } else { + r += `The most obvious thing about ${slave.slaveName} is that ${he} is a <span class=pink>quadruple amputee:</span> ${he} has neither arms nor legs. `; } - return r; } + return r; +} -App.Desc.waist = - /** - * @param {App.Entity.SlaveState} slave - * @returns {string} Description of slave's waist - */ - function (slave) { - "use strict"; - const V = State.variables; - let r = ``; - let belly; - let woman; - /* eslint-disable */ - let pronouns = getPronouns(slave); - let he = pronouns.pronoun; - let him = pronouns.object; - let his = pronouns.possessive; - let hers = pronouns.possessivePronoun; - let himself = pronouns.objectReflexive; - let boy = pronouns.noun; - let He = capFirstChar(he); - let His = capFirstChar(his); - /* eslint-enable */ +/** + * @param {App.Entity.SlaveState} slave + * @returns {string} Description of slave's waist + */ +App.Desc.waist = function (slave) { + "use strict"; + const V = State.variables; + let r = ``; + let belly; + let woman; + /* eslint-disable */ + let pronouns = getPronouns(slave); + let he = pronouns.pronoun; + let him = pronouns.object; + let his = pronouns.possessive; + let hers = pronouns.possessivePronoun; + let himself = pronouns.objectReflexive; + let boy = pronouns.noun; + let He = capFirstChar(he); + let His = capFirstChar(his); + /* eslint-enable */ - (boy === "girl" ? woman = "woman" : woman = "man"); - if (slave.belly >= 1500) { - belly = bellyAdjective(slave); - } + (boy === "girl" ? woman = "woman" : woman = "man"); + if (slave.belly >= 1500) { + belly = bellyAdjective(slave); + } - r += `${He} has `; - if (slave.waist > 95) { - r += `a badly <span class=red>masculine waist</span> that ruins ${his} figure`; - if (slave.weight > 30) { - r += ` and greatly exaggerates how fat ${he} is. `; - } else if (slave.weight < -30) { - r += ` despite how thin ${he} is. `; - } else { - r += `. `; + r += `${He} has `; + if (slave.waist > 95) { + r += `a badly <span class=red>masculine waist</span> that ruins ${his} figure`; + if (slave.weight > 30) { + r += ` and greatly exaggerates how fat ${he} is. `; + } else if (slave.weight < -30) { + r += ` despite how thin ${he} is. `; + } else { + r += `. `; - } - if (slave.belly >= 1500) { - if (slave.belly >= 750000) { - r += `${His} ${belly} belly grotesquely bulges around ${his} thick waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } - } - } else if (slave.belly < 300000) { - r += `${His} ${belly} belly is hidden by ${his} thick waist. `; - } else if (slave.belly < 450000) { - r += `${His} ${belly} belly can be seen around ${his} thick waist. `; - } else if (slave.belly < 600000) { - r += `${His} ${belly} belly can clearly be seen around ${his} thick waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } - } - } else if (slave.belly < 750000) { - r += `${His} ${belly} belly lewdly bulges around ${his} thick waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + if (slave.belly >= 1500) { + if (slave.belly >= 750000) { + r += `${His} ${belly} belly grotesquely bulges around ${his} thick waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } } - } - } else if (slave.waist > 40) { - r += `a broad, <span class=red>ugly waist</span> that makes ${him} look mannish` - if (slave.weight > 30) { - r += ` and exaggerates how fat ${he} is. ` - } else if (slave.weight < -30) { - r += ` despite how thin ${he} is. ` - } else { - r += `. `; - } - if (slave.belly >= 1500) { - if (slave.belly >= 750000) { - r += `${His} ${belly} belly grotesquely bulges around ${his} chunky waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } - } - } else if (slave.belly < 150000) { - r += `${His} ${belly} belly is hidden by ${his} chunky waist. `; - } else if (slave.belly < 450000) { - r += `${His} ${belly} belly can be seen around ${his} chunky waist. `; - } else if (slave.belly < 600000) { - r += `${His} ${belly} belly can clearly be seen around ${his} chunky waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } else if (slave.belly < 300000) { + r += `${His} ${belly} belly is hidden by ${his} thick waist. `; + } else if (slave.belly < 450000) { + r += `${His} ${belly} belly can be seen around ${his} thick waist. `; + } else if (slave.belly < 600000) { + r += `${His} ${belly} belly can clearly be seen around ${his} thick waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 750000) { - r += `${His} ${belly} belly lewdly bulges around ${his} chunky waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 750000) { + r += `${His} ${belly} belly lewdly bulges around ${his} thick waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } } } - } else if (slave.waist > 10) { - r += `an <span class=red>unattractive waist</span> that conceals ${his} ` - if (slave.visualAge > 25) { - r += `girlish`; - } else { - r += `womanly`; - } - r += ` figure`; - if (slave.weight > 30) { - r += ` and accentuates how fat ${he} is. `; - } else if (slave.weight < -30) { - r += ` despite how thin ${he} is. `; - } else { - r += `. `; - } - if (slave.belly >= 1500) { - if (slave.belly >= 750000) { - r += `${His} ${belly} belly grotesquely bulges around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.waist > 40) { + r += `a broad, <span class=red>ugly waist</span> that makes ${him} look mannish` + if (slave.weight > 30) { + r += ` and exaggerates how fat ${he} is. ` + } else if (slave.weight < -30) { + r += ` despite how thin ${he} is. ` + } else { + r += `. `; + } + if (slave.belly >= 1500) { + if (slave.belly >= 750000) { + r += `${His} ${belly} belly grotesquely bulges around ${his} chunky waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 10000) { - r += `From behind, ${his} figure hides ${his} ${belly} belly. `; - } else if (slave.belly < 200000) { - r += `From behind, ${his} figure barely hides ${his} ${belly} belly. `; - } else if (slave.belly < 300000) { - r += `${His} ${belly} belly can be seen around ${his} waist. `; - } else if (slave.belly < 450000) { - r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; - } else if (slave.belly < 600000) { - r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 150000) { + r += `${His} ${belly} belly is hidden by ${his} chunky waist. `; + } else if (slave.belly < 450000) { + r += `${His} ${belly} belly can be seen around ${his} chunky waist. `; + } else if (slave.belly < 600000) { + r += `${His} ${belly} belly can clearly be seen around ${his} chunky waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 750000) { - r += `${His} ${belly} belly lewdly bulges around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 750000) { + r += `${His} ${belly} belly lewdly bulges around ${his} chunky waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } } } - } else if (slave.waist > -10) { - r += `an average waist for a ` - if (slave.visualAge > 25) { - r += `${boy}`; - } else { - r += `${woman}`; - } - if (slave.weight > 30) { - r += `, though it looks broader since ${he}'s fat. ` - } else if (slave.weight < -30) { - r += `, though it looks narrower since ${he}'s thin. ` - } else { - r += `. `; - } - if (slave.belly >= 1500) { - if (slave.belly >= 750000) { - r += `${His} ${belly} belly grotesquely bulges around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.waist > 10) { + r += `an <span class=red>unattractive waist</span> that conceals ${his} ` + if (slave.visualAge > 25) { + r += `girlish`; + } else { + r += `womanly`; + } + r += ` figure`; + if (slave.weight > 30) { + r += ` and accentuates how fat ${he} is. `; + } else if (slave.weight < -30) { + r += ` despite how thin ${he} is. `; + } else { + r += `. `; + } + if (slave.belly >= 1500) { + if (slave.belly >= 750000) { + r += `${His} ${belly} belly grotesquely bulges around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 10000) { - r += `From behind, ${his} figure hides ${his} ${belly} belly. `; - } else if (slave.belly < 200000) { - r += `From behind, ${his} figure barely hides ${his} ${belly} belly. `; - } else if (slave.belly < 300000) { - r += `${His} ${belly} belly can be seen around ${his} waist. `; - } else if (slave.belly < 450000) { - r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; - } else if (slave.belly < 600000) { - r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 10000) { + r += `From behind, ${his} figure hides ${his} ${belly} belly. `; + } else if (slave.belly < 200000) { + r += `From behind, ${his} figure barely hides ${his} ${belly} belly. `; + } else if (slave.belly < 300000) { + r += `${His} ${belly} belly can be seen around ${his} waist. `; + } else if (slave.belly < 450000) { + r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; + } else if (slave.belly < 600000) { + r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 750000) { - r += `${His} ${belly} belly lewdly bulges around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 750000) { + r += `${His} ${belly} belly lewdly bulges around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } } } - } else if (slave.waist > -40) { - r += `a nice <span class=pink>feminine waist</span> that gives ${him} a ` - if (slave.visualAge > 25) { - r += `girlish`; - } else { - r += `womanly`; - } - r += ` figure`; - if (slave.weight > 30) { - r += ` despite ${his} extra weight. `; - } else if (slave.weight < -30) { - r += ` and accentuates how thin ${he} is. `; - } else { - r += `. `; - } - if (slave.belly >= 1500) { - if (slave.belly >= 750000) { - r += `${His} ${belly} belly grotesquely bulges around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.waist > -10) { + r += `an average waist for a ` + if (slave.visualAge > 25) { + r += `${boy}`; + } else { + r += `${woman}`; + } + if (slave.weight > 30) { + r += `, though it looks broader since ${he}'s fat. ` + } else if (slave.weight < -30) { + r += `, though it looks narrower since ${he}'s thin. ` + } else { + r += `. `; + } + if (slave.belly >= 1500) { + if (slave.belly >= 750000) { + r += `${His} ${belly} belly grotesquely bulges around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 10000) { - r += `From behind, ${his} figure hides ${his} ${belly} belly. `; - } else if (slave.belly < 100000) { - r += `From behind, ${his} figure barely hides ${his} ${belly} belly. `; - } else if (slave.belly < 300000) { - r += `${His} ${belly} belly can be seen around ${his} waist. `; - } else if (slave.belly < 450000) { - r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; - } else if (slave.belly < 600000) { - r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 10000) { + r += `From behind, ${his} figure hides ${his} ${belly} belly. `; + } else if (slave.belly < 200000) { + r += `From behind, ${his} figure barely hides ${his} ${belly} belly. `; + } else if (slave.belly < 300000) { + r += `${His} ${belly} belly can be seen around ${his} waist. `; + } else if (slave.belly < 450000) { + r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; + } else if (slave.belly < 600000) { + r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 750000) { - r += `${His} ${belly} belly lewdly bulges around ${his} waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 750000) { + r += `${His} ${belly} belly lewdly bulges around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } } } - } else if (slave.waist > -95) { - r += `a hot <span class=pink>wasp waist</span> that gives ${him} an hourglass figure`; - if (slave.weight > 30) { - r += ` despite $his extra weight. `; - } else if (slave.weight < -30) { - r += ` further accentuated by how thin $he is. `; - } else { - r += `. `; - } - if (slave.belly >= 1500) { - if (slave.belly >= 750000) { - r += `${His} ${belly} belly grotesquely bulges around ${his} narrow waist and continues `; - if (slave.belly >= 1000000) { - r += `quite the distance`; + } + } else if (slave.waist > -40) { + r += `a nice <span class=pink>feminine waist</span> that gives ${him} a ` + if (slave.visualAge > 25) { + r += `girlish`; + } else { + r += `womanly`; + } + r += ` figure`; + if (slave.weight > 30) { + r += ` despite ${his} extra weight. `; + } else if (slave.weight < -30) { + r += ` and accentuates how thin ${he} is. `; + } else { + r += `. `; + } + if (slave.belly >= 1500) { + if (slave.belly >= 750000) { + r += `${His} ${belly} belly grotesquely bulges around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; } else { - r += `over half a `; - if (V.showInches === 2) { - r += `yard`; - } else { - r += `meter`; - } - r += ` farther to either side. `; + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 10000) { + r += `From behind, ${his} figure hides ${his} ${belly} belly. `; + } else if (slave.belly < 100000) { + r += `From behind, ${his} figure barely hides ${his} ${belly} belly. `; + } else if (slave.belly < 300000) { + r += `${His} ${belly} belly can be seen around ${his} waist. `; + } else if (slave.belly < 450000) { + r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; + } else if (slave.belly < 600000) { + r += `${His} ${belly} belly can clearly be seen around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 5000) { - r += `From behind, ${his} narrow figure hides ${his} ${belly} belly. `; - } else if (slave.belly < 80000) { - r += `From behind, ${his} narrow figure barely hides ${his} ${belly} belly. `; - } else if (slave.belly < 100000) { - r += `${His} ${belly} belly can be seen around ${his} narrow waist. `; - } else if (slave.belly < 450000) { - r += `${His} ${belly} belly lewdly extends past ${his} narrow waist. `; - } else if (slave.belly < 600000) { - r += `${His} ${belly} belly lewdly distends far to either side of ${his} narrow waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 750000) { + r += `${His} ${belly} belly lewdly bulges around ${his} waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 750000) { - r += `${His} ${belly} belly lewdly bulges to either side of ${his} narrow waist and continues for nearly half a ` + } + } + } + } else if (slave.waist > -95) { + r += `a hot <span class=pink>wasp waist</span> that gives ${him} an hourglass figure`; + if (slave.weight > 30) { + r += ` despite $his extra weight. `; + } else if (slave.weight < -30) { + r += ` further accentuated by how thin $he is. `; + } else { + r += `. `; + } + if (slave.belly >= 1500) { + if (slave.belly >= 750000) { + r += `${His} ${belly} belly grotesquely bulges around ${his} narrow waist and continues `; + if (slave.belly >= 1000000) { + r += `quite the distance`; + } else { + r += `over half a `; if (V.showInches === 2) { r += `yard`; } else { r += `meter`; } - r += `in both directions. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } - } + r += ` farther to either side. `; } - } - } else { - r += `an <span class=pink>absurdly narrow waist</span> that gives ${him} a cartoonishly hourglass figure` - if (slave.weight > 30) { - r += `made even more ludicrous by ${his} extra weight. `; - } else if (slave.weight < -30) { - r += `made even more ludicrous by how thin ${he} is. `; - } else { - r += `. `; - } - if (slave.belly >= 1500) { - if (slave.belly >= 750000) { - r += `${His} ${belly} belly grotesquely bulges around ${his} narrow waist and continues ` - if (slave.belly >= 1000000) { - r += `quite the distance`; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; } else { - r += `over half a `; - if (V.showInches === 2) { - r += `yard`; - } else { - r += `meter`; - } - r += ` farther to either side. `; + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 5000) { + r += `From behind, ${his} narrow figure hides ${his} ${belly} belly. `; + } else if (slave.belly < 80000) { + r += `From behind, ${his} narrow figure barely hides ${his} ${belly} belly. `; + } else if (slave.belly < 100000) { + r += `${His} ${belly} belly can be seen around ${his} narrow waist. `; + } else if (slave.belly < 450000) { + r += `${His} ${belly} belly lewdly extends past ${his} narrow waist. `; + } else if (slave.belly < 600000) { + r += `${His} ${belly} belly lewdly distends far to either side of ${his} narrow waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 2000) { - r += `From behind, ${his} narrow figure hides ${his} ${belly} belly. `; - } else if (slave.belly < 5000) { - r += `From behind, ${his} narrow figure barely hides ${his} ${belly} belly. `; - } else if (slave.belly < 8000) { - r += `${His} ${belly} belly can be seen around ${his} narrow waist. `; - } else if (slave.belly < 15000) { - r += `${His} ${belly} belly lewdly extends past ${his} narrow waist. `; - } else if (slave.belly < 45000) { - r += `${His} ${belly} belly lewdly distends far to either side of ${his} narrow waist. `; - } else if (slave.belly < 600000) { - r += `${His} ${belly} belly lewdly distends far to either side of ${his} narrow waist. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + } + } else if (slave.belly < 750000) { + r += `${His} ${belly} belly lewdly bulges to either side of ${his} narrow waist and continues for nearly half a ` + if (V.showInches === 2) { + r += `yard`; + } else { + r += `meter`; + } + r += `in both directions. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline barely visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } - } else if (slave.belly < 750000) { - r += `${His} ${belly} belly lewdly bulges to either side of ${his} narrow waist and continues for nearly half a ` + } + } + } + } else { + r += `an <span class=pink>absurdly narrow waist</span> that gives ${him} a cartoonishly hourglass figure` + if (slave.weight > 30) { + r += `made even more ludicrous by ${his} extra weight. `; + } else if (slave.weight < -30) { + r += `made even more ludicrous by how thin ${he} is. `; + } else { + r += `. `; + } + if (slave.belly >= 1500) { + if (slave.belly >= 750000) { + r += `${His} ${belly} belly grotesquely bulges around ${his} narrow waist and continues ` + if (slave.belly >= 1000000) { + r += `quite the distance`; + } else { + r += `over half a `; if (V.showInches === 2) { r += `yard`; } else { r += `meter`; } - r += ` in both directions. `; - if (slave.preg > 3) { - if (slave.belly > (slave.pregAdaptation * 1000)) { - r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline barely visible from behind. `; - } else { - r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; - } + r += ` farther to either side. `; + } + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is horribly distended by ${his} bursting womb in a last ditch effort to find more room for ${his} children, leaving ${his} original waistline barely visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; + } + } + } else if (slave.belly < 2000) { + r += `From behind, ${his} narrow figure hides ${his} ${belly} belly. `; + } else if (slave.belly < 5000) { + r += `From behind, ${his} narrow figure barely hides ${his} ${belly} belly. `; + } else if (slave.belly < 8000) { + r += `${His} ${belly} belly can be seen around ${his} narrow waist. `; + } else if (slave.belly < 15000) { + r += `${His} ${belly} belly lewdly extends past ${his} narrow waist. `; + } else if (slave.belly < 45000) { + r += `${His} ${belly} belly lewdly distends far to either side of ${his} narrow waist. `; + } else if (slave.belly < 600000) { + r += `${His} ${belly} belly lewdly distends far to either side of ${his} narrow waist. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is swollen wider than usual by ${his} crowded womb in its search for more room, leaving ${his} original waistline only visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; + } + } + } else if (slave.belly < 750000) { + r += `${His} ${belly} belly lewdly bulges to either side of ${his} narrow waist and continues for nearly half a ` + if (V.showInches === 2) { + r += `yard`; + } else { + r += `meter`; + } + r += ` in both directions. `; + if (slave.preg > 3) { + if (slave.belly > (slave.pregAdaptation * 1000)) { + r += `${His} waist is greatly distended by ${his} overfilled womb in its desperate search for more room, leaving ${his} original waistline barely visible from behind. `; + } else { + r += `However, ${his} body is so adapted to pregnancy that ${his} womb rests forward enough to preserve the shape of ${his} waistline. `; } } } } - return r; } + return r; +} -- GitLab