From 0bb7177af507e31b2c8ef95e17937ee0837a3286 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 12 Apr 2024 14:40:19 -0400 Subject: [PATCH] Add PC personal strap-on --- CHANGELOG.md | 5 + src/descriptions/officeDescription.js | 84 ++++++++++--- src/endWeek/saPleaseYou.js | 44 +++++-- src/facilities/toyShop/toyShop.js | 26 +++- src/player/managePersonalAffairs.js | 45 +++---- src/pregmod/FCTV/FCTVshows.js | 174 ++++++++++++++++++++++++-- 6 files changed, 318 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb316ca524f..0fae9be982a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +* added the smart strap-on, a tool that maximizes femPC's ability to deal with need +* pregnancy report improvements +* AI related things, most notably the dressing room +* fixes + ## 0.10.7.1-4.0.0-alpha.31 - 2024-04-08 * added a pregnancy/breeding report diff --git a/src/descriptions/officeDescription.js b/src/descriptions/officeDescription.js index 1ac5361673c..cab86ea0efe 100644 --- a/src/descriptions/officeDescription.js +++ b/src/descriptions/officeDescription.js @@ -6,7 +6,9 @@ App.Desc.officeDescription = function(lastElement) { const f = document.createDocumentFragment(); App.UI.DOM.appendNewElement("div", f, paragraph1(), "indent"); - App.UI.DOM.appendNewElement("div", f, paragraph2(), "indent"); + if (!onBedRest(V.PC)) { + App.UI.DOM.appendNewElement("div", f, paragraph2(), "indent"); + } const lastDiv = App.UI.DOM.appendNewElement("div", f, paragraph3(), "indent"); lastDiv.append(lastElement); @@ -18,11 +20,46 @@ App.Desc.officeDescription = function(lastElement) { */ function paragraph1() { const r = []; - r.push(`You are at your desk in your penthouse office. It has a glass top interface from which you can rule over ${V.arcologies[0].name}; ${V.assistant.name}'s avatar is visible in one corner.`); + if (onBedRest(V.PC)) { + r.push(`You are comfortably reclining in your bed, ruling over ${V.arcologies[0].name} using a tablet; ${V.assistant.name}'s avatar is visible along the edge of its screen.`); + } else { + r.push(`You are at your desk in your penthouse office. It has a glass top interface from which you can rule over ${V.arcologies[0].name}; ${V.assistant.name}'s avatar is visible in one corner.`); + } r.push(PersonalAssistantAppearance()); + if (V.boughtItem.toys.smartStrapon === 1) { + if (onBedRest(V.PC)) { + r.push(`Stashed`); + if (V.PC.dick > 0 || V.PC.clit >= 3) { + r.push(`in a nearby drawer`); + } else { + r.push(`beneath your pillow`); + } + } else { + r.push(`Safely tucked away in one of the drawers`); + } + r.push(`is your personalized smart strap-on`); + if (V.PC.dick > 0 || V.PC.clit >= 3) { + r.push(r.pop() + ","); + r.push(`but since`); + if (V.PC.dick > 0) { + r.push(`you have a dick,`); + } else { + r.push(`your clit has grown large enough to fuck others with,`); + } + r.push(`it hasn't seen much use lately.`); + } else { + r.push(r.pop() + "."); + } + } + if (V.clubAdsSpending >= 5000) { - r.push(`A corner of your desk is piled with sample merchandise from the campaign promoting your club.`); + if (onBedRest(V.PC)) { + r.push(`Your bedstand`); + } else { + r.push(`A corner of your desk`); + } + r.push(`is piled with sample merchandise from the campaign promoting your club.`); const clubSlaves = V.slaves.filter(s => s.assignment === Job.CLUB); if (clubSlaves.length > 0) { const modeledSlave = clubSlaves.random(); @@ -148,9 +185,18 @@ App.Desc.officeDescription = function(lastElement) { if (V.brothelAdsSpending >= 5000) { if (V.clubAdsSpending >= 5000) { - r.push(`There's just as much from the similar campaign advertising ${V.brothelName}.`); + r.push(`There's just as much from the similar campaign advertising ${V.brothelName}`); + if (onBedRest(V.PC)) { + r.push(`adorning your dresser`); + } + r.push(r.pop() + "."); } else { - r.push(`A corner of your desk is piled with sample merchandise from the campaign promoting ${V.brothelName}.`); + if (onBedRest(V.PC)) { + r.push(`Your bedstand`); + } else { + r.push(`A corner of your desk`); + } + r.push(`is piled with sample merchandise from the campaign promoting ${V.brothelName}.`); } const brothelSlaves = V.slaves.filter(s => s.assignment === Job.BROTHEL); if (brothelSlaves.length > 0) { @@ -463,19 +509,21 @@ App.Desc.officeDescription = function(lastElement) { r.push(printTrinkets()); - r.push(`A small mirror resides on your desk, facing you.`); - r.push(`A ${V.PC.visualAge} year old, ${V.PC.faceShape}`); - if (V.PC.markings === "freckles") { - r.push(`${r.pop()}, freckled`); - } else if (V.PC.markings === "heavily freckled") { - r.push(`${r.pop()}, densely freckled`); - } - r.push(`face stares back at you.`); - if (V.playerAging !== 0 && V.PC.birthWeek === 51) { - r.push(`You'll be turning ${V.PC.actualAge + 1} next week.`); - } + if (!onBedRest(V.PC)) { + r.push(`A small mirror resides on your desk, facing you.`); + r.push(`A ${V.PC.visualAge} year old, ${V.PC.faceShape}`); + if (V.PC.markings === "freckles") { + r.push(`${r.pop()}, freckled`); + } else if (V.PC.markings === "heavily freckled") { + r.push(`${r.pop()}, densely freckled`); + } + r.push(`face stares back at you.`); + if (V.playerAging !== 0 && V.PC.birthWeek === 51) { + r.push(`You'll be turning ${V.PC.actualAge + 1} next week.`); + } - r.push(App.Desc.Player.officeBoobs(), App.Desc.Player.officeBelly(), App.Desc.Player.officeCrotch(), App.Desc.Player.officeButt()); + r.push(App.Desc.Player.officeBoobs(), App.Desc.Player.officeBelly(), App.Desc.Player.officeCrotch(), App.Desc.Player.officeButt()); + } App.Events.addNode(frag, r); return frag; @@ -488,7 +536,7 @@ App.Desc.officeDescription = function(lastElement) { const frag = new DocumentFragment(); frag.append( - `There's a display case behind your desk, with `, + `There's a display case ${onBedRest(V.PC) ? "on the wall" : "behind your desk"}, with `, App.UI.DOM.linkReplace(`${num(V.trinkets.size)} items`, trinkets()), ` in it.`, ); diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index e808e193af8..46d88dbaad9 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -227,8 +227,8 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } else { quality += Math.max(.3 - (slave.vagina / 10), -0.3); } - if (V.PC.vagina >= 0) { // smart strapon WIP - reminder, this needs the text blurb to reflect that you can't put it on yourself if too pregnant (15000+) - // quality *= 1.2; + if (V.PC.vagina >= 0 && V.PC.clit < 3 && V.boughtItem.toys.smartStrapon === 1) { + quality *= 1.2; } if (slave.sexualFlaw === SexualFlaw.HATESPEN) { quality -= 0.1; @@ -242,8 +242,8 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } else { quality += Math.max(.2 - (slave.anus / 10), -0.3); } - if (V.PC.vagina >= 0) { // smart strapon WIP - // quality *= 1.2; + if (V.PC.vagina >= 0 && V.PC.clit < 3 && V.boughtItem.toys.smartStrapon === 1) { + quality *= 1.2; } if (slave.sexualFlaw === SexualFlaw.HATESANAL) { quality -= 0.1; @@ -345,8 +345,10 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } else { pleasure -= 0.7; } - } else { // smart strapon WIP - // pleasure += 0.5 + } else if (V.PC.clit >= 3) { + pleasure += (-0.4 + (V.PC.clit / 10)); + } else if (V.boughtItem.toys.smartStrapon === 1) { + pleasure += 0.5 } if (slave.prostate > 0) { pleasure += 0.5; @@ -372,8 +374,10 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } else { pleasure -= 0.7; } - } else { // smart strapon WIP - // pleasure += 0.5 + } else if (V.PC.clit >= 3) { + pleasure += (-0.4 + (V.PC.clit / 10)); + } else if (V.boughtItem.toys.smartStrapon === 1) { + pleasure += 0.5 } if (slave.prostate > 0) { pleasure += 0.5; @@ -692,7 +696,17 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } } if (V.PC.vagina >= 0 && V.PC.clit < 3) { - // r.push(`Your smart strap-on dynamically adjusts itself to maximize your fun.`); + r.push(`Your smart strap-on dynamically adjusts itself to maximize your fun. It syncs with your movements, sending tingling pleasure across your clit and vulva with each thrust, and steadily builds intensity as it detects the signs of ${his} impending climax.`); + if (V.PC.belly >= 15000) { + r.push(`You need ${his} assistance to put it on since your belly in the way,`); + if (slave.fetish === "pregnancy") { + r.push(`which ${he} is thrilled to do.`); + } else if (slave.devotion < -20) { + r.push(`which ${he} hates having to do.`); + } else { + r.push(`but ${he} doesn't mind having to help you with it.`); + } + } } if (slave.sexualFlaw === SexualFlaw.HATESPEN) { r.push(`${He} hates being penetrated and the resulting panic over the thought is detrimental to your enjoyment.`); @@ -1085,7 +1099,17 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } } if (V.PC.vagina >= 0 && V.PC.clit < 3) { - // r.push(`Your smart strap-on dynamically adjusts itself to maximize your fun.`); + r.push(`Your smart strap-on dynamically adjusts itself to maximize your fun. It syncs with your movements, sending tingling pleasure across your clit and vulva with each thrust, and steadily builds intensity as it detects the signs of ${his} impending climax.`); + if (V.PC.belly >= 15000) { + r.push(`You need ${his} assistance to put it on since your belly in the way,`); + if (slave.fetish === "pregnancy") { + r.push(`which ${he} is thrilled to do.`); + } else if (slave.devotion < -20) { + r.push(`which ${he} hates having to do.`); + } else { + r.push(`but ${he} doesn't mind having to help you with it.`); + } + } } if (slave.sexualFlaw === SexualFlaw.HATESANAL) { r.push(`${He} hates being anally penetrated and the resulting panic over the thought is detrimental to your enjoyment.`); diff --git a/src/facilities/toyShop/toyShop.js b/src/facilities/toyShop/toyShop.js index e3aa550341c..795e094a1b4 100644 --- a/src/facilities/toyShop/toyShop.js +++ b/src/facilities/toyShop/toyShop.js @@ -51,6 +51,7 @@ App.UI.toyShop = function() { function vaginalAccessory() { const frag = new DocumentFragment(); + const yourToyDiv = document.createElement("div"); App.UI.DOM.appendNewElement("h2", frag, "Vaginal Accessories"); const selectDiv = App.UI.DOM.appendNewElement("div", frag, App.UI.DOM.link("Start a new design", () => { initToy(vaginalAcc); @@ -59,14 +60,31 @@ App.UI.toyShop = function() { if (V.customItem.vaginalAccessory.size > 0) { selectDiv.append(selectDesign(vaginalAcc, "vaginalAccessory")); } - /* - if (V.toys.smartStrapon === 0 && V.PC.dick === 0) { + frag.append(create()); + if (V.boughtItem.toys.smartStrapon === 0 && V.PC.dick === 0) { frag.append(personalStrapon()); } - */ - frag.append(create()); return frag; + function personalStrapon() { + const text = []; + + if (V.boughtItem.toys.smartStrapon === 0 && V.PC.dick === 0 && V.PC.lusty > 0) { + text.push( + `Couldn't you create the ultimate smart strap-on for your personal use? It looks like it would cost <span class="cash dec">${(cashFormat(500))}</span> worth of parts and materials.`, + App.UI.DOM.link(`Do it! And don't forget to include all the features!`, () => { + V.boughtItem.toys.smartStrapon = 1; + cashX(forceNeg(500), "capEx"); + App.UI.DOM.replace(yourToyDiv, personalStrapon); + }) + ); + } + + App.Events.addNode(yourToyDiv, text); + + return yourToyDiv; + } + function create() { const el = new DocumentFragment(); const existingDesign = V.customItem.vaginalAccessory.get(vaginalAcc.name); diff --git a/src/player/managePersonalAffairs.js b/src/player/managePersonalAffairs.js index 6ecdd94493b..8a2775fb661 100644 --- a/src/player/managePersonalAffairs.js +++ b/src/player/managePersonalAffairs.js @@ -1952,13 +1952,11 @@ App.UI.managePersonalAffairs = function() { App.UI.DOM.appendNewElement("h2", pervertDiv, `Perversions`); - /* - if (V.toys.smartStrapon === 0 && V.PC.dick === 0 && V.PC.lusty > 0 && V.assistant.personality > 0 && V.cash >= 8000) { - pervertDiv.append(checkOutThisStrapon()); - } - */ - - pervertDiv.append(dildoSelf()); + + pervertDiv.append( + checkOutThisStrapon(), + dildoSelf(), + ); // set these to use standard preg/inflation bars if (PC.preg === 0 && PC.pregWeek === 0 && PC.vagina > -1) { @@ -1968,22 +1966,24 @@ App.UI.managePersonalAffairs = function() { ); } - /* function checkOutThisStrapon() { const text = []; - text.push( - `"${properTitle()}," ${V.assistant.announcedName} chimes in, "I may have a solution to your sexual frustrations. I've located a toy shop that custom produces strap-ons, among other things, that I can connect with and control. Using its multiple settings, I'll be able to maximize both you and your partners' pleasure, far better than any simple egg vibrator could." The price is a bit ludicris at <span class="cash dec">${(cashFormat(8000))},</span> but at least the delivery will be fast.`, - App.UI.DOM.link(`Order the customized smart strap-on`, () => { - V.toys.smartStrapon = 1; - V.cash -= 8000; - App.UI.DOM.replace(betterToyDiv, checkOutThisStrapon); - }) - ); + if (V.boughtItem.toys.smartStrapon === 0 && V.PC.dick === 0 && V.PC.lusty > 0 && V.assistant.personality > 0 && V.cash >= 8000) { + text.push( + `"${properTitle()}," ${V.assistant.announcedName} chimes in, "I may have a solution to your sexual frustrations. I've located a toy shop that custom produces strap-ons, among other things, that I can connect with and control. Using its multiple settings, I'll be able to maximize both you and your partners' pleasure, far better than any simple egg vibrator could." The price is a bit ludicris at ${(cashFormat(8000))}, but at least the delivery will be fast.`, + App.UI.DOM.link(`Order the customized smart strap-on`, () => { + V.boughtItem.toys.smartStrapon = 1; + cashX(forceNeg(8000), "capEx"); + App.UI.DOM.replace(betterToyDiv, checkOutThisStrapon); + }) + ); + } + + App.Events.addNode(betterToyDiv, text); return betterToyDiv; } - */ /** * @returns {HTMLDivElement} a div that allows the player to take their own virginity using a dildo @@ -2061,8 +2061,11 @@ App.UI.managePersonalAffairs = function() { } else { text.push( `The tap connected to ${V.dairyName} is calling to you. Begging to let it fill you with cum again. If you wanted to try and go bigger, that is.`, - App.UI.DOM.generateLinksStrip([ - App.UI.DOM.passageLink(`Sounds fun!`, 'FSelf'), + App.UI.DOM.passageLink(`Sounds fun!`, 'FSelf'), + ); + if (canGetPregnant(V.PC)) { + text.push( + `|`, App.UI.DOM.link(`You only want to get pregnant`, () => { V.PC.preg = 1; V.PC.pregSource = 0; @@ -2073,8 +2076,8 @@ App.UI.managePersonalAffairs = function() { App.UI.DOM.replace(cumTapDiv, cumTap); }) - ]) - ); + ); + } } } /* diff --git a/src/pregmod/FCTV/FCTVshows.js b/src/pregmod/FCTV/FCTVshows.js index b8c35e23716..e3ad23c4d78 100644 --- a/src/pregmod/FCTV/FCTVshows.js +++ b/src/pregmod/FCTV/FCTVshows.js @@ -652,7 +652,7 @@ App.Data.FCTV.channels = new Map([ } else { r.push(`a repeat of the`); } - r.push(`popular competitive reality show`); + r.push(`popular competitive reality`); if (FCTV.channelCount(1, 0, 'gt')) { r.push(`show: Next Top Breeder.`); } else { @@ -1529,8 +1529,9 @@ App.Data.FCTV.channels = new Map([ }, get text() { const r = []; - const {He = '', him = '', his = ''} = S.Concubine ? getPronouns(S.Concubine) : {}; + const {He = '', he = '', him = '', his = '', himself = ''} = S.Concubine ? getPronouns(S.Concubine) : {}; const {title: Master = ''} = canTalk(S.Concubine) ? getEnunciation(S.Concubine) : {}; + let position = false; if (FCTV.channelCount(11, 1, 'gt')) { r.push(`, once again,`); @@ -1538,7 +1539,7 @@ App.Data.FCTV.channels = new Map([ r.push(`which is currently showing an infomercial attempting to sell a product named "sag-B-gone" that claims to be able to prevent breasts from naturally sagging under their own weight.<p>`); if (V.purchasedSagBGone === 1) { r.push(`You've already made the mistake of ordering the sham of a product. While it gave you a great excuse to fondle breasts, it's not like you needed one in the first place.</p>`); - if (S.Concubine && canTalk(S.Concubine)) { + if (S.Concubine && S.Concubine.fetish !== Fetish.MINDBROKEN && canTalk(S.Concubine) && (canSee(S.Concubine) || canHear(S.Concubine))) { r.push( `<p>`, Spoken(S.Concubine, `"I told you it wouldn't work, ${Master}. Plus you know you can touch these anytime!"`), @@ -1556,9 +1557,22 @@ App.Data.FCTV.channels = new Map([ if (V.PC.dick !== 0) { r.push(`At the very least it should make for some decent lubricant for a titfuck.`); } - if (S.Concubine) { + if (S.Concubine && S.Concubine.fetish !== Fetish.MINDBROKEN && (canSee(S.Concubine) || canHear(S.Concubine))) { r.push(`</p><p>`); - if (S.Concubine.boobs > 2000 && S.Concubine.boobShape === "saggy") { + if (S.Concubine.boobs >= 25000) { + r.push(S.Concubine.slaveName); + if (hasAnyArms(S.Concubine)) { + r.push(`pats`); + } else { + r.push(`wobbles`); + } + r.push(`${his} lap-filling breasts before chuckling.`); + if (canTalk(S.Concubine)) { + r.push(Spoken(S.Concubine, `<p>"Is it even possible to tell if these are saggy?"</p>`)); + } else { + r.push(`<p>Clearly ${he} thinks ${his} tits are too big to tell if they're saggy or not.</p>`); + } + } else if (S.Concubine.boobs > 2000 && S.Concubine.boobShape === BreastShape.SAGGY) { r.push(S.Concubine.slaveName); if (hasAnyArms(S.Concubine)) { r.push(`hefts`); @@ -1579,6 +1593,7 @@ App.Data.FCTV.channels = new Map([ r.push(`${He} scoffs at the commercial and clearly expresses ${his} doubt before puffing out ${his} chest at you.`); } r.push(`</p><p>${He} leans into you so ${his} bust flops into your lap.</p>`); + position = true; } else { r.push(S.Concubine.slaveName); if (hasAnyArms(S.Concubine)) { @@ -1594,7 +1609,65 @@ App.Data.FCTV.channels = new Map([ } r.push(`</p><p>${He} bounces ${his} tits for you. You'll have to agree with ${him}; not a bit of sag to them.`); } - if (V.PC.boobs >= 1400 && V.PC.boobsImplant === 0) { + if (V.PC.boobs >= 300 && V.PC.boobShape === BreastShape.SAGGY) { + r.push(`${He} slides closer to you, coming in low and planting a kiss on your nipple.</p><p>`); + if (canTalk(S.Concubine)) { + r.push(Spoken(S.Concubine, `"Oh ${Master}, if only we heard about this sooner." ${He} sighs, before popping your nipple into ${his} mouth and starting to suck.</p>`)); + } else { + r.push(`${He} sighs in pity over your saggy tits before starting to suck on your nipple.</p>`); + } + r.push(`You appreciate the attention, but you wish ${he} wouldn't call so much attention to your ${canTalk(S.Concubine) ? "sagging" : "defeated"} breasts.`); + } else if (V.PC.boobs >= 200000 && V.PC.boobsImplant === 0) { + r.push(`${He} returns to using your breast as a lounge.</p><p>`); + if (canTalk(S.Concubine)) { + r.push(Spoken(S.Concubine, `"${Master}, does their shape really matter when they're essentially furniture? No matter what you do, they're just going to be, well, everywhere."</p>`)); + } else { + r.push(`${He} sinks in deeper, kneading the supple flesh in all directions. Is ${he} calling your couch-like tits shapeless?</p>`); + } + r.push(`<p>You pretend to take that as a slight and flip over, completely burying ${him} under your other boob with the intent to force ${him} to beg for mercy. Instead, ${he} opts to call it a night and enjoy the warm titflesh enveloping ${his} body.</p>`); + } else if (V.PC.boobs >= 70000 && V.PC.boobsImplant === 0) { + r.push(`${He} returns to using your breast as a pillow.</p><p>`); + if (canTalk(S.Concubine)) { + r.push(Spoken(S.Concubine, `"${Master}, does their shape really matter when they can only be described as a pile? It's not like you can lift them up, right?"</p>`)); + } else { + r.push(`${He} snuggles in deeper, kneading the supple flesh in all directions. Is ${he} calling your beanbag tits shapeless?</p>`); + } + r.push(`<p>You pretend to take that as a slight and flip over, smothering ${him} with your other boob and forcing ${him} to beg for mercy. Only when ${he} has lavished attention on every ${V.showInches === 2 ? "inch" : "centimeter"} of your endless bosom do you let ${him} go.</p>`); + } else if (V.PC.boobs >= 25000 && V.PC.boobsImplant === 0) { + r.push(`${He} ${position ? "shifts upright" : "leans over"}, resting ${his} head on your monstrous tit, before angling ${himself} to give it a kiss.</p><p>`); + if (canTalk(S.Concubine)) { + r.push(Spoken(S.Concubine, `"When you sit with them in your lap like that, ${Master}, does it matter their shape? They just kind of spill everywhere..."</p>`)); + r.push(`${He} gives ${his} pillow a nuzzling, causing your breastflesh to engulf ${his} face.`); + } else { + r.push(`You think ${he}'s trying to say that ${he}'d love them even it they were saggy.</p>`); + } + r.push(`<p>You take that as an open invitation and throw the covers over the two of you so you can have a little fun before bed.</p>`); + } else if (V.PC.boobs >= 10000 && V.PC.boobsImplant === 0) { + r.push(`${He} slides closer to you,`); + if (hasAnyArms(S.Concubine)) { + if (hasBothArms(S.Concubine)) { + r.push(`cups the undersides of your immense breasts`); + } else { + r.push(`cup the underside of an immense breast`); + } + r.push(`and buries ${his} face into your cleavage.</p><p>`); + } else { + r.push(`pushing ${his} face into the valley between your immense breasts.</p><p>`); + } + if (canTalk(S.Concubine)) { + r.push(`${He} pokes ${his} head up through the ravine as your tits plop to its sides.`); + r.push(Spoken(S.Concubine, `"Oh ${Master}! Look at that landslide of flesh! If I didn't know better, I'd assume YOU might need it!"</p>`)); + r.push(`Giggling to ${himself}, ${he} goes back to motorboating you.`); + } else { + if (canSee(S.Concubine)) { + r.push(`${He} looks up at you as your tits comically plop to either side of ${his} head.</p>`); + } else { + r.push(`${He} pushes ${his} head up between them, allowing your tits to comically plop to either side of ${his} head.</p>`); + } + r.push(`${He}'s calling you saggy!`); + } + r.push(`<p>You take that as an open invitation and throw the covers over the two of you so you can have a little fun before bed.</p>`); + } else if (V.PC.boobs >= 1400 && V.PC.boobsImplant === 0) { r.push(`${He} slides closer to you,`); if (hasAnyArms(S.Concubine)) { r.push(`wraps`); @@ -1624,8 +1697,12 @@ App.Data.FCTV.channels = new Map([ if (!canTalk(S.Concubine)) { r.push(`${He}'s calling you saggy!`); } + r.push(`<p>You take that as an open invitation and throw the covers over the two of you so you can have a little fun before bed.</p>`); } - r.push(`<p>You take that as an open invitation and throw the covers over the two of you so you can have a little fun before bed.</p>`); + } else if (V.PC.boobs >= 300 && V.PC.boobShape === BreastShape.SAGGY) { + r.push(`You trace a breast down towards its nipple. Yep, too late for something like this to be helpful.`); + } else if (V.PC.boobs >= 25000 && V.PC.boobsImplant === 0) { + r.push(`You pat your immense breasts. You're not sure it would even be noticeable if the cream worked or not on a rack the size of yours; and that's not to mention the cost of how much it would take to cover them...`); } else if (V.PC.boobs >= 1400 && V.PC.boobsImplant === 0) { r.push(`You cup your huge breasts. They're pretty large and you swear they've been drooping a little lately; maybe you could benefit from this cream...`); } @@ -2355,4 +2432,87 @@ App.Data.FCTV.channels = new Map([ }, ] }], + [17, { // sextoy channel + tags: {}, + loop: true, + intro: `which frequently airs infomercials for various sextoys.`, + episode: [ + { + get slaves() { + const array = []; + if (S.Concubine) { + array.push(S.Concubine); + } + return array; + }, + get text() { + const r = []; + const {He = ''} = S.Concubine ? getPronouns(S.Concubine) : {}; + const {title: Master = ''} = canTalk(S.Concubine) ? getEnunciation(S.Concubine) : {}; + + if (V.boughtItem.toys.smartStrapon === 1) { + r.push(`<p>It's a high-end strap-on; in fact, you already own it, or at least something similar to it.</p>`); + } else { + r.push(`<p>It appears to be a high-end strap-on of some sort.</p>`); + } + r.push(`<p>The commercial carries on showcasing the product's features. "It vibrates, it pulses! Hot and cold on demand! Want some lumps or bumps? Maybe rings that undulate? This flexible material allows the dildo to do it all! Guaranteed to fill any hole with our patented adjustable engorgement system, for that tight squeeze every time. And did we mention? All of this is feedbacked into YOU! With every thrust, you feel the sensation. Your partner about to cum? You better believe this toy will have you on the edge, ready to join them! This top of the line model even allows its owner to remotely control it, adjusting its settings to their exact desires. Order now, for the exclusive price of ${(cashFormat(3000))}!</p>`); + if (V.boughtItem.toys.smartStrapon === 1) { + if (V.PC.dick === 0 && V.PC.clit < 3) { + r.push(`<p>You know you're happy with it. Your slaves probably are too.</p>`); + } else { + r.push(`<p>It was fun while it lasted, but it just doesn't beat having a real tool to fuck a slave with.</p>`); + } + } else { + if (V.PC.dick > 0 || V.PC.clit >= 3) { + r.push(`<p>While interesting, you have to say that you prefer your own tool.</p>`); + } else if (FCTV.channelCount(17, 1, 'gt')) { + if (V.PC.lusty > 0) { + if (V.PC.vagina >= 0) { + r.push(`<p>You need it. Even if it isn't going to go in you, those feedback settings sound too good to your lust-addled mind.</p>`); + } else if (V.PC.anus > 0) { + r.push(`<p>In your lust-addled state, you can't help but fantasize about filling your ass with it and finding out just how fun those settings really are.</p>`); + } else { + r.push(`<p>In your lust-addled state, you can't help but think about losing your anal cherry to such a toy.</p>`); + } + } else { + r.push(`<p>It could be fun to play around with, but it sounds like your slaves would get more enjoyment out of it than you.</p>`); + } + } else { + if (V.PC.lusty > 0 && V.PC.vagina >= 0) { + r.push(`<p>You kind of want it. Vibrators just don't cut it when you're fucking slaves, and it's not like you could use any penetrative toys during the act without throwing away your virginity.</p>`); + } else { + r.push(`<p>It could be fun to play around with, but it sounds like your slaves would get more enjoyment out of it than you.</p>`); + } + if (S.Concubine && canTalk(S.Concubine) && canSee(S.Concubine) && S.Concubine.fetish !== Fetish.MINDBROKEN) { + r.push(`<p>${S.Concubine.slaveName} chimes in,`); + if (S.Concubine.fetish === Fetish.PREGNANCY || S.Concubine.fetish === Fetish.CUMSLUT) { + r.push(Spoken(S.Concubine, `"What? No squirt feature? ${Master}, does that sound like it "does it all" to you? ${isVirile(V.PC) ? "Can't even load your cum up in it and fill me up with it" : "It's no fun if it can't cum in me"}..."`)); + } else if (S.Concubine.energy > 95) { + r.push(Spoken(S.Concubine, `"I call first fucking if you buy it!"`)); + } else if (S.Concubine.intelligence + S.Concubine.intelligenceImplant > 15) { + r.push(Spoken(S.Concubine, `"Hmm, looks like it is missing some features, like a squirt function, for instance. It's supposed to be smart, right? So perhaps all the controllers inside of it just didn't leave room?"`)); + } else { + r.push(Spoken(S.Concubine, `"${Master}, you aren't thinking what I'm thinking, are you? Heh, you dirty ${getPronouns(V.PC).girl}, you. I'm down for anything, you know."`)); + r.push(`${He} tosses you a wink and smiles seductively.`); + } + r.push(`</p>`); + } + } + r.push(`<div id="called">`); + r.push(App.UI.link( + "Place an order", + () => { + V.boughtItem.toys.smartStrapon = 1; + cashX(forceNeg(3000), "capEx"); + jQuery("#called").empty().append('Your order should arrive by the morning. When it does, your harem is in for some fun times.'); + } + )); + r.push(`<i>This will cost ${cashFormat(3000)}</i></div>`); + } + + return r.join(" "); + } + }, + ] + }], ]); -- GitLab