diff --git a/src/js/economyJS.js b/src/js/economyJS.js index cadcaf463c68551353c437bc9c2fe3673eb36074..8ef706e4a724995531847d8d57a933916f4d9430 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -2431,6 +2431,8 @@ globalThis.SectorCounts = function() { V.AProsperityCap += 10; } else if (cell.type === 2) { V.AProsperityCap += 5; + } else if (cell.type === 3) { + V.lowerClass += 40; } } else if (cell instanceof App.Arcology.Cell.Shop) { if (cell.type !== "Club" && cell.type !== "Brothel") { diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index 78b40541bda43b61e4e37cbc9ee208f5a7842cc8..8f0dd4e664558272cfc3b2412b7718b0a35765e8 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -6,22 +6,16 @@ * @returns {string} */ App.Desc.belly = function(slave, {market, eventDescription} = {}) { - let heavyBelly; const r = []; const { he, him, his, hers, himself, girl, He, His, loli } = getPronouns(slave); - if (slave.belly >= 30000) { - if (slave.belly >= 400000 + (slave.muscles * 2000) && slave.physicalAge >= 18) { - heavyBelly = 1; - } else if (slave.belly >= 300000 + (slave.muscles * 1000) && slave.physicalAge >= 13) { - heavyBelly = 1; - } else if (slave.belly >= 100000 + (slave.muscles * 500) && slave.physicalAge <= 3) { - heavyBelly = 1; - } else if (slave.belly >= 200000 + (slave.muscles * 800) && slave.physicalAge <= 12) { - heavyBelly = 1; - } - } + const isBellyHeavy = + (slave.belly >= 400000 + (slave.muscles * 2000) && slave.physicalAge >= 18) || + (slave.belly >= 300000 + (slave.muscles * 1000) && slave.physicalAge >= 13) || + (slave.belly >= 200000 + (slave.muscles * 800) && slave.physicalAge <= 12) || + (slave.belly >= 100000 + (slave.muscles * 500) && slave.physicalAge <= 3); + const isBellyFluidLargest = (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant); r.push(flesh()); @@ -60,6 +54,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } function fashion() { + const isBreeder = slave.breedingMark === 1 && V.propOutcome === 1; const r = []; if (V.showClothing === 1 && !market) { if (V.surgeryDescription === 0) { @@ -82,7 +77,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } if (V.arcologies[0].FSRepopulationFocus !== "unset") { if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`Your breeding focused society finds ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly near the pinnacle of fashion despite ${his} inability to have children.`); } else if (slave.bellyImplant > 0) { r.push(`Your breeding focused society finds ${his} unfathomable, hyper-swollen, implant-filled belly near the pinnacle of fashion despite ${his} inability to have children.`); @@ -90,7 +85,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`Your breeding focused society finds ${his} unfathomable, hyper-swollen pregnant belly the perfect realization of the fashionable ideal.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`Your breeding focused society finds ${his} monolithic ${slave.inflationType}-filled belly highly fashionable despite ${his} inability to have children.`); } else if (slave.bellyImplant > 0) { r.push(`Your breeding focused society finds ${his} monolithic implant-filled belly highly fashionable despite ${his} inability to have children.`); @@ -114,7 +109,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`Thanks to your trendsetting policies, society finds ${his} pregnant belly fashionable.`); } else if (V.arcologies[0].FSRestart !== "unset") { if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`Your eugenics obsessed society sees ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly as equally unfathomably degenerate.`); } else if (slave.bellyImplant > 0) { r.push(`Your eugenics obsessed society sees ${his} unfathomable, hyper-swollen, implant-filled belly as equally unfathomably degenerate.`); @@ -122,7 +117,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`Your eugenics obsessed society sees ${his} unfathomable, hyper-swollen pregnant belly the perfect antithesis of the fashionable ideal.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`Your eugenics obsessed society sees ${his} monolithic ${slave.inflationType}-filled belly as absolutely degenerate.`); } else if (slave.bellyImplant > 0) { r.push(`Your eugenics obsessed society sees ${his} monolithic implant-filled belly as absolutely degenerate.`); @@ -134,33 +129,33 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.bellyPreg >= 300000) { r.push(`Your eugenics obsessed society views ${his} massive pregnant belly as complete degeneracy.`); } else if (slave.bellyPreg >= 15000) { - if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) { + if (isBreeder && slave.pregSource === -1) { r.push(`Your eugenics obsessed society is pleased that ${he} is ripe with your child.`); - } else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) { + } else if (isBreeder && slave.pregSource === -6) { r.push(`Your eugenics obsessed society is pleased that ${he} is ripe with an Elite child.`); } else { r.push(`Your eugenics obsessed society finds ${his} huge pregnant belly absolutely disgusting.`); } } else if (slave.bellyPreg >= 10000) { - if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) { + if (isBreeder && slave.pregSource === -1) { r.push(`Your eugenics obsessed society is pleased that ${he} is heavy with your child.`); - } else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) { + } else if (isBreeder && slave.pregSource === -6) { r.push(`Your eugenics obsessed society is pleased that ${he} is heavy with an Elite child.`); } else { r.push(`Your eugenics obsessed society finds ${his} big pregnant belly absolutely disgusting.`); } } else if (slave.bellyPreg >= 5000) { - if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) { + if (isBreeder && slave.pregSource === -1) { r.push(`Your eugenics obsessed society is pleased that ${he} is swollen with your child.`); - } else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) { + } else if (isBreeder && slave.pregSource === -6) { r.push(`Your eugenics obsessed society is pleased that ${he} is swollen with an Elite child.`); } else { r.push(`Your eugenics obsessed society finds ${his} pregnant belly disgusting.`); } } else if (slave.bellyPreg >= 1500) { - if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) { + if (isBreeder && slave.pregSource === -1) { r.push(`Your eugenics obsessed society is pleased that ${he} is swelling with your child.`); - } else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) { + } else if (isBreeder && slave.pregSource === -6) { r.push(`Your eugenics obsessed society is pleased that ${he} is swelling with an Elite child.`); } else { r.push(`Your eugenics obsessed society finds ${his} developing pregnancy insulting.`); @@ -178,7 +173,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { function flesh() { const r = []; if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is swollen beyond any reasonable description,`); if (slave.physicalAge <= 3) { @@ -281,7 +276,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He}`); if (slave.belly > (slave.pregAdaptation * 1000)) { @@ -479,7 +474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is dangerously pregnant,`); if (slave.physicalAge <= 3) { @@ -706,7 +701,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is immensely pregnant,`); if (slave.physicalAge <= 3) { @@ -898,7 +893,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is massively pregnant, dwarfing any normal pregnancy,`); if (slave.physicalAge <= 3) { @@ -1056,7 +1051,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is massively pregnant, beyond any typical pregnancy,`); if (slave.physicalAge <= 3) { @@ -1233,7 +1228,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is massively pregnant,`); if (slave.physicalAge <= 3) { @@ -1363,7 +1358,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 105000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is enormously pregnant,`); if (slave.physicalAge <= 3) { @@ -1491,7 +1486,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 90000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is enormously pregnant,`); if (slave.physicalAge <= 3) { @@ -1617,7 +1612,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 75000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is enormously pregnant,`); if (slave.physicalAge <= 3) { @@ -1741,7 +1736,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 60000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is enormously pregnant,`); if (slave.physicalAge <= 3) { @@ -1863,7 +1858,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is enormously pregnant,`); if (slave.physicalAge <= 3) { @@ -1953,7 +1948,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is enormously pregnant,`); if (slave.physicalAge <= 3) { @@ -2041,7 +2036,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 15000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyPreg > 0) { r.push(`${He} is enormously pregnant,`); if (slave.physicalAge <= 3) { @@ -2127,7 +2122,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 10000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} middle is enormously distended with ${slave.inflationType},`); if (slave.physicalAge <= 3) { r.push(`and ${his} toddlerish body is absolutely filled by ${his} bloated innards.`); @@ -2204,7 +2199,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 5000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${He} is greatly distended with ${slave.inflationType},`); if (slave.physicalAge <= 3) { r.push(`and ${his} swollen belly is nearly as big as ${his} toddlerish body.`); @@ -2271,7 +2266,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 1500) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${He} is visibly swollen with ${slave.inflationType},`); if (slave.physicalAge <= 3) { r.push(`and ${his} sloshing belly looks obscene on ${his} toddlerish body.`); @@ -2327,7 +2322,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 100) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} belly is slightly bloated`); if (slave.physicalAge <= 3) { r.push(`and painfully obvious on ${his} toddlerish body.`); @@ -2627,7 +2622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { switch (slave.clothes) { case "a Fuckdoll suit": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s suit has no stomach to it as it's the only way to give ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly the space it demands.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s suit has no stomach to it as it's the only way to give ${his} unfathomable, hyper-swollen, implant-filled belly the space it demands.`); @@ -2639,7 +2634,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s suit has no stomach to it, as it's the only way to give ${his} monolithic ${slave.inflationType}-filled belly the space it demands.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s suit has no stomach to it, as it's the only way to give ${his} monolithic implant-filled belly the space it demands.`); @@ -2651,7 +2646,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is allowed to bulge out of an enormous hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly is allowed to bulge out of an enormous hole in the suit.`); @@ -2659,7 +2654,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly is allowed to bulge out of an enormous hole in the suit, giving ${his} squirming occupants room to grow.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly is allowed to bulge out of a huge hole in the suit.`); @@ -2671,7 +2666,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly is allowed to bulge out of a huge hole in the suit.`); @@ -2683,7 +2678,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is allowed to bulge out of a huge hole in the suit.`); @@ -2695,7 +2690,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is allowed to bulge out of a huge hole in the suit.`); @@ -2707,7 +2702,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is allowed to bulge out of a huge hole in the suit.`); @@ -2723,7 +2718,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly is allowed to bulge out of a huge hole in the suit.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is allowed to bulge out of a huge hole in the suit.`); @@ -2737,7 +2732,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly is allowed to bulge out of a huge hole in the suit.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly is allowed to bulge out of a huge hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly is allowed to bulge out of a huge hole in the suit.`); @@ -2751,7 +2746,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly is allowed to bulge out of a hole in the suit.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is allowed to bulge out of a hole in the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is allowed to bulge out of a hole in the suit.`); @@ -2763,7 +2758,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnancy is tightly squeezed by the suit creating a noticeable bulge.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly squeezed by the suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly nearly requires ${him} to be switched into a suit with a hole for it to hang out from.`); @@ -2780,7 +2775,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "conservative clothing": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends between them.`); } else if (slave.boobs > 12000) { @@ -2821,7 +2816,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened as ${his} womb has consumed so much space that ${He} has no hope of ever doing up the button and, regardless, even the light touch of the fabric against ${his} belly feels nearly intolerable due to the pressure.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} monolithic ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends between them.`); } else if (slave.boobs > 12000) { @@ -2862,7 +2857,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened as ${his} womb can't handle the strain nor do ${his} children give ${him} the chance to try.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} titanic ${slave.inflationType}-filled belly but do little to hide its size as it forces its way between them.`); } else if (slave.boobs > 12000) { @@ -2903,7 +2898,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened as ${his} stuffed womb desperately needs the added space.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} gigantic ${slave.inflationType}-filled belly but do little to hide its size as it forces its way between them.`); } else if (slave.boobs > 12000) { @@ -2944,7 +2939,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened to give ${his} overfilled womb more room.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} massive ${slave.inflationType}-filled belly but do little to hide its size.`); } else if (slave.boobs > 12000) { @@ -2985,7 +2980,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened to give the heavy dome more room.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} giant ${slave.inflationType}-filled belly allowing the firm dome to part ${his} tits.`); } else if (slave.boobs > 12000) { @@ -3026,7 +3021,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened to give the taut dome more room.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} giant ${slave.inflationType}-filled belly allowing the rounded dome to part ${his} tits.`); } else if (slave.boobs > 12000) { @@ -3065,7 +3060,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened to give the firm dome more room.`); } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} huge ${slave.inflationType}-filled belly, though they do a fine job of hiding it themselves.`); } else if (slave.boobs > 12000) { @@ -3127,7 +3122,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s blouse is pulled taut by ${his} huge pregnant belly; it barely reaches ${his} popped navel.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} huge ${slave.inflationType}-filled belly, though they do a fine job of hiding it themselves.`); } else if (slave.boobs > 12000) { @@ -3177,7 +3172,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s blouse is pulled taut by ${his} big pregnant belly, the bottom of which can be seen peeking out from underneath. ${His} popped navel forms a small tent in ${his} shirt.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} hugely swollen belly, though they do a fine job of hiding it themselves.`); } else if (slave.boobs > 12000) { @@ -3251,7 +3246,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s blouse is pulled taut by ${his} pregnant belly. ${His} popped navel forms a small tent in ${his} shirt.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} jiggling ${slave.inflationType}-filled belly, though they do a fine job of hiding it themselves.`); } else if (slave.boobs > 12000) { @@ -3313,7 +3308,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s blouse bulges with ${his} small pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 24000) { r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} ${slave.inflationType}-swollen belly, though they do a fine job of hiding it themselves.`); } else if (slave.boobs > 12000) { @@ -3380,7 +3375,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "chains": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is wrapped with tight chains. Despite how tightly they're pulled together, they fail to sink into the firm globe of ${his} belly at all, shifting over it and agitating ${his} flesh with each of ${his} movements.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is wrapped with tight chains. Despite how tightly they're pulled together, they fail to sink into the firm globe of ${his} belly at all, shifting over it and agitating ${his} flesh with each of ${his} movements.`); @@ -3388,7 +3383,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is wrapped with tight chains. It bulges so extremely that the outlines of entire infants can be seen pressed up to either side of the chains, sometimes overlapping them so that flesh rubs up against flesh; every motion inside ${him} is excruciating.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is wrapped with tight chains. They can barely sink into the firm globe, only agitating ${his} flesh more.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly is wrapped with tight chains. They can barely sink into the firm globe, only agitating ${his} flesh more.`); @@ -3396,7 +3391,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly is wrapped with tight chains. It bulges agonizingly as they run between the forms of ${his} unborn children; every motion inside ${him} is excruciating.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly little as they can barely dig into the overfilled globe.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly is wrapped with tight chains. It bulges agonizingly little as they can barely dig into the overfilled globe.`); @@ -3404,7 +3399,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly is wrapped with tight chains. It bulges agonizingly as they run between the forms of ${his} unborn children; every motion inside ${him} is excruciating.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep as they can into the taut flesh.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep as they can into the taut flesh.`); @@ -3412,7 +3407,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly is wrapped with tight chains. It bulges agonizingly as they run between the forms of ${his} unborn children; every motion inside ${him} is excruciating.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`); @@ -3420,7 +3415,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh and every motion inside ${him} causes more suffering.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`); @@ -3428,7 +3423,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh and every motion inside ${him} causes more suffering.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges angrily as they dig deep into the taut flesh.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is wrapped with tight chains. It bulges angrily as they dig deep into the taut flesh.`); @@ -3436,7 +3431,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly is wrapped with tight chains. It bulges painfully as they dig deep into the taut flesh.`); } } else if (slave.belly >= 60000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is wrapped with agonizingly tight chains. It bulges angrily as they dig deep into ${his} sore skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is wrapped with agonizingly tight chains. It bulges angrily as they dig deep into ${his} sore skin.`); @@ -3448,7 +3443,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly is tightly wrapped with chains.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is tightly wrapped with chains, causing it to bulge angrily as well as making ${him} squirm in discomfort.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is tightly wrapped with chains, causing it to bulge angrily as well as making ${him} squirm in discomfort.`); @@ -3458,7 +3453,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly is tightly wrapped with chains.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly is tightly wrapped with chains, causing it to bulge angrily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly is tightly wrapped with chains, causing it to bulge angrily.`); @@ -3472,7 +3467,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly is tightly wrapped with chains.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly wrapped with chains, causing it to bulge angrily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is tightly wrapped with chains, causing it to bulge angrily.`); @@ -3484,7 +3479,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly is tightly wrapped with chains.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly wrapped with chains.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly is tightly wrapped with chains.`); @@ -3501,7 +3496,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "Western clothing": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open, giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons no longer hold together at all, and ${he} now has to hold the outfit together by wrapping a large strip of fabric around ${his} outfit and over the line between ${his} belly and slowly distorting ribcage. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} unfathomable, hyper-swollen, implant-filled belly, so ${he} has left the bottom buttons open, giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons no longer hold together at all, and ${he} now has to hold the outfit together by wrapping a large strip of fabric around ${his} outfit and over the line between ${his} belly and slowly distorting ribcage. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); @@ -3509,7 +3504,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} unfathomable, hyper-swollen pregnant belly, so ${he} has left the bottom buttons open, giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons no longer hold together at all, and ${he} now has to hold the outfit together by wrapping a large strip of fabric around ${his} outfit and over the line between ${his} belly and slowly distorting ribcage. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} monolithic ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons strain to hold together. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} monolithic implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons strain to hold together. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); @@ -3517,7 +3512,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} monolithic pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons strain to hold together. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} titanic ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} titanic implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); @@ -3525,7 +3520,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} titanic pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} gigantic ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} gigantic implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); @@ -3533,7 +3528,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} gigantic pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} massive ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} massive implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); @@ -3541,7 +3536,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} massive pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`); @@ -3549,7 +3544,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant implant-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`); @@ -3561,7 +3556,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} huge pregnant belly, so ${he} has left the bottom buttons open leaving ${his} belly hanging out.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} huge ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} huge implant-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`); @@ -3571,7 +3566,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} big pregnant belly, so ${he} has left the bottom buttons open leaving ${his} belly hanging out.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} hugely swollen belly, so ${he} has left the bottom buttons open leaving ${his} belly hanging out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} big implant-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`); @@ -3585,7 +3580,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s flannel shirt's buttons strain over ${his} pregnant belly. A patch of ${his} underbelly peeks from beneath the taut fabric and the exhausted garment frequently rides up in defeat.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt's buttons strain over ${his} jiggling ${slave.inflationType}-filled belly. The struggling garment frequently rides up in defeat.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt's buttons strain over ${his} implant-filled belly. A patch of ${his} underbelly peeks from beneath the taut fabric and the exhausted garment frequently rides up in defeat.`); @@ -3597,7 +3592,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s flannel shirt bulges with ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s flannel shirt bulges with ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s flannel shirt bulges with ${his} implant-rounded belly.`); @@ -3614,7 +3609,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "body oil": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3622,7 +3617,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3630,7 +3625,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3638,7 +3633,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3646,7 +3641,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3654,7 +3649,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3666,7 +3661,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly is covered in a sheen of oil.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3676,7 +3671,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly is covered in a sheen of oil.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly is covered in a sheen of oil.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3690,7 +3685,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly is covered in a sheen of oil.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is covered in a sheen of oil.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`); @@ -3702,7 +3697,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly is covered in a sheen of oil.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is covered in a sheen of oil.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly is covered in a sheen of oil.`); @@ -3719,7 +3714,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a toga": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly the room it demands.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} unfathomable, hyper-swollen, implant-filled belly the room it demands.`); @@ -3727,7 +3722,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} unfathomable, hyper-swollen pregnant belly the room it desperately needs. ${His} brood appreciates the freedom.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} monolithic ${slave.inflationType}-filled belly the room it demands.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} monolithic implant-filled belly the room it demands.`); @@ -3735,7 +3730,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} monolithic pregnant belly the room it desperately needs. ${His} children appreciate the freedom.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} titanic ${slave.inflationType}-filled belly to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} titanic implant-filled belly to hang heavily.`); @@ -3743,7 +3738,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} titanic pregnant belly room. ${His} children appreciate the space and squirm happily.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} gigantic ${slave.inflationType}-filled belly to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} gigantic implant-filled belly to hang heavily.`); @@ -3751,7 +3746,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} gigantic pregnant belly room. ${His} children appreciate the space.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} massive ${slave.inflationType}-filled belly to bulge freely.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} massive implant-filled belly to bulge freely.`); @@ -3759,7 +3754,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} massive pregnant belly room.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} giant ${slave.inflationType}-filled belly to jut far from ${his} body.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} giant implant-filled belly to jut far from ${his} body.`); @@ -3767,7 +3762,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} giant pregnant belly to jut far from ${his} body.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga strains around ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga strains around ${his} giant implant-filled belly.`); @@ -3779,7 +3774,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s toga tightly hugs ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga tightly hugs ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga tightly hugs ${his} huge implant-filled belly.`); @@ -3789,7 +3784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s toga bulges greatly with ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s toga bulges greatly with ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s toga bulges greatly with ${his} big implant-filled belly.`); @@ -3803,7 +3798,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly rounds out the front of ${his} toga.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly rounds out the front of ${his} toga.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly rounds out the front of ${his} toga.`); @@ -3815,7 +3810,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly gently bulges ${his} toga.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly gently bulges ${his} toga.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly gently bulges ${his} toga.`); @@ -3830,7 +3825,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a huipil": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, its role completely usurped by the colossal mass.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} unfathomable, hyper-swollen, implant-filled belly, its role completely usurped by the colossal mass.`); @@ -3838,7 +3833,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} unfathomable, hyper-swollen pregnant belly, its role completely usurped by the colossal gravidity.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} monolithic ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} monolithic implant-filled belly, its role completely usurped by the heavy mass.`); @@ -3846,7 +3841,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} monolithic pregnant belly, its role completely usurped by the gravid mass.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} titanic ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} titanic implant-filled belly, its role completely usurped by the heavy mass.`); @@ -3854,7 +3849,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} titanic pregnant belly, its role completely usurped by the gravid mass.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} gigantic ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} gigantic implant-filled belly, its role completely usurped by the heavy mass.`); @@ -3862,7 +3857,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} gigantic pregnant belly, its role completely usurped by the gravid mass.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} massive ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} massive implant-filled belly, its role completely usurped by the heavy mass.`); @@ -3870,7 +3865,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} massive pregnant belly, its role completely usurped by the gravid mass.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly lifts ${his} huipil, though it itself hangs low enough to hide ${his} crotch.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly lifts ${his} huipil, though it itself hangs low enough to hide ${his} crotch.`); @@ -3878,7 +3873,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly lifts ${his} huipil, though it itself hangs low enough to hide ${his} crotch.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly lifts ${his} huipil, though it itself is just large enough to hide ${his} shame.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly lifts ${his} huipil, though it itself is just large enough to hide ${his} shame.`); @@ -3890,7 +3885,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly lifts ${his} huipil, exposing ${his} crotch for all to see.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly lifts ${his} huipil, exposing ${his} crotch for all to see.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly lifts ${his} huipil, exposing ${his} crotch for all to see.`); @@ -3900,7 +3895,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly lifts ${his} huipil, exposing ${his} crotch for all to see.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly lifts ${his} huipil, exposing ${his} crotch for all to see.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly lifts ${his} huipil, exposing ${his} crotch for all to see.`); @@ -3914,7 +3909,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly lifts ${his} huipil.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly lifts ${his} huipil.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly lifts ${his} huipil.`); @@ -3927,7 +3922,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly slightly bulges under ${his} huipil.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly slightly bulges under ${his} huipil.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly slightly bulges under ${his} huipil.`); @@ -3946,7 +3941,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} monolithic implant-filled belly.`); @@ -3954,7 +3949,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} monolithic pregnant belly. ${His} body needs the room to grow.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} titanic implant-filled belly.`); @@ -3962,7 +3957,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} titanic pregnant belly. ${His} body needs the room to grow.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} gigantic implant-filled belly.`); @@ -3970,7 +3965,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} gigantic pregnant belly. ${His} body appreciates the room to grow.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} massive implant-filled belly.`); @@ -3978,7 +3973,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} giant implant-filled belly.`); @@ -3986,7 +3981,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} giant pregnant belly.`); } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} huge implant-filled belly.`); @@ -3994,7 +3989,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} huge pregnant belly.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it only covers the top quarter of ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it only covers the top quarter of ${his} huge implant-filled belly.`); @@ -4006,7 +4001,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${His} qipao is slit up the side. However, it only covers half of ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it only covers half of ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it only covers half of ${his} huge implant-filled belly.`); @@ -4016,7 +4011,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${His} qipao is slit up the side. However, it barely covers ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it barely covers ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it barely covers ${his} big implant-filled belly.`); @@ -4030,7 +4025,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${His} qipao is slit up the side. However, it only covers ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. However, it only covers ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. However, it only covers ${his} implant-filled belly.`); @@ -4042,7 +4037,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${His} qipao is slit up the side. The front is pushed out by ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${His} qipao is slit up the side. The front is pushed out by ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${His} qipao is slit up the side. The front is pushed out by ${his} implant-rounded belly.`); @@ -4061,7 +4056,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps run along the surface of ${his} monolithic ${slave.inflationType}-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps run along the surface of ${his} monolithic implant-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4069,7 +4064,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave outfit's tight straps press into ${his} monolithic pregnant belly, forcing flesh and child to painfully bulge between the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} is excruciating.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} titanic ${slave.inflationType}-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} titanic implant-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4077,7 +4072,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave outfit's tight straps press into ${his} titanic pregnant belly, forcing flesh and child to painfully bulge between the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} is excruciating.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} gigantic ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} gigantic implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4085,7 +4080,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave outfit's tight straps press into ${his} gigantic pregnant belly, forcing flesh and child to painfully bulge between the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} is excruciating.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} massive ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} massive implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4093,7 +4088,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} massive pregnant belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} causes ${him} more suffering.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4101,7 +4096,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant pregnant belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} causes ${him} more suffering.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4109,7 +4104,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant pregnant belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } } else if (slave.belly >= 60000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} huge ${slave.inflationType}-filled belly, forcing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} huge implant-filled belly, forcing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4121,7 +4116,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} huge pregnant belly. The straps connect to a steel ring encircling ${his} popped navel.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} huge ${slave.inflationType}-filled belly, causing flesh to spill out of the gaps and ${him} squirm with discomfort. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} huge implant-filled belly, causing flesh to spill out of the gaps and ${him} squirm with discomfort. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4131,7 +4126,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} big pregnant belly. The straps connect to a steel ring encircling ${his} popped navel.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} hugely swollen belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} big implant-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4145,7 +4140,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} pregnant belly. The straps connect to a steel ring encircling ${his} popped navel.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} jiggling ${slave.inflationType}-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} implant-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`); @@ -4157,7 +4152,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} implant-rounded belly.`); @@ -4174,7 +4169,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "shibari ropes": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is tightly bound with ropes; they stand no chance of sinking into the bloated orb, and can barely wrap around it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is tightly bound with ropes; they stand no chance of sinking into the bloated orb, and can barely wrap around it.`); @@ -4182,7 +4177,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is tightly bound with ropes. It bulges angrily as they run between the forms of ${his} unborn children, and the ropes can barely wrap around it.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is tightly bound with ropes; they stand no chance at sinking into the bloated orb.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly is tightly bound with ropes; they stand no chance at sinking into the bloated orb.`); @@ -4190,7 +4185,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly is tightly bound with ropes. It bulges angrily as they run between the forms of ${his} unborn children.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`); @@ -4198,7 +4193,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly is tightly bound with ropes; flesh and child bulge angrily from between them. ${His} children shift constantly under the tight bindings.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`); @@ -4206,7 +4201,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly is tightly bound with ropes; flesh and child bulge angrily from between them.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`); @@ -4214,7 +4209,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly is tightly bound with ropes; flesh bulges angrily from between them.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`); @@ -4226,7 +4221,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly is tightly bound with rope.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`); @@ -4236,7 +4231,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly is tightly bound with rope.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly is tightly bound with ropes. It bulges lewdly through the gaps.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`); @@ -4250,7 +4245,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly is tightly bound with rope.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly bound with rope. It bulges lewdly through the gaps.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is tightly bound with rope; flesh bulges angrily from between them.`); @@ -4262,7 +4257,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly is tightly bound with rope.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly bound with rope forcing it to bulge out the gaps.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly is tightly bound with rope; flesh bulges from between them.`); @@ -4282,7 +4277,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon on the brink of popping. Only ${his} popped navel sticking out the front of ${his} belly disrupts the endless smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon on the brink of popping. Only ${his} popped navel sticking out the front of ${his} belly disrupts the endless smoothness.`); @@ -4290,7 +4285,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated, bump coated weather balloon on the brink of popping. ${His} popped navel and clearly defined occupants disrupt the smoothness`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4298,7 +4293,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated, bump coated weather balloon. ${His} popped navel and bulging occupants disrupt the smoothness.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4306,7 +4301,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like a weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4314,7 +4309,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4322,7 +4317,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a big beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a big beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4330,7 +4325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like a big beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } } else if (slave.belly >= 60000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4342,7 +4337,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4352,7 +4347,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon nearing its limit. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon nearing its limit. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4366,7 +4361,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`); @@ -4378,7 +4373,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly greatly bulges under ${his} latex suit.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly greatly bulges under ${his} latex suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly greatly bulges under ${his} latex suit.`); @@ -4397,7 +4392,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4423,7 +4418,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4449,7 +4444,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4475,7 +4470,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4501,7 +4496,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4527,7 +4522,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4553,7 +4548,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4579,7 +4574,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4621,7 +4616,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4655,7 +4650,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4705,7 +4700,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4747,7 +4742,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4802,7 +4797,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4828,7 +4823,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4854,7 +4849,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4880,7 +4875,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4906,7 +4901,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -4932,7 +4927,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4958,7 +4953,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -4984,7 +4979,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5026,7 +5021,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5060,7 +5055,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5110,7 +5105,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5152,7 +5147,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5207,7 +5202,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5233,7 +5228,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5259,7 +5254,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5285,7 +5280,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5311,7 +5306,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5337,7 +5332,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5363,7 +5358,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5389,7 +5384,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5431,7 +5426,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5465,7 +5460,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5515,7 +5510,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5557,7 +5552,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5612,7 +5607,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5638,7 +5633,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5664,7 +5659,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5690,7 +5685,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5716,7 +5711,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -5742,7 +5737,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5768,7 +5763,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5794,7 +5789,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5836,7 +5831,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5870,7 +5865,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5920,7 +5915,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -5962,7 +5957,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6017,7 +6012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -6043,7 +6038,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -6069,7 +6064,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -6095,7 +6090,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -6121,7 +6116,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`); } else if (slave.boobs > 4000) { @@ -6147,7 +6142,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6173,7 +6168,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6199,7 +6194,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6241,7 +6236,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6275,7 +6270,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6325,7 +6320,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6367,7 +6362,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6420,7 +6415,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a nice nurse outfit": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room to hang tremendously.`); } else if (slave.boobs > 4000) { @@ -6446,7 +6441,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room to hang tremendously.`); } else if (slave.boobs > 4000) { @@ -6472,7 +6467,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room to hang heavily.`); } else if (slave.boobs > 4000) { @@ -6498,7 +6493,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room.`); } else if (slave.boobs > 4000) { @@ -6524,7 +6519,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room.`); } else if (slave.boobs > 4000) { @@ -6550,7 +6545,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly peeks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`); } else if (slave.boobs > 4000) { @@ -6592,7 +6587,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s nurse outfit is almost conservative, though ${his} huge pregnant belly hangs out from under ${his} top and forces ${him} to leave ${his} trousers unfastened.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly slightly parts ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`); } else if (slave.boobs > 4000) { @@ -6626,7 +6621,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s nurse outfit is almost conservative, though ${his} big pregnant belly hangs out from under ${his} top, straining the buttons on ${his} trousers.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6676,7 +6671,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s nurse outfit is almost conservative, though ${his} pregnancy hangs out from under ${his} top, slightly obscuring ${his} trousers.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6718,7 +6713,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s nurse outfit is almost conservative, it covers ${his} small pregnant belly completely.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > 12000) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`); } else if (slave.boobs > 4000) { @@ -6773,7 +6768,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6781,7 +6776,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6789,7 +6784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6797,7 +6792,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6805,7 +6800,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6813,7 +6808,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6825,7 +6820,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`); @@ -6835,7 +6830,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress barely clings to ${his} big implant-filled belly, leaving it looking much shorter than it really is.`); @@ -6849,7 +6844,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} implant-filled belly.`); @@ -6861,7 +6856,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} implant-rounded belly.`); @@ -6880,7 +6875,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6888,7 +6883,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6896,7 +6891,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6904,7 +6899,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6912,7 +6907,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6920,7 +6915,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6932,7 +6927,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`); @@ -6942,7 +6937,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`); @@ -6956,7 +6951,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} implant-filled belly.`); @@ -6968,7 +6963,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tunic tightly clings to ${his} implant-rounded belly.`); @@ -6987,7 +6982,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -6995,7 +6990,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7003,7 +6998,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7011,7 +7006,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7019,7 +7014,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7027,7 +7022,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7039,7 +7034,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`); @@ -7049,7 +7044,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`); @@ -7063,7 +7058,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-filled belly.`); @@ -7075,7 +7070,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-rounded belly.`); @@ -7094,7 +7089,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7102,7 +7097,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7110,7 +7105,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7118,7 +7113,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7126,7 +7121,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7134,7 +7129,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7146,7 +7141,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`); @@ -7156,7 +7151,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`); @@ -7170,7 +7165,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-filled belly.`); @@ -7182,7 +7177,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-rounded belly.`); @@ -7201,7 +7196,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7209,7 +7204,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7217,7 +7212,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7225,7 +7220,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7233,7 +7228,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7241,7 +7236,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7253,7 +7248,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`); @@ -7263,7 +7258,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`); @@ -7277,7 +7272,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-filled belly.`); @@ -7289,7 +7284,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s dress tightly clings to ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-rounded belly.`); @@ -7306,7 +7301,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "battlearmor": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`Traditional battle armor would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly. Instead, ${he} wears armor more suited to protecting an industrial tanker truck rather than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized ${slave.inflationType} and special hookups to optimize the value of mobility aids.`); } else if (slave.bellyImplant > 0) { r.push(`Traditional battle armor would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly. Instead, ${he} wears armor more suited to protecting an industrial tanker truck rather than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized implant and special hookups to optimize the value of mobility aids.`); @@ -7314,7 +7309,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`Traditional battle armor would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly. Instead, ${he} wears armor more suited to protecting an industrial tanker truck rather than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized womb and innumerable brood of squirming children, as well as special hookups to optimize the value of mobility aids.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7322,7 +7317,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7330,7 +7325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7338,7 +7333,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7346,7 +7341,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7354,7 +7349,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`); @@ -7366,7 +7361,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s armor tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`); @@ -7376,7 +7371,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s armor tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`); @@ -7390,7 +7385,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s armor tightly clings to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor tightly clings to ${his} implant-filled belly.`); @@ -7402,7 +7397,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s armor tightly clings to ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor tightly clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor tightly clings to ${his} implant-rounded belly.`); @@ -7419,7 +7414,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "Imperial Plate": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`Regular Imperial Plate would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly. Instead, ${he} wears armor more suited to protecting an industrial vehicle than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized ${slave.inflationType} and special hookups to optimize the value of mobility aids.`); } else if (slave.bellyImplant > 0) { r.push(`Regular Imperial Plate would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly. Instead, ${he} wears armor more suited to protecting an industrial vehicle than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized implant and special hookups to optimize the value of mobility aids.`); @@ -7427,7 +7422,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`Regular Imperial Plate would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly. Instead, ${he} wears armor more suited to protecting an industrial vehicle than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized womb and innumerable brood of squirming children, as well as special hookups to optimize the value of mobility aids.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It just barely shows a hint of ${his} monolithic ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It just barely shows a hint of ${his} swollen belly underneath the ultra-heavy armor.`); @@ -7435,7 +7430,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It just barely shows a hint of ${his} monolithic pregnant belly underneath the ultra-heavy armor.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It just barely shows a hint of ${his} titanic ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It just barely shows a hint of ${his} titanic implant-filled belly underneath the ultra-heavy armor.`); @@ -7443,7 +7438,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It just barely shows a hint of ${his} titanic pregnant belly${him} underneath the ultra-heavy armor.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It just barely shows a hint of ${his} gigantic ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It just barely shows a hint of ${his} gigantic implant-filled belly underneath the ultra-heavy armor.`); @@ -7451,7 +7446,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It just barely shows a hint of ${his} gigantic pregnant belly underneath the ultra-heavy armor.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} massive ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} massive implant-filled belly underneath the ultra-heavy armor.`); @@ -7459,7 +7454,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} massive pregnant belly underneath the ultra-heavy armor.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} giant ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} giant implant-filled belly underneath the ultra-heavy armor.`); @@ -7467,7 +7462,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} giant pregnant belly underneath the ultra-heavy armor.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It just barely shows a hint of ${his} huge ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It just barely shows a hint of ${his} huge implant-filled belly underneath the ultra-heavy armor.`); @@ -7479,7 +7474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} huge pregnant belly underneath the ultra-heavy armor.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} huge ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} huge implant-filled belly underneath the ultra-heavy armor.`); @@ -7489,7 +7484,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`); @@ -7503,7 +7498,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} implant-filled belly.`); @@ -7515,7 +7510,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} implant-rounded belly.`); @@ -7534,7 +7529,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge tremendously.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge tremendously.`); @@ -7542,7 +7537,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} silk panties. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge massively.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge massively.`); @@ -7550,7 +7545,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} silk panties. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`); @@ -7558,7 +7553,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} silk panties. ${His} children appreciate the space granted by ${his} exposed middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`); @@ -7566,7 +7561,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} silk panties and takes full advantage of its freedom to bulge hugely.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hides ${his} silk panties and bulges heavily from ${his} body.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly hides ${his} silk panties and bulges heavily from ${his} body.`); @@ -7578,7 +7573,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly almost hides ${his} silk panties.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly almost hides ${his} silk panties.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly almost hides ${his} silk panties.`); @@ -7588,7 +7583,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly hides most of ${his} silk panties.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s big ${slave.inflationType}-filled belly hides most of ${his} silk panties.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly hides most of ${his} silk panties.`); @@ -7602,7 +7597,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly obscures ${his} silk panties' fabric cat ears.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly obscures ${his} silk panties' fabric cat ears.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly obscures ${his} silk panties' fabric cat ears.`); @@ -7614,7 +7609,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly bulges above ${his} silk panties.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly rests above ${his} silk panties.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly bulges above ${his} silk panties.`); @@ -7633,7 +7628,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly protrudes from over the top of ${his} monokini, which has been fully pushed down by the mass.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly protrudes from over the top of ${his} monokini, which has been fully pushed down by the mass.`); @@ -7641,7 +7636,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monokini shows off every kick and movement within ${his} monolithic bulging pregnant belly. ${His} monolithic squirming belly protrudes from over the top of the swimsuit, which has been pushed down by the mass.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly has pushed down the front of ${his} monokini, leaving ${his} belly mostly bare.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly has pushed down the front of ${his} monokini, leaving ${his} belly mostly bare.`); @@ -7649,7 +7644,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly has pushed down the front of ${his} monokini, leaving ${his} belly mostly bare.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini can only cover a fraction of ${his} gigantic ${slave.inflationType}-filled belly, which rests on top of the swimsuit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini can only cover a fraction of ${his} gigantic implant-filled belly, which rests on top of the swimsuit.`); @@ -7657,7 +7652,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monokini can only cover a fraction of ${his} gigantic pregnant belly, which rests on top of the swimsuit.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} massive ${slave.inflationType}-filled belly. The swimsuit has been pushed down to well below ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} massive implant-filled belly. The swimsuit has been pushed down to well below ${his} popped navel.`); @@ -7665,7 +7660,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monokini shows off every kick and movement within ${his} massive pregnant belly. The swimsuit has been pushed down to well below ${his} popped navel.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} giant ${slave.inflationType}-filled belly. The swimsuit has been pushed down to below ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} giant implant-filled belly. The swimsuit has been pushed down to below ${his} popped navel.`); @@ -7673,7 +7668,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monokini shows off every kick and movement within ${his} giant pregnant belly. The swimsuit has been pushed down to below ${his} popped navel.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} huge ${slave.inflationType}-filled belly. The swimsuit has been pushed down to just below ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} huge implant-filled belly. The swimsuit has been pushed down to just below ${his} popped navel.`); @@ -7685,7 +7680,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s monokini shows off the curvature of ${his} big pregnant belly. The swimsuit has been pushed down to just above ${his} popped navel.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini overs less than half of ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini overs less than half of ${his} implant-filled belly.`); @@ -7695,7 +7690,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s monokini overs only half of ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini overs only half of ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini overs only half of ${his} implant-filled belly.`); @@ -7709,7 +7704,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s monokini covers most of ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini covers most of ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini covers most of ${his} implant-filled belly.`); @@ -7721,7 +7716,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s monokini covers all of ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monokini covers all of ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monokini covers all of ${his} implant-filled belly.`); @@ -7740,7 +7735,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} monolithic implant-filled belly.`); @@ -7748,7 +7743,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} titanic implant-filled belly.`); @@ -7756,7 +7751,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} gigantic implant-filled belly.`); @@ -7764,7 +7759,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} massive implant-filled belly.`); @@ -7772,7 +7767,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} giant implant-filled belly.`); @@ -7780,7 +7775,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} giant pregnant belly.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} huge implant-filled belly.`); @@ -7792,7 +7787,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The strings of ${slave.slaveName}'s apron struggle to stay tied due to the size of ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The strings of ${slave.slaveName}'s apron struggle to stay tied due to the size of ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The strings of ${slave.slaveName}'s apron struggle to stay tied due to the size of ${his} implant-filled belly.`); @@ -7802,7 +7797,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s apron is pushed away from ${his} body by ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s apron is pushed away from ${his} body by ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s apron is pushed away from ${his} body by ${his} huge implant-filled belly.`); @@ -7816,7 +7811,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s apron is filled out by ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s apron is filled out by ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s apron is filled out by ${his} implant-filled belly.`); @@ -7828,7 +7823,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s apron is rounded out by ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s apron is rounded out by ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s apron is rounded out by ${his} implant-rounded belly.`); @@ -7848,7 +7843,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tent-like abaya is still strained from the sheer size of ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tent-like abaya is still strained from the sheer size of ${his} monolithic implant-filled belly.`); @@ -7856,7 +7851,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s tent-like abaya is still strained from the sheer size of ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya only manages to cover ${his} titanic ${slave.inflationType}-filled belly with major extensions to the material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya only manages to cover ${his} titanic implant-filled belly with major extensions to the material.`); @@ -7864,7 +7859,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s abaya only manages to cover ${his} titanic pregnant belly with major extensions to the material.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya drapes itself over the sides of ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya drapes itself over the sides of ${his} gigantic implant-filled belly.`); @@ -7872,7 +7867,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s abaya drapes itself over the sides of ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya has been severely lengthened to ensure that ${his} massive ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya has been severely lengthened to ensure that ${his} massive implant-filled belly is fully covered.`); @@ -7880,7 +7875,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s abaya has been severely lengthened to ensure that ${his} massive pregnant belly is fully covered.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya has been severely widened to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya has been severely widened to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -7888,7 +7883,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s abaya has been severely widened to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya lies completely taut on ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya lies completely taut on ${his} huge implant-filled belly.`); @@ -7900,7 +7895,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s abaya is straining to contain ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya is straining to contain ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya is straining to contain ${his} huge implant-filled belly.`); @@ -7910,7 +7905,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s abaya is filled by ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya is filled by ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya is filled by ${his} implant-filled belly.`); @@ -7924,7 +7919,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s abaya is filled out by ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya is filled out by ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya is filled out by ${his} implant-filled belly.`); @@ -7936,7 +7931,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s abaya bulges with ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s abaya bulges with ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s abaya bulges with ${his} implant-rounded belly.`); @@ -7955,7 +7950,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s robe has been stretched so thin by ${his} monolithic ${slave.inflationType}-swollen belly, it's now ironically much more comfortable to wear.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s robe has been stretched so thin by ${his} monolithic implant-filled belly, it's now ironically much more comfortable to wear.`); @@ -7963,7 +7958,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s robe has been stretched so thin by ${his} monolithic pregnant belly, it's now ironically much more comfortable to wear.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s robes are stretching itself thin to cover ${his} titanic ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s robes are stretching itself thin to cover ${his} titanic implant-filled belly.`); @@ -7971,7 +7966,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s robes are stretching itself thin to cover ${his} titanic bulging pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The heavy fabric of ${slave.slaveName}'s robes are starting to chafe the sensitive skin of ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The heavy fabric of ${slave.slaveName}'s robes are starting to chafe the sensitive skin of ${his} gigantic implant-filled belly.`); @@ -7979,7 +7974,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The heavy fabric of ${slave.slaveName}'s robes are starting to chafe the sensitive skin of ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s robes have been given numerous extensions in order to properly cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s robes have been given numerous extensions in order to properly cover ${his} massive implant-filled belly.`); @@ -7987,7 +7982,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s robes have been given numerous extensions in order to properly cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s robes are straining to cover ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s robes are straining to cover ${his} giant implant-filled belly.`); @@ -7995,7 +7990,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s robes are straining to cover ${his} giant pregnant belly.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The heavy fabric of ${slave.slaveName}'s robes lie taut against ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The heavy fabric of ${slave.slaveName}'s robes lie taut against ${his} huge implant-filled belly.`); @@ -8007,7 +8002,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s robes are filled out by ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s robes are filled out by ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s robes are filled out by ${his} huge implant-filled belly.`); @@ -8017,7 +8012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s robes are noticeably rounded out by ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s robes are noticeably rounded out by ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s robes are noticeably rounded out by ${his} huge implant-filled belly.`); @@ -8031,7 +8026,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s robes, thanks to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s robes, thanks to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s robes, thanks to ${his} implant-filled belly.`); @@ -8043,7 +8038,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s robes bulge with ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s robes show no sign of ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s robes show no sign of ${his} implant-rounded belly.`); @@ -8062,7 +8057,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burqa has been stretched so thin by ${his} monolithic ${slave.inflationType}-swollen belly, it's now ironically much more comfortable to wear.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burqa has been stretched so thin by ${his} monolithic implant-filled belly, it's now ironically much more comfortable to wear.`); @@ -8070,7 +8065,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s burqa has been stretched so thin by ${his} monolithic pregnant belly, it's now ironically much more comfortable to wear.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burqa is stretching itself thin to cover ${his} titanic ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burqa is stretching itself thin to cover ${his} titanic implant-filled belly.`); @@ -8078,7 +8073,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s burqa is stretching itself thin to cover ${his} titanic bulging pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The heavy fabric of ${slave.slaveName}'s burqa is starting to chafe the sensitive skin of ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The heavy fabric of ${slave.slaveName}'s burqa is starting to chafe the sensitive skin of ${his} gigantic implant-filled belly.`); @@ -8086,7 +8081,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The heavy fabric of ${slave.slaveName}'s burqa is starting to chafe the sensitive skin of ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burqa has been given numerous extensions in order to properly cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burqa has been given numerous extensions in order to properly cover ${his} massive implant-filled belly.`); @@ -8094,7 +8089,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s burqa has been given numerous extensions in order to properly cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burqa is straining to cover ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burqa is straining to cover ${his} giant implant-filled belly.`); @@ -8102,7 +8097,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s burqa is straining to cover ${his} giant pregnant belly.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The heavy fabric of ${slave.slaveName}'s burqa lies taut against ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The heavy fabric of ${slave.slaveName}'s burqa lies taut against ${his} huge implant-filled belly.`); @@ -8114,7 +8109,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s burqa is filled out by ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burqa is filled out by ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burqa is filled out by ${his} huge implant-filled belly.`); @@ -8124,7 +8119,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s burqa is noticeably rounded out by ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burqa is noticeably rounded out by ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burqa is noticeably rounded out by ${his} huge implant-filled belly.`); @@ -8138,7 +8133,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s burqa, thanks to ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s burqa, thanks to ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s burqa, thanks to ${his} implant-filled belly.`); @@ -8150,7 +8145,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s abaya bulges with ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burqa shows no sign of ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burqa shows no sign of ${his} implant-rounded belly.`); @@ -8170,7 +8165,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s outfit lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s outfit lies taut across ${his} monolithic implant-filled belly.`); @@ -8178,7 +8173,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s outfit lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -8186,7 +8181,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s outfit has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The tunic ${slave.slaveName}'s outfit can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The tunic ${slave.slaveName}'s outfit can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`); @@ -8194,7 +8189,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The tunic ${slave.slaveName}'s outfit can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} outfit has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} outfit has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -8202,7 +8197,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} outfit has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -8210,7 +8205,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s outfit's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s outfit lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s outfit lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -8222,7 +8217,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName}'s outfit is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s outfit is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s outfit is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -8232,7 +8227,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName}'s outfit is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s outfit is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s outfit is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -8246,7 +8241,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s outfit bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit bulges significantly from ${his} implant-filled belly.`); @@ -8258,7 +8253,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s outfit gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit gently bulges from ${his} implant-rounded belly.`); @@ -8296,7 +8291,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} monolithic implant-filled belly.`); @@ -8304,7 +8299,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit completely bares ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit completely bares ${his} titanic implant-filled belly.`); @@ -8312,7 +8307,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s outfit completely bares ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The tunic ${slave.slaveName}'s outfit completely bares ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The tunic ${slave.slaveName}'s outfit completely bares ${his} gigantic implant-filled belly.`); @@ -8320,7 +8315,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The tunic ${slave.slaveName}'s outfit completely bares ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} outfit completely bares ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} outfit completely bares ${his} massive implant-filled belly.`); @@ -8328,7 +8323,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} outfit completely bares ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit completely bares ${his} popped navel, ensuring that ${his} giant ${slave.inflationType}-filled belly is fully visible.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit completely bares ${his} popped navel, ensuring that ${his} giant implant-filled belly is fully visible.`); @@ -8336,7 +8331,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s outfit completely bares ${his} popped navel, ensuring that ${his} giant pregnant belly is fully visible.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} huge implant-filled belly.`); @@ -8348,7 +8343,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge implant-filled belly.`); @@ -8358,7 +8353,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge implant-filled belly.`); @@ -8372,7 +8367,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s outfit completely bares ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit completely bares ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit completely bares ${his} implant-filled belly.`); @@ -8384,7 +8379,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s outfit completely bares ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s outfit completely bares ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s outfit completely bares ${his} implant-rounded belly.`); @@ -8403,7 +8398,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s swimsuit lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s swimsuit lies taut across ${his} monolithic implant-filled belly.`); @@ -8411,7 +8406,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s swimsuit lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s swimsuit has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s swimsuit has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -8419,7 +8414,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s swimsuit has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The ${slave.slaveName}'s swimsuit can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} swimsuit has been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The ${slave.slaveName}'s swimsuit can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} swimsuit has been widened to pick up the slack.`); @@ -8427,7 +8422,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The ${slave.slaveName}'s swimsuit can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} swimsuit has been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} swimsuit has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} swimsuit has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -8435,7 +8430,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} swimsuit has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s swimsuit has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s swimsuit has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -8443,7 +8438,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s swimsuit has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s swimsuit lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s swimsuit lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -8455,7 +8450,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName}'s swimsuit is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s swimsuit is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s swimsuit is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -8465,7 +8460,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName}'s swimsuit is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s swimsuit is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s swimsuit is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -8479,7 +8474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s swimsuit bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s swimsuit bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s swimsuit bulges significantly from ${his} implant-filled belly.`); @@ -8491,7 +8486,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s swimsuit gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s swimsuit gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s swimsuit gently bulges from ${his} implant-rounded belly.`); @@ -8512,7 +8507,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s sweater lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s sweater lies taut across ${his} monolithic implant-filled belly.`); @@ -8520,7 +8515,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s sweater lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s sweater has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s sweater has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -8528,7 +8523,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s sweater has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The ${slave.slaveName}'s sweater can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} sweater has been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The ${slave.slaveName}'s sweater can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} sweater has been widened to pick up the slack.`); @@ -8536,7 +8531,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The ${slave.slaveName}'s sweater can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} sweater has been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} sweater has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} sweater has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -8544,7 +8539,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} sweater has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s sweater has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s sweater has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -8552,7 +8547,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s sweater has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s sweater lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s sweater lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -8564,7 +8559,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName}'s sweater is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s sweater is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s sweater is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -8574,7 +8569,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName}'s sweater is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s sweater is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s sweater is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -8588,7 +8583,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s sweater bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s sweater bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s sweater bulges significantly from ${his} implant-filled belly.`); @@ -8600,7 +8595,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s sweater gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s sweater gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s sweater gently bulges from ${his} implant-rounded belly.`); @@ -8619,7 +8614,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies taut across ${his} monolithic implant-filled belly.`); @@ -8627,7 +8622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s uniform's shirt has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s uniform's shirt has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -8635,7 +8630,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s uniform's shirt has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The shirt ${slave.slaveName}'s uniform can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The shirt ${slave.slaveName}'s uniform can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`); @@ -8643,7 +8638,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The shirt ${slave.slaveName}'s uniform can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} uniform's shirt has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} uniform's shirt has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -8651,7 +8646,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} uniform's shirt has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s uniform's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s uniform's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -8659,7 +8654,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s uniform's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -8671,7 +8666,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The shirt of ${slave.slaveName}'s uniform is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The shirt of ${slave.slaveName}'s uniform is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The shirt of ${slave.slaveName}'s uniform is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -8681,7 +8676,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The shirt of ${slave.slaveName}'s uniform is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The shirt of ${slave.slaveName}'s uniform is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The shirt of ${slave.slaveName}'s uniform is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -8695,7 +8690,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s uniform bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s uniform bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s uniform bulges significantly from ${his} implant-filled belly.`); @@ -8707,7 +8702,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s uniform gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s uniform gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s uniform gently bulges from ${his} implant-rounded belly.`); @@ -8726,7 +8721,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s hanbok lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s hanbok lies taut across ${his} monolithic implant-filled belly.`); @@ -8734,7 +8729,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s hanbok lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hanbok has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s hanbok has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -8742,7 +8737,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s hanbok has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The ${slave.slaveName}'s hanbok can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} hanbok has been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The ${slave.slaveName}'s hanbok can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} hanbok has been widened to pick up the slack.`); @@ -8750,7 +8745,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The ${slave.slaveName}'s hanbok can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} hanbok has been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} hanbok has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} hanbok has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -8758,7 +8753,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} hanbok has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hanbok has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s hanbok has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -8766,7 +8761,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s hanbok has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s hanbok lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s hanbok lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -8778,7 +8773,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName}'s hanbok is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s hanbok is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s hanbok is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -8788,7 +8783,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName}'s hanbok is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s hanbok is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s hanbok is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -8802,7 +8797,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s hanbok bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hanbok bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s hanbok bulges significantly from ${his} implant-filled belly.`); @@ -8814,7 +8809,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s hanbok gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hanbok gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s hanbok gently bulges from ${his} implant-rounded belly.`); @@ -8833,7 +8828,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s dress lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s dress lies taut across ${his} monolithic implant-filled belly.`); @@ -8841,7 +8836,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s dress lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -8849,7 +8844,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The ${slave.slaveName}'s dress can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} dress has been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The ${slave.slaveName}'s dress can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} dress has been widened to pick up the slack.`); @@ -8857,7 +8852,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The ${slave.slaveName}'s dress can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} dress has been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} dress has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} dress has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -8865,7 +8860,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} dress has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -8873,7 +8868,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s dress lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s dress lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -8885,7 +8880,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName}'s dress is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s dress is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s dress is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -8895,7 +8890,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName}'s dress is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s dress is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s dress is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -8909,7 +8904,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s dress bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress bulges significantly from ${his} implant-filled belly.`); @@ -8921,7 +8916,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s dress gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress gently bulges from ${his} implant-rounded belly.`); @@ -8941,7 +8936,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName} tank-top lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName} tank-top lies taut across ${his} monolithic implant-filled belly.`); @@ -8949,7 +8944,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName} tank-top lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} tank-top has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} tank-top has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -8957,7 +8952,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} tank-top has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The ${slave.slaveName} tank-top can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The ${slave.slaveName} tank-top can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`); @@ -8965,7 +8960,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The ${slave.slaveName} tank-top can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} tank-top has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} tank-top has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -8973,7 +8968,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} tank-top has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} tank-top pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} tank-top pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -8981,7 +8976,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} tank-top pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName} tank-top lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName} tank-top lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -8993,7 +8988,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName} tank-top is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName} tank-top is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName} tank-top is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -9003,7 +8998,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName} tank-top is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName} tank-top is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName} tank-top is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -9017,7 +9012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName} tank-top bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName} tank-top bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} tank-top bulges significantly from ${his} implant-filled belly.`); @@ -9029,7 +9024,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName} tank-top gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName} tank-top gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} tank-top gently bulges from ${his} implant-rounded belly.`); @@ -9056,7 +9051,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s shirt lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s shirt lies taut across ${his} monolithic implant-filled belly.`); @@ -9064,7 +9059,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s shirt lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s shirt has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s shirt has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -9072,7 +9067,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s shirt has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s shirt can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s shirt can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`); @@ -9080,7 +9075,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s shirt can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} shirt has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} shirt has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -9088,7 +9083,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} shirt has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s shirt's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s shirt's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -9096,7 +9091,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s shirt's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s shirt lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s shirt lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -9108,7 +9103,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The bottom of ${slave.slaveName}'s shirt is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s shirt is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s shirt is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -9118,7 +9113,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The bottom of ${slave.slaveName}'s shirt is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s shirt is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s shirt is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -9132,7 +9127,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s shirt bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s shirt bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s shirt bulges significantly from ${his} implant-filled belly.`); @@ -9144,7 +9139,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s shirt gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s shirt gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s shirt gently bulges from ${his} implant-rounded belly.`); @@ -9163,7 +9158,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies taut across ${his} monolithic implant-filled belly.`); @@ -9171,7 +9166,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies taut across ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burkini's tunic has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burkini's tunic has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`); @@ -9179,7 +9174,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s burkini's tunic has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The tunic ${slave.slaveName}'s burkini can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`); } else if (slave.bellyImplant > 0) { r.push(`The tunic ${slave.slaveName}'s burkini can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`); @@ -9187,7 +9182,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The tunic ${slave.slaveName}'s burkini can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} burkini's tunic has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} burkini's tunic has been let out a great deal to cover ${his} massive implant-filled belly.`); @@ -9195,7 +9190,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} burkini's tunic has been let out a great deal to cover ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burkini's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burkini's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`); @@ -9203,7 +9198,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s burkini's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies at crotch-level due to ${his} huge implant-filled belly.`); @@ -9215,7 +9210,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`The fabric of ${slave.slaveName}'s burkini is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s burkini is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s burkini is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`); @@ -9225,7 +9220,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`The fabric of ${slave.slaveName}'s burkini is slightly pushed up thanks to ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The fabric of ${slave.slaveName}'s burkini is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fabric of ${slave.slaveName}'s burkini is slightly pushed up thanks to ${his} huge implant-filled belly.`); @@ -9239,7 +9234,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s burkini bulges significantly from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burkini bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burkini bulges significantly from ${his} implant-filled belly.`); @@ -9251,7 +9246,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s burkini gently bulges from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s burkini gently bulges from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s burkini gently bulges from ${his} implant-rounded belly.`); @@ -9270,7 +9265,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} monolithic ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} monolithic implant-filled belly.`); @@ -9278,7 +9273,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} monolithic pregnant belly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} titanic implant-filled belly.`); @@ -9286,7 +9281,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} titanic bulging pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} gigantic implant-filled belly.`); @@ -9294,7 +9289,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} massive ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} massive implant-filled belly.`); @@ -9302,7 +9297,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`Thanks to ${his} giant ${slave.inflationType}-swollen belly, ${slave.slaveName}'s skirt rests comfortably on top of ${his} popped navel.`); } else if (slave.bellyImplant > 0) { r.push(`Thanks to ${his} giant implant-filled belly, ${slave.slaveName}'s skirt rests comfortably on top of ${his} popped navel.`); @@ -9310,7 +9305,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`Thanks to ${his} giant pregnant belly ${slave.slaveName}'s skirt rests comfortably on top of ${his} popped navel.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s skirt has been retrofitted with a large elastic band to accommodate ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s skirt has been retrofitted with a large elastic band to accommodate ${his} huge implant-filled belly.`); @@ -9322,7 +9317,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s shirts are straining to contain ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s shirts are straining to contain ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s shirts are straining to contain ${his} huge implant-filled belly.`); @@ -9332,7 +9327,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName} has trouble pulling ${his} skirt up to fit around ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName} has trouble pulling ${his} skirt up to fit around ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} has trouble pulling ${his} skirt up to fit around ${his} huge implant-filled belly.`); @@ -9346,7 +9341,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s skirt is slightly pushed down by ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s skirt is slightly pushed down by ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s skirt is slightly pushed down by ${his} implant-filled belly.`); @@ -9358,7 +9353,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s blouse and skirt bulge from ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s blouse and skirt bulge from ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s blouse and skirt bulge from ${his} implant-rounded belly.`); @@ -9377,7 +9372,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge tremendously.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge tremendously.`); @@ -9385,7 +9380,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} lacy g-string. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge massively.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge massively.`); @@ -9393,7 +9388,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} lacy g-string. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`); @@ -9401,7 +9396,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} lacy g-string. ${His} children appreciate the space granted by ${his} exposed middle.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`); @@ -9409,7 +9404,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} lacy g-string and takes full advantage of its freedom to bulge hugely.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and bulges heavily from ${his} body.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly completely hides ${his} lacy g-string and bulges heavily from ${his} body.`); @@ -9421,7 +9416,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly completely hides ${his} lacy g-string.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly completely hides ${his} lacy g-string.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly completely hides ${his} lacy g-string.`); @@ -9431,7 +9426,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly hides ${his} lacy g-string.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s lacy g-string tightly hugs the base of ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly hides ${his} lacy g-string.`); @@ -9445,7 +9440,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s lacy g-string tightly hugs the base of ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly hides ${his} lacy g-string.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s lacy g-string tightly hugs the base of ${his} implant-filled belly.`); @@ -9457,7 +9452,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly bulges above ${his} lacy g-string.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly rests above ${his} lacy g-string.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly bulges above ${his} lacy g-string.`); @@ -9476,7 +9471,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic pregnant belly sticks far out of ${his} corset, which is just barely laced above it and straining to hold together under the ever increasing pressure.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly sticks far out of ${his} corset, which is just barely laced above it and straining to hold together from the sheer size of ${him}.`); @@ -9484,7 +9479,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly sticks far out of ${his} corset, which is just barely laced above it and straining to hold together under the ever increasing pressure.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly sticks far out of ${his} corset, which is barely laced above it as best ${he} can manage.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly sticks far out of ${his} corset, which is barely laced above it as best ${he} can manage.`); @@ -9492,7 +9487,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly sticks far out of ${his} corset, which is barely laced above it as best ${he} can manage.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly sticks far out of ${his} corset, which is laced above it as best ${he} can manage.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly sticks far out of ${his} corset, which is laced above it as best ${he} can manage.`); @@ -9500,7 +9495,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly sticks far out of ${his} corset, which is laced above it as best ${he} can manage.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); @@ -9508,7 +9503,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-filled pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); @@ -9520,7 +9515,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`); @@ -9530,7 +9525,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly sticks out of ${his} corset, which is laced above and below it as best ${he} can manage.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly sticks out of ${his} corset, which is laced above and below it as best ${he} can manage.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly sticks out of ${his} corset, which is laced above and below it as best ${he} can manage.`); @@ -9544,7 +9539,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly sticks out of ${his} corset, which is laced above and below it.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly sticks out of ${his} corset, which is laced above and below it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly sticks out of ${his} corset, which is laced above and below it.`); @@ -9556,7 +9551,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly peeks out of ${his} corset, which is laced above and below it.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly peeks out of ${his} corset, which is laced above and below it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly peeks out of ${his} corset, which is laced above and below it.`); @@ -9575,7 +9570,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} monolithic ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} monolithic implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); @@ -9583,7 +9578,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} monolithic pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} straining stomach.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} titanic ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} titanic implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); @@ -9591,7 +9586,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} titanic pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} bulging stomach.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} gigantic ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} gigantic implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); @@ -9599,7 +9594,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} gigantic pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} squirming stomach.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} massive ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} massive implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); @@ -9607,7 +9602,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} massive pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} giant ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} giant implant-filled belly, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); @@ -9615,7 +9610,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} giant pregnant belly, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that also fails to cover anything. It rests meekly on top of ${his} stomach, accomplishing little.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge implant-filled belly, but the outfit includes a thin white blouse that also fails to cover anything. It rests meekly on top of ${his} stomach, accomplishing little.`); @@ -9627,7 +9622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge pregnant belly, but the outfit includes a thin white blouse that, when stretched, only manages to cover half of ${his} stomach.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that, when stretched, only manages to cover half of ${his} stomach. ${He} can do little to stop it from frequently riding up the rest of the way, however.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge implant-filled belly, but the outfit includes a thin white blouse that, when stretched, only manages to cover half of ${his} stomach. ${He} can do little to stop it from frequently riding up the rest of the way, however.`); @@ -9637,7 +9632,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} big pregnant belly, but the outfit includes a thin white blouse that, when stretched, barely manages to contain ${his} stomach.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} hugely swollen belly, but the outfit includes a thin white blouse that, when stretched, barely manages to contain ${his} swollen stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} big implant-filled belly, but the outfit includes a thin white blouse that, when stretched, barely manages to contain ${his} stomach.`); @@ -9651,7 +9646,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} pregnant belly, but the outfit includes a thin white blouse that tightly hugs ${his} stomach.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} jiggling ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that tightly hugs ${his} bloated stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress fails to cover ${his} implant-filled belly, but the outfit includes a thin white blouse that tightly hugs ${his} stomach.`); @@ -9663,7 +9658,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s maid dress is slightly distended by ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is slightly distended by ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is slightly distended by ${his} implant-rounded belly.`); @@ -9682,7 +9677,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} monolithic ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and barely covers the middle of ${his} swell.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} monolithic implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and barely covers the middle of ${his} swell.`); @@ -9690,7 +9685,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} monolithic pregnant belly thoroughly, though it does nothing to hide ${his} popped navel and bulging brood, nor how large ${he} has become. ${His} apron can't handle its width and barely covers the middle of ${his} swell.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} titanic ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} titanic implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`); @@ -9698,7 +9693,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} titanic pregnant belly thoroughly, though it does nothing to hide ${his} popped navel and bulging brood, nor how large ${he} has become. ${His} apron can't handle its width and only covers the middle of ${his} swell.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} gigantic ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} gigantic implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`); @@ -9706,7 +9701,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} gigantic pregnant belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} has grown. ${His} apron can't handle its width and only covers the middle of ${his} swell.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} massive ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} massive implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`); @@ -9714,7 +9709,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} massive pregnant belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} has grown.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} giant ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} giant implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`); @@ -9722,7 +9717,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} giant pregnant belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} has grown.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative. It barely covers ${his} giant seam splitting ${slave.inflationType}-filled belly, though it cannot hide ${his} popped navel, poking through the front.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative. It barely covers ${his} giant seam splitting implant-filled belly, though it cannot hide ${his} popped navel, poking through the front.`); @@ -9734,7 +9729,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} huge pregnant belly completely, though it cannot hide ${his} popped navel, poking through the front.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} huge ${slave.inflationType}-filled belly completely, though it cannot hide ${his} popped navel, poking through the front.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} huge implant-filled belly completely, though it cannot hide ${his} popped navel, poking through the front.`); @@ -9744,7 +9739,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} big pregnant belly completely, though it cannot hide ${his} popped navel, poking through the front.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} hugely swollen belly completely, but does nothing to hide its size and shape.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} big implant-filled belly completely, though it cannot hide ${his} popped navel, poking through the front.`); @@ -9758,7 +9753,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} pregnant belly completely, but does nothing to hide just how large it is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} jiggling ${slave.inflationType}-filled belly completely, but does nothing to hide its size and motion.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} implant-filled belly completely, but does nothing to hide just how large it is.`); @@ -9770,7 +9765,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} small belly completely.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} ${slave.inflationType}-swollen belly completely.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} implant-rounded belly completely.`); @@ -9789,7 +9784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} monolithic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} monolithic implant-filled belly.`); @@ -9797,7 +9792,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} monolithic pregnant belly. ${His} children greatly appreciate the freedom, even though its still quite cramped.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} titanic implant-filled belly.`); @@ -9805,7 +9800,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} titanic pregnant belly. ${His} children appreciate the freedom.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} gigantic implant-filled belly.`); @@ -9813,7 +9808,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} massive implant-filled belly.`); @@ -9821,7 +9816,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} giant implant-filled belly.`); @@ -9833,7 +9828,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} huge implant-filled belly.`); @@ -9843,7 +9838,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} big implant-filled belly.`); @@ -9857,7 +9852,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} implant-filled belly.`); @@ -9869,7 +9864,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s latex habit's corset struggles to hold ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s latex habit's corset struggles to hold ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s latex habit's corset struggles to hold ${his} implant-rounded belly.`); @@ -9888,7 +9883,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, implant-filled belly stretches ${his} habit to the limit and looks absolutely blasphemous. The coarse cloth aggravates ${his} straining, very sensitive skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic, implant-filled belly stretches ${his} habit to the limit and looks absolutely blasphemous. The coarse cloth aggravates ${his} straining, very sensitive skin.`); @@ -9896,7 +9891,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly stretches ${his} habit to the limit and looks absolutely blasphemous. The coarse cloth aggravates ${his} straining, very sensitive skin; doubly so, as ${his} distress causes ${his} babies to squirm as much as they can in ${his} cramped womb.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic implant-filled belly stretches ${his} habit and looks absolutely blasphemous. The coarse cloth aggravates ${his} overly taut, very sensitive skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly stretches ${his} habit and looks absolutely blasphemous. The coarse cloth aggravates ${his} overly taut, very sensitive skin.`); @@ -9904,7 +9899,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly stretches ${his} habit and looks absolutely blasphemous. The coarse cloth aggravates ${his} overly taut, very sensitive skin; doubly so, as ${his} distress causes ${his} babies to begin squirming.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic implant-filled belly completely fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly completely fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`); @@ -9912,7 +9907,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly completely fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin; doubly so, as ${his} distress causes ${his} babies to begin squirming.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive implant-filled belly fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`); @@ -9920,7 +9915,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit bearing such a giant implant-filled belly. The coarse cloth aggravates ${his} sensitive overly stretched skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit bearing such a giant implant-filled belly. The coarse cloth aggravates ${his} sensitive overly stretched skin.`); @@ -9932,7 +9927,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a huge jiggling ${slave.inflationType}-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a huge implant-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`); @@ -9942,7 +9937,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a hugely swollen belly. The coarse cloth aggravates ${his} sensitive stretched skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a big implant-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`); @@ -9956,7 +9951,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with a pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with a jiggling ${slave.inflationType}-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with an implant-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`); @@ -9968,7 +9963,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s habit gently bulges from ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s habit gently bulges from ${his} ${slave.inflationType}-swollen belly. The coarse cloth aggravates ${his} sensitive skin.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s habit gently bulges from ${his} implant-rounded belly. The coarse cloth aggravates ${his} sensitive skin.`); @@ -9987,7 +9982,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress's belt can no longer cross all of ${his} monolithic ${slave.inflationType}-filled belly, let alone ${his} whole body.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress's belt can no longer cross all of ${his} monolithic implant-filled belly, let alone ${his} whole body.`); @@ -9995,7 +9990,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress's belt can no longer cross all of ${his} monolithic pregnant belly, let alone ${his} whole body.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s dress is turning taut due to ${his} titanic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s dress is turning taut due to ${his} titanic implant-filled belly.`); @@ -10003,7 +9998,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The bottom of ${slave.slaveName}'s dress is turning taut due to ${his} titanic pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The fur trim on ${slave.slaveName}'s dress appears ragged from being stretched by ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The fur trim on ${slave.slaveName}'s dress appears ragged from being stretched by ${his} gigantic implant-filled belly.`); @@ -10011,7 +10006,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The fur trim on ${slave.slaveName}'s dress appears ragged from being stretched by ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The thick fabric of ${slave.slaveName}'s dress is stretched thin over ${his} massive ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The thick fabric of ${slave.slaveName}'s dress is stretched thin over ${his} massive implant-filled belly.`); @@ -10019,7 +10014,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`The thick fabric of ${slave.slaveName}'s dress is stretched thin over ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s dress's belt has been glued to it, rather than try to actually encircle ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s dress's belt has been glued to it, rather than try to actually encircle ${his} giant implant-filled belly.`); @@ -10027,7 +10022,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s dress's belt has been glued to it, rather than try to actually encircle ${his} giant pregnant belly.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The bottom of ${slave.slaveName}'s huge ${slave.inflationType}-filled belly is stretching ${his} dress's belt to its breaking point.`); } else if (slave.bellyImplant > 0) { r.push(`The bottom of ${slave.slaveName}'s huge implant-filled belly is stretching ${his} dress's belt to its breaking point.`); @@ -10039,7 +10034,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s leather belt can only just barely fit around ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s leather belt can only just barely fit around ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s leather belt can only just barely fit around ${his} huge implant-filled belly.`); @@ -10049,7 +10044,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s belt is struggling to fully encircle ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s belt is struggling to fully encircle ${his} hugely ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s belt is struggling to fully encircle ${his} huge implant-filled belly.`); @@ -10063,7 +10058,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`The belt on ${slave.slaveName}'s dress has been loosened to accommodate the significant bulge of ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The belt on ${slave.slaveName}'s dress has been loosened to accommodate the significant bulge of ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The belt on ${slave.slaveName}'s dress has been loosened to accommodate the significant bulge of ${his} implant-filled belly.`); @@ -10075,7 +10070,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`The belt of ${slave.slaveName}'s dress lies atop the gentle bulge of ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`The belt of ${slave.slaveName}'s dress lies atop the gentle bulge of ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`The belt of ${slave.slaveName}'s dress lies atop the gentle bulge of ${his} implant-rounded belly.`); @@ -10092,7 +10087,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "overalls": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s megalithic breasts keep ${his} overalls away from ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends from behind the straining garment.`); } else { @@ -10112,7 +10107,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s immense breasts push out ${his} overalls away from ${his} monolithic ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends from behind the overstretched garment.`); } else { @@ -10132,7 +10127,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s gargantuan breasts push out ${his} overalls away from ${his} titanic ${slave.inflationType}-filled belly but do little to hide its size as it spills out from behind the stretched garment.`); } else { @@ -10152,7 +10147,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s tremendous breasts push out ${his} overalls away from ${his} gigantic ${slave.inflationType}-filled belly but do little to hide its size as it bulges out from behind the taut garment.`); } else { @@ -10172,7 +10167,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s monolithic breasts push out ${his} overalls away from ${his} massive ${slave.inflationType}-filled belly but do little to hide its size.`); } else { @@ -10193,7 +10188,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s titanic breasts push out ${his} overalls so far that ${his} giant ${slave.inflationType}-filled belly is left slightly uncovered.`); } else { @@ -10213,7 +10208,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s colossal breasts push out ${his} overalls so far that ${his} giant ${slave.inflationType}-filled belly is left partially uncovered.`); } else { @@ -10234,7 +10229,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${He}'s left ${his} pants unfastened to give the firm dome more room.`); } } else if (slave.belly >= 45000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s gigantic breasts push out ${his} overalls so far that ${his} huge ${slave.inflationType}-filled belly is left halfway uncovered.`); } else { @@ -10266,7 +10261,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s overalls are pulled taut by ${his} huge pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s enormous breasts push out ${his} overalls so far that ${his} huge ${slave.inflationType}-filled belly is left mostly uncovered.`); } else { @@ -10292,7 +10287,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s big pregnant belly stretches out the fabric of ${his} overalls.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s massive breasts push out ${his} overalls so far that ${his} hugely swollen belly is left almost entirely uncovered.`); } else { @@ -10330,7 +10325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s overalls are significantly curved by ${his} pregnant belly.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s huge breasts push out ${his} overalls so far that ${his} jiggling ${slave.inflationType}-filled belly is left uncovered.`); } else { @@ -10362,7 +10357,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`${slave.slaveName}'s small pregnant belly rounds out the front of ${his} overalls.`); } - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { if (slave.boobs > (slave.belly + 250)) { r.push(`${slave.slaveName}'s large breasts push out ${his} overalls so far that ${his} ${slave.inflationType}-swollen belly is left uncovered.`); } else { @@ -10405,7 +10400,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so monolithic that most of ${his} string bikini is completely eclipsed by its immense bulk.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is so monolithic that most of ${his} string bikini is completely eclipsed by its immense bulk.`); @@ -10413,7 +10408,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s pregnant belly is so monolithic that most of ${his} string bikini is completely eclipsed by the straining mass.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so titanic that most of ${his} string bikini is completely eclipsed by its immense bulk.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is so titanic that most of ${his} string bikini is completely eclipsed by its immense bulk.`); @@ -10421,7 +10416,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s pregnant belly is so titanic that most of ${his} string bikini is completely eclipsed by the life stuffed mass.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so gigantic that most of ${his} string bikini is completely eclipsed by its bulk.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is so gigantic that most of ${his} string bikini is completely eclipsed by its bulk.`); @@ -10429,7 +10424,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s pregnant belly is so gigantic that most of ${his} string bikini is completely eclipsed by the life filled mass.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so massive that most of ${his} string bikini is completely eclipsed by its bulk.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is so massive that most of ${his} string bikini is completely eclipsed by its bulk.`); @@ -10437,7 +10432,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s pregnant belly is so massive that most of ${his} string bikini is completely eclipsed by the life swollen mass.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly forces ${his} string bikini to either side and hangs low enough to hide ${his} crotch.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly forces ${his} string bikini to either side and hangs low enough to hide ${his} crotch.`); @@ -10449,7 +10444,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly parts ${his} string bikini to either side.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly parts ${his} string bikini to either side.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly parts ${his} string bikini to either side.`); @@ -10459,7 +10454,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly parts ${his} string bikini to either side.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly parts ${his} string bikini to either side.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly parts ${his} string bikini to either side.`); @@ -10473,7 +10468,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly parts ${his} string bikini to either side.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly parts ${his} string bikini to either side.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly parts ${his} string bikini to either side.`); @@ -10485,7 +10480,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly juts out between the strings of ${his} bikini.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly juts out between the strings of ${his} bikini.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly juts out between the strings of ${his} bikini.`); @@ -10504,7 +10499,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge tremendously.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge tremendously.`); @@ -10512,7 +10507,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} scalemail bikini. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing. They frequently squirm from the chafing, only to cause ${him} rub against the scales more.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge massively.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge massively.`); @@ -10520,7 +10515,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} scalemail bikini. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines, save for when they squirm angrily over the chafing.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`); @@ -10528,7 +10523,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} scalemail bikini. ${His} children appreciate the space granted by ${his} exposed middle, but could do without the occasional chafing.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`); @@ -10536,7 +10531,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to bulge hugely.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and bulges heavily from ${his} body.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly completely hides ${his} scalemail bikini and bulges heavily from ${his} body.`); @@ -10548,7 +10543,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly forces ${his} scalemail bikini to be fastened beneath it.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled forces ${his} scalemail bikini to be fastened beneath it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled forces ${his} scalemail bikini to be fastened beneath it.`); @@ -10558,7 +10553,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly greatly pushes out ${his} scalemail bikini.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly forces ${his} scalemail bikini down and rests heavily above it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly greatly pushes out ${his} scalemail bikini.`); @@ -10572,7 +10567,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly pushes out ${his} scalemail bikini.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly forces ${his} scalemail bikini down and juts out above it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly pushes out ${his} scalemail bikini.`); @@ -10584,7 +10579,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly bulges underneath ${his} bikini.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges underneath ${his} tight bikini.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly bulges underneath ${his} bikini.`); @@ -10603,7 +10598,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge tremendously.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge tremendously.`); @@ -10611,7 +10606,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} cute panties. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing. They frequently squirm from the chafing, only to cause ${him} rub against the fabric more.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge massively.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge massively.`); @@ -10619,7 +10614,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} cute panties. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines, save for when they squirm angrily against the fabric.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`); @@ -10627,7 +10622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} cute panties. ${His} children appreciate the space granted by ${his} exposed middle, but could do without the occasional chafing.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`); @@ -10635,7 +10630,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} cute panties and takes full advantage of its freedom to bulge hugely.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly completely hides ${his} cute panties and bulges heavily from ${his} body.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly completely hides ${his} cute panties and bulges heavily from ${his} body.`); @@ -10647,7 +10642,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly forces ${his} cute panties to stretch beneath it.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly forces ${his} cute panties to stretch beneath it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly forces ${his} cute panties to stretch beneath it.`); @@ -10657,7 +10652,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly greatly pushes out ${his} cute panties.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly forces ${his} cute panties down and rests heavily above it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly greatly pushes out ${his} cute panties.`); @@ -10671,7 +10666,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly pushes out ${his} cute panties.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly forces ${his} cute panties down and juts out above it.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly pushes out ${his} cute panties.`); @@ -10683,7 +10678,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly bulges underneath ${his} panties.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges underneath ${his} panties.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly bulges underneath ${his} panties.`); @@ -10702,7 +10697,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a ${girl} of ${his} girth. The excessive garment tightly hugs the curve of ${his} middle.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly is so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a ${girl} of ${his} girth. The excessive garment tightly hugs the curve of ${his} middle.`); @@ -10710,17 +10705,15 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly has grown so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a ${girl} of ${his} girth. The excessive garment tightly hugs the curve of ${his} middle and every bump and gully that ${his} unborn children cause along its surface.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit trying to contain ${his} bulging middle.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit trying to contain ${his} bulging middle.`); - } else if (slave.bellyImplant > 0) { - r.push(`${slave.slaveName}'s titanic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit trying to contain ${his} bulging middle.`); } else { r.push(`${slave.slaveName}'s titanic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit by ${his} excessive gravidity and the bulges of ${his} unborn slipping through the mesh.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by ${his} bulging middle.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by ${his} bulging middle.`); @@ -10728,7 +10721,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by ${his} excessive gravidity.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around ${his} bulging middle.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around ${his} bulging middle.`); @@ -10736,7 +10729,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around ${his} excessive gravidity.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is so large that it requires ${his} clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to the rounded curve of ${his} middle.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is so large that it requires ${his} clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to the rounded curve of ${his} middle.`); @@ -10744,7 +10737,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly has grown so large that it requires ${his} clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to ${his} excessive gravidity.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s clubslut netting is stretched to the breaking point by ${his} giant ${slave.inflationType}-filled belly. It is so tight around ${his} middle that flesh bulges through the mesh.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s clubslut netting is stretched to the breaking point by ${his} giant implant-filled belly. It is so tight around ${his} middle that flesh bulges through the mesh.`); @@ -10756,7 +10749,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s clubslut netting is greatly stretched out by ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s clubslut netting is greatly stretched out by ${his} huge ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s clubslut netting is greatly stretched out by ${his} huge implant-filled belly.`); @@ -10766,7 +10759,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s clubslut netting clings tightly to the curve of ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s clubslut netting clings tightly to the curve of ${his} big ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s clubslut netting clings tightly to the curve of ${his} big implant-filled belly.`); @@ -10780,7 +10773,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s clubslut netting is stretched by ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s clubslut netting is stretched by ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s clubslut netting is stretched by ${his} implant-filled belly.`); @@ -10792,7 +10785,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s clubslut netting clings to ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s clubslut netting clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s clubslut netting clings to ${his} implant-rounded belly.`); @@ -10809,7 +10802,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a cheerleader outfit": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly bare. ${He}'s so expansive that ${he} alone is needed for the base of the pyramid.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} unfathomable, hyper-swollen, implant-filled belly bare. ${He}'s so expansive that ${he} alone is needed for the base of the pyramid.`); @@ -10817,7 +10810,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} unfathomable, hyper-swollen pregnant belly bare, clearly displaying that this cheerleader is not only ready to burst with school spirit, but preparing to bring a class of ${his} own into the world.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} monolithic ${slave.inflationType}-filled belly bare. ${He}'s so large, it's expected that ${he}'d make a fantastic base for the pyramid all on ${his} own.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} monolithic implant-filled belly bare. ${He}'s so large, it's expected that ${he}'d make a fantastic base for the pyramid all on ${his} own.`); @@ -10825,7 +10818,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} monolithic pregnant belly bare, clearly displaying that this cheerleader is ready to burst with school spirit.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} titanic ${slave.inflationType}-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} titanic implant-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`); @@ -10833,7 +10826,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} titanic pregnant belly bare, clearly displaying that this cheerleader is thoroughly filled with school spirit.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} gigantic ${slave.inflationType}-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} gigantic implant-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`); @@ -10841,7 +10834,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} gigantic pregnant belly bare, clearly displaying that this cheerleader has been cheering on the entirety of both teams.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} massive ${slave.inflationType}-filled belly bare leaving spectators to wonder just how such a gravid ${girl} has managed to stay on the squad.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} massive implant-filled belly bare leaving spectators to wonder just how such a gravid ${girl} has managed to stay on the squad.`); @@ -10849,7 +10842,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s cheerleader top leaves ${his} massive pregnant belly bare, clearly displaying that this cheerleader has been bred by the entire team.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant ${slave.inflationType}-filled belly, leaving spectators to wonder just how such a gravid ${girl} is supposed to perform.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant implant-filled belly, leaving spectators to wonder just how such a gravid ${girl} is supposed to perform.`); @@ -10857,7 +10850,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant pregnant belly, leaving a rumor to spread that ${he}'s making a team of ${his} own.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant ${slave.inflationType}-filled belly, leaving spectators to pity the girls lower on the pyramid.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant implant-filled belly, leaving spectators to pity the girls lower on the pyramid.`); @@ -10865,7 +10858,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant pregnant belly, leaving spectators to pity the girls that have to lift ${his} gravid bulk.`); } } else if (slave.belly >= 60000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} huge ${slave.inflationType}-filled belly, leaving spectators to question how ${he} can even perform.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} huge implant-filled belly, leaving spectators to question how ${he} can even perform.`); @@ -10877,7 +10870,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s cheerleader top rides up ${his} huge pregnant belly, barely covering the top of it while leaving it obvious how such a slut is still on the squad.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top rides up ${his} huge ${slave.inflationType}-filled belly, barely covering the top of it while leaving spectators to assume ${he}'s a slut.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top rides up ${his} huge implant-filled belly, barely covering the top of it while leaving spectators to assume ${he}'s a slut.`); @@ -10887,7 +10880,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s cheerleader top rides up ${his} big pregnant belly, covering only the top of it while leaving the rest on display to show how slutty this cheerleader is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top rides up ${his} hugely swollen belly, covering only the top of it while leaving the rest on display to bring wonder to how many loads ${he} took last night.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top rides up ${his} big implant-filled belly, covering only the top of it while leaving the rest on display to make this cheerleader look like a giant slut.`); @@ -10901,7 +10894,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s cheerleader top covers most of ${his} pregnant belly, the bottom of which peeks out showing how slutty this cheerleader is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top covers most of ${his} jiggling ${slave.inflationType}-filled belly, the bottom of which peeks to make this cheerleader look like a slut.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top covers most of ${his} implant-filled belly, the bottom of which peeks out to make this cheerleader look like a slut.`); @@ -10913,7 +10906,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s cheerleader top gently bulges from ${his} small pregnant belly displaying how slutty this cheerleader is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s cheerleader top gently bulges from ${his} ${slave.inflationType}-swollen belly making ${him} look slutty.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s cheerleader top gently bulges from ${his} implant-rounded belly making ${him} look slutty.`); @@ -10932,7 +10925,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s exposed midriff fully exposes ${his} monolithic, ${slave.inflationType}-filled belly. The button for ${his} cutoffs have exploded, though the size of ${his} belly makes it impossible to tell.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s exposed midriff fully exposes ${his} monolithic, implant-filled belly. The button for ${his} cutoffs have exploded, though the size of ${his} belly makes it impossible to tell.`); @@ -10940,28 +10933,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s exposed midriff fully exposes ${his} monolithic pregnant belly. The button for ${his} cutoffs have exploded, though the size of ${his} belly makes it impossible to tell.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`); } else { r.push(`${slave.slaveName}'s titanic pregnant belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`); } else { r.push(`${slave.slaveName}'s gigantic pregnant belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly takes advantage ${his} exposed midriff and unfastened jeans to hang heavily from ${his} body.`); } else { r.push(`${slave.slaveName}'s massive pregnant belly takes advantage ${his} exposed midriff and unfastened jeans to hang heavily from ${his} body.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly dominates ${his} exposed midriff and thwarts any efforts to zip up ${his} fly.`); } else { @@ -10972,7 +10965,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} huge pregnancy.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans prominently display ${his} huge implant-filled belly.`); } else { @@ -10981,7 +10974,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} big pregnancy.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} big implant-filled belly.`); @@ -10995,7 +10988,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} pregnancy.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} implant-filled belly.`); @@ -11007,7 +11000,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s jeans are left unfastened to give ${his} small pregnant belly room.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jeans are left unfastened to give ${his} ${slave.inflationType}-swollen belly room.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s jeans are left unfastened to give ${his} implant-rounded belly room.`); @@ -11026,35 +11019,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly adds tremendously to ${his} slutty appearance.`); } else { r.push(`${slave.slaveName}'s monolithic pregnant belly makes it abundantly clear that ${he} is a boundless slut.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly really adds to ${his} slutty appearance.`); } else { r.push(`${slave.slaveName}'s titanic pregnant belly makes it abundantly clear that ${he} is a massive slut.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly really adds to ${his} slutty appearance.`); } else { r.push(`${slave.slaveName}'s gigantic pregnant belly makes it abundantly clear that this slut puts out.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly really adds to ${his} slutty appearance.`); } else { r.push(`${slave.slaveName}'s massive pregnant belly makes it abundantly clear that this slut puts out.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly adds to ${his} slutty appearance.`); } else { @@ -11065,7 +11058,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly adds to ${his} slutty appearance.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly adds to ${his} slutty appearance.`); } else { @@ -11074,7 +11067,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly adds to ${his} slutty appearance.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly adds to ${his} slutty appearance.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly adds to ${his} slutty appearance.`); @@ -11088,7 +11081,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnancy adds to ${his} slutty appearance.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly adds to ${his} slutty appearance.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly adds to ${his} slutty appearance.`); @@ -11100,7 +11093,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly adds to ${his} slutty appearance.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly adds to ${his} slutty appearance.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly adds to ${his} slutty appearance.`); @@ -11119,35 +11112,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`); } else { r.push(`${slave.slaveName}'s monolithic pregnant belly eclipses ${his} miniskirt and thong and leaves it abundantly clear that this bimbo will happily fuck until ${he} explodes.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`); } else { r.push(`${slave.slaveName}'s titanic pregnant belly eclipses ${his} miniskirt and thong and leaves it abundantly clear that this bimbo considers sex far above anything else.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`); } else { r.push(`${slave.slaveName}'s gigantic pregnant belly eclipses ${his} miniskirt and thong and leaves it abundantly clear that this bimbo doesn't understand limits.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`); } else { r.push(`${slave.slaveName}'s massive pregnant belly eclipses ${his} miniskirt and thong from the front and leaves it abundantly clear that this bimbo doesn't understand contraception.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly forces ${his} thong strings to tightly hug its curvature as it hangs low enough to obscure ${his} miniskirt completely.`); } else { @@ -11158,7 +11151,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s miniskirt is trapped beneath ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s miniskirt is trapped beneath ${his} huge implant-filled belly and ${his} thong strings forced to caress its curves.`); } else { @@ -11167,7 +11160,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly forces ${his} miniskirt out of the way as it hangs ponderously from ${his} midriff.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} big implant-filled belly.`); @@ -11181,7 +11174,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s miniskirt digs into ${his} jiggling ${slave.inflationType}-filled belly as the top half spills over its egde.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} implant-filled belly.`); @@ -11193,7 +11186,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s miniskirt keeps sliding down ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s miniskirt pushes into ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s miniskirt keeps sliding down ${his} implant-rounded belly.`); @@ -11212,35 +11205,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} monolithic implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thinning cloth beneath.`); } else { r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} monolithic pregnant belly, but the sheer size of ${his} overstuffed womb forces the ribs wide, giving the many writhing bulges coating ${his} stomach room to spill out against the thinning material of ${his} dress.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} titanic implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thin cloth beneath.`); } else { r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} titanic pregnant belly, but the sheer size of ${his} overfilled womb forces the ribs wide, giving the bulges of ${his} children room to spill out against the thin material of ${his} dress.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} gigantic implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thin cloth beneath.`); } else { r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} gigantic pregnant belly, but the sheer size of ${his} filled womb forces the ribs wide, exposing the thin cloth and uneven skin beneath.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} massive implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thin cloth beneath.`); } else { r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} massive pregnant belly, but the sheer size of ${his} fecund orb forces the ribs wide, exposing the thin cloth beneath.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} giant implant-filled belly.`); } else { @@ -11249,7 +11242,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.weight > 190) { r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} massively fat belly, though the ribs still create deep ravines of succulent flesh.`); } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} huge implant-filled belly.`); } else { @@ -11258,7 +11251,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant belly strains the ribs of ${his} corset.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly strains the ribs of ${his} corset.`); } else { @@ -11267,7 +11260,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly is carefully gripped by the ribs of ${his} corset.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly strains under the ribs of ${his} corset.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly is carefully gripped by the ribs of ${his} corset.`); @@ -11281,7 +11274,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly is carefully caressed by the ribs of ${his} corset.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly gripped by the ribs of ${his} corset, forcing it to bulge angrily between the gaps.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is carefully caressed by the ribs of ${his} corset.`); @@ -11293,7 +11286,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s corset bulges with ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges between the ribs of ${his} corset.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset bulges with ${his} implant-rounded belly.`); @@ -11310,7 +11303,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a slave gown": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material. When not worn, it looks more like a circus tent than something meant to be worn by a human being. On the slave, it gives ${him} a sensual, motherly look as it caresses ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it caresses ${his} unfathomable, hyper-swollen, implant-filled belly.`); @@ -11318,7 +11311,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it caresses and supports ${his} unfathomable, hyper-swollen pregnant belly. Despite it's size, it still has enough give to allow ${his} unborn children to bulge and squirm as desired.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material. When not worn, it looks more like a couch cover than something meant to be worn by a human being. On ${him}, it gives ${him} a sensual, motherly look as it carefully caresses ${his} monolithic, ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it carefully caresses ${his} monolithic, implant-filled belly.`); @@ -11326,28 +11319,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it carefully caresses and supports ${his} monolithic pregnant belly. It has enough give to allow ${his} unborn children to bulge and squirm as desired.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} titanic, implant-filled belly.`); } else { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses and supports ${his} titanic bulging pregnant belly.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} gigantic, implant-filled belly.`); } else { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses and supports ${his} gigantic pregnant belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} massive, implant-filled belly.`); } else { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses and supports ${his} massive pregnant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} giant, implant-filled belly.`); } else { @@ -11358,7 +11351,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} huge, implant-filled belly.`); } else { @@ -11367,7 +11360,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, almost motherly look, as it carefully caresses ${his} hugely swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} big, implant-filled belly.`); @@ -11381,7 +11374,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} jiggling ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} implant-filled belly.`); @@ -11393,7 +11386,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (((slave.belly >= 1500) || (slave.bellyAccessory === "a small empathy belly"))) { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} small belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual look as it carefully caresses ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual look as it carefully caresses ${his} implant-rounded belly.`); @@ -11410,7 +11403,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "slutty business attire": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is held together by strained straps, as ${his} immensity promises to soon rid ${him} of the oppressive garment.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is held together by strained straps, as ${his} immensity promises to soon rid ${him} of the oppressive garment.`); @@ -11418,7 +11411,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is held together by strained straps, as ${his} immensity promises to soon rid ${him} of the oppressive garment.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic, implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} middle. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment.`); @@ -11426,28 +11419,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} cramped womb. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved down by the heavy mass, but ${his} overfilled middle draws attention away from ${his} exposed nethers.`); } else { r.push(`${slave.slaveName}'s titanic pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them, not that ${his} rowdy brood would tolerate that. ${His} skirt is shoved down by the ponderous mass, but ${his} overfilled womb draws attention away from ${his} exposed nethers.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved down by the heavy mass, but ${his} overfilled middle draws attention away from ${his} exposed nethers.`); } else { r.push(`${slave.slaveName}'s gigantic pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved down by the ponderous mass, but ${his} overfilled womb draws attention away from ${his} exposed nethers.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved so low by the ponderous mass it barely hides ${his} crotch, though ${his} inflated middle more than covers for it.`); } else { r.push(`${slave.slaveName}'s massive pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved so low by the ponderous mass it barely hides ${his} crotch, though ${his} gravid swell more than covers for it.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${He}'s so bulbous, ${his} skirt is forced scandalously low beneath ${his} inflated middle.`); } else { @@ -11458,7 +11451,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant stomach hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`); } else { @@ -11467,7 +11460,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant stomach hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen stomach hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`); @@ -11481,7 +11474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant stomach strains the buttons of ${his} suit jacket and blouse.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled stomach strains the buttons of ${his} suit jacket and blouse.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly strains the buttons of ${his} suit jacket and blouse.`); @@ -11493,7 +11486,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (((slave.belly >= 1500) || (slave.bellyAccessory === "a small empathy belly"))) { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly bulges ${his} suit jacket and blouse. It peeks out from under their bottom slightly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges ${his} suit jacket and blouse. It peeks out from under their bottom slightly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly bulges ${his} suit jacket and blouse. It peeks out from under their bottom slightly.`); @@ -11510,7 +11503,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "nice business attire": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is left open to give ${him} as much space as possible, leaving ${his} inflated middle to cover ${his} shame.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is left open to give ${him} as much space as possible, leaving ${his} inflated middle to cover ${his} shame.`); @@ -11518,7 +11511,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is left open to give ${him} as much space as possible, leaving ${his} gravid mound to cover ${his} shame.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment. ${His} skirt is left open, but ${his} inflated middle draws attention away from the fact.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic, implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} middle. ${His} skirt is left open, but ${his} inflated middle draws attention away from the fact.`); @@ -11526,28 +11519,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} cramped womb. ${His} skirt is left open, but ${his} gravid mound draws attention away from the fact.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by strained straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`); } else { r.push(`${slave.slaveName}'s titanic pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them, not that ${his} rowdy brood would tolerate that. ${His} skirt is loosely held together by strained straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`); } else { r.push(`${slave.slaveName}'s gigantic pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`); } else { r.push(`${slave.slaveName}'s massive pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way for ${him} to close them. ${He}'s so bulbous, ${his} maternity skirt has stretched to its limit.`); } else { @@ -11558,7 +11551,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s huge pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way for ${him} to close them. ${His} maternity skirt fits ${him} quite well, though.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly hangs out the front of ${his} specially tailored blouse and jacket as there is no way for ${him} to close them. ${His} maternity skirt fits ${him} quite well, though.`); } else { @@ -11567,7 +11560,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s big pregnant belly strains ${his} specially tailored blouse and jacket.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly strains ${his} specially tailored blouse and jacket.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly strains ${his} specially tailored blouse and jacket.`); @@ -11581,7 +11574,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || slave.bellyAccessory === "a medium empathy belly") { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s pregnant belly looks good in ${his} specially tailored blouse and jacket.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly looks good in ${his} specially tailored blouse and jacket.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly looks good in ${his} specially tailored blouse and jacket.`); @@ -11593,7 +11586,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s small pregnant belly bulges under ${his} tailored blouse and jacket.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges under ${his} tailored blouse and jacket.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly bulges under ${his} tailored blouse and jacket.`); @@ -11610,7 +11603,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "harem gauze": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s harem girl outfit, designed with enough sheer fabric to fill a shah's palace, has been specially tailored to drape over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly and accentuate its size and shape.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit, designed with enough sheer fabric to fill a shah's palace, has been specially tailored to drape over ${his} unfathomable, hyper-swollen, implant-filled belly and accentuate its size and shape.`); @@ -11618,7 +11611,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s harem girl outfit, designed with enough sheer fabric to fill a shah's palace, has been specially tailored to drape over ${his} unfathomable, hyper-swollen pregnancy and accentuate its size and the oceanic movement as ${his} belly is rocked by the actions of ${his} brood of innumerable children.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} monolithic, ${slave.inflationType}-filled belly and accentuate its size and shape.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} monolithic, implant-filled belly and sensually accentuate its size and shape.`); @@ -11626,35 +11619,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} monolithic pregnancy and sensually accentuate its size and the movement of ${his} many unborn children.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} titanic, implant-filled belly and sensually accentuate its size and shape.`); } else { r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} titanic pregnancy and sensually accentuate its size and the movement of ${his} many unborn children.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} gigantic implant-filled belly and sensually accentuate its size and shape.`); } else { r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} gigantic pregnancy and sensually accentuate its size and shape.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} massive implant-filled belly and the unique motions it takes to move it.`); } else { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} massive pregnancy and the unique motions it takes to move it.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} giant implant-filled belly and the wide movements ${he} makes with it.`); } else { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} giant pregnancy and the wide movements ${he} makes with it.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} huge implant-filled belly and the wide movements ${he} makes with it.`); } else { @@ -11665,7 +11658,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || slave.bellyAccessory === "a huge empathy belly") { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} huge implant-filled belly.`); } else { @@ -11674,7 +11667,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || slave.bellyAccessory === "a large empathy belly") { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} big pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} hugely swollen stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} big implant-filled belly.`); @@ -11688,7 +11681,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || slave.bellyAccessory === "a medium empathy belly") { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} jiggling ${slave.inflationType}-filled.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} implant-filled belly.`); @@ -11700,7 +11693,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} small pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} implant-rounded middle.`); @@ -11721,7 +11714,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, ${slave.inflationType}-filled belly, pulled smooth over ${his} pressure flattened navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, implant-filled belly, pulled smooth over ${his} pressure flattened navel.`); @@ -11729,35 +11722,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic pregnant belly, pulled smooth over ${his} pressure flattened navel and all the movement of ${his} many squirming children.`); } } else if (slave.bellyPreg >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit stretches across ${his} titanic implant-filled belly and draws the eye right to the small bump on its smooth surface, ${his} flattening navel.`); } else { r.push(`${slave.slaveName}'s bodysuit stretches across ${his} titanic pregnant belly, drawing the eye to ${his} flattening navel and the squirming bulges of the life filling ${him}.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit stretches across ${his} gigantic implant-filled belly and draws the eye right to the deminishing bump on its smooth surface, ${his} navel.`); } else { r.push(`${slave.slaveName}'s bodysuit stretches across ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel and the squirming outlines of the life within ${him}.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit stretches over ${his} massive implant-filled belly and draws the eye right to the sole bump on its smooth surface, ${his} navel.`); } else { r.push(`${slave.slaveName}'s bodysuit stretches over ${his} massive pregnant belly and draws the eye right to each and every bump that appears on its smooth surface.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit stretches over ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`); } else { r.push(`${slave.slaveName}'s bodysuit stretches over ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`); } } else if (slave.belly >= 60000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit stretches over ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`); } else { @@ -11768,7 +11761,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || slave.bellyAccessory === "a huge empathy belly") { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} huge pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} huge implant-filled belly, displaying ${his} popped navel.`); } else { @@ -11777,7 +11770,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || slave.bellyAccessory === "a large empathy belly") { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big pregnant belly, displaying ${his} popped navel.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely swollen belly, displaying ${his} bloated figure and every jiggle of ${his} full stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big implant-filled belly, prominently displaying ${his} popped navel.`); @@ -11791,7 +11784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} pregnant belly, displaying ${his} popped navel.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} jiggling ${slave.inflationType}-filled belly, displaying ${his} bloating and every motion ${his} contents make.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} implant-filled belly, prominently displaying ${his} flattening navel.`); @@ -11803,7 +11796,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} small pregnant belly, displaying ${his} ripening body.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} ${slave.inflationType}-swollen belly, displaying ${his} bloated body.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} implant-rounded belly, displaying ${his} swollen body.`); @@ -11820,7 +11813,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a slutty nurse outfit": // WIP belly overhaul point if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`); @@ -11828,7 +11821,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen pregnant belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} monolithic, ${slave.inflationType}-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} monolithic, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`); @@ -11854,7 +11847,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s jacket bulges with ${his} small pregnant belly, which can be seen peeking out from underneath.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} implant-rounded belly.`); @@ -11867,7 +11860,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a schoolgirl outfit": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s blouse rests atop ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s blouse rests atop ${his} unfathomable, hyper-swollen, implant-filled belly.`); @@ -11875,7 +11868,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s blouse rests atop ${his} unfathomable, hyper-swollen pregnant belly, showing off the mind boggling result of ${his} promiscuity.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s blouse rests atop ${his} monolithic, ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s blouse rests atop ${his} monolithic, implant-filled belly.`); @@ -11906,7 +11899,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a kimono": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is so enormous that the largest obi in the world could never wrap around it. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass, causing ${him} to resemble a geisha in repose due to ${his} immobility.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is so enormous that the largest obi in the world could never wrap around it. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass, causing ${him} to resemble a geisha in repose due to ${his} immobility.`); @@ -11914,7 +11907,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnancy is so enormous that the largest obi in the world could never wrap around it. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible, brood swollen mass, causing ${him} to resemble nothing more than a geisha in repose, rocking on an ocean of undulating flesh.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly is so enormous that there is no way for ${his} obi to ever wrap around it to tie ${his} kimono. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic, implant-filled belly is so enormous that there is no way for ${his} obi to ever wrap around it to tie ${his} kimono. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass.`); @@ -11945,7 +11938,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "battledress": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tank top rests atop ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to an army.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tank top rests atop ${his} unfathomable, hyper-swollen, implant-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to an army.`); @@ -11953,7 +11946,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s tank top rests atop ${his} unfathomable, hyper-swollen pregnant belly, leaving ${him} looking like someone preparing to give birth to an army.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tank top rests atop ${his} monolithic, ${slave.inflationType}-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to a regiment of soldiers.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tank top rests atop ${his} monolithic, implant-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to a regiment of soldiers.`); @@ -11986,7 +11979,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s beautiful halter top dress has been torn open by ${his} monolithic, ${slave.inflationType}-filled belly. ${His} squirming belly hangs out the hole it made.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s beautiful halter top dress has been torn open by ${his} monolithic, implant-filled belly. ${His} squirming belly hangs out the hole it made.`); @@ -12019,7 +12012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} monolithic, ${slave.inflationType}-filled belly while still maintaining its beauty.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} monolithic, implant-filled belly while still maintaining its beauty.`); @@ -12052,7 +12045,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bangles are linked by a long golden chain to a ring around ${his} popped out belly button. The chain tinkles metallically as it shifts with ${his} jiggling ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bangles are linked by a long golden chain to a ring around ${his} popped out belly button. The chain tinkles metallically as it shifts with ${his} movements.`); @@ -12085,7 +12078,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tight leotard has exploded at the front, showing off ${his} monolithic, ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tight leotard has exploded at the front, showing off ${his} monolithic, implant-filled belly.`); @@ -12130,7 +12123,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s tight bodysuit has been altered to allow ${his} monolithic, ${slave.inflationType}-filled belly to swell out from it unconstrained.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s tight bodysuit has been altered to allow ${his} monolithic, implant-filled belly to swell out from it unconstrained.`); @@ -12173,7 +12166,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a tight Imperial bodysuit": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit stretches out obscenely on ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, distending obscenely into a gargantuan, imposing mass of stretched-out flesh under skintight suit.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit stretches out obscenely on ${his} unfathomable, hyper-swollen, implant-filled belly, distending obscenely into a gargantuan, enormously swollen mass of stretched-out flesh under skintight suit.`); @@ -12181,7 +12174,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s bodysuit stretches out obscenely on ${his} unfathomable, hyper-swollen pregnant belly, distending obscenely into a gargantuan, bulging mass of stretched-out flesh under skintight suit.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, ${slave.inflationType}-filled belly, pulled smooth over ${his} pressure flattened navel.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, implant-filled belly, pulled smooth over ${his} pressure flattened navel.`); @@ -12189,7 +12182,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic pregnant belly, pulled smooth over ${his} pressure flattened navel and all the movement of ${his} many squirming children.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} titanic ${slave.inflationType}-filled belly underneath the bodysuit, displaying ${his} popped navel through the skintight material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} titanic implant-filled belly underneath the bodysuit, displaying ${his} popped navel through the skintight material.`); @@ -12197,7 +12190,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} titanic bulging pregnant belly, displaying ${his} popped navel and all the movement ${his} squirming babies make.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massively gravid stomach. It clearly displays ${his} gigantic ${slave.inflationType}-filled belly through the skintight material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massively gravid stomach. It clearly displays ${his} gigantic implant-filled belly through the skintight material.`); @@ -12205,7 +12198,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massively gravid stomach. It clearly displays ${his} gigantic pregnant belly through the skintight material.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} massive ${slave.inflationType}-filled belly through the skintight material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} massive implant-filled belly through the skintight material.`); @@ -12213,7 +12206,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massive pregnant belly, displaying ${his} popped navel and any movement ${his} babies make.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} giant ${slave.inflationType}-filled belly through the skintight material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} giant implant-filled belly through the skintight material.`); @@ -12221,7 +12214,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays${his} giant pregnant belly through the skintight material.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} gravid stomach. It clearly displays ${his} huge ${slave.inflationType}-filled belly through the skintight material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} gravid stomach. It clearly displays ${his} huge implant-filled belly through the skintight material.`); @@ -12233,7 +12226,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { if (slave.bellyAccessory === "a huge empathy belly") { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} huge pregnant belly through the skintight material.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} huge ${slave.inflationType}-filled belly through the skintight material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} huge implant-filled belly through the skintight material.`); @@ -12243,7 +12236,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { if (slave.bellyAccessory === "a large empathy belly") { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} big pregnant belly, leaving it looking much shorter than it really is.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`); @@ -12257,7 +12250,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} pregnant belly.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} jiggling ${slave.inflationType}-filled belly through the skintight material.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} implant-filled belly through the skintight material.`); @@ -12269,7 +12262,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { if (slave.bellyAccessory === "a small empathy belly") { r.push(`${slave.slaveName}'s bodysuit clearly displays${his} small pregnant belly through the skintight material.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s bodysuit clearly displays${his} ${slave.inflationType}-swollen belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s bodysuit clearly displays${his} implant-rounded belly through the skintight material.`); @@ -12288,7 +12281,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`The strip of cloth designed to run down ${his} front looks tiny as it rests atop ${his} monolithic, ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`The strip of cloth designed to run down ${his} front looks tiny as it rests atop ${his} monolithic, implant-filled belly.`); @@ -12321,7 +12314,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} monolithic, ${slave.inflationType}-filled belly, leaving it hanging out the hole it made.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} monolithic, implant-filled belly, leaving it hanging out the hole it made.`); @@ -12332,7 +12325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} titanic bulging pregnant belly leaving it hanging out the hole it made.`); } else if (slave.bellyPreg >= 300000) { r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} massive pregnant belly leaving it hanging out the hole it made.`); - } else if (slave.weight > 160) { + } else if (slave.weight > 190) { r.push(`${slave.slaveName}'s tailored teddy is strained to capacity by ${his} massively fat belly. ${His} flab juts out around its edges while drawing it focuses on drawing attention to ${his} folds, rolls and assorted jiggling.`); } else if (slave.bellyPreg >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) { r.push(`${slave.slaveName}'s teddy is stretched to tearing by ${his} big pregnant belly. ${His} popped navel prominently pokes through the material.`); @@ -12352,7 +12345,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "attractive lingerie for a pregnant woman": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`); @@ -12360,7 +12353,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} brood-filled squirming belly.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic, implant-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`); @@ -12391,7 +12384,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a maternity dress": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`); @@ -12399,7 +12392,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} squirming belly.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic, implant-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`); @@ -12432,7 +12425,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.belly >= 1000000) { // WIP// } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly takes full advantage of ${his} exposed midriff to hang freely.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic, implant-filled belly takes full advantage of ${his} exposed midriff to hang freely.`); @@ -12465,7 +12458,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { if (slave.boobs > 1200) { r.push(`${slave.slaveName}'s top is currently prevented from trying to cover ${his}`); if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`unfathomable huge, hyper-swollen, ${slave.inflationType}-filled belly`); } else if (slave.bellyImplant > 0) { r.push(`unfathomable huge, hyper-swollen, implant-filled belly`); @@ -12473,7 +12466,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`unfathomable, hyper-swollen pregnant belly`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`monolithic ${slave.inflationType}-filled belly`); } else if (slave.bellyImplant > 0) { r.push(`monolithic implant-filled belly`); @@ -12504,7 +12497,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`by ${his} big tits, leaving it completely exposed to view.`); } else { if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`unfathomable, hyper-swollen, ${slave.inflationType}-filled belly`); } else if (slave.bellyImplant > 0) { r.push(`unfathomable, hyper-swollen, implant-filled belly`); @@ -12512,7 +12505,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`unfathomable, hyper-swollen pregnant belly`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`monolithic, ${slave.inflationType}-filled belly`); } else if (slave.bellyImplant > 0) { r.push(`monolithic, implant-filled belly`); @@ -12551,7 +12544,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { switch (slave.bellyAccessory) { case "an extreme corset": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly makes a mockery of ${his} corset; it holds on only with custom lacing and, even then, is more plastered to ${his} back than wrapped around ${his} stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly makes a mockery of ${his} corset; it holds on only with custom lacing and, even then, is more plastered to ${his} back than wrapped around ${his} stomach.`); @@ -12559,7 +12552,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnancy makes a mockery of ${his} corset; despite this, even the light pressure applied to it by the failing lacings of the garment has ${his} packed-tight womb on the brink of rupturing. ${His} brood squirms as much as they possibly can under the pressure.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly makes a mockery of ${his} tearing ${his} corset; the poor thing is on its last fibers.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly makes a mockery of ${his} tearing ${his} corset; the poor thing is on its last fibers.`); @@ -12567,7 +12560,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s monolithic pregnant belly is on the brink of rupturing under the remaining pressure of ${his} corset, despite it barely holding together; one or the other has to win out. ${His} brood squirms as much as they possibly can under the pressure.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly makes a mockery of ${his} corset; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly makes a mockery of ${his} corset; one or the other will eventually win out.`); @@ -12575,7 +12568,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s titanic pregnant belly makes a mockery of ${his} corset, despite still being painfully constricted; one or the other will eventually win out. ${His} brood squirms angrily over the pressure in their already tight confines.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly agonizingly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly agonizingly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`); @@ -12583,7 +12576,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s gigantic pregnant belly is agonizingly compressed as it threatens to burst from ${his} corset; one or the other has to win out.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly painfully strains ${his} corset, threatening to burst it; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly painfully strains ${his} corset, threatening to burst it; one or the other will eventually win out.`); @@ -12591,7 +12584,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s massive pregnant belly is agonizingly compressed as it strains ${his} corset; one or the other has to win out.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`); @@ -12599,7 +12592,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly painfully strains ${his} corset, threatening to either burst it or sacrifice the life within; one or the other has to win out.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`); @@ -12607,7 +12600,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant pregnant belly is painfully compressed by ${his} corset causing ${him} extreme duress; one or the other has to win out.`); } } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`); @@ -12616,16 +12609,16 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } else if (slave.weight > 190) { r.push(`${slave.slaveName}'s massive gut is barely compressed by ${his} corset, ${his} fat billows out of every gap between the straining material.`); - } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 15000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`); } else { r.push(`${slave.slaveName}'s huge pregnant belly is painfully compressed by ${his} corset; one or the other will eventually win out.`); } - } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 10000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly is tightly compressed by ${his} corset causing it to bulge above and below; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly is tightly compressed by ${his} corset; one or the other will eventually win out.`); @@ -12636,8 +12629,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant gut is tightly compressed by ${his} corset, ${his} fat billows out of every gap between the straining material.`); } else if (slave.weight > 130) { r.push(`${slave.slaveName}'s huge gut is tightly compressed by ${his} corset, ${his} fat billows out of every gap between the straining material.`); - } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 5000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly compressed by ${his} corset causing it to bulge out above and below; one or the other will eventually win out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is tightly compressed by ${his} corset; one or the other will eventually win out.`); @@ -12646,8 +12639,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } else if (slave.weight > 95) { r.push(`${slave.slaveName}'s large gut is tightly compressed by ${his} corset, ${his} fat billows out of any gap it can find.`); - } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 1500) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly compressed by ${his} corset causing ${him} distress.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly is tightly compressed by ${his} corset causing ${him} distress.`); @@ -12662,7 +12655,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a corset": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s corset looks ridiculous on ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly. It floats on top of ${his} belly, looking more like the bottom half of a mini coat than the garment it was originally intended to be.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset looks ridiculous on ${his} unfathomable, hyper-swollen, implant-filled belly. It floats on top of ${his} belly, looking more like the bottom half of a mini coat than the garment it was originally intended to be.`); @@ -12670,7 +12663,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s corset looks ridiculous on ${his} unfathomable, hyper-swollen pregnancy. It floats on top of ${his} belly, near useless, bobbling up and down as ${his} innumerable brood kick and squirm.`); } } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s corset can barely function with ${his} titanic ${slave.inflationType}-filled belly disrupting it. It aggravatingly digs into ${his} already strained stomach.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset can barely function with ${his} titanic implant-filled belly disrupting it. It aggravatingly digs into ${his} already strained stomach.`); @@ -12678,7 +12671,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s corset can barely function with ${his} titanic belly disrupting it. It aggravatingly digs into ${his} already strained stomach, causing ${his} brood to squirm incessantly.`); } } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s corset looks ridiculous trying to bind ${his} middle while allowing ${his} titanic ${slave.inflationType}-filled belly to hang out.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset looks ridiculous trying to bind ${his} middle while allowing ${his} titanic implant-filled belly to hang out.`); @@ -12686,7 +12679,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s corset looks ridiculous trying to bind ${his} middle while allowing ${his} titanic belly to hang out and squirm freely.`); } } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while being dominated by ${his} gigantic ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while being dominated by ${his} gigantic implant-filled belly.`); @@ -12694,7 +12687,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while being dominated by ${his} gigantic belly.`); } } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while allowing ${his} massive ${slave.inflationType}-filled belly the room it demands.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while allowing ${his} massive implant-filled belly the room it demands.`); @@ -12702,7 +12695,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while allowing ${his} massive belly the room it demands.`); } } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s corset strains around ${his} giant ${slave.inflationType}-filled belly.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s corset strains around ${his} giant implant-filled belly.`); @@ -12710,7 +12703,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s corset strains around ${his} giant belly.`); } } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly stretches out ${his} corset`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly stretches out ${his} corset`); @@ -12719,20 +12712,16 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } else if (slave.weight > 190) { r.push(`${slave.slaveName}'s corset strains around ${his} massive gut.`); - } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { - if (slave.bellyAccessory === "a huge empathy belly") { - r.push(`${slave.slaveName}'s huge pregnant belly comfortably bulges out of ${his} corset.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 15000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly comfortably bulges out of ${his} corset.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly comfortably bulges out of ${his} corset.`); } else { r.push(`${slave.slaveName}'s huge pregnant belly comfortably bulges out of ${his} corset.`); } - } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { - if (slave.bellyAccessory === "a large empathy belly") { - r.push(`${slave.slaveName}'s big pregnant belly comfortably bulges out of ${his} corset.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 10000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly comfortably bulges out of ${his} corset.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly comfortably bulges out of ${his} corset.`); @@ -12743,10 +12732,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant gut hangs out the hole in ${his} corset designed to accommodate a pregnant belly.`); } else if (slave.weight > 130) { r.push(`${slave.slaveName}'s huge gut hangs out the hole in ${his} corset designed to accommodate a pregnant belly.`); - } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { - if (slave.bellyAccessory === "a medium empathy belly") { - r.push(`${slave.slaveName}'s pregnant belly comfortably bulges out of ${his} corset.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 5000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly comfortably hangs out of ${his} corset.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly comfortably bulges out of ${his} corset.`); @@ -12755,10 +12742,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } else if (slave.weight > 95) { r.push(`${slave.slaveName}'s large gut hangs out the hole in ${his} corset designed to accommodate a pregnant belly.`); - } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { - if (slave.bellyAccessory === "a small empathy belly") { - r.push(`${slave.slaveName}'s small pregnant belly comfortably rounds out ${his} corset.`); - } else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 1500) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is lightly compressed by ${his} corset making ${him} uncomfortable.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly comfortably rounds out ${his} corset.`); @@ -12789,7 +12774,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { break; case "a support band": if (slave.belly >= 1000000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is cradled by an equally oversized support band`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is cradled by an equally oversized support band`); @@ -12798,7 +12783,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`doing its best to alleviate the strain on ${his} body.`); } else if (slave.belly >= 750000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly strains against ${his} enormous support band`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s monolithic implant-filled belly strains against ${his} enormous support band`); @@ -12807,7 +12792,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`as it struggles to hold ${his} body together.`); } else if (slave.belly >= 600000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is cradled by ${his} enormous support band,`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s titanic implant-filled belly is cradled by ${his} enormous support band,`); @@ -12816,7 +12801,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`alleviating some of the strain of carrying it and helping to keep things in place.`); } else if (slave.belly >= 450000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly strains against ${his} extra large support band`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s gigantic implant-filled belly strains against ${his} extra large support band`); @@ -12825,7 +12810,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`as it dutifully alleviates the stress on ${his} body.`); } else if (slave.belly >= 300000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is cradled by ${his} extra large support band,`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s massive implant-filled belly is cradled by ${his} extra large support band,`); @@ -12834,7 +12819,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`alleviating much of the strain of carrying it.`); } else if (slave.belly >= 150000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is cradled by ${his} extra large support band,`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly is cradled by ${his} extra large support band,`); @@ -12843,7 +12828,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`alleviating much of the strain of carrying it.`); } else if (slave.belly >= 120000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly strains against ${his} support band`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s giant implant-filled belly strains against ${his} support band`); @@ -12852,7 +12837,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`as it dutifully alleviates the stress on ${his} body.`); } else if (slave.belly >= 30000) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is cradled by ${his} support band,`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is cradled by ${his} support band,`); @@ -12862,8 +12847,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`alleviating much of the strain of carrying it.`); } else if (slave.weight > 190) { r.push(`${slave.slaveName}'s massive gut is cradled by ${his} support band, giving it a rather smooth appearance and taking some of the weight off ${his} front.`); - } else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 15000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is cradled by ${his} support band,`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s huge implant-filled belly is cradled by ${his} support band,`); @@ -12871,8 +12856,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s huge pregnant belly is cradled by ${his} support band,`); } r.push(`reducing the strain on ${his} back.`); - } else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 10000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s hugely swollen belly is cradled by ${his} support band,`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s big implant-filled belly is cradled by ${his} support band,`); @@ -12884,8 +12869,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${slave.slaveName}'s giant gut is cradled by ${his} support band, giving it a rather smooth appearance.`); } else if (slave.weight > 130) { r.push(`${slave.slaveName}'s huge gut is cradled by ${his} support band, giving it a rather smooth appearance.`); - } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 5000) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is cradled by ${his} support band.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-filled belly is cradled by ${his} support band.`); @@ -12895,8 +12880,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`It doesn't accomplish much, however.`); } else if (slave.weight > 95) { r.push(`${slave.slaveName}'s large gut is cradled by ${his} support band, giving it a rather smooth appearance.`); - } else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") { - if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { + } else if (slave.belly >= 1500) { + if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is cradled by ${his} support band.`); } else if (slave.bellyImplant > 0) { r.push(`${slave.slaveName}'s implant-rounded belly is cradled by ${his} support band.`); @@ -13094,7 +13079,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`An alluring tattoo is prominently displayed across ${his} lower belly, beneath ${his} navel, urging ${him} to be bred.`); } } - if (heavyBelly === 1) { + if (isBellyHeavy) { if (canMove(slave)) { r.push(`${His}`); if (slave.bellyPreg >= 3000) { @@ -13172,7 +13157,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { r.push(`${His} navel piercing runs through the suit's material.`); } } - if (heavyBelly === 1) { + if (isBellyHeavy) { r.push(`The difficulties of being enormously`); if (slave.bellyPreg >= 3000) { r.push(`pregnant`);