diff --git a/src/endWeek/minorInjuryResponse.js b/src/endWeek/minorInjuryResponse.js index 49416c41d34eb5deeac9ad4e2bbc6b82899b3c98..b4e27481cd63245ae119139b6043c04a34e19b18 100644 --- a/src/endWeek/minorInjuryResponse.js +++ b/src/endWeek/minorInjuryResponse.js @@ -15,30 +15,30 @@ window.minorInjuryResponse = function minorInjuryResponse(slave) { r += ` ${He} carries on, knowing that in your degradationist arcology, this is accepted behavior.`; } else if (arcology.FSPaternalist > 20) { if (arcologyUpgrade.drones === 1 && jsRandom(1, 100) > 50) { - r += ` The security drones successfully detain him and oblige him to pay significant <span class="yellowgreen">compensation,</span> since abusing slaves is discouraged here.`; + r += ` The security drones successfully detain him and oblige him to pay significant <span class=yellowgreen>compensation,</span> since abusing slaves is discouraged here.`; cashX(50, "slaveUpkeep", slave); } else if (arcologyUpgrade.grid === 1 && jsRandom(1, 100) > 50) { - r += ` The computer systems successfully detain him and require him to pay significant <span class="yellowgreen">compensation,</span> since abusing slaves is discouraged here.`; + r += ` The computer systems successfully detain him and require him to pay significant <span class=yellowgreen>compensation,</span> since abusing slaves is discouraged here.`; cashX(50, "slaveUpkeep", slave); } else if (slave.skill.whoring > jsRandom(1, 100)) { - r += ` ${slave.slaveName} is used to this sort of thing, and convinces him to pay significant <span class="yellowgreen">compensation,</span> since abusing slaves is discouraged here.`; + r += ` ${slave.slaveName} is used to this sort of thing, and convinces him to pay significant <span class=yellowgreen>compensation,</span> since abusing slaves is discouraged here.`; cashX(50, "slaveUpkeep", slave); } else if (slave.skill.combat > 0) { - r += ` ${slave.slaveName} can take care of ${himself}, and ${he} successfully forces him to pay significant <span class="yellowgreen">compensation,</span> since abusing slaves is discouraged here.`; + r += ` ${slave.slaveName} can take care of ${himself}, and ${he} successfully forces him to pay significant <span class=yellowgreen>compensation,</span> since abusing slaves is discouraged here.`; cashX(50, "slaveUpkeep", slave); } } else { if (arcologyUpgrade.drones === 1 && jsRandom(1, 100) > 50) { - r += ` The security drones successfully detain him and oblige him to pay minor <span class="yellowgreen">compensation.</span>`; + r += ` The security drones successfully detain him and oblige him to pay minor <span class=yellowgreen>compensation.</span>`; cashX(10, "slaveUpkeep", slave); } else if (arcologyUpgrade.grid === 1 && jsRandom(1, 100) > 50) { - r += ` The computer systems successfully detain him and require him to pay minor <span class="yellowgreen">compensation.</span>`; + r += ` The computer systems successfully detain him and require him to pay minor <span class=yellowgreen>compensation.</span>`; cashX(10, "slaveUpkeep", slave); } else if (slave.skill.whoring > jsRandom(1, 100)) { - r += ` ${slave.slaveName} is used to this sort of thing, and convinces him to pay minor <span class="yellowgreen">compensation.</span>`; + r += ` ${slave.slaveName} is used to this sort of thing, and convinces him to pay minor <span class=yellowgreen>compensation.</span>`; cashX(10, "slaveUpkeep", slave); } else if (slave.skill.combat > 0) { - r += ` ${slave.slaveName} can take care of ${himself}, and $he successfully forces him to pay minor <span class="yellowgreen">compensation.</span>`; + r += ` ${slave.slaveName} can take care of ${himself}, and $he successfully forces him to pay minor <span class=yellowgreen>compensation.</span>`; cashX(10, "slaveUpkeep", slave); } } diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index 6411730f5ac9f01fc1b7b6845122abc84a15865b..1e9a6be05526ec5bee0486ad32a34310c566ded4 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -55,7 +55,7 @@ window.saChoosesOwnClothes = (function() { r += `${shoeChoice.text} `; slave.shoes = shoeChoice.shoes; } - r += `<span class="mediumorchid">increasing ${his} independence.</span>`; + r += `<span class=mediumorchid>increasing ${his} independence.</span>`; slave.devotion -= 5; } else { const neckChoice = todaysCollar(slave); @@ -64,7 +64,7 @@ window.saChoosesOwnClothes = (function() { slave.collar = neckChoice.collar; slave.bellyAccessory = corsetChoice.bellyAccessory; slave.clothes = clothingChoice.clothes; - r += `${He} <span class="hotpink">loves</span> being able to dress ${himself}, ${neckChoice.text} ${corsetChoice.text} ${clothingChoice.text} `; + r += `${He} <span class=hotpink>loves</span> being able to dress ${himself}, ${neckChoice.text} ${corsetChoice.text} ${clothingChoice.text} `; slave.devotion += 1; if (V.arcologies[0].FSRestart !== "unset" && slave.choosesOwnChastity === 1) { diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js index af4c769616398942f4218371bbf115375351ca82..f89e2b623c83fe575a084d2cfdc0e2e89b6b2516 100644 --- a/src/endWeek/saServeThePublic.js +++ b/src/endWeek/saServeThePublic.js @@ -197,10 +197,10 @@ window.saServeThePublic = (function saServeThePublic() { } if (V.DJignoresFlaws !== 1) { if (!["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "none", "self hating"].includes(slave.sexualFlaw) && jsRandom(1, 100) > 90) { - r += ` ${SlaveFullName(V.DJ)} manages to <span class="green">break</span> ${slave.slaveName} of ${his} sexual flaws.`; + r += ` ${SlaveFullName(V.DJ)} manages to <span class=green>break</span> ${slave.slaveName} of ${his} sexual flaws.`; slave.sexualFlaw = "none"; } else if (slave.behavioralFlaw !== "none" && jsRandom(1, 100) > 90) { - r += ` ${SlaveFullName(V.DJ)} manages to <span class="green">break</span> ${slave.slaveName} of ${his} flaws.`; + r += ` ${SlaveFullName(V.DJ)} manages to <span class=green>break</span> ${slave.slaveName} of ${his} flaws.`; slave.behavioralFlaw = "none"; } } @@ -285,18 +285,18 @@ window.saServeThePublic = (function saServeThePublic() { */ function mentalEffects(slave) { if (slave.behavioralQuirk === "advocate") { - r += ` ${slave.slaveName} <span class="hotpink">really enjoys</span> being able to share ${his} convert's enthusiasm about slavery with new people.`; + r += ` ${slave.slaveName} <span class=hotpink>really enjoys</span> being able to share ${his} convert's enthusiasm about slavery with new people.`; slave.devotion += 1; } else if (slave.behavioralQuirk === "funny") { - r += ` ${slave.slaveName} <span class="hotpink">really enjoys</span> making so many people laugh.`; + r += ` ${slave.slaveName} <span class=hotpink>really enjoys</span> making so many people laugh.`; slave.devotion += 1; } if (slave.sexualQuirk === "tease") { - r += ` ${slave.slaveName} <span class="mediumaquamarine">trusts your judgment</span> in assigning ${him} a job that affords ${him} a chance to tease and flirt.`; + r += ` ${slave.slaveName} <span class=mediumaquamarine>trusts your judgment</span> in assigning ${him} a job that affords ${him} a chance to tease and flirt.`; slave.trust += 1; } if (slave.assignment === "serve in the club" && slave.devotion > 50) { - r += ` Being so far from your presence <span class="mediumorchid">weakens ${his} intense devotion to you.</span>`; + r += ` Being so far from your presence <span class=mediumorchid>weakens ${his} intense devotion to you.</span>`; } } @@ -316,18 +316,18 @@ window.saServeThePublic = (function saServeThePublic() { } r += ` protect ${him} from the wear of being a slut.`; } else if (slave.health < -50) { - r += ` The stress of being a slut while ill is <span class="red">very hard on ${him}.</span>`; + r += ` The stress of being a slut while ill is <span class=red>very hard on ${him}.</span>`; slave.health -= 10; injury = 1; } else if (slave.health < -20 && jsRandom(1, 100) > 50) { - r += ` The stress of being a slut while ill is <span class="red">hard on ${him}.</span>`; + r += ` The stress of being a slut while ill is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } else if (slave.vagina < 0) { if ((slave.skill.anal + slave.skill.oral) >= 200) { r += ` ${He}'s such an expert public servant that ${he} copes with the stress of being a ${SlaveTitle(slave)} slut.`; } else if (jsRandom(1, 100) > (40 + (10 * (slave.skill.anal + slave.skill.oral)))) { - r += ` The stress of being a ${SlaveTitle(slave)} slut is <span class="red">hard on ${him}.</span>`; + r += ` The stress of being a ${SlaveTitle(slave)} slut is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } @@ -336,7 +336,7 @@ window.saServeThePublic = (function saServeThePublic() { if ((slave.skill.anal + slave.skill.oral) >= 200) { r += ` ${He}'s such an expert slut that ${he} copes with the stress of being limited to buttsex and oral.`; } else if (jsRandom(1, 100) > (40 + (10 * (slave.skill.anal + slave.skill.oral)))) { - r += ` The stress of being limited to buttsex and oral is <span class="red">hard on ${him}.</span>`; + r += ` The stress of being limited to buttsex and oral is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } @@ -344,7 +344,7 @@ window.saServeThePublic = (function saServeThePublic() { if (slave.skill.oral >= 100) { r += ` ${He}'s such an expert slut that ${he} copes with the stress of being limited to oral.`; } else if (jsRandom(1, 100) > (40 + (10 * slave.skill.oral))) { - r += ` The stress of being limited to oral sex is <span class="red">hard on ${him}.</span>`; + r += ` The stress of being limited to oral sex is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } @@ -365,45 +365,45 @@ window.saServeThePublic = (function saServeThePublic() { } if (injuryChance > 80) { slave.minorInjury = "sore ass"; - r += ` Rough anal with a careless citizen left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` Rough anal with a careless citizen left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else if (injuryChance > 60) { slave.minorInjury = "black eye"; - r += ` A violent citizen left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` A violent citizen left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else if (injuryChance > 40) { slave.minorInjury = "split lip"; - r += ` An abusive citizen left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` An abusive citizen left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else if (injuryChance > 20) { slave.minorInjury = "bad bruise"; - r += ` A rough citizen left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` A rough citizen left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else { slave.minorInjury = "sore muscle"; - r += ` The hard labor of constant sex left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` The hard labor of constant sex left ${him} with a <span class=red>${slave.minorInjury}.</span>`; } } if (canDoVaginal(slave)) { if (slave.vagina === 0) { if (slave.aphrodisiacs > 1 || slave.inflationType === "aphrodisiac") { - r += ` ${His} virginity goes to the <span class="green">citizen who most deserves the gift of a slave's cherry.</span> ${He}'s so full of aphrodisiacs that ${he} <span class="hotpink">enjoys the experience.</span> <span class="lime">${His} pussy is now broken in.</span>`; + r += ` ${His} virginity goes to the <span class=green>citizen who most deserves the gift of a slave's cherry.</span> ${He}'s so full of aphrodisiacs that ${he} <span class=hotpink>enjoys the experience.</span> <span class=lime>${His} pussy is now broken in.</span>`; slave.devotion += 4; slave.vagina = 1; } else if (slave.devotion > 20) { - r += ` ${His} virginity goes to the <span class="green">citizen who most deserves the gift of a slave's cherry.</span> Losing ${his} virginity in this way <span class="hotpink">confirms ${his} submission to you.</span> <span class="lime">${His} pussy is now broken in.</span>`; + r += ` ${His} virginity goes to the <span class=green>citizen who most deserves the gift of a slave's cherry.</span> Losing ${his} virginity in this way <span class=hotpink>confirms ${his} submission to you.</span> <span class=lime>${His} pussy is now broken in.</span>`; slave.devotion += 4; slave.vagina = 1; } else { - r += ` ${His} virginity goes to the <span class="green">citizen who most deserves the gift of a slave's cherry.</span> ${He} tries to resist, and losing ${his} virginity to a rape makes ${him} <span class="mediumorchid">hate</span> and <span class="gold">fear</span> you a great deal. <span class="lime">${His} pussy is now broken in.</span>`; + r += ` ${His} virginity goes to the <span class=green>citizen who most deserves the gift of a slave's cherry.</span> ${He} tries to resist, and losing ${his} virginity to a rape makes ${him} <span class=mediumorchid>hate</span> and <span class=gold>fear</span> you a great deal. <span class=lime>${His} pussy is now broken in.</span>`; slave.devotion -= 10; slave.trust -= 10; slave.vagina = 1; } } else if (slave.vagina < 3) { if (jsRandom(1, 100) > ((170 - slave.sexAmount) + (slave.vagina * 10) + (slave.skill.vaginal / 3))) { - r += ` <span class="lime">${His} pussy gets loosened by the intense use.</span>`; + r += ` <span class=lime>${His} pussy gets loosened by the intense use.</span>`; slave.vagina += 1; } } @@ -412,15 +412,15 @@ window.saServeThePublic = (function saServeThePublic() { if (canDoAnal(slave)) { if (slave.anus === 0) { if (slave.aphrodisiacs > 1 || slave.inflationType === "aphrodisiac") { - r += ` ${His} tight little anus goes to the <span class="green">most prominent citizen</span> to show an interest in an anal virgin. ${He}'s so full of aphrodisiacs that ${he} <span class="hotpink">enjoys the experience.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class="lime">${he} won't sit down.</span>`; + r += ` ${His} tight little anus goes to the <span class=green>most prominent citizen</span> to show an interest in an anal virgin. ${He}'s so full of aphrodisiacs that ${he} <span class=hotpink>enjoys the experience.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class=lime>${he} won't sit down.</span>`; slave.devotion += 4; slave.anus = 2; } else if (slave.devotion > 20) { - r += ` ${His} tight little anus goes to the <span class="green">most prominent citizen</span> to show an interest in an anal virgin. The pain and humiliation <span class="hotpink">confirm ${his} submission to you.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class="lime">${he} won't sit down.</span>`; + r += ` ${His} tight little anus goes to the <span class=green>most prominent citizen</span> to show an interest in an anal virgin. The pain and humiliation <span class=hotpink>confirm ${his} submission to you.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class=lime>${he} won't sit down.</span>`; slave.devotion += 4; slave.anus = 2; } else { - r += ` ${His} tight little anus goes to the <span class="green">most prominent citizen</span> to show an interest in an anal virgin. The pain and humiliation increases ${his} <span class="mediumorchid">hatred</span> and <span class="gold">fear</span> for you. ${His} fresh asshole is fucked all week, and by the end of it <span class="lime">${he} won't sit down.</span>`; + r += ` ${His} tight little anus goes to the <span class=green>most prominent citizen</span> to show an interest in an anal virgin. The pain and humiliation increases ${his} <span class=mediumorchid>hatred</span> and <span class=gold>fear</span> for you. ${His} fresh asshole is fucked all week, and by the end of it <span class=lime>${he} won't sit down.</span>`; slave.devotion -= 5; slave.trust -= 5; slave.anus = 2; @@ -428,17 +428,17 @@ window.saServeThePublic = (function saServeThePublic() { } else if (slave.anus < 3) { if (slave.vagina < 0) { if (jsRandom(1, 100) > ((150 - slave.sexAmount) + (slave.anus * 10) + (slave.skill.anal / 6))) { - r += ` <span class="lime">${His} asshole sees constant use in place of a pussy and loosens.</span>`; + r += ` <span class=lime>${His} asshole sees constant use in place of a pussy and loosens.</span>`; slave.anus += 1; } } else if (!canDoVaginal(slave)) { if (jsRandom(1, 100) > ((150 - slave.sexAmount) + (slave.anus * 10) + (slave.skill.anal / 6))) { - r += ` <span class="lime">${His} asshole sees constant use in place of ${his} protected pussy and loosens.</span>`; + r += ` <span class=lime>${His} asshole sees constant use in place of ${his} protected pussy and loosens.</span>`; slave.anus += 1; } } else { if (jsRandom(1, 100) > ((160 - slave.sexAmount) + (slave.anus * 10) + (slave.skill.anal / 6))) { - r += ` <span class="lime">${His} asshole loosens with constant use.</span>`; + r += ` <span class=lime>${His} asshole loosens with constant use.</span>`; slave.anus += 1; } } @@ -476,20 +476,20 @@ window.saServeThePublic = (function saServeThePublic() { } if (slave.aphrodisiacs > 1 || slave.inflationType === "aphrodisiac") { - r += ` The aphrodisiac cocktail has ${him} so desperately horny that regardless of ${his} personal feelings, ${he} <span class="hotpink">gets off with the public all week.</span> In ${his} drug-addled state ${he} doesn't remember enough to learn sexual skills.`; + r += ` The aphrodisiac cocktail has ${him} so desperately horny that regardless of ${his} personal feelings, ${he} <span class=hotpink>gets off with the public all week.</span> In ${his} drug-addled state ${he} doesn't remember enough to learn sexual skills.`; slave.devotion += 4; } else if (slave.devotion <= 20 && slave.energy <= 95) { if (slave.trust >= -20) { - r += ` ${He} tries to refuse being treated as an open slut, so ${he} is restrained for public use. ${He} loses a bit of ${himself} to a week of rape, but remembers enough to know <span class="mediumorchid">you're responsible,</span> and <span class="gold">can force ${him} if necessary.</span>`; + r += ` ${He} tries to refuse being treated as an open slut, so ${he} is restrained for public use. ${He} loses a bit of ${himself} to a week of rape, but remembers enough to know <span class=mediumorchid>you're responsible,</span> and <span class=gold>can force ${him} if necessary.</span>`; slave.devotion -= 5; slave.trust -= 5; } else { - r += ` ${He} doesn't show much enthusiasm, but the habit of sexual slavery <span class="hotpink">wears away at ${his} will.</span>`; + r += ` ${He} doesn't show much enthusiasm, but the habit of sexual slavery <span class=hotpink>wears away at ${his} will.</span>`; slave.devotion += 4; } } else { if ((slave.skill.oral + slave.skill.anal >= 200) && ((slave.skill.vaginal >= 100) || !canDoVaginal(slave))) { - r += ` ${He}'s a <span class="aquamarine">sexual master</span> `; + r += ` ${He}'s a <span class=aquamarine>sexual master</span> `; if (canDoVaginal(slave)) { r += `whose`; } else { @@ -501,7 +501,7 @@ window.saServeThePublic = (function saServeThePublic() { } r += ` front hole, ${his}`; } - r += ` charms are only for the <span class="green">most prominent citizens.</span> When ${he}'s not `; + r += ` charms are only for the <span class=green>most prominent citizens.</span> When ${he}'s not `; if (canDoVaginal(slave) && jsRandom(1, 4) === 1) { r += `pleasing high society with ${his} `; if (slave.prestige > 1 || slave.pornPrestige > 2) { @@ -531,7 +531,7 @@ window.saServeThePublic = (function saServeThePublic() { } r += ` ${he} offers personal training and sexual therapy.`; } else { - r += ` ${He} shows diligence, and ${his} <span class="green">sexual skills improve,</span> according to what the citizens demand`; + r += ` ${He} shows diligence, and ${his} <span class=green>sexual skills improve,</span> according to what the citizens demand`; if (!canDoVaginal(slave)) { r += ` and what's possible for ${him}`; } @@ -1209,13 +1209,13 @@ window.saServeThePublic = (function saServeThePublic() { if (slave.devotion < 10) { if (jsRandom(1, 100) > 70) { if (slave.skill.vaginal <= 30 && canDoVaginal(slave)) { - r += ` After being fucked too hard too often, ${he} now <span class="red">dislikes being penetrated.</span>`; + r += ` After being fucked too hard too often, ${he} now <span class=red>dislikes being penetrated.</span>`; slave.sexualFlaw = "hates penetration"; } else if (slave.skill.anal <= 30 && canDoAnal(slave)) { - r += ` After so much anal pain, ${he} now <span class="red">dislikes being buttfucked.</span>`; + r += ` After so much anal pain, ${he} now <span class=red>dislikes being buttfucked.</span>`; slave.sexualFlaw = "hates anal"; } else if (slave.skill.oral <= 30) { - r += ` After one too many facials, ${he} now <span class="red">dislikes sucking cock.</span>`; + r += ` After one too many facials, ${he} now <span class=red>dislikes sucking cock.</span>`; slave.sexualFlaw = "hates oral"; } } @@ -1471,12 +1471,12 @@ window.saServeThePublic = (function saServeThePublic() { } if (slave.energy > 40 && slave.energy < 95) { - r += ` Being used sexually all week <span class="lime">increases ${his} sex drive.</span>`; + r += ` Being used sexually all week <span class=lime>increases ${his} sex drive.</span>`; slave.energy += 1; } if (cervixPump > 0) { - r += ` ${He} notices ${his} <span class="lime">belly has swollen</span> from all the `; + r += ` ${He} notices ${his} <span class=lime>belly has swollen</span> from all the `; if (slave.cervixImplant === 1) { r += `vaginal`; } else if (slave.cervixImplant === 2) { @@ -1499,9 +1499,9 @@ window.saServeThePublic = (function saServeThePublic() { r += ` __This week__ ${vignette.text} `; if (vignette.type === "cash") { if (vignette.effect > 0) { - r += `<span class="yellowgreen">making you an extra ${cashFormat(Math.trunc(slave.sexQuality * vignette.effect))}.</span>`; + r += `<span class=yellowgreen>making you an extra ${cashFormat(Math.trunc(slave.sexQuality * vignette.effect))}.</span>`; } else if (vignette.effect < 0) { - r += `<span class="red">losing you ${cashFormat(Math.abs(Math.trunc(slave.sexQuality * vignette.effect)))}.</span>`; + r += `<span class=red>losing you ${cashFormat(Math.abs(Math.trunc(slave.sexQuality * vignette.effect)))}.</span>`; } else { r += `an incident without lasting effect.`; } @@ -1510,23 +1510,23 @@ window.saServeThePublic = (function saServeThePublic() { } else if (vignette.type === "devotion") { if (vignette.effect > 0) { if (slave.devotion > 50) { - r += `<span class="hotpink">increasing ${his} devotion to you.</span>`; + r += `<span class=hotpink>increasing ${his} devotion to you.</span>`; } else if (slave.devotion >= -20) { - r += `<span class="hotpink">increasing ${his} acceptance of you.</span>`; + r += `<span class=hotpink>increasing ${his} acceptance of you.</span>`; } else if (slave.devotion >= -50) { - r += `<span class="hotpink">reducing ${his} dislike of you.</span>`; + r += `<span class=hotpink>reducing ${his} dislike of you.</span>`; } else { - r += `<span class="hotpink">reducing ${his} hatred of you.</span>`; + r += `<span class=hotpink>reducing ${his} hatred of you.</span>`; } } else if (vignette.effect < 0) { if (slave.devotion > 50) { - r += `<span class="mediumorchid">reducing ${his} devotion to you.</span>`; + r += `<span class=mediumorchid>reducing ${his} devotion to you.</span>`; } else if (slave.devotion >= -20) { - r += `<span class="mediumorchid">reducing ${his} acceptance of you.</span>`; + r += `<span class=mediumorchid>reducing ${his} acceptance of you.</span>`; } else if (slave.devotion >= -50) { - r += `<span class="mediumorchid">increasing ${his} dislike of you.</span>`; + r += `<span class=mediumorchid>increasing ${his} dislike of you.</span>`; } else { - r += `<span class="mediumorchid">increasing ${his} hatred of you.</span>`; + r += `<span class=mediumorchid>increasing ${his} hatred of you.</span>`; } } else { r += `an incident without lasting effect.`; @@ -1535,19 +1535,19 @@ window.saServeThePublic = (function saServeThePublic() { } else if (vignette.type === "trust") { if (vignette.effect > 0) { if (slave.trust > 20) { - r += `<span class="mediumaquamarine">increasing ${his} trust in you.</span>`; + r += `<span class=mediumaquamarine>increasing ${his} trust in you.</span>`; } else if (slave.trust >= -50) { - r += `<span class="mediumaquamarine">reducing ${his} fear of you.</span>`; + r += `<span class=mediumaquamarine>reducing ${his} fear of you.</span>`; } else { - r += `<span class="mediumaquamarine">reducing ${his} terror of you.</span>`; + r += `<span class=mediumaquamarine>reducing ${his} terror of you.</span>`; } } else if (vignette.effect < 0) { if (slave.trust > 20) { - r += `<span class="gold">reducing ${his} trust in you.</span>`; + r += `<span class=gold>reducing ${his} trust in you.</span>`; } else if (slave.trust >= -20) { - r += `<span class="gold">increasing ${his} fear of you.</span>`; + r += `<span class=gold>increasing ${his} fear of you.</span>`; } else { - r += `<span class="gold">increasing ${his} terror of you.</span>`; + r += `<span class=gold>increasing ${his} terror of you.</span>`; } } else { r += `an incident without lasting effect.`; @@ -1555,18 +1555,18 @@ window.saServeThePublic = (function saServeThePublic() { slave.trust += (1 * vignette.effect); } else if (vignette.type === "health") { if (vignette.effect > 0) { - r += `<span class="green">improving ${his} health.</span>`; + r += `<span class=green>improving ${his} health.</span>`; } else if (vignette.effect < 0) { - r += `<span class="red">affecting ${his} health.</span>`; + r += `<span class=red>affecting ${his} health.</span>`; } else { r += `an incident without lasting effect.`; } slave.health += (2 * vignette.effect); } else { if (vignette.effect > 0) { - r += `<span class="green">gaining you a bit of reputation.</span>`; + r += `<span class=green>gaining you a bit of reputation.</span>`; } else if (vignette.effect < 0) { - r += `<span class="red">losing you a bit of reputation.</span>`; + r += `<span class=red>losing you a bit of reputation.</span>`; } else { r += `an incident without lasting effect.`; } diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js index d29cf2c88403adec9adfa66f55669354ac6ddbbb..3aa23bffb2613ff2c9b6a69f0ca8f298702da297 100644 --- a/src/endWeek/saWhore.js +++ b/src/endWeek/saWhore.js @@ -358,10 +358,10 @@ window.saWhore = (function saWhore() { } if (V.MadamIgnoresFlaws !== 1) { if (!["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "none", "self hating"].includes(slave.sexualFlaw) && jsRandom(1, 100) > 90) { - r += ` ${SlaveFullName(V.Madam)} manages to <span class="green">break</span> ${slave.slaveName} of ${his} sexual flaws.`; + r += ` ${SlaveFullName(V.Madam)} manages to <span class=green>break</span> ${slave.slaveName} of ${his} sexual flaws.`; slave.sexualFlaw = "none"; } else if (slave.behavioralFlaw !== "none" && jsRandom(1, 100) > 90) { - r += ` ${SlaveFullName(V.Madam)} manages to <span class="green">break</span> ${slave.slaveName} of ${his} flaws.`; + r += ` ${SlaveFullName(V.Madam)} manages to <span class=green>break</span> ${slave.slaveName} of ${his} flaws.`; slave.behavioralFlaw = "none"; } } @@ -438,18 +438,18 @@ window.saWhore = (function saWhore() { */ function mentalEffects(slave) { if (slave.behavioralQuirk === "sinful") { - r += ` ${slave.slaveName} <span class="hotpink">secretly enjoys</span> how utterly sinful and depraved it is for ${him} to sell ${his} body.`; + r += ` ${slave.slaveName} <span class=hotpink>secretly enjoys</span> how utterly sinful and depraved it is for ${him} to sell ${his} body.`; slave.devotion += 1; } else if (slave.behavioralQuirk === "cutting") { - r += ` ${slave.slaveName} <span class="hotpink">openly enjoys</span> the direct, frank language of prostitution, and delights customers with cutting remarks even as they fuck ${him}.`; + r += ` ${slave.slaveName} <span class=hotpink>openly enjoys</span> the direct, frank language of prostitution, and delights customers with cutting remarks even as they fuck ${him}.`; slave.devotion += 1; } if (slave.sexualQuirk === "caring") { - r += ` ${slave.slaveName} sees ${his} role as helping people with their sexual needs, and ${he} <span class="mediumaquamarine">trusts that ${his} place</span> in society is an important one.`; + r += ` ${slave.slaveName} sees ${his} role as helping people with their sexual needs, and ${he} <span class=mediumaquamarine>trusts that ${his} place</span> in society is an important one.`; slave.trust += 1; } if (slave.assignment === "work in the brothel" && slave.devotion > 50) { - r += ` Being so far from your presence <span class="mediumorchid">weakens ${his} intense devotion to you.</span>`; + r += ` Being so far from your presence <span class=mediumorchid>weakens ${his} intense devotion to you.</span>`; } } @@ -468,18 +468,18 @@ window.saWhore = (function saWhore() { } r += ` protect ${him} from the wear of whoring.`; } else if (slave.health < -50) { - r += ` The stress of whoring while ill is <span class="red">very hard on ${him}.</span>`; + r += ` The stress of whoring while ill is <span class=red>very hard on ${him}.</span>`; slave.health -= 10; injury = 1; } else if (slave.health < -20 && jsRandom(1, 100) > 50) { - r += ` The stress of whoring while ill is <span class="red">hard on ${him}.</span>`; + r += ` The stress of whoring while ill is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } else if (slave.vagina < 0) { if ((slave.skill.anal + slave.skill.oral) >= 200) { r += ` $He's such an expert whore that $he copes with the stress of being a ${SlaveTitle(slave)} slut.`; } else if (jsRandom(1, 100) > (40 + (10 * (slave.skill.anal + slave.skill.oral)))) { - r += ` The stress of being a ${SlaveTitle(slave)} prostitute is <span class="red">hard on ${him}.</span>`; + r += ` The stress of being a ${SlaveTitle(slave)} prostitute is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } @@ -488,7 +488,7 @@ window.saWhore = (function saWhore() { if ((slave.skill.anal + slave.skill.oral) >= 200) { r += ` ${He}'s such an expert whore that ${he} copes with the stress of being limited to buttsex and oral.`; } else if (jsRandom(1, 100) > (40 + (10 * (slave.skill.anal + slave.skill.oral)))) { - r += ` The stress of being limited to buttsex and oral is <span class="red">hard on ${him}.</span>`; + r += ` The stress of being limited to buttsex and oral is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } @@ -496,7 +496,7 @@ window.saWhore = (function saWhore() { if (slave.skill.oral >= 100) { r += ` ${He}'s such an expert whore that ${he} copes with the stress of being limited to oral.`; } else if (jsRandom(1, 100) > (40 + (10 * slave.skill.oral))) { - r += ` The stress of being limited to oral sex is <span class="red">hard on ${him}.</span>`; + r += ` The stress of being limited to oral sex is <span class=red>hard on ${him}.</span>`; slave.health -= 7; injury = 1; } @@ -517,45 +517,45 @@ window.saWhore = (function saWhore() { } if (injuryChance > 80) { slave.minorInjury = "sore ass"; - r += ` Rough anal with a careless customer left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` Rough anal with a careless customer left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else if (injuryChance > 60) { slave.minorInjury = "black eye"; - r += ` A violent customer left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` A violent customer left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else if (injuryChance > 40) { slave.minorInjury = "split lip"; - r += ` An abusive customer left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` An abusive customer left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else if (injuryChance > 20) { slave.minorInjury = "bad bruise"; - r += ` A rough customer left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` A rough customer left ${him} with a <span class=red>${slave.minorInjury}.</span>`; r += minorInjuryResponse(slave); } else { slave.minorInjury = "sore muscle"; - r += ` The hard labor of constant sex left ${him} with a <span class="red">${slave.minorInjury}.</span>`; + r += ` The hard labor of constant sex left ${him} with a <span class=red>${slave.minorInjury}.</span>`; } } if (canDoVaginal(slave)) { if (slave.vagina === 0) { if (slave.aphrodisiacs > 1 || slave.inflationType === "aphrodisiac") { - r += ` ${His} virginity goes to the highest bidder, earning ${cashFormat(beauty * 10)}. ${He}'s so full of aphrodisiacs that ${he} <span class="hotpink">enjoys the experience.</span> <span class="lime">${His} pussy is now broken in.</span>`; + r += ` ${His} virginity goes to the highest bidder, earning ${cashFormat(beauty * 10)}. ${He}'s so full of aphrodisiacs that ${he} <span class=hotpink>enjoys the experience.</span> <span class=lime>${His} pussy is now broken in.</span>`; slave.devotion += 4; slave.vagina = 1; } else if (slave.devotion > 20) { - r += ` ${His} virginity goes to the highest bidder, earning ${cashFormat(beauty * 10)}. Losing ${his} virginity in this way <span class="hotpink">confirms ${his} submission to you.</span> <span class="lime">${His} pussy is now broken in.</span>`; + r += ` ${His} virginity goes to the highest bidder, earning ${cashFormat(beauty * 10)}. Losing ${his} virginity in this way <span class=hotpink>confirms ${his} submission to you.</span> <span class=lime>${His} pussy is now broken in.</span>`; slave.devotion += 4; slave.vagina = 1; } else { - r += ` ${His} virginity goes to the highest bidder, earning ${cashFormat(beauty * 10)}. ${He} tries to resist, and losing ${his} virginity to a rape makes ${him} <span class="mediumorchid">hate</span> and <span class="gold">fear</span> you a great deal. <span class="lime">${His} pussy is now broken in.</span>`; + r += ` ${His} virginity goes to the highest bidder, earning ${cashFormat(beauty * 10)}. ${He} tries to resist, and losing ${his} virginity to a rape makes ${him} <span class=mediumorchid>hate</span> and <span class=gold>fear</span> you a great deal. <span class=lime>${His} pussy is now broken in.</span>`; slave.devotion -= 10; slave.trust -= 10; slave.vagina = 1; } } else if (slave.vagina < 3) { if (jsRandom(1, 100) > ((170 - slave.sexAmount) + (slave.vagina * 10) + (slave.skill.vaginal / 3))) { - r += ` <span class="lime">${His} pussy gets loosened by the intense use.</span>`; + r += ` <span class=lime>${His} pussy gets loosened by the intense use.</span>`; slave.vagina += 1; } } @@ -564,15 +564,15 @@ window.saWhore = (function saWhore() { if (canDoAnal(slave)) { if (slave.anus === 0) { if (slave.aphrodisiacs > 1 || slave.inflationType === "aphrodisiac") { - r += ` ${His} tight little anus goes to the highest bidder, earning ${cashFormat(beauty * 5)}. ${He}'s so full of aphrodisiacs that ${he} <span class="hotpink">enjoys the experience.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class="lime">${he} won't sit down.</span>`; + r += ` ${His} tight little anus goes to the highest bidder, earning ${cashFormat(beauty * 5)}. ${He}'s so full of aphrodisiacs that ${he} <span class=hotpink>enjoys the experience.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class=lime>${he} won't sit down.</span>`; slave.devotion += 4; slave.anus = 2; } else if (slave.devotion > 20) { - r += ` ${His} tight little anus goes to the highest bidder, earning ${cashFormat(beauty * 5)}. The pain and humiliation <span class="hotpink">confirm ${his} submission to you.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class="lime">${he} won't sit down.</span>`; + r += ` ${His} tight little anus goes to the highest bidder, earning ${cashFormat(beauty * 5)}. The pain and humiliation <span class=hotpink>confirm ${his} submission to you.</span> ${His} fresh asshole is fucked all week, and by the end of it <span class=lime>${he} won't sit down.</span>`; slave.devotion += 4; slave.anus = 2; } else { - r += ` ${His} tight little anus goes to the highest bidder, earning ${cashFormat(beauty * 5)}. The pain and humiliation increases ${his} <span class="mediumorchid">hatred</span> and <span class="gold">fear</span> for you. ${His} fresh asshole is fucked all week, and by the end of it <span class="lime">${he} won't sit down.</span>`; + r += ` ${His} tight little anus goes to the highest bidder, earning ${cashFormat(beauty * 5)}. The pain and humiliation increases ${his} <span class=mediumorchid>hatred</span> and <span class=gold>fear</span> for you. ${His} fresh asshole is fucked all week, and by the end of it <span class=lime>${he} won't sit down.</span>`; slave.devotion -= 5; slave.trust -= 5; slave.anus = 2; @@ -580,17 +580,17 @@ window.saWhore = (function saWhore() { } else if (slave.anus < 3) { if (slave.vagina < 0) { if (jsRandom(1, 100) > ((150 - slave.sexAmount) + (slave.anus * 10) + (slave.skill.anal / 6))) { - r += ` <span class="lime">${His} asshole sees constant use in place of a pussy and loosens.</span>`; + r += ` <span class=lime>${His} asshole sees constant use in place of a pussy and loosens.</span>`; slave.anus += 1; } } else if (!canDoVaginal(slave)) { if (jsRandom(1, 100) > ((150 - slave.sexAmount) + (slave.anus * 10) + (slave.skill.anal / 6))) { - r += ` <span class="lime">${His} asshole sees constant use in place of ${his} protected pussy and loosens.</span>`; + r += ` <span class=lime>${His} asshole sees constant use in place of ${his} protected pussy and loosens.</span>`; slave.anus += 1; } } else { if (jsRandom(1, 100) > ((160 - slave.sexAmount) + (slave.anus * 10) + (slave.skill.anal / 6))) { - r += ` <span class="lime">${His} asshole loosens with constant use.</span>`; + r += ` <span class=lime>${His} asshole loosens with constant use.</span>`; slave.anus += 1; } } @@ -630,7 +630,7 @@ window.saWhore = (function saWhore() { if (slave.amp !== 1) { if (slave.skill.whoring < 100) { slave.skill.whoring += 10 + Math.floor((slave.intelligence + slave.intelligenceImplant) / 32); - r += ` ${He} <span class="green">gains experience as a prostitute,</span> and gets better at `; + r += ` ${He} <span class=green>gains experience as a prostitute,</span> and gets better at `; if (slave.skill.whoring <= 30) { r += `basic street smarts.`; } else if (slave.skill.whoring <= 60) { @@ -642,20 +642,20 @@ window.saWhore = (function saWhore() { } if (slave.aphrodisiacs > 1 || slave.inflationType === "aphrodisiac") { - r += ` The aphrodisiac cocktail has ${him} so desperately horny that regardless of ${his} personal feelings, ${he} <span class="hotpink">gets off with customers all week.</span> In ${his} drug-addled state ${he} doesn't remember enough to learn sexual skills.`; + r += ` The aphrodisiac cocktail has ${him} so desperately horny that regardless of ${his} personal feelings, ${he} <span class=hotpink>gets off with customers all week.</span> In ${his} drug-addled state ${he} doesn't remember enough to learn sexual skills.`; slave.devotion += 4; } else if (slave.devotion <= 20 && slave.energy <= 95) { if (slave.trust >= -20) { - r += ` ${He} tries to refuse being sold as a whore, so ${he} is restrained for sale. ${He} loses a bit of ${himself} to a week of rape, but remembers enough to know <span class="mediumorchid">you're responsible,</span> and <span class="gold">can force ${him} if necessary.</span>`; + r += ` ${He} tries to refuse being sold as a whore, so ${he} is restrained for sale. ${He} loses a bit of ${himself} to a week of rape, but remembers enough to know <span class=mediumorchid>you're responsible,</span> and <span class=gold>can force ${him} if necessary.</span>`; slave.devotion -= 5; slave.trust -= 5; } else { - r += ` ${He} doesn't show much enthusiasm, but the habit of sexual prostitution <span class="hotpink">wears away at ${his} will.</span>`; + r += ` ${He} doesn't show much enthusiasm, but the habit of sexual prostitution <span class=hotpink>wears away at ${his} will.</span>`; slave.devotion += 4; } } else { if ((slave.skill.oral + slave.skill.anal >= 200) && ((slave.skill.vaginal >= 100) || !canDoVaginal(slave))) { - r += ` ${He}'s a <span class="aquamarine">sexual master</span> `; + r += ` ${He}'s a <span class=aquamarine>sexual master</span> `; if (canDoVaginal(slave)) { r += `whose`; } else { @@ -667,7 +667,7 @@ window.saWhore = (function saWhore() { } r += ` front hole, ${his}`; } - r += ` body commands <span class="yellowgreen">a high price.</span> When ${he}'s not `; + r += ` body commands <span class=yellowgreen>a high price.</span> When ${he}'s not `; if (canDoVaginal(slave) && jsRandom(1, 4) === 1) { r += `pleasing the rich with ${his} `; if (slave.prestige > 1 || slave.pornPrestige > 2) { @@ -699,7 +699,7 @@ window.saWhore = (function saWhore() { } r += ` ${he} works social gatherings and high society.`; } else { - r += ` ${He} shows diligence, and ${his} <span class="green">sexual skills improve,</span> according to what the customers demand`; + r += ` ${He} shows diligence, and ${his} <span class=green>sexual skills improve,</span> according to what the customers demand`; if (!canDoVaginal(slave)) { r += ` and what's possible for ${him}`; } @@ -1370,13 +1370,13 @@ window.saWhore = (function saWhore() { if (slave.devotion < 10) { if (jsRandom(1, 100) > 70) { if (slave.skill.vaginal <= 30 && canDoVaginal(slave)) { - r += ` After being fucked too hard too often, ${he} now <span class="red">dislikes being penetrated.</span>`; + r += ` After being fucked too hard too often, ${he} now <span class=red>dislikes being penetrated.</span>`; slave.sexualFlaw = "hates penetration"; } else if (slave.skill.anal <= 30 && canDoAnal(slave)) { - r += ` After so much anal pain, ${he} now <span class="red">dislikes being buttfucked.</span>`; + r += ` After so much anal pain, ${he} now <span class=red>dislikes being buttfucked.</span>`; slave.sexualFlaw = "hates anal"; } else if (slave.skill.oral <= 30) { - r += ` After one too many facials, ${he} now <span class="red">dislikes sucking cock.</span>`; + r += ` After one too many facials, ${he} now <span class=red>dislikes sucking cock.</span>`; slave.sexualFlaw = "hates oral"; } } @@ -1402,7 +1402,7 @@ window.saWhore = (function saWhore() { * @param {App.Entity.SlaveState} slave */ function addCashText(slave) { - r += ` In total, you were paid <span class="yellowgreen">${cashFormat(cash)}</span> for the use of ${slave.slaveName}'s body this week.`; + r += ` In total, you were paid <span class=yellowgreen>${cashFormat(cash)}</span> for the use of ${slave.slaveName}'s body this week.`; } /** @@ -1634,12 +1634,12 @@ window.saWhore = (function saWhore() { } if (slave.energy > 40 && slave.energy < 95) { - r += ` Being used sexually all week <span class="lime">increases ${his} sex drive.</span>`; + r += ` Being used sexually all week <span class=lime>increases ${his} sex drive.</span>`; slave.energy += 1; } if (cervixPump > 0) { - r += ` ${He} notices ${his} <span class="lime">belly has swollen</span> from all the `; + r += ` ${He} notices ${his} <span class=lime>belly has swollen</span> from all the `; if (slave.cervixImplant === 1) { r += `vaginal`; } else if (slave.cervixImplant === 2) { @@ -1660,9 +1660,9 @@ window.saWhore = (function saWhore() { if (vignette.type === "cash") { const cashVign = Math.trunc(FuckResult * vignette.effect); if (vignette.effect > 0) { - r += `<span class="yellowgreen">making you an extra ${cashFormat(cashVign)}.</span>`; + r += `<span class=yellowgreen>making you an extra ${cashFormat(cashVign)}.</span>`; } else if (vignette.effect < 0) { - r += `<span class="red">losing you ${cashFormat(Math.abs(cashVign))}.</span>`; + r += `<span class=red>losing you ${cashFormat(Math.abs(cashVign))}.</span>`; } else { r += `an incident without lasting effect.`; } @@ -1677,23 +1677,23 @@ window.saWhore = (function saWhore() { } else if (vignette.type === "devotion") { if (vignette.effect > 0) { if (slave.devotion > 50) { - r += `<span class="hotpink">increasing ${his} devotion to you.</span>`; + r += `<span class=hotpink>increasing ${his} devotion to you.</span>`; } else if (slave.devotion >= -20) { - r += `<span class="hotpink">increasing ${his} acceptance of you.</span>`; + r += `<span class=hotpink>increasing ${his} acceptance of you.</span>`; } else if (slave.devotion >= -50) { - r += `<span class="hotpink">reducing ${his} dislike of you.</span>`; + r += `<span class=hotpink>reducing ${his} dislike of you.</span>`; } else { - r += `<span class="hotpink">reducing ${his} hatred of you.</span>`; + r += `<span class=hotpink>reducing ${his} hatred of you.</span>`; } } else if (vignette.effect < 0) { if (slave.devotion > 50) { - r += `<span class="mediumorchid">reducing ${his} devotion to you.</span>`; + r += `<span class=mediumorchid>reducing ${his} devotion to you.</span>`; } else if (slave.devotion >= -20) { - r += `<span class="mediumorchid">reducing ${his} acceptance of you.</span>`; + r += `<span class=mediumorchid>reducing ${his} acceptance of you.</span>`; } else if (slave.devotion >= -50) { - r += `<span class="mediumorchid">increasing ${his} dislike of you.</span>`; + r += `<span class=mediumorchid>increasing ${his} dislike of you.</span>`; } else { - r += `<span class="mediumorchid">increasing ${his} hatred of you.</span>`; + r += `<span class=mediumorchid>increasing ${his} hatred of you.</span>`; } } else { r += `an incident without lasting effect.`; @@ -1702,19 +1702,19 @@ window.saWhore = (function saWhore() { } else if (vignette.type === "trust") { if (vignette.effect > 0) { if (slave.trust > 20) { - r += `<span class="mediumaquamarine">increasing ${his} trust in you.</span>`; + r += `<span class=mediumaquamarine>increasing ${his} trust in you.</span>`; } else if (slave.trust >= -50) { - r += `<span class="mediumaquamarine">reducing ${his} fear of you.</span>`; + r += `<span class=mediumaquamarine>reducing ${his} fear of you.</span>`; } else { - r += `<span class="mediumaquamarine">reducing ${his} terror of you.</span>`; + r += `<span class=mediumaquamarine>reducing ${his} terror of you.</span>`; } } else if (vignette.effect < 0) { if (slave.trust > 20) { - r += `<span class="gold">reducing ${his} trust in you.</span>`; + r += `<span class=gold>reducing ${his} trust in you.</span>`; } else if (slave.trust >= -20) { - r += `<span class="gold">increasing ${his} fear of you.</span>`; + r += `<span class=gold>increasing ${his} fear of you.</span>`; } else { - r += `<span class="gold">increasing ${his} terror of you.</span>`; + r += `<span class=gold>increasing ${his} terror of you.</span>`; } } else { r += `an incident without lasting effect.`; @@ -1722,18 +1722,18 @@ window.saWhore = (function saWhore() { slave.trust += (1 * vignette.effect); } else if (vignette.type === "health") { if (vignette.effect > 0) { - r += `<span class="green">improving ${his} health.</span>`; + r += `<span class=green>improving ${his} health.</span>`; } else if (vignette.effect < 0) { - r += `<span class="red">affecting ${his} health.</span>`; + r += `<span class=red>affecting ${his} health.</span>`; } else { r += `an incident without lasting effect.`; } slave.health += (2 * vignette.effect); } else { if (vignette.effect > 0) { - r += `<span class="green">gaining you a bit of reputation.</span>`; + r += `<span class=green>gaining you a bit of reputation.</span>`; } else if (vignette.effect < 0) { - r += `<span class="red">losing you a bit of reputation.</span>`; + r += `<span class=red>losing you a bit of reputation.</span>`; } else { r += `an incident without lasting effect.`; } diff --git a/src/endWeek/saWorkAGloryHole.js b/src/endWeek/saWorkAGloryHole.js index 2c0d00d18ddb6e86224b0e30e21c187a7492fb8d..f5e0a84e150cee77a91de2aac352fa4a33151eaa 100644 --- a/src/endWeek/saWorkAGloryHole.js +++ b/src/endWeek/saWorkAGloryHole.js @@ -108,25 +108,25 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { } r += ` protect ${his} health from the stress of being used as a sexual appliance.`; } else if (slave.health < -50) { - r += ` The stress of being used while very ill <span class="red">damaged ${his} health.</span>`; + r += ` The stress of being used while very ill <span class=red>damaged ${his} health.</span>`; slave.health -= Math.max(Math.trunc((slave.sexAmount - 100) / 25) + jsRandom(-2, 2), 1); } else if (slave.health < -10) { if (jsRandom(1, 100) < 10) { - r += ` The stress of being used while weak has <span class="red">damaged ${his} health.</span>`; + r += ` The stress of being used while weak has <span class=red>damaged ${his} health.</span>`; slave.health -= Math.max(Math.trunc((slave.sexAmount - 100) / 25) + jsRandom(-2, 2), 1); } } else if (!canDoVaginal(slave) && !canDoAnal(slave)) { if (jsRandom(1, 100) < 75) { - r += ` The stress of being used repeatedly in only one hole has <span class="red">damaged ${his} health.</span>`; + r += ` The stress of being used repeatedly in only one hole has <span class=red>damaged ${his} health.</span>`; slave.health -= Math.max(Math.trunc((slave.sexAmount - 100) / 25) + jsRandom(-2, 2), 1); } } else if (!canDoVaginal(slave)) { if (jsRandom(1, 100) < 50) { - r += ` The stress of being used in only two holes has <span class="red">damaged ${his} health.</span>`; + r += ` The stress of being used in only two holes has <span class=red>damaged ${his} health.</span>`; slave.health -= Math.max(Math.trunc((slave.sexAmount - 100) / 25) + jsRandom(-2, 2), 1); } } else if (jsRandom(1, 100) < 25) { - r += ` The stress of being used has <span class="red">damaged ${his} health.</span>`; + r += ` The stress of being used has <span class=red>damaged ${his} health.</span>`; slave.health -= Math.max(Math.trunc((slave.sexAmount - 100) / 25) + jsRandom(-2, 2), 1); } @@ -137,12 +137,12 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { } else { r += `Fuckdoll`; } - r += ` user takes ${his} virginity. He does not notice or care. <span class="lime">${His} pussy has been broken in</span> in a <span class="gold">painful</span> and <span class="mediumorchid">degrading</span> way.`; + r += ` user takes ${his} virginity. He does not notice or care. <span class=lime>${His} pussy has been broken in</span> in a <span class=gold>painful</span> and <span class=mediumorchid>degrading</span> way.`; slave.devotion -= 10; slave.trust -= 10; slave.vagina = 1; } else if (slave.vagina < 3 && canDoVaginal(slave) && jsRandom(1, 100) > ((310 - beauty) + (slave.vagina * 10))) { - r += ` <span class="lime">${His} pussy gets stretched out by the use.</span>`; + r += ` <span class=lime>${His} pussy gets stretched out by the use.</span>`; slave.vagina += 1; } @@ -159,12 +159,12 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { } else { r += `a Fuckdoll`; } - r += ` is so great. <span class="lime">${His} ass has been broken in</span> in a <span class="gold">painful</span> and <span class="mediumorchid">degrading</span> way.`; + r += ` is so great. <span class=lime>${His} ass has been broken in</span> in a <span class=gold>painful</span> and <span class=mediumorchid>degrading</span> way.`; slave.devotion -= 5; slave.trust -= 5; slave.anus = 1; } else if (slave.anus < 3 && canDoAnal(slave) && jsRandom(1, 100) > ((290 - beauty) + (slave.anus * 10))) { - r += ` <span class="lime">${His} asshole sees constant use and loosens.</span>`; + r += ` <span class=lime>${His} asshole sees constant use and loosens.</span>`; slave.anus += 1; } } @@ -195,15 +195,15 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { slave.behavioralFlaw = "odd"; } if (slave.devotion > 50) { - r += ` ${He} does $his best to tolerate ${his} sentence to the glory hole, but <span class="mediumorchid">${his} devotion is hurt</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${He} does $his best to tolerate ${his} sentence to the glory hole, but <span class=mediumorchid>${his} devotion is hurt</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else if (slave.devotion > 20) { - r += ` ${He} does not understand why ${his} obedience has earned ${him} a sentence to this torture. <span class="mediumorchid">${His} obedience is hurt</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${He} does not understand why ${his} obedience has earned ${him} a sentence to this torture. <span class=mediumorchid>${His} obedience is hurt</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else if (slave.devotion >= -20) { - r += ` ${His} fear of you turns to desperation during ${his} sentence. <span class="mediumorchid">${His} obedience is reduced</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${His} fear of you turns to desperation during ${his} sentence. <span class=mediumorchid>${His} obedience is reduced</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else if (slave.devotion >= -50) { - r += ` Though ${he} is only temporarily sentenced to suffer, <span class="mediumorchid">${his} resistance is increased</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` Though ${he} is only temporarily sentenced to suffer, <span class=mediumorchid>${his} resistance is increased</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else { - r += ` ${He} has hope ${he}'ll be released after ${his} sentence, but <span class="mediumorchid">${his} hatred of you is increased</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${He} has hope ${he}'ll be released after ${his} sentence, but <span class=mediumorchid>${his} hatred of you is increased</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } slave.devotion -= 5; slave.trust -= 5; @@ -213,15 +213,15 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { slave.behavioralFlaw = "odd"; } if (slave.devotion > 50) { - r += ` ${He} feels starved of personal contact. <span class="mediumorchid">${His} devotion is hurt</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${He} feels starved of personal contact. <span class=mediumorchid>${His} devotion is hurt</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else if (slave.devotion > 20) { - r += ` ${He} does not understand why ${his} obedience has earned ${him} this immurement. <span class="mediumorchid">${His} obedience is hurt</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${He} does not understand why ${his} obedience has earned ${him} this immurement. <span class=mediumorchid>${His} obedience is hurt</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else if (slave.devotion >= -20) { - r += ` ${His} fear of you has increased into something like a pathology. <span class="mediumorchid">${His} obedience is reduced</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${His} fear of you has increased into something like a pathology. <span class=mediumorchid>${His} obedience is reduced</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else if (slave.devotion >= -50) { - r += ` ${His} resistance is deepening into hatred. <span class="mediumorchid">${His} resistance is increased</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` ${His} resistance is deepening into hatred. <span class=mediumorchid>${His} resistance is increased</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } else { - r += ` <span class="mediumorchid">${His} helpless hatred of you is increased</span> and ${he} is <span class="gold">filled with fear</span> ${he} won't be let out.`; + r += ` <span class=mediumorchid>${His} helpless hatred of you is increased</span> and ${he} is <span class=gold>filled with fear</span> ${he} won't be let out.`; } slave.devotion -= 10; slave.trust -= 10; @@ -236,9 +236,9 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { function jobBody(slave) { r += ` ${His} feelings, skills, and appearance do not matter. ${He} is condemned to a world that consists of a tiny cell, featureless except for the never-ending dicks ${he} is required to service. You `; if (V.publicFuckdolls === 0) { - r += `were paid <span class="yellowgreen">${cashFormat((Math.trunc(beauty * FResult)))}</span>`; + r += `were paid <span class=yellowgreen>${cashFormat((Math.trunc(beauty * FResult)))}</span>`; } else { - r += `<span class="green">gained reputation</span>`; + r += `<span class=green>gained reputation</span>`; } r += ` for the use of ${slave.slaveName}'s holes this week.`; } @@ -425,7 +425,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { } if (cervixPump > 0) { - r += ` ${He} notices ${his} <span class="lime">belly has swollen</span> from all the `; + r += ` ${He} notices ${his} <span class=lime>belly has swollen</span> from all the `; if (slave.cervixImplant === 1) { r += `vaginal `; } else if (slave.cervixImplant === 2) { diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js index 87fc385c21221ad8e8de896f115295ce6f963cc9..8e93ad60186dcff224abb52ceb25d8b9e8f3efa9 100644 --- a/src/js/DefaultRules.js +++ b/src/js/DefaultRules.js @@ -2903,7 +2903,7 @@ window.DefaultRules = (function() { } slave.trust -= 5; slave.health -= 10; - r += `<br>${slave.slaveName} has been branded, with <span class="gold">fear</span>${slave.devotion < 18? ", <span class=\"mediumorchid\">regard,</span>":""} and <span class="red">health</span> consequences.`; + r += `<br>${slave.slaveName} has been branded, with <span class=gold>fear</span>${slave.devotion < 18? ", <span class=mediumorchid>regard,</span>":""} and <span class=red>health</span> consequences.`; } } } diff --git a/src/js/assayJS.js b/src/js/assayJS.js index b259946ef550c3872138a183a664a6193c1019f8..241501918182daa4f2f215ed0a48d3c79af73462 100644 --- a/src/js/assayJS.js +++ b/src/js/assayJS.js @@ -2051,17 +2051,17 @@ window.faceIncrease = function faceIncrease(slave, amount) { const His = capFirstChar(his); let r = ""; if (slave.face <= -95) - r += `<span class="green">${His} face is no longer horrifying,</span> and is now merely ugly.`; + r += `<span class=green>${His} face is no longer horrifying,</span> and is now merely ugly.`; else if (slave.face <= -40 && slave.face + amount > -40) - r += `<span class="green">${His} face is no longer ugly,</span> and is now merely unattractive.`; + r += `<span class=green>${His} face is no longer ugly,</span> and is now merely unattractive.`; else if (slave.face <= -10 && slave.face + amount > -10) - r += `<span class="green">${His} face is no longer unattractive,</span> and is now somewhat tolerable.`; + r += `<span class=green>${His} face is no longer unattractive,</span> and is now somewhat tolerable.`; else if (slave.face <= 10 && slave.face + amount > 10) - r += `<span class="green">${His} face is now decently attractive,</span> rather than merely tolerable.`; + r += `<span class=green>${His} face is now decently attractive,</span> rather than merely tolerable.`; else if (slave.face <= 40 && slave.face + amount > 40) - r += `<span class="green">${His} face is now quite beautiful,</span> rather than merely pretty.`; + r += `<span class=green>${His} face is now quite beautiful,</span> rather than merely pretty.`; else if (slave.face <= 95 && slave.face + amount > 95) - r += `<span class="green">${His} face is now perfect.</span> It's difficult to imagine how it could be any more beautiful.`; + r += `<span class=green>${His} face is now perfect.</span> It's difficult to imagine how it could be any more beautiful.`; slave.face = Math.clamp(slave.face + amount, -100, 100); if (slave.face > 95) slave.face = 100; return r; diff --git a/src/js/optionsMacro.js b/src/js/optionsMacro.js index 0d93bf0ed18c4932d8652a1b0005273af5a42bc1..6f87dc1935c1d132d8c72571cec392b73b709b86 100644 --- a/src/js/optionsMacro.js +++ b/src/js/optionsMacro.js @@ -157,9 +157,9 @@ Macro.add('options', { if (found_index !== i || hasMultipleOptionsWithSameValue) { let onClickChange = args[hasComparitor ? 3 : 2]; onClickChange = onClickChange ? ', ' + onClickChange : ''; - output += '<span class="' + className + '">[[' + argText + extraComment + '|' + passageName + "][" + variable + " = " + JSON.stringify(args[hasComparitor ? 1 : 0]) + onClickChange + "]]" + "</span>"; + output += `<span class=${className}>[[` + argText + extraComment + '|' + passageName + "][" + variable + " = " + JSON.stringify(args[hasComparitor ? 1 : 0]) + onClickChange + "]]" + "</span>"; } else if (showSelectedOption) { - output += '<span class="optionMacroSelected ' + className + '">' + argText + extraComment + '</span>'; + output += `<span class=${optionMacroSelected} ${className}>' ${argText} ${extraComment} </span>`; } } } else if (this.payload[i].name === 'comment') { @@ -167,10 +167,10 @@ Macro.add('options', { } } jQuery(this.output).wiki( - '<span class="optionMacro ' + (currentOptionIsNumber ? 'optionMacroNumber' : '') + '">' + - '<span class="optionDescription">' + title + ' ' + description + "</span>" + - '<span class="optionValue">' + output + "</span>" + - (comment ? '<span class="optionComment">//' + comment + "//</span>" : '') + + '<span class=optionMacro' + (currentOptionIsNumber ? 'optionMacroNumber' : '') + '">' + + '<span class=optionDescription>' + title + ' ' + description + "</span>" + + '<span class=optionValue>' + output + "</span>" + + (comment ? '<span class=optionComment>//' + comment + "//</span>" : '') + '</span>'); } catch (ex) { return this.error('bad options expression: ' + ex.message); diff --git a/src/js/pregJS.js b/src/js/pregJS.js index 28a6852c870c3aa847b8bced9274c05be8cb5719..1a8f9c6fdbb408993b8f9cd9c5f7ff50555235a6 100644 --- a/src/js/pregJS.js +++ b/src/js/pregJS.js @@ -427,7 +427,7 @@ window.knockMeUp = function(target, chance, hole, fatherID, displayOverride) { if (target.ID === -1) { /* r += "<span class=lime>You have gotten pregnant.</span>"; */ } else { - r += `<span class="lime">${He} has become pregnant.</span>`; + r += `<span class=lime>${He} has become pregnant.</span>`; } } else { target.pregKnown = 1; @@ -451,7 +451,7 @@ window.knockMeUp = function(target, chance, hole, fatherID, displayOverride) { if (target.ID === -1) { /* r += "<span class=lime>You have gotten pregnant.</span>"; */ } else { - r += `<span class="lime">${He} has become pregnant.</span>`; + r += `<span class=lime>${He} has become pregnant.</span>`; } if (target.geneticQuirks.superfetation === 2 && target.womb.length > 0) { if (V.seeHyperPreg === 1) { diff --git a/src/js/rulesAutosurgery.js b/src/js/rulesAutosurgery.js index 6cc77c4bfc933687327546a1629a77fc70fe2e29..27193ccf2a043813bca33c92e5e431c21c4e71c1 100644 --- a/src/js/rulesAutosurgery.js +++ b/src/js/rulesAutosurgery.js @@ -586,7 +586,7 @@ window.rulesAutosurgery = (function() { surgeriesDisplay = surgeries.slice(0, surgeries.length - 1).join(", "); surgeriesDisplay += `, and ${surgeries[surgeries.length - 1]}`; } - r += `${V.assistantName === "your personal assistant" ? "Your personal assistant" : V.assistantName}, ordered to apply surgery, gives ${slave.slaveName} <span class="lime">${surgeriesDisplay}.</span>`; + r += `${V.assistantName === "your personal assistant" ? "Your personal assistant" : V.assistantName}, ordered to apply surgery, gives ${slave.slaveName} <span class=lime>${surgeriesDisplay}.</span>`; } /** diff --git a/src/js/slaveGenerationJS.js b/src/js/slaveGenerationJS.js index 4bed7f0d77090ad0574725420b3a2a95abb3240c..f489f27fe81d18a0fbe97a8bce5db3642ed64fbe 100644 --- a/src/js/slaveGenerationJS.js +++ b/src/js/slaveGenerationJS.js @@ -1378,7 +1378,7 @@ window.checkForGingering = function checkForGingering() { default: r += `${He} is acting oddly, presenting ${his} ass in an awkward way and acting uncomfortable. ${He}'s obviously had an irritant shoved up ${his} butt to make ${him} act like an anal whore.`; } - r += ` It's a trick you're very familiar with, given your <span class="springgreen">training as a slaver.</span>`; + r += ` It's a trick you're very familiar with, given your <span class=springgreen>training as a slaver.</span>`; } else { /* not slaver */ if (V.PC.warfare >= 100 && jsRandom(1, 2) === 1) { @@ -1414,9 +1414,9 @@ window.checkForGingering = function checkForGingering() { r += `${He} is acting oddly, presenting ${his} ass in an awkward way and acting uncomfortable. ${He} may be considerably less interested in anal sex than ${he} seems. `; } if (V.gingeringDetection === "mercenary") { - r += `The nervous seller confirms this in response to a direct inquiry. Your intimidating reputation from your <span class="springgreen">extensive combat training</span> has its uses.`; + r += `The nervous seller confirms this in response to a direct inquiry. Your intimidating reputation from your <span class=springgreen>extensive combat training</span> has its uses.`; } else if (V.gingeringDetection === "force") { - r += `The nervous seller confirms this in response to a direct inquiry. Your reputation as a <span class="springgreen"> ${V.PCTitle ? "man" : "woman"} of blood</span> has its uses.`; + r += `The nervous seller confirms this in response to a direct inquiry. Your reputation as a <span class=springgreen> ${V.PCTitle ? "man" : "woman"} of blood</span> has its uses.`; } } } /* gingering detected */ diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js index 40041587643972332a6de213dbee4408063268ac..23c70a2d8243b308b82a16ca2a48a72879428e9d 100644 --- a/src/js/slaveSummaryWidgets.js +++ b/src/js/slaveSummaryWidgets.js @@ -106,9 +106,9 @@ window.SlaveSummaryUncached = (function() { V.desc = SlaveTitle(slave); const first_letter = V.desc.substring(0, 1).toUpperCase(); V.desc = first_letter + V.desc.substring(1); - r += `<strong><span class="coral">${V.desc}${V.abbreviatePhysicals === 2? '.' : ''}</span></strong> `; + r += `<strong><span class=coral>${V.desc}${V.abbreviatePhysicals === 2? '.' : ''}</span></strong> `; if (V.seeRace === 1) { - r += `<span class="tan">`; + r += `<span class=tan>`; if (V.abbreviateRace === 1) { short_race(slave); } else if (V.abbreviateRace === 2) { @@ -124,7 +124,7 @@ window.SlaveSummaryUncached = (function() { if (V.abbreviatePhysicals === 1) { short_skin(slave); } else { - r += `<span class="pink">${slave.skin.charAt(0).toUpperCase() + slave.skin.slice(1)} skin.</span> `; + r += `<span class=pink>${slave.skin.charAt(0).toUpperCase() + slave.skin.slice(1)} skin.</span> `; } if (V.abbreviateGenitalia === 1) { short_genitals(slave); @@ -174,19 +174,18 @@ window.SlaveSummaryUncached = (function() { } if (V.abbreviateHormoneBalance === 1) { if (slave.hormoneBalance <= -21) { - r += `<span class="deepskyblue">`; + r += `<span class=deepskyblue>`; r += ` <strong>HB:M</strong>`; } else if (slave.hormoneBalance <= 20) { - r += `<span class="pink">`; + r += `<span class=pink>`; r += ` <strong>HB:N</strong>`; } else if (slave.hormoneBalance <= 500) { - r += `<span class="pink">`; + r += `<span class=pink>`; r += ` <strong>HB:F</strong>`; } r += `</span>`; } else if (V.abbreviateHormoneBalance === 2) { - r += `<span class="`; - if (slave.hormoneBalance <= -21) { + r += `<span class=`; if (slave.hormoneBalance <= -21) { r += `deepskyblue`; } else { r += `pink`; @@ -276,7 +275,7 @@ window.SlaveSummaryUncached = (function() { long_sex_quirk(slave); } if (slave.custom.label) { - r += `<strong><span class="yellow">${capFirstChar(slave.custom.label)}</span></strong>`; + r += `<strong><span class=yellow>${capFirstChar(slave.custom.label)}</span></strong>`; } if ((slave.relationship !== 0) || (slave.relation !== 0) || (V.abbreviateClothes === 2) || (V.abbreviateRulesets === 2)) { r += `<br>`; @@ -285,7 +284,7 @@ window.SlaveSummaryUncached = (function() { } } if (V.abbreviateMental === 1) { - r += `<span class="lightgreen">`; + r += `<span class=lightgreen>`; if (V.familyTesting === 1) { short_extended_family(slave); } else { @@ -337,50 +336,50 @@ window.SlaveSummaryUncached = (function() { */ function short_devotion(slave) { if (slave.fetish === "mindbroken") { - r += `<span class="red">MB</span>`; + r += `<span class=red>MB</span>`; } else if (slave.devotion < -95) { - r += `<span class="darkviolet">Hate${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; + r += `<span class=darkviolet>Hate${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; } else if (slave.devotion < -50) { - r += `<span class="darkviolet">Hate${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; + r += `<span class=darkviolet>Hate${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; } else if (slave.devotion < -20) { - r += `<span class="mediumorchid">Res${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; + r += `<span class=mediumorchid>Res${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; } else if (slave.devotion <= 20) { - r += `<span class="yellow">Ambiv${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; + r += `<span class=yellow>Ambiv${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; } else if (slave.devotion <= 50) { - r += `<span class="hotpink">Accept${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; + r += `<span class=hotpink>Accept${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; } else if (slave.devotion <= 95) { - r += `<span class="deeppink">Devo${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; + r += `<span class=deeppink>Devo${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; } else { - r += `<span class="magenta">Wor${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; + r += `<span class=magenta>Wor${V.summaryStats ? `[${slave.devotion}]` : ''}</span>`; } r += " "; if (slave.fetish === "mindbroken") { return; } else if (slave.trust < -95) { - r += `<span class="darkgoldenrod">ETerr${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=darkgoldenrod>ETerr${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } else if (slave.trust < -50) { - r += `<span class="goldenrod">Terr${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=goldenrod>Terr${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } else if (slave.trust < -20) { - r += `<span class="gold">Fright${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=gold>Fright${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } else if (slave.trust <= 20) { - r += `<span class="yellow">Fear${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=yellow>Fear${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } else if (slave.trust <= 50) { if (slave.devotion < -20) { - r += `<span class="orange">Caref${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=orange>Caref${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } else { - r += `<span class="mediumaquamarine">Caref${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=mediumaquamarine>Caref${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } } else if (slave.trust < 95) { if (slave.devotion < -20) { - r += `<span class="orangered">Bold${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=orangered>Bold${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } else { - r += `<span class="mediumseagreen">Trust${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=mediumseagreen>Trust${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } } else { if (slave.devotion < -20) { - r += `<span class="darkred">Defiant${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=darkred>Defiant${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } else { - r += `<span class="seagreen">VTrust ${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; + r += `<span class=seagreen>VTrust ${V.summaryStats ? `[${slave.trust}]` : ''}</span>`; } } r += " "; @@ -391,50 +390,50 @@ window.SlaveSummaryUncached = (function() { */ function long_devotion(slave) { if (slave.fetish === "mindbroken") { - r += `<span class="red">Mindbroken.</span>`; + r += `<span class=red>Mindbroken.</span>`; } else if (slave.devotion < -95) { - r += `<span class="darkviolet">Very hateful${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; + r += `<span class=darkviolet>Very hateful${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; } else if (slave.devotion < -50) { - r += `<span class="darkviolet">Hateful${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; + r += `<span class=darkviolet>Hateful${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; } else if (slave.devotion < -20) { - r += `<span class="mediumorchid">Resistant${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; + r += `<span class=mediumorchid>Resistant${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; } else if (slave.devotion <= 20) { - r += `<span class="yellow">Ambivalent${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; + r += `<span class=yellow>Ambivalent${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; } else if (slave.devotion <= 50) { - r += `<span class="hotpink">Accepting${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; + r += `<span class=hotpink>Accepting${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; } else if (slave.devotion <= 95) { - r += `<span class="deeppink">Devoted${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; + r += `<span class=deeppink>Devoted${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; } else { - r += `<span class="magenta">Worshipful${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; + r += `<span class=magenta>Worshipful${V.summaryStats ? `[${slave.devotion}]` : ''}.</span>`; } r += " "; if (slave.fetish === "mindbroken") { return; } else if (slave.trust < -95) { - r += `<span class="darkgoldenrod">Extremely terrified${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=darkgoldenrod>Extremely terrified${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } else if (slave.trust < -50) { - r += `<span class="goldenrod">Terrified${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=goldenrod>Terrified${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } else if (slave.trust < -20) { - r += `<span class="gold">Frightened${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=gold>Frightened${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } else if (slave.trust <= 20) { - r += `<span class="yellow">Fearful${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=yellow>Fearful${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } else if (slave.trust <= 50) { if (slave.devotion < -20) { - r += `<span class="orange">Careful${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=orange>Careful${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } else { - r += `<span class="mediumaquamarine">Careful${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=mediumaquamarine>Careful${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } } else if (slave.trust < 95) { if (slave.devotion < -20) { - r += `<span class="orangered">Bold${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=orangered>Bold${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } else { - r += `<span class="mediumseagreen">Trusting${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=mediumseagreen>Trusting${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } } else { if (slave.devotion < -20) { - r += `<span class="darkred">Defiant${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=darkred>Defiant${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } else { - r += `<span class="seagreen">Profoundly trusting${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; + r += `<span class=seagreen>Profoundly trusting${V.summaryStats ? `[${slave.trust}]` : ''}.</span>`; } } r += " "; @@ -554,12 +553,12 @@ window.SlaveSummaryUncached = (function() { */ function short_weight(slave) { if (slave.weight < -95) { - r += `<strong><span class="red">W---${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; + r += `<strong><span class=red>W---${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; } else if (slave.weight < -30) { if (slave.hips < -1) { r += `<strong>W--${V.summaryStats? `[${slave.weight}]` : ''}</strong>`; } else { - r += `<strong><span class="red">W--${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; + r += `<strong><span class=red>W--${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; } } else if (slave.weight < -10) { r += `<strong>W-${V.summaryStats? `[${slave.weight}]` : ''}</strong>`; @@ -571,31 +570,31 @@ window.SlaveSummaryUncached = (function() { if (slave.hips > 1 || V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `<strong>W++${V.summaryStats? `[${slave.weight}]` : ''}</strong>`; } else { - r += `<strong><span class="red">W++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; + r += `<strong><span class=red>W++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; } } else if (slave.weight <= 130) { if (slave.hips > 2 || V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `<strong>W+++${V.summaryStats? `[${slave.weight}]` : ''}</strong>`; } else { - r += `<strong><span class="red">W+++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; + r += `<strong><span class=red>W+++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; } } else if (slave.weight <= 160) { if (V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `<strong>W++++${V.summaryStats? `[${slave.weight}]` : ''}</strong>`; } else { - r += `<strong><span class="red">W++++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; + r += `<strong><span class=red>W++++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; } } else if (slave.weight <= 190) { if (V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `<strong>W+++++${V.summaryStats? `[${slave.weight}]` : ''}</strong>`; } else { - r += `<strong><span class="red">W+++++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; + r += `<strong><span class=red>W+++++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; } } else { if (V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `<strong>W++++++${V.summaryStats? `[${slave.weight}]` : ''}</strong>`; } else { - r += `<strong><span class="red">W++++++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; + r += `<strong><span class=red>W++++++${V.summaryStats? `[${slave.weight}]` : ''}</span></strong>`; } } r += " "; @@ -606,12 +605,12 @@ window.SlaveSummaryUncached = (function() { */ function long_weight(slave) { if (slave.weight < -95) { - r += `<span class="red">Emaciated${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; + r += `<span class=red>Emaciated${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; } else if (slave.weight < -30) { if (slave.hips < -1) { r += `Model-thin${V.summaryStats? `[${slave.weight}]`: ''}.`; } else { - r += `<span class="red">Very thin${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; + r += `<span class=red>Very thin${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; } } else if (slave.weight < -10) { r += `Thin${V.summaryStats? `[${slave.weight}]`: ''}.`; @@ -623,31 +622,31 @@ window.SlaveSummaryUncached = (function() { if (slave.hips > 1 || V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `Nicely chubby${V.summaryStats? `[${slave.weight}]`: ''}.`; } else { - r += `<span class="red">Overweight${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; + r += `<span class=red>Overweight${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; } } else if (slave.weight <= 130) { if (slave.hips > 2 || V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `Pleasantly soft and shapely${V.summaryStats? `[${slave.weight}]`: ''}.`; } else { - r += `<span class="red">Fat${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; + r += `<span class=red>Fat${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; } } else if (slave.weight <= 160) { if (V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `Amazingly voluptuous${V.summaryStats? `[${slave.weight}]`: ''}.`; } else { - r += `<span class="red">Obese${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; + r += `<span class=red>Obese${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; } } else if (slave.weight <= 190) { if (V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `SSBBW${V.summaryStats? `[${slave.weight}]`: ''}.`; } else { - r += `<span class="red">Super Obese${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; + r += `<span class=red>Super Obese${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; } } else { if (V.arcologies[0].FSHedonisticDecadence !== "unset") { r += `Perfectly massive${V.summaryStats? `[${slave.weight}]`: ''}.`; } else { - r += `<span class="red">Dangerously Obese${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; + r += `<span class=red>Dangerously Obese${V.summaryStats ? `[${slave.weight}]`: ''}.</span>`; } } r += " "; @@ -657,7 +656,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_diet(slave) { - r += `<span class="teal">`; + r += `<span class=teal>`; switch (slave.diet) { case "restricted": r += `<strong>Di:W-</strong>`; @@ -692,7 +691,7 @@ window.SlaveSummaryUncached = (function() { } r += `</span> `; - r += `<span class="cyan">`; + r += `<span class=cyan>`; if (slave.dietCum === 2) { r += `<strong>Cum++</strong>`; } else if (((slave.dietCum === 1) && (slave.dietMilk === 0))) { @@ -711,7 +710,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_diet(slave) { - r += `<span class="teal">`; + r += `<span class=teal>`; switch (slave.diet) { case "restricted": r += `Dieting.`; @@ -747,15 +746,15 @@ window.SlaveSummaryUncached = (function() { } r += `</span> `; if (slave.dietCum === 2) { - r += `Diet base: <span class="cyan">Cum Based.</span>`; + r += `Diet base: <span class=cyan>Cum Based.</span>`; } else if (((slave.dietCum === 1) && (slave.dietMilk === 0))) { - r += `Diet base: <span class="cyan">Cum Added.</span>`; + r += `Diet base: <span class=cyan>Cum Added.</span>`; } else if (((slave.dietCum === 1) && (slave.dietMilk === 1))) { - r += `Diet base: <span class="cyan">Milk & Cum Added.</span>`; + r += `Diet base: <span class=cyan>Milk & Cum Added.</span>`; } else if (((slave.dietCum === 0) && (slave.dietMilk === 1))) { - r += `Diet base: <span class="cyan">Milk Added.</span>`; + r += `Diet base: <span class=cyan>Milk Added.</span>`; } else if ((slave.dietMilk === 2)) { - r += `Diet base: <span class="cyan">Milk Based.</span>`; + r += `Diet base: <span class=cyan>Milk Based.</span>`; } r += " "; } @@ -765,11 +764,11 @@ window.SlaveSummaryUncached = (function() { */ function short_health(slave) { if (slave.health < -20) { - r += `<strong><span class="red">H${V.summaryStats? `[${slave.health}]` : ''}</span></strong>`; + r += `<strong><span class=red>H${V.summaryStats? `[${slave.health}]` : ''}</span></strong>`; } else if (slave.health <= 20) { - r += `<strong><span class="yellow">H${V.summaryStats? `[${slave.health}]` : ''}</span></strong>`; + r += `<strong><span class=yellow>H${V.summaryStats? `[${slave.health}]` : ''}</span></strong>`; } else if (slave.health > 20) { - r += `<strong><span class="green">H${V.summaryStats? `[${slave.health}]` : ''}</span></strong>`; + r += `<strong><span class=green>H${V.summaryStats? `[${slave.health}]` : ''}</span></strong>`; } r += " "; } @@ -779,19 +778,19 @@ window.SlaveSummaryUncached = (function() { */ function long_health(slave) { if (slave.health < -90) { - r += `<span class="red">On the edge of death${V.summaryStats? `[${slave.health}]` : ''}.</span>`; + r += `<span class=red>On the edge of death${V.summaryStats? `[${slave.health}]` : ''}.</span>`; } else if (slave.health < -50) { - r += `<span class="red">Extremely unhealthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; + r += `<span class=red>Extremely unhealthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; } else if (slave.health < -20) { - r += `<span class="red">Unhealthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; + r += `<span class=red>Unhealthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; } else if (slave.health <= 20) { - r += `<span class="yellow">Healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; + r += `<span class=yellow>Healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; } else if (slave.health <= 50) { - r += `<span class="green">Very healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; + r += `<span class=green>Very healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; } else if (slave.health <= 90) { - r += `<span class="green">Extremely healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; + r += `<span class=green>Extremely healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; } else { - r += `<span class="green">Unnaturally healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; + r += `<span class=green>Unnaturally healthy${V.summaryStats? `[${slave.health}]` : ''}.</span>`; } r += " "; } @@ -800,7 +799,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_drugs(slave) { - r += `<span class="tan">`; + r += `<span class=tan>`; switch (slave.drugs) { case "breast injections": r += `<strong>Dr:Boobs+</strong>`; @@ -904,7 +903,7 @@ window.SlaveSummaryUncached = (function() { } r += `</span> `; - r += `<span class="lightgreen">`; + r += `<span class=lightgreen>`; if (slave.curatives === 2) { r += `<strong>Cura</strong>`; } else if (slave.curatives === 1) { @@ -912,7 +911,7 @@ window.SlaveSummaryUncached = (function() { } r += `</span> `; if (slave.aphrodisiacs !== 0) { - r += `<span class="lightblue">`; + r += `<span class=lightblue>`; if (slave.aphrodisiacs === 1) { r += `<strong>Aph</strong>`; } else if (slave.aphrodisiacs === 2) { @@ -923,9 +922,9 @@ window.SlaveSummaryUncached = (function() { r += `</span> `; } if (slave.addict !== 0) { - r += `<span class="cyan">Add</span>`; + r += `<span class=cyan>Add</span>`; } - r += `<span class="lightsalmon">`; + r += `<span class=lightsalmon>`; if (slave.hormones > 1) { r += `<strong>Ho:F+</strong>`; } else if (slave.hormones > 0) { @@ -936,7 +935,7 @@ window.SlaveSummaryUncached = (function() { r += `<strong>Ho:M</strong>`; } r += `</span> `; - r += `<span class="mediumseagreen">`; + r += `<span class=mediumseagreen>`; if ((slave.bellyImplant > -1)) { r += `<strong>Belly Imp</strong>`; } else if (((slave.preg <= -2) || (slave.ovaries === 0)) && (slave.vagina !== -1)) { @@ -960,7 +959,7 @@ window.SlaveSummaryUncached = (function() { } r += `</span> `; if (slave.induce === 1) { - r += `<span class="orange"><strong>Early Labor</strong></span>`; + r += `<span class=orange><strong>Early Labor</strong></span>`; } if (slave.pubertyXY === 0 && slave.balls > 0) { r += `<strong>Prepub balls</strong>`; @@ -968,7 +967,7 @@ window.SlaveSummaryUncached = (function() { if (slave.balls > 0 && slave.vasectomy === 1) { r += `<strong>Vasect</strong>`; } - r += `<span class="springgreen">`; + r += `<span class=springgreen>`; if (slave.inflation === 3) { r += `<strong>8 ltr ${slave.inflationType}</strong>`; } else if (slave.inflation === 2) { @@ -986,16 +985,16 @@ window.SlaveSummaryUncached = (function() { */ function long_drugs(slave) { if ((slave.drugs !== "no drugs") && (slave.drugs !== "none")) { - r += `<span class="tan">On ${slave.drugs}.</span> `; + r += `<span class=tan>On ${slave.drugs}.</span> `; } - r += `<span class="lightgreen">`; + r += `<span class=lightgreen>`; if (slave.curatives === 2) { r += `On curatives.`; } else if (slave.curatives === 1) { r += `On preventatives.`; } r += `</span> `; - r += `<span class="lightblue">`; + r += `<span class=lightblue>`; if (slave.aphrodisiacs > 0) { r += `On ${slave.aphrodisiacs > 1 ? 'extreme': ''} aphrodisiacs.`; } else if (slave.aphrodisiacs === -1) { @@ -1003,9 +1002,9 @@ window.SlaveSummaryUncached = (function() { } r += `</span> `; if (slave.addict !== 0) { - r += `<span class="cyan">Addict.</span>`; + r += `<span class=cyan>Addict.</span>`; } - r += `<span class="lightsalmon">`; + r += `<span class=lightsalmon>`; if (slave.hormones > 1) { r += `Heavy female hormones.`; } else if (slave.hormones > 0) { @@ -1016,7 +1015,7 @@ window.SlaveSummaryUncached = (function() { r += `Male hormones.`; } r += `</span> `; - r += `<span class="mediumseagreen">`; + r += `<span class=mediumseagreen>`; if ((slave.bellyImplant > -1)) { r += `Belly Implant.`; } else if (((slave.preg <= -2) || (slave.ovaries === 0)) && (slave.vagina !== -1)) { @@ -1070,7 +1069,7 @@ window.SlaveSummaryUncached = (function() { } r += `</span> `; if (slave.induce === 1) { - r += `<span class="orange">Showing signs of early labor.</span>`; + r += `<span class=orange>Showing signs of early labor.</span>`; } if (slave.pubertyXY === 0 && slave.balls > 0) { r += `Has not had first ejaculation.`; @@ -1078,7 +1077,7 @@ window.SlaveSummaryUncached = (function() { if (slave.balls > 0 && slave.vasectomy === 1) { r += `Vasectomy.`; } - r += `<span class="springgreen">`; + r += `<span class=springgreen>`; if (slave.inflation === 3) { r += `Filled with 8 liters of ${slave.inflationType}.`; } else if (slave.inflation === 2) { @@ -1191,7 +1190,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_nationality(slave) { - r += `<span class="tan">`; + r += `<span class=tan>`; switch (slave.nationality) { case "Afghan": r += `Afg`; @@ -1868,7 +1867,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_nationality(slave) { - r += `<span class="tan">`; + r += `<span class=tan>`; switch (slave.nationality) { case "a Cook Islander": r += `Cook Islander.`; @@ -1906,7 +1905,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_skin(slave) { - r += `<span class="pink">`; + r += `<span class=pink>`; switch (slave.skin) { case "pure white": r += `P. Whi`; @@ -1970,7 +1969,7 @@ window.SlaveSummaryUncached = (function() { */ function short_genitals(slave) { if (slave.dick > 0) { - r += `<span class="pink">`; + r += `<span class=pink>`; if (slave.balls === 0) { r += `Geld`; } @@ -2002,14 +2001,14 @@ window.SlaveSummaryUncached = (function() { r += `</span> `; } if (slave.vagina === 0) { - r += `<span class="lime">VV</span>`; + r += `<span class=lime>VV</span>`; } else if ((slave.pregKnown === 1) && canWalk(slave) && (slave.clothes === "no clothing" || slave.clothes === "body oil") && (slave.shoes === "none")) { - r += `<span class="pink">NBP</span>`; + r += `<span class=pink>NBP</span>`; } if (slave.anus === 0) { - r += ` <span class="lime">AV</span>`; + r += ` <span class=lime>AV</span>`; } - r += `<span class="pink">`; + r += `<span class=pink>`; if ((slave.vagina > 3) && (slave.anus > 3)) { r += ` V++A++`; } else if ((slave.vagina > 2) && (slave.anus > 2)) { @@ -2031,7 +2030,7 @@ window.SlaveSummaryUncached = (function() { */ function long_genitals(slave) { if (slave.dick > 0) { - r += `<span class="pink">`; + r += `<span class=pink>`; if (slave.balls === 0) { r += `Gelded.`; } @@ -2063,14 +2062,14 @@ window.SlaveSummaryUncached = (function() { r += `</span> `; } if (slave.vagina === 0) { - r += `<span class="lime">Virgin.</span> `; + r += `<span class=lime>Virgin.</span> `; } else if ((slave.pregKnown === 1) && canWalk(slave) && (slave.clothes === "no clothing" || slave.clothes === "body oil") && (slave.shoes === "none")) { - r += `<span class="pink">Naked, barefoot, and pregnant.</span> `; + r += `<span class=pink>Naked, barefoot, and pregnant.</span> `; } if (slave.anus === 0) { - r += `<span class="lime">Anal virgin.</span> `; + r += `<span class=lime>Anal virgin.</span> `; } - r += `<span class="pink">`; + r += `<span class=pink>`; if ((slave.vagina > 3) && (slave.anus > 3)) { r += `Blown out holes.`; } else if ((slave.vagina > 2) && (slave.anus > 2)) { @@ -2091,7 +2090,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_age(slave) { - r += `<span class="pink">`; + r += `<span class=pink>`; if (V.showAgeDetail === 1) { r += slave.actualAge; } else if (slave.actualAge >= 40) { @@ -2121,19 +2120,19 @@ window.SlaveSummaryUncached = (function() { */ function short_face(slave) { if (slave.face < -95) { - r += `<span class="red">Face---${V.summaryStats? `[${slave.face}]` : ''}</span>`; + r += `<span class=red>Face---${V.summaryStats? `[${slave.face}]` : ''}</span>`; } else if (slave.face < -40) { - r += `<span class="red">Face--${V.summaryStats? `[${slave.face}]` : ''}</span>`; + r += `<span class=red>Face--${V.summaryStats? `[${slave.face}]` : ''}</span>`; } else if (slave.face < -10) { - r += `<span class="red">Face-${V.summaryStats? `[${slave.face}]` : ''}</span>`; + r += `<span class=red>Face-${V.summaryStats? `[${slave.face}]` : ''}</span>`; } else if (slave.face <= 10) { r += `Face${V.summaryStats? `[${slave.face}]` : ''}`; } else if (slave.face <= 40) { - r += `<span class="pink">Face+${V.summaryStats? `[${slave.face}]` : ''}</span>`; + r += `<span class=pink>Face+${V.summaryStats? `[${slave.face}]` : ''}</span>`; } else if (slave.face <= 95) { - r += `<span class="pink">Face++${V.summaryStats? `[${slave.face}]` : ''}</span>`; + r += `<span class=pink>Face++${V.summaryStats? `[${slave.face}]` : ''}</span>`; } else { - r += `<span class="pink">Face+++${V.summaryStats? `[${slave.face}]` : ''}</span>`; + r += `<span class=pink>Face+++${V.summaryStats? `[${slave.face}]` : ''}</span>`; } r += " "; } @@ -2143,9 +2142,9 @@ window.SlaveSummaryUncached = (function() { */ function short_eyes(slave) { if (slave.eyes === -2) { - r += `<span class="red">Blind</span>`; + r += `<span class=red>Blind</span>`; } else if (((slave.eyes === -1) && (slave.eyewear !== "corrective glasses") && (slave.eyewear !== "corrective contacts")) || (slave.eyewear === "blurring glasses") || (slave.eyewear === "blurring contacts")) { - r += `<span class="yellow">Sight-</span>`; + r += `<span class=yellow>Sight-</span>`; } r += " "; } @@ -2155,9 +2154,9 @@ window.SlaveSummaryUncached = (function() { */ function short_ears(slave) { if (slave.hears === -2) { - r += `<span class="red">Deaf</span>`; + r += `<span class=red>Deaf</span>`; } else if ((slave.hears === -1) && (slave.earwear !== "hearing aids")) { - r += `<span class="yellow">Hearing-</span>`; + r += `<span class=yellow>Hearing-</span>`; } r += " "; } @@ -2177,7 +2176,7 @@ window.SlaveSummaryUncached = (function() { } else if (slave.lips > 10) { r += `Lips${V.summaryStats? `[${slave.lips}]` : ''}`; } else { - r += `<span class="red">Lips-${V.summaryStats? `[${slave.lips}]` : ''}</span>`; + r += `<span class=red>Lips-${V.summaryStats? `[${slave.lips}]` : ''}</span>`; } r += " "; } @@ -2187,9 +2186,9 @@ window.SlaveSummaryUncached = (function() { */ function short_teeth(slave) { if (slave.teeth === "crooked") { - r += `<span class="yellow">Cr Teeth</span>`; + r += `<span class=yellow>Cr Teeth</span>`; } else if (slave.teeth === "gapped") { - r += `<span class="yellow">Gap</span>`; + r += `<span class=yellow>Gap</span>`; } else if (slave.teeth === "cosmetic braces") { r += `Cos Braces`; } else if (slave.teeth === "straightening braces") { @@ -2220,18 +2219,18 @@ window.SlaveSummaryUncached = (function() { r += `Soft${V.summaryStats? `[${slave.muscles}]`: ''}`; } else if (slave.muscles > -31) { if (V.arcologies[0].FSPhysicalIdealist === "unset") { - r += `<span class="red">Weak</span>${V.summaryStats? `[${slave.muscles}]`: ''}`; + r += `<span class=red>Weak</span>${V.summaryStats? `[${slave.muscles}]`: ''}`; } else { r += `Soft${V.summaryStats? `[${slave.muscles}]`: ''}`; } } else if (slave.muscles > -96) { if (V.arcologies[0].FSPhysicalIdealist === "unset") { - r += `<span class="red">Weak+</span>${V.summaryStats? `[${slave.muscles}]`: ''}`; + r += `<span class=red>Weak+</span>${V.summaryStats? `[${slave.muscles}]`: ''}`; } else { r += `Soft+${V.summaryStats? `[${slave.muscles}]`: ''}`; } } else { - r += `<span class="red">Weak++</span>${V.summaryStats? `[${slave.muscles}]`: ''}`; + r += `<span class=red>Weak++</span>${V.summaryStats? `[${slave.muscles}]`: ''}`; } r += " "; } @@ -2270,16 +2269,16 @@ window.SlaveSummaryUncached = (function() { */ function short_voice(slave) { if (slave.voice === 0) { - r += `<span class="red">Mute</span>`; + r += `<span class=red>Mute</span>`; } else { if (slave.accent === 3) { - r += `<span class="red">Acc--</span>`; + r += `<span class=red>Acc--</span>`; } else if (slave.accent === 2) { r += `Acc-`; } else if (slave.accent === 4) { r += `Acc--`; } else if (slave.accent === 1) { - r += `<span class="pink">Acc</span>`; + r += `<span class=pink>Acc</span>`; } } r += " "; @@ -2289,7 +2288,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_tits_ass(slave) { - r += `<span class="pink">`; + r += `<span class=pink>`; if ((slave.boobs >= 12000) && (slave.butt > 9)) { r += `T&A+++`; } else if ((slave.boobs > 4000) && (slave.butt > 8)) { @@ -2324,7 +2323,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_hips(slave) { - r += `<span class="red">`; + r += `<span class=red>`; if (slave.hips < -1) { if (slave.butt > 2 && (V.arcologies[0].FSTransformationFetishist < 20 || V.arcologies[0].FSTransformationFetishist === "unset") && (V.arcologies[0].FSHedonisticDecadence < 20 || V.arcologies[0].FSHedonisticDecadence === "unset")) { r += `Disp+`; @@ -2366,19 +2365,19 @@ window.SlaveSummaryUncached = (function() { */ function short_waist(slave) { if (slave.waist > 95) { - r += `<span class="red">Wst---${V.summaryStats? `[${slave.waist}]` : ''}</span>`; + r += `<span class=red>Wst---${V.summaryStats? `[${slave.waist}]` : ''}</span>`; } else if (slave.waist > 40) { - r += `<span class="red">Wst--${V.summaryStats? `[${slave.waist}]`: ''}</span>`; + r += `<span class=red>Wst--${V.summaryStats? `[${slave.waist}]`: ''}</span>`; } else if (slave.waist > 10) { - r += `<span class="red">Wst-${V.summaryStats? `[${slave.waist}]` : ''}</span>`; + r += `<span class=red>Wst-${V.summaryStats? `[${slave.waist}]` : ''}</span>`; } else if (slave.waist >= -10) { r += `Wst${V.summaryStats? `[${slave.waist}]`: ''}`; } else if (slave.waist >= -40) { - r += `<span class="pink">Wst+${V.summaryStats? `[${slave.waist}]` : ''}</span>`; + r += `<span class=pink>Wst+${V.summaryStats? `[${slave.waist}]` : ''}</span>`; } else if (slave.waist >= -95) { - r += `<span class="pink">Wst++${V.summaryStats? `[${slave.waist}]` : ''}</span>`; + r += `<span class=pink>Wst++${V.summaryStats? `[${slave.waist}]` : ''}</span>`; } else { - r += `<span class="pink">Wst+++${V.summaryStats? `[${slave.waist}]`: ''}</span>`; + r += `<span class=pink>Wst+++${V.summaryStats? `[${slave.waist}]`: ''}</span>`; } r += " "; } @@ -2387,7 +2386,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_implants(slave) { - r += `<span class="pink">`; + r += `<span class=pink>`; if ((slave.boobsImplant === 0) && (slave.buttImplant === 0) && (slave.waist >= -95) && (slave.lipsImplant === 0) && (slave.faceImplant <= 5) && (slave.bellyImplant === -1)) { r += `Natr`; } else { @@ -2432,7 +2431,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_age(slave) { - r += `<span class="pink">`; + r += `<span class=pink>`; if (V.showAgeDetail === 1) { r += `Age ` + `${slave.actualAge}` + `.`; } else if (slave.actualAge >= 40) { @@ -2477,7 +2476,7 @@ window.SlaveSummaryUncached = (function() { r += `Appears to have a ` + `${slave.visualAge}` + ` year old body. `; } if (slave.geneMods.NCS === 1) { - r += `(<span class="orange">NCS</span>) `; + r += `(<span class=orange>NCS</span>) `; } } @@ -2486,19 +2485,19 @@ window.SlaveSummaryUncached = (function() { */ function long_face(slave) { if (slave.face < -95) { - r += `<span class="red">Very ugly${V.summaryStats? `[${slave.face}]`: ''}</span>`; + r += `<span class=red>Very ugly${V.summaryStats? `[${slave.face}]`: ''}</span>`; } else if (slave.face < -40) { - r += `<span class="red">Ugly${V.summaryStats? `[${slave.face}]`: ''}</span>`; + r += `<span class=red>Ugly${V.summaryStats? `[${slave.face}]`: ''}</span>`; } else if (slave.face < -10) { - r += `<span class="red">Unattractive${V.summaryStats? `[${slave.face}]`: ''}</span>`; + r += `<span class=red>Unattractive${V.summaryStats? `[${slave.face}]`: ''}</span>`; } else if (slave.face <= 10) { r += `Average${V.summaryStats? `[${slave.face}]`: ''}`; } else if (slave.face <= 40) { - r += `<span class="pink">Attractive${V.summaryStats? `[${slave.face}]`: ''}</span>`; + r += `<span class=pink>Attractive${V.summaryStats? `[${slave.face}]`: ''}</span>`; } else if (slave.face <= 95) { - r += `<span class="pink">Beautiful${V.summaryStats? `[${slave.face}]`: ''}</span>`; + r += `<span class=pink>Beautiful${V.summaryStats? `[${slave.face}]`: ''}</span>`; } else { - r += `<span class="pink">Very beautiful${V.summaryStats? `[${slave.face}]`: ''}</span>`; + r += `<span class=pink>Very beautiful${V.summaryStats? `[${slave.face}]`: ''}</span>`; } r += ` ${slave.faceShape} face. `; } @@ -2508,9 +2507,9 @@ window.SlaveSummaryUncached = (function() { */ function long_eyes(slave) { if (slave.eyes <= -2) { - r += `<span class="red">Blind.</span>`; + r += `<span class=red>Blind.</span>`; } else if (((slave.eyes === -1) && (slave.eyewear !== "corrective glasses") && (slave.eyewear !== "corrective contacts")) || (slave.eyewear === "blurring glasses") || (slave.eyewear === "blurring contacts")) { - r += `<span class="yellow">Nearsighted.</span>`; + r += `<span class=yellow>Nearsighted.</span>`; } r += " "; } @@ -2520,9 +2519,9 @@ window.SlaveSummaryUncached = (function() { */ function long_ears(slave) { if (slave.hears <= -2) { - r += `<span class="red">Deaf.</span>`; + r += `<span class=red>Deaf.</span>`; } else if ((slave.hears === -1) && (slave.earwear !== "hearing aids")) { - r += `<span class="yellow">Hard of hearing.</span>`; + r += `<span class=yellow>Hard of hearing.</span>`; } r += " "; } @@ -2542,7 +2541,7 @@ window.SlaveSummaryUncached = (function() { } else if (slave.lips > 10) { r += `Normal lips${V.summaryStats? `[${slave.lips}]`: ''}.`; } else { - r += `<span class="red">Thin lips${V.summaryStats? `[${slave.lips}]`: ''}.</span>`; + r += `<span class=red>Thin lips${V.summaryStats? `[${slave.lips}]`: ''}.</span>`; } r += " "; } @@ -2552,9 +2551,9 @@ window.SlaveSummaryUncached = (function() { */ function long_teeth(slave) { if (slave.teeth === "crooked") { - r += `<span class="yellow">Crooked teeth.</span>`; + r += `<span class=yellow>Crooked teeth.</span>`; } else if (slave.teeth === "gapped") { - r += `<span class="yellow">Tooth gap.</span>`; + r += `<span class=yellow>Tooth gap.</span>`; } else if (slave.teeth === "cosmetic braces") { r += `Cosmetic braces.`; } else if (slave.teeth === "straightening braces") { @@ -2585,18 +2584,18 @@ window.SlaveSummaryUncached = (function() { r += `Soft${V.summaryStats? `[${slave.muscles}]`: ''}.`; } else if (slave.muscles > -31) { if (V.arcologies[0].FSPhysicalIdealist === "unset") { - r += `<span class="red">Weak${V.summaryStats? `[${slave.muscles}]`: ''}.</span>`; + r += `<span class=red>Weak${V.summaryStats? `[${slave.muscles}]`: ''}.</span>`; } else { r += `Weak${V.summaryStats? `[${slave.muscles}]`: ''}.`; } } else if (slave.muscles > -96) { if (V.arcologies[0].FSPhysicalIdealist === "unset") { - r += `<span class="red">Very weak${V.summaryStats? `[${slave.muscles}]`: ''}.</span>`; + r += `<span class=red>Very weak${V.summaryStats? `[${slave.muscles}]`: ''}.</span>`; } else { r += `Very weak${V.summaryStats? `[${slave.muscles}]`: ''}.`; } } else { - r += `<span class="red">Frail${V.summaryStats? `[${slave.muscles}]`: ''}.</span>`; + r += `<span class=red>Frail${V.summaryStats? `[${slave.muscles}]`: ''}.</span>`; } r += " "; } @@ -2635,16 +2634,16 @@ window.SlaveSummaryUncached = (function() { */ function long_voice(slave) { if (slave.voice === 0) { - r += `<span class="red">Mute.</span>`; + r += `<span class=red>Mute.</span>`; } else { if (slave.accent === 3) { - r += `<span class="red">Bad accent.</span>`; + r += `<span class=red>Bad accent.</span>`; } else if (slave.accent === 4) { - r += `<span class="red">No language skills.</span>`; + r += `<span class=red>No language skills.</span>`; } else if (slave.accent === 2) { r += `Accent.`; } else if (slave.accent === 1) { - r += `<span class="pink">Cute accent.</span>`; + r += `<span class=pink>Cute accent.</span>`; } } r += " "; @@ -2654,7 +2653,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_tits_ass(slave) { - r += `<span class="pink">`; + r += `<span class=pink>`; if ((slave.boobs >= 12000) && (slave.butt > 9)) { r += `Hyper T&A.`; } else if ((slave.boobs > 4000) && (slave.butt > 8)) { @@ -2689,7 +2688,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_hips(slave) { - r += `<span class="red">`; + r += `<span class=red>`; if (slave.hips < -1) { if (slave.butt > 2 && (V.arcologies[0].FSTransformationFetishist < 20 || V.arcologies[0].FSTransformationFetishist === "unset") && (V.arcologies[0].FSHedonisticDecadence < 20 || V.arcologies[0].FSHedonisticDecadence === "unset") && (V.arcologies[0].FSAssetExpansionist < 20 || V.arcologies[0].FSAssetExpansionist === "unset")) { r += `Disproportionately big butt.`; @@ -2731,19 +2730,19 @@ window.SlaveSummaryUncached = (function() { */ function long_waist(slave) { if (slave.waist > 95) { - r += `<span class="red">Masculine waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; + r += `<span class=red>Masculine waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; } else if (slave.waist > 40) { - r += `<span class="red">Ugly waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; + r += `<span class=red>Ugly waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; } else if (slave.waist > 10) { - r += `<span class="red">Unattractive waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; + r += `<span class=red>Unattractive waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; } else if (slave.waist >= -10) { r += `Average waist${V.summaryStats? `[${slave.waist}]`: ''}.`; } else if (slave.waist >= -40) { - r += `<span class="pink">Feminine waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; + r += `<span class=pink>Feminine waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; } else if (slave.waist >= -95) { - r += `<span class="pink">Hourglass waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; + r += `<span class=pink>Hourglass waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; } else { - r += `<span class="pink">Absurdly narrow waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; + r += `<span class=pink>Absurdly narrow waist${V.summaryStats? `[${slave.waist}]`: ''}.</span>`; } r += " "; } @@ -2752,7 +2751,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_implants(slave) { - r += `<span class="pink">`; + r += `<span class=pink>`; if ((slave.boobsImplant !== 0) || (slave.buttImplant !== 0) || (slave.lipsImplant !== 0) || (slave.bellyImplant !== -1)) { r += `Implants.`; } else if ((slave.faceImplant >= 30) || (slave.waist < -95)) { @@ -2801,53 +2800,53 @@ window.SlaveSummaryUncached = (function() { return; } else if (slave.intelligenceImplant >= 30) { if (intelligence >= 130) { - r += `<span class="deepskyblue">I++++(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I++++(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence > 95) { - r += `<span class="deepskyblue">I+++(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I+++(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence > 50) { - r += `<span class="deepskyblue">I++(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I++(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence > 15) { - r += `<span class="deepskyblue">I+(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I+(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence >= -15) { r += `I(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}`; } else if (intelligence >= -50) { - r += `<span class="orangered">I-(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I-(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence >= -95) { - r += `<span class="orangered">I--(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I--(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else { - r += `<span class="orangered">I---(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I---(e+)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } } else if (slave.intelligenceImplant >= 15) { if (intelligence > 95) { - r += `<span class="deepskyblue">I+++(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I+++(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence > 50) { - r += `<span class="deepskyblue">I++(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I++(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence > 15) { - r += `<span class="deepskyblue">I+(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I+(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence >= -15) { r += `I(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}`; } else if (intelligence >= -50) { - r += `<span class="orangered">I-(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I-(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence >= -95) { - r += `<span class="orangered">I--(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I--(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else { - r += `<span class="orangered">I---(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I---(e)${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } } else { if (intelligence > 95) { - r += `<span class="deepskyblue">I+++${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I+++${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence > 50) { - r += `<span class="deepskyblue">I++${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I++${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence > 15) { - r += `<span class="deepskyblue">I+${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=deepskyblue>I+${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence >= -15) { r += `I${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}`; } else if (intelligence >= -50) { - r += `<span class="orangered">I-${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I-${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else if (intelligence >= -95) { - r += `<span class="orangered">I--${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I--${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } else { - r += `<span class="orangered">I---${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; + r += `<span class=orangered>I---${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}</span>`; } } r += " "; @@ -2858,7 +2857,7 @@ window.SlaveSummaryUncached = (function() { */ function short_sex_skills(slave) { let _SSkills = slave.skill.anal + slave.skill.oral; - r += `<span class="aquamarine">`; + r += `<span class=aquamarine>`; if (((_SSkills + slave.skill.whoring + slave.skill.entertainment) >= 400) && ((slave.vagina < 0) || (slave.skill.vaginal >= 100))) { r += `MSS`; } else { @@ -2917,7 +2916,7 @@ window.SlaveSummaryUncached = (function() { */ function short_prestige(slave) { if (slave.prestige > 0) { - r += `<span class="green">`; + r += `<span class=green>`; if (slave.prestige > 2) { r += `Prest++`; } else if (slave.prestige === 2) { @@ -2934,7 +2933,7 @@ window.SlaveSummaryUncached = (function() { */ function short_porn_prestige(slave) { if (slave.pornPrestige > 0) { - r += `<span class="green">`; + r += `<span class=green>`; if (slave.pornPrestige > 2) { r += `PPrest++`; } else if (slave.pornPrestige === 2) { @@ -2955,53 +2954,53 @@ window.SlaveSummaryUncached = (function() { return; } else if (slave.intelligenceImplant >= 30) { if (intelligence >= 130) { - r += `<span class="deepskyblue">Genius${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Genius${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence > 95) { - r += `<span class="deepskyblue">Brilliant, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Brilliant, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence > 50) { - r += `<span class="deepskyblue">Very smart, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Very smart, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence > 15) { - r += `<span class="deepskyblue">Smart, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Smart, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence >= -15) { r += `Average intelligence, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.`; } else if (intelligence >= -50) { - r += `<span class="orangered">Slow, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Slow, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence >= -95) { - r += `<span class="orangered">Very slow, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Very slow, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else { - r += `<span class="orangered">Moronic, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Moronic, well educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } } else if (slave.intelligenceImplant >= 15) { if (intelligence > 95) { - r += `<span class="deepskyblue">Brilliant, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Brilliant, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence > 50) { - r += `<span class="deepskyblue">Very smart, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Very smart, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence > 15) { - r += `<span class="deepskyblue">Smart, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Smart, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence >= -15) { r += `Average intelligence, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.`; } else if (intelligence >= -50) { - r += `<span class="orangered">Slow, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Slow, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence >= -95) { - r += `<span class="orangered">Very slow, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Very slow, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else { - r += `<span class="orangered">Moronic, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Moronic, educated${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } } else { if (intelligence > 95) { - r += `<span class="deepskyblue">Brilliant${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Brilliant${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence > 50) { - r += `<span class="deepskyblue">Very smart${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Very smart${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence > 15) { - r += `<span class="deepskyblue">Smart${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=deepskyblue>Smart${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence >= -15) { r += `Average intelligence${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.`; } else if (intelligence >= -50) { - r += `<span class="orangered">Slow${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Slow${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else if (intelligence >= -95) { - r += `<span class="orangered">Very slow${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Very slow${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } else { - r += `<span class="orangered">Moronic${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; + r += `<span class=orangered>Moronic${V.summaryStats ? `[${slave.intelligence+slave.intelligenceImplant}]` : ''}.</span>`; } } r += " "; @@ -3012,7 +3011,7 @@ window.SlaveSummaryUncached = (function() { */ function long_sex_skills(slave) { let _SSkills = (slave.skill.anal + slave.skill.oral); - r += `<span class="aquamarine">`; + r += `<span class=aquamarine>`; if (((_SSkills + slave.skill.whoring + slave.skill.entertainment) >= 400) && ((slave.vagina < 0) || (slave.skill.vaginal >= 100))) { r += `Masterful Sex Slave. `; } else { @@ -3057,7 +3056,7 @@ window.SlaveSummaryUncached = (function() { */ function long_prestige(slave) { if (slave.prestige > 0) { - r += `<span class="green">`; + r += `<span class=green>`; if (slave.prestige > 2) { r += `Extremely prestigious.`; } else if (slave.prestige === 2) { @@ -3074,7 +3073,7 @@ window.SlaveSummaryUncached = (function() { */ function long_porn_prestige(slave) { if (slave.pornPrestige > 0) { - r += `<span class="green">`; + r += `<span class=green>`; if (slave.pornPrestige > 2) { r += `Porn star.`; } else if (slave.pornPrestige === 2) { @@ -3090,7 +3089,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_fetish(slave) { - r += `<span class="lightcoral">`; + r += `<span class=lightcoral>`; switch (slave.fetish) { case "submissive": if (slave.fetishStrength > 95) { @@ -3188,57 +3187,57 @@ window.SlaveSummaryUncached = (function() { */ function short_attraction(slave) { if (slave.attrXY <= 5) { - r += `<span class="red">XY---${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; + r += `<span class=red>XY---${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; } else if (slave.attrXY <= 15) { - r += `<span class="red">XY--${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; + r += `<span class=red>XY--${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; } else if (slave.attrXY <= 35) { - r += `<span class="red">XY-${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; + r += `<span class=red>XY-${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; } else if (slave.attrXY <= 65) { r += `XY${V.summaryStats? `[${slave.attrXY}]`: ''}`; } else if (slave.attrXY <= 85) { - r += `<span class="green">XY+${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; + r += `<span class=green>XY+${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; } else if (slave.attrXY <= 95) { - r += `<span class="green">XY++${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; + r += `<span class=green>XY++${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; } else if (slave.attrXX > 95) { if (slave.energy <= 95) { - r += `<span class="green">Omni!</span>`; + r += `<span class=green>Omni!</span>`; } else { - r += `<span class="green">Omni+Nympho!!</span>`; + r += `<span class=green>Omni+Nympho!!</span>`; } } else { - r += `<span class="green">XY+++${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; + r += `<span class=green>XY+++${V.summaryStats? `[${slave.attrXY}]`: ''}</span>`; } r += " "; if (slave.attrXX <= 5) { - r += `<span class="red">XX---${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; + r += `<span class=red>XX---${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; } else if (slave.attrXX <= 15) { - r += `<span class="red">XX--${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; + r += `<span class=red>XX--${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; } else if (slave.attrXX <= 35) { - r += `<span class="red">XX-${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; + r += `<span class=red>XX-${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; } else if (slave.attrXX <= 65) { r += `XX${V.summaryStats? `[${slave.attrXX}]`: ''}`; } else if (slave.attrXX <= 85) { - r += `<span class="green">XX+${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; + r += `<span class=green>XX+${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; } else if (slave.attrXX <= 95) { - r += `<span class="green">XX++${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; + r += `<span class=green>XX++${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; } else if (slave.attrXY <= 95) { - r += `<span class="green">XX+++${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; + r += `<span class=green>XX+++${V.summaryStats? `[${slave.attrXX}]`: ''}</span>`; } r += " "; if (slave.energy > 95) { if ((slave.attrXY <= 95) || (slave.attrXX <= 95)) { - r += `<span class="green">Nympho!</span>`; + r += `<span class=green>Nympho!</span>`; } } else if (slave.energy > 80) { - r += `<span class="green">SD++${V.summaryStats? `[${slave.energy}]`: ''}</span>`; + r += `<span class=green>SD++${V.summaryStats? `[${slave.energy}]`: ''}</span>`; } else if (slave.energy > 60) { - r += `<span class="green">SD+${V.summaryStats? `[${slave.energy}]`: ''}</span>`; + r += `<span class=green>SD+${V.summaryStats? `[${slave.energy}]`: ''}</span>`; } else if (slave.energy > 40) { - r += `<span class="yellow">SD${V.summaryStats? `[${slave.energy}]`: ''}</span>`; + r += `<span class=yellow>SD${V.summaryStats? `[${slave.energy}]`: ''}</span>`; } else if (slave.energy > 20) { - r += `<span class="red">SD-${V.summaryStats? `[${slave.energy}]`: ''}</span>`; + r += `<span class=red>SD-${V.summaryStats? `[${slave.energy}]`: ''}</span>`; } else { - r += `<span class="red">SD--${V.summaryStats? `[${slave.energy}]`: ''}</span>`; + r += `<span class=red>SD--${V.summaryStats? `[${slave.energy}]`: ''}</span>`; } r += " "; } @@ -3375,7 +3374,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_behavior_flaw(slave) { - r += `<span class="red">`; + r += `<span class=red>`; switch (slave.behavioralFlaw) { case "arrogant": r += `Arrog`; @@ -3417,58 +3416,58 @@ window.SlaveSummaryUncached = (function() { function short_sex_flaw(slave) { switch (slave.sexualFlaw) { case "hates oral": - r += `<span class="red">Oral-</span>`; + r += `<span class=red>Oral-</span>`; break; case "hates anal": - r += `<span class="red">Anal-</span>`; + r += `<span class=red>Anal-</span>`; break; case "hates penetration": - r += `<span class="red">Fuck-</span>`; + r += `<span class=red>Fuck-</span>`; break; case "shamefast": - r += `<span class="red">Shame</span>`; + r += `<span class=red>Shame</span>`; break; case "idealistic": - r += `<span class="red">Ideal</span>`; + r += `<span class=red>Ideal</span>`; break; case "repressed": - r += `<span class="red">Repre</span>`; + r += `<span class=red>Repre</span>`; break; case "apathetic": - r += `<span class="red">Apath</span>`; + r += `<span class=red>Apath</span>`; break; case "crude": - r += `<span class="red">Crude</span>`; + r += `<span class=red>Crude</span>`; break; case "judgemental": - r += `<span class="red">Judge</span>`; + r += `<span class=red>Judge</span>`; break; case "cum addict": - r += `<span class="yellow">CumAdd</span>`; + r += `<span class=yellow>CumAdd</span>`; break; case "anal addict": - r += `<span class="yellow">AnalAdd</span>`; + r += `<span class=yellow>AnalAdd</span>`; break; case "attention whore": - r += `<span class="yellow">Attention</span>`; + r += `<span class=yellow>Attention</span>`; break; case "breast growth": - r += `<span class="yellow">BoobObsess</span>`; + r += `<span class=yellow>BoobObsess</span>`; break; case "abusive": - r += `<span class="yellow">Abusive</span>`; + r += `<span class=yellow>Abusive</span>`; break; case "malicious": - r += `<span class="yellow">Malice</span>`; + r += `<span class=yellow>Malice</span>`; break; case "self hating": - r += `<span class="yellow">SelfHatr</span>`; + r += `<span class=yellow>SelfHatr</span>`; break; case "neglectful": - r += `<span class="yellow">SelfNeglect</span>`; + r += `<span class=yellow>SelfNeglect</span>`; break; case "breeder": - r += `<span class="yellow">BreedObsess</span>`; + r += `<span class=yellow>BreedObsess</span>`; break; default: slave.sexualFlaw = "none"; @@ -3481,7 +3480,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function short_behavior_quirk(slave) { - r += `<span class="green">`; + r += `<span class=green>`; switch (slave.behavioralQuirk) { case "confident": r += `Confid`; @@ -3560,7 +3559,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_fetish(slave) { - r += `<span class="lightcoral">`; + r += `<span class=lightcoral>`; switch (slave.fetish) { case "submissive": if (slave.fetishStrength > 95) { @@ -3655,55 +3654,55 @@ window.SlaveSummaryUncached = (function() { */ function long_attraction(slave) { if (slave.attrXY <= 5) { - r += `<span class="red">Disgusted by men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; + r += `<span class=red>Disgusted by men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; } else if (slave.attrXY <= 15) { - r += `<span class="red">Turned off by men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; + r += `<span class=red>Turned off by men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; } else if (slave.attrXY <= 35) { - r += `<span class="red">Not attracted to men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; + r += `<span class=red>Not attracted to men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; } else if (slave.attrXY <= 65) { r += `Indifferent to men${V.summaryStats? `[${slave.attrXY}]` : ''}, `; } else if (slave.attrXY <= 85) { - r += `<span class="green">Attracted to men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; + r += `<span class=green>Attracted to men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; } else if (slave.attrXY <= 95) { - r += `<span class="green">Aroused by men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; + r += `<span class=green>Aroused by men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; } else if (slave.attrXX > 95) { if (slave.energy <= 95) { - r += `<span class="green">Omnisexual!</span> `; + r += `<span class=green>Omnisexual!</span> `; } else { - r += `<span class="green">Omnisexual nymphomaniac!</span> `; + r += `<span class=green>Omnisexual nymphomaniac!</span> `; } } else { - r += `<span class="green">Passionate about men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; + r += `<span class=green>Passionate about men${V.summaryStats? `[${slave.attrXY}]` : ''},</span> `; } if (slave.attrXX <= 5) { - r += `<span class="red">disgusted by women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; + r += `<span class=red>disgusted by women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; } else if (slave.attrXX <= 15) { - r += `<span class="red">turned off by women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; + r += `<span class=red>turned off by women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; } else if (slave.attrXX <= 35) { - r += `<span class="red">not attracted to women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; + r += `<span class=red>not attracted to women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; } else if (slave.attrXX <= 65) { r += `indifferent to women${V.summaryStats? `[${slave.attrXX}]` : ''}. `; } else if (slave.attrXX <= 85) { - r += `<span class="green">attracted to women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; + r += `<span class=green>attracted to women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; } else if (slave.attrXX <= 95) { - r += `<span class="green">aroused by women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; + r += `<span class=green>aroused by women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; } else if (slave.attrXY <= 95) { - r += `<span class="green">passionate about women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; + r += `<span class=green>passionate about women${V.summaryStats? `[${slave.attrXX}]` : ''}.</span> `; } if (slave.energy > 95) { if ((slave.attrXY <= 95) || (slave.attrXX <= 95)) { - r += `<span class="green">Nymphomaniac!</span>`; + r += `<span class=green>Nymphomaniac!</span>`; } } else if (slave.energy > 80) { - r += `<span class="green">Powerful sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; + r += `<span class=green>Powerful sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; } else if (slave.energy > 60) { - r += `<span class="green">Good sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; + r += `<span class=green>Good sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; } else if (slave.energy > 40) { - r += `<span class="yellow">Average sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; + r += `<span class=yellow>Average sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; } else if (slave.energy > 20) { - r += `<span class="red">Poor sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; + r += `<span class=red>Poor sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; } else { - r += `<span class="red">No sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; + r += `<span class=red>No sex drive${V.summaryStats? `[${slave.energy}]` : ''}.</span>`; } r += " "; } @@ -3813,7 +3812,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_behavior_flaw(slave) { - r += `<span class="red">`; + r += `<span class=red>`; switch (slave.behavioralFlaw) { case "arrogant": r += `Arrogant.`; @@ -3855,58 +3854,58 @@ window.SlaveSummaryUncached = (function() { function long_sex_flaw(slave) { switch (slave.sexualFlaw) { case "hates oral": - r += `<span class="red">Hates oral.</span>`; + r += `<span class=red>Hates oral.</span>`; break; case "hates anal": - r += `<span class="red">Hates anal.</span>`; + r += `<span class=red>Hates anal.</span>`; break; case "hates penetration": - r += `<span class="red">Hates penetration.</span>`; + r += `<span class=red>Hates penetration.</span>`; break; case "shamefast": - r += `<span class="red">Shamefast.</span>`; + r += `<span class=red>Shamefast.</span>`; break; case "idealistic": - r += `<span class="red">Sexually idealistic.</span>`; + r += `<span class=red>Sexually idealistic.</span>`; break; case "repressed": - r += `<span class="red">Sexually repressed.</span>`; + r += `<span class=red>Sexually repressed.</span>`; break; case "apathetic": - r += `<span class="red">Sexually apathetic.</span>`; + r += `<span class=red>Sexually apathetic.</span>`; break; case "crude": - r += `<span class="red">Sexually crude.</span>`; + r += `<span class=red>Sexually crude.</span>`; break; case "judgemental": - r += `<span class="red">Sexually judgemental.</span>`; + r += `<span class=red>Sexually judgemental.</span>`; break; case "cum addict": - r += `<span class="yellow">Cum addict.</span>`; + r += `<span class=yellow>Cum addict.</span>`; break; case "anal addict": - r += `<span class="yellow">Anal addict.</span>`; + r += `<span class=yellow>Anal addict.</span>`; break; case "attention whore": - r += `<span class="yellow">Attention whore.</span>`; + r += `<span class=yellow>Attention whore.</span>`; break; case "breast growth": - r += `<span class="yellow">Breast obsession.</span>`; + r += `<span class=yellow>Breast obsession.</span>`; break; case "abusive": - r += `<span class="yellow">Sexually abusive.</span>`; + r += `<span class=yellow>Sexually abusive.</span>`; break; case "malicious": - r += `<span class="yellow">Sexually malicious.</span>`; + r += `<span class=yellow>Sexually malicious.</span>`; break; case "self hating": - r += `<span class="yellow">Self hatred.</span>`; + r += `<span class=yellow>Self hatred.</span>`; break; case "neglectful": - r += `<span class="yellow">Self neglectful.</span>`; + r += `<span class=yellow>Self neglectful.</span>`; break; case "breeder": - r += `<span class="yellow">Breeding obsession.</span>`; + r += `<span class=yellow>Breeding obsession.</span>`; break; default: slave.sexualFlaw = "none"; @@ -3919,7 +3918,7 @@ window.SlaveSummaryUncached = (function() { * @param {App.Entity.SlaveState} slave */ function long_behavior_quirk(slave) { - r += `<span class="green">`; + r += `<span class=green>`; switch (slave.behavioralQuirk) { case "confident": r += `Confident.`; @@ -4167,7 +4166,7 @@ window.SlaveSummaryUncached = (function() { return s.ID === slave.rivalryTarget; }); if (_ssj !== -1) { - r += `<span class="lightsalmon">`; + r += `<span class=lightsalmon>`; if (slave.rivalry <= 1) { r += `Disl ${SlaveFullName(V.slaves[_ssj])}`; } else if (slave.rivalry <= 2) { @@ -4190,7 +4189,7 @@ window.SlaveSummaryUncached = (function() { return s.ID === slave.mother; }); if (_ssj !== -1) { - r += `${SlaveFullName(V.slaves[_ssj])}'s <span class="lightgreen">daughter`; + r += `${SlaveFullName(V.slaves[_ssj])}'s <span class=lightgreen>daughter`; if (slave.relationshipTarget === V.slaves[_ssj].ID) { const friendShipShort = relationshipTerm(slave); r += ` and ${friendShipShort}`; @@ -4201,23 +4200,23 @@ window.SlaveSummaryUncached = (function() { } else if (slave.mother === -1) { r += `Your `; if (slave.relationship === -3) { - r += `<span class="lightgreen">daughter and wife.</span> `; + r += `<span class=lightgreen>daughter and wife.</span> `; handled = 1; } else if (slave.relationship === -2) { - r += `<span class="lightgreen">daughter and lover.</span> `; + r += `<span class=lightgreen>daughter and lover.</span> `; handled = 1; } else { - r += `<span class="lightgreen">daughter.</span> `; + r += `<span class=lightgreen>daughter.</span> `; } } else if (slave.mother in V.missingTable && V.showMissingSlavesSD && V.showMissingSlaves) { - r += `${V.missingTable[slave.mother].fullName}'s <span class="lightgreen">daughter.</span> `; + r += `${V.missingTable[slave.mother].fullName}'s <span class=lightgreen>daughter.</span> `; } if (slave.father > 0 && slave.father !== slave.mother) { const _ssj = V.slaves.findIndex(function(s) { return s.ID === slave.father; }); if (_ssj !== -1) { - r += `${SlaveFullName(V.slaves[_ssj])}'s <span class="lightgreen">daughter`; + r += `${SlaveFullName(V.slaves[_ssj])}'s <span class=lightgreen>daughter`; if (slave.relationshipTarget === V.slaves[_ssj].ID) { const friendShipShort = relationshipTerm(slave); r += ` and ${friendShipShort}`; @@ -4228,23 +4227,23 @@ window.SlaveSummaryUncached = (function() { } else if (slave.father === -1 && slave.father !== slave.mother) { r += `Your `; if (slave.relationship === -3) { - r += `<span class="lightgreen">daughter and wife.</span> `; + r += `<span class=lightgreen>daughter and wife.</span> `; handled = 1; } else if (slave.relationship === -2) { - r += `<span class="lightgreen">daughter and lover.</span> `; + r += `<span class=lightgreen>daughter and lover.</span> `; handled = 1; } else { - r += `<span class="lightgreen">daughter.</span> `; + r += `<span class=lightgreen>daughter.</span> `; } } else if (slave.father in V.missingTable && slave.father !== slave.mother && V.showMissingSlavesSD && V.showMissingSlaves) { - r += `${V.missingTable[slave.father].fullName}'s <span class="lightgreen">daughter.</span> `; + r += `${V.missingTable[slave.father].fullName}'s <span class=lightgreen>daughter.</span> `; } if (slave.daughters === 1) { let _ssj = V.slaves.findIndex(function(s) { return s.mother === slave.ID; }); if (_ssj !== -1) { - r += `${SlaveFullName(V.slaves[_ssj])}'s <span class="lightgreen">mother`; + r += `${SlaveFullName(V.slaves[_ssj])}'s <span class=lightgreen>mother`; if (slave.relationshipTarget === V.slaves[_ssj].ID) { const friendShipShort = relationshipTerm(slave); r += ` and ${friendShipShort}`; @@ -4256,7 +4255,7 @@ window.SlaveSummaryUncached = (function() { return s.father === slave.ID; }); if (_ssj !== -1) { - r += `${SlaveFullName(V.slaves[_ssj])}'s <span class="lightgreen">father`; + r += `${SlaveFullName(V.slaves[_ssj])}'s <span class=lightgreen>father`; if (slave.relationshipTarget === V.slaves[_ssj].ID) { const friendShipShort = relationshipTerm(slave); r += ` and ${friendShipShort}`; @@ -4266,11 +4265,11 @@ window.SlaveSummaryUncached = (function() { } } else if (slave.daughters > 1) { if (slave.daughters > 10) { - r += `<span class="lightgreen">Has tons of daughters.</span> `; + r += `<span class=lightgreen>Has tons of daughters.</span> `; } else if (slave.daughters > 5) { - r += `<span class="lightgreen">Has many daughters.</span> `; + r += `<span class=lightgreen>Has many daughters.</span> `; } else { - r += `<span class="lightgreen">Has several daughters.</span> `; + r += `<span class=lightgreen>Has several daughters.</span> `; } } if (slave.sisters === 1) { @@ -4278,7 +4277,7 @@ window.SlaveSummaryUncached = (function() { return areSisters(s, slave) > 0; }); if (_ssj !== -1) { - r += `${SlaveFullName(V.slaves[_ssj])}'s <span class="lightgreen">sister`; + r += `${SlaveFullName(V.slaves[_ssj])}'s <span class=lightgreen>sister`; if (slave.relationshipTarget === V.slaves[_ssj].ID) { const friendShipShort = relationshipTerm(slave); r += ` and ${friendShipShort}`; @@ -4288,11 +4287,11 @@ window.SlaveSummaryUncached = (function() { } } else if (slave.sisters > 1) { if (slave.sisters > 10) { - r += `<span class="lightgreen">One of many sisters.</span> `; + r += `<span class=lightgreen>One of many sisters.</span> `; } else if (slave.sisters > 5) { - r += `<span class="lightgreen">Has many sisters.</span> `; + r += `<span class=lightgreen>Has many sisters.</span> `; } else { - r += `<span class="lightgreen">Has several sisters.</span> `; + r += `<span class=lightgreen>Has several sisters.</span> `; } } if (slave.relationship > 0 && handled !== 1) { @@ -4302,14 +4301,14 @@ window.SlaveSummaryUncached = (function() { if (_ssj !== -1) { const friendship = relationshipTerm(slave); r += `${SlaveFullName(V.slaves[_ssj])}'s `; - r += `<span class="lightgreen">${friendship}.</span> `; + r += `<span class=lightgreen>${friendship}.</span> `; } } else if (slave.relationship === -3 && slave.mother !== -1 && slave.father !== -1) { - r += `<span class="lightgreen">Your wife.</span> `; + r += `<span class=lightgreen>Your wife.</span> `; } else if (slave.relationship === -2) { - r += `<span class="lightgreen">Emotionally bonded to you.</span> `; + r += `<span class=lightgreen>Emotionally bonded to you.</span> `; } else if (slave.relationship === -1) { - r += `<span class="lightgreen">Emotional slut.</span> `; + r += `<span class=lightgreen>Emotional slut.</span> `; } } @@ -4324,9 +4323,9 @@ window.SlaveSummaryUncached = (function() { if (_ssj !== -1) { r += `${SlaveFullName(V.slaves[_ssj])}'s `; if (slave.relationshipTarget !== slave.relationTarget) { - r += `<span class="lightgreen">${slave.relation}.</span> `; + r += `<span class=lightgreen>${slave.relation}.</span> `; } else { - r += `<span class="lightgreen">${slave.relation}</span> `; + r += `<span class=lightgreen>${slave.relation}</span> `; } if (slave.relationship <= 0) { r += ` `; @@ -4344,14 +4343,14 @@ window.SlaveSummaryUncached = (function() { } else { r += ` and `; } - r += `<span class="lightgreen">${friendship}.</span> `; + r += `<span class=lightgreen>${friendship}.</span> `; } } else if (slave.relationship === -3) { - r += `<span class="lightgreen">Your wife.</span> `; + r += `<span class=lightgreen>Your wife.</span> `; } else if (slave.relationship === -2) { - r += `<span class="lightgreen">Emotionally bonded to you.</span> `; + r += `<span class=lightgreen>Emotionally bonded to you.</span> `; } else if (slave.relationship === -1) { - r += `<span class="lightgreen">Emotional slut.</span> `; + r += `<span class=lightgreen>Emotional slut.</span> `; } } @@ -4360,7 +4359,7 @@ window.SlaveSummaryUncached = (function() { */ function long_clone(slave) { if (slave.clone !== 0) { - r += ` <span class="skyblue">Clone of ${slave.clone}.</span>`; + r += ` <span class=skyblue>Clone of ${slave.clone}.</span>`; } } @@ -4375,11 +4374,11 @@ window.SlaveSummaryUncached = (function() { }); if (_ssj !== -1) { if (slave.rivalry <= 1) { - r += `<span class="lightsalmon">Dislikes</span> ${SlaveFullName(V.slaves[_ssj])}.`; + r += `<span class=lightsalmon>Dislikes</span> ${SlaveFullName(V.slaves[_ssj])}.`; } else if (slave.rivalry <= 2) { - r += `${SlaveFullName(V.slaves[_ssj])}'s <span class="lightsalmon">rival.</span>`; + r += `${SlaveFullName(V.slaves[_ssj])}'s <span class=lightsalmon>rival.</span>`; } else { - r += `<span class="lightsalmon">Hates</span> ${SlaveFullName(V.slaves[_ssj])}.`; + r += `<span class=lightsalmon>Hates</span> ${SlaveFullName(V.slaves[_ssj])}.`; } } r += " "; @@ -4845,7 +4844,7 @@ window.SlaveSummaryUncached = (function() { } else if (slave.shoes === "boots") { r += `Boots.`; } else if (slave.heels === 1) { - r += `<span class="yellow">Crawling.</span>`; + r += `<span class=yellow>Crawling.</span>`; } else if (slave.shoes === "flats") { r += `Flats.`; } @@ -4980,7 +4979,7 @@ window.SlaveSummaryUncached = (function() { */ function rules_assistant(slave) { if (slave.useRulesAssistant === 0) { - r += `<span class="lightgreen">RA-Exempt</span> `; + r += `<span class=lightgreen>RA-Exempt</span> `; } else if (V.abbreviateRulesets === 2 && (slave.currentRules !== undefined) && (slave.currentRules.length > 0)) { r += `Rules: ${V.defaultRules.filter(x => ruleApplied(slave, x)).map(x => x.name).join(", ") }`; } @@ -4994,7 +4993,7 @@ window.SlaveSummaryUncached = (function() { if (V.seeImages !== 1 || V.seeSummaryImages !== 1 || V.imageChoice === 1) { r += ` `; } - r += `<span class="gray">${slave.origin}</span>`; + r += `<span class=gray>${slave.origin}</span>`; } return SlaveSummaryUncached; diff --git a/src/js/utilJS.js b/src/js/utilJS.js index a32c2dc4a633d4f3984a2314a611ee28b867b2d5..6892413442901c6288bd1e40176cbe05f885326c 100644 --- a/src/js/utilJS.js +++ b/src/js/utilJS.js @@ -1255,7 +1255,7 @@ window.jsInclude = function(passageTitle) { if (Story.has(passageTitle)) { return Story.get(passageTitle).processText(); } else { - return `<span class="red">Error: Passage ${passageTitle} does not exist.</span>`; + return `<span class=red>Error: Passage ${passageTitle} does not exist.</span>`; } }; @@ -1658,19 +1658,19 @@ window.SkillIncrease = (function() { if (slave.skill.oral <= 10) { if (slave.skill.oral + skillIncrease > 10) { - r = ` <span class="green">${He} now has basic knowledge about oral sex,</span> and can at least suck a dick without constant gagging.`; + r = ` <span class=green>${He} now has basic knowledge about oral sex,</span> and can at least suck a dick without constant gagging.`; } } else if (slave.skill.oral <= 30) { if (slave.skill.oral + skillIncrease > 30) { - r = ` <span class="green">${He} now has some oral skills,</span> and can reliably bring dicks and pussies to climax with ${his} mouth.`; + r = ` <span class=green>${He} now has some oral skills,</span> and can reliably bring dicks and pussies to climax with ${his} mouth.`; } } else if (slave.skill.oral <= 60) { if (slave.skill.oral + skillIncrease > 60) { - r = ` <span class="green">${He} is now an oral expert,</span> and has a delightfully experienced tongue.`; + r = ` <span class=green>${He} is now an oral expert,</span> and has a delightfully experienced tongue.`; } } else if (slave.skill.oral < 100) { if (slave.skill.oral + skillIncrease >= 100) { - r = ` <span class="green">${He} has mastered oral sex,</span> and can learn nothing more about sucking dick or eating pussy.`; + r = ` <span class=green>${He} has mastered oral sex,</span> and can learn nothing more about sucking dick or eating pussy.`; } } slave.skill.oral += skillIncrease; @@ -1689,19 +1689,19 @@ window.SkillIncrease = (function() { if (slave.skill.vaginal <= 10) { if (slave.skill.vaginal + skillIncrease > 10) { - r = `<span class="green">${He} now has basic knowledge about vaginal sex,</span> and can avoid some of the common pitfalls and turnoffs.`; + r = `<span class=green>${He} now has basic knowledge about vaginal sex,</span> and can avoid some of the common pitfalls and turnoffs.`; } } else if (slave.skill.vaginal <= 30) { if (slave.skill.vaginal + skillIncrease > 30) { - r = `<span class="green">${He} now has some vaginal sex skills,</span> and can do more than just lie there and take it.`; + r = `<span class=green>${He} now has some vaginal sex skills,</span> and can do more than just lie there and take it.`; } } else if (slave.skill.vaginal <= 60) { if (slave.skill.vaginal + skillIncrease > 60) { - r = `<span class="green">${He} is now a vaginal sex expert,</span> and has the muscular control to massage anything that's inside $him.`; + r = `<span class=green>${He} is now a vaginal sex expert,</span> and has the muscular control to massage anything that's inside $him.`; } } else if (slave.skill.vaginal < 100) { if (slave.skill.vaginal + skillIncrease >= 100) { - r = `<span class="green">${He} has mastered vaginal sex,</span> and can learn nothing more about tribbing or taking dick.`; + r = `<span class=green>${He} has mastered vaginal sex,</span> and can learn nothing more about tribbing or taking dick.`; } } slave.skill.vaginal += skillIncrease; @@ -1721,19 +1721,19 @@ window.SkillIncrease = (function() { if (slave.skill.anal <= 10) { if (slave.skill.anal + skillIncrease > 10) { - r = `<span class="green">${He} now has basic knowledge about anal sex,</span> and can accept penetration of ${his} anus without danger.`; + r = `<span class=green>${He} now has basic knowledge about anal sex,</span> and can accept penetration of ${his} anus without danger.`; } } else if (slave.skill.anal <= 30) { if (slave.skill.anal + skillIncrease > 30) { - r = `<span class="green">${He} now has some anal sex skills,</span> and needs less preparation before taking rough penetration.`; + r = `<span class=green>${He} now has some anal sex skills,</span> and needs less preparation before taking rough penetration.`; } } else if (slave.skill.anal <= 60) { if (slave.skill.anal + skillIncrease > 60) { - r = `<span class="green">${He} is now an anal sex expert,</span> and knows how to use ${his} sphincter to please.`; + r = `<span class=green>${He} is now an anal sex expert,</span> and knows how to use ${his} sphincter to please.`; } } else if (slave.skill.anal < 100) { if (slave.skill.anal + skillIncrease >= 100) { - r = `<span class="green">${He} has mastered anal sex,</span> and can learn nothing more about taking it up the ass.`; + r = `<span class=green>${He} has mastered anal sex,</span> and can learn nothing more about taking it up the ass.`; } } slave.skill.anal += skillIncrease; @@ -1753,19 +1753,19 @@ window.SkillIncrease = (function() { if (slave.skill.whoring <= 10) { if (slave.skill.whoring + skillIncrease > 10) { - r = `<span class="green">${He} now has basic knowledge about how to whore,</span> and can avoid some potentially dangerous situations.`; + r = `<span class=green>${He} now has basic knowledge about how to whore,</span> and can avoid some potentially dangerous situations.`; } } else if (slave.skill.whoring <= 30) { if (slave.skill.whoring + skillIncrease > 30) { - r = `<span class="green">${He} now has some skill as a whore,</span> and knows how to sell ${his} body at a good price.`; + r = `<span class=green>${He} now has some skill as a whore,</span> and knows how to sell ${his} body at a good price.`; } } else if (slave.skill.whoring <= 60) { if (slave.skill.whoring + skillIncrease > 60) { - r = `<span class="green">${He} is now an expert whore,</span> and can often make clients forget that $he's a prostitute they're paying for.`; + r = `<span class=green>${He} is now an expert whore,</span> and can often make clients forget that $he's a prostitute they're paying for.`; } } else if (slave.skill.whoring < 100) { if (slave.skill.whoring + skillIncrease >= 100) { - r = `<span class="green">${He} is now a masterful whore,</span> and can learn nothing more about prostitution.`; + r = `<span class=green>${He} is now a masterful whore,</span> and can learn nothing more about prostitution.`; } } slave.skill.whoring += skillIncrease; @@ -1784,19 +1784,19 @@ window.SkillIncrease = (function() { if (slave.skill.entertainment <= 10) { if (slave.skill.entertainment + skillIncrease > 10) { - r = `<span class="green">${He} now has basic knowledge about how to be entertaining,</span> and can usually avoid serious faux pas.`; + r = `<span class=green>${He} now has basic knowledge about how to be entertaining,</span> and can usually avoid serious faux pas.`; } } else if (slave.skill.entertainment <= 30) { if (slave.skill.entertainment + skillIncrease > 30) { - r = `<span class="green">${He} now has some skill as an entertainer,</span> and can flirt, dance, and strip acceptably.`; + r = `<span class=green>${He} now has some skill as an entertainer,</span> and can flirt, dance, and strip acceptably.`; } } else if (slave.skill.entertainment <= 60) { if (slave.skill.entertainment + skillIncrease > 60) { - r = `<span class="green">${He} is now an expert entertainer,</span> and can flirt engagingly, dance alluringly, and strip arousingly.`; + r = `<span class=green>${He} is now an expert entertainer,</span> and can flirt engagingly, dance alluringly, and strip arousingly.`; } } else if (slave.skill.entertainment < 100) { if (slave.skill.entertainment + skillIncrease >= 100) { - r = `<span class="green">${He} is now a masterful entertainer,</span> and can learn nothing more about flirting, dancing, or stripping.`; + r = `<span class=green>${He} is now a masterful entertainer,</span> and can learn nothing more about flirting, dancing, or stripping.`; } } slave.skill.entertainment += skillIncrease; @@ -2162,9 +2162,9 @@ window.changeSkinTone = function(skin, value) { */ App.UI.disabledLink = function(link, reasons) { const tooltips = reasons.length === 1 ? - `<span class="tooltip">${reasons}</span>`: + `<span class=tooltip>${reasons}</span>`: `<div class="tooltip"><ul>${reasons.map(e => `<li>${e}</li>`).join('')}</ul></div>`; - return '<span class="textWithTooltip">' + link + tooltips + '</span>'; + return '<span class=textWithTooltip>' + link + tooltips + '</span>'; }; /** diff --git a/src/js/vignettes.js b/src/js/vignettes.js index 602652eb7052e4dbaf908cf168ab2efd2e6fe336..5a8ae752abf759a13b5145bc3abb328227f61ed6 100644 --- a/src/js/vignettes.js +++ b/src/js/vignettes.js @@ -1731,7 +1731,7 @@ window.GetVignette = function GetVignette(slave) { break; case 3: vignettes.push({ - text: `the most interesting thing that happened to ${him} at work was that ${he} had to move to follow the <span class="green">most prominent citizens</span> to a newly fashionable hall,`, + text: `the most interesting thing that happened to ${him} at work was that ${he} had to move to follow the <span class=green>most prominent citizens</span> to a newly fashionable hall,`, type: "rep", effect: 0, });