Skip to content
Snippets Groups Projects
Commit 52178be6 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

endowment text for the TUO market

See merge request !8709
parents 5a72bfef 412ed1a8
No related branches found
No related tags found
1 merge request!8709endowment text for the TUO market
......@@ -83,6 +83,7 @@
"no-undef": "off",
"indent": ["error", "tab", { "SwitchCase": 1 }],
"no-unused-vars": ["error", {"args": "none"}],
"no-unused-expressions": "error",
"block-scoped-var": "error",
"dot-notation": "warn",
"eol-last": "warn",
......
......@@ -2,6 +2,12 @@ Pregmod
0.10.7.1-3.8.x
6
-new clothing vectors for revamped art set
-new shoe vectors for revamped art set
-added support for tracking partners
-your usual fixes and code improvements
12/29/2020
5
......
......@@ -5,7 +5,18 @@ App.Markets.TFS = function() {
if (V.TFS.schoolPresent === 1) {
App.UI.DOM.appendNewElement("p", el, `You pay a visit to the Futanari Sisters. They occupy a suite remodeled for their very special needs; it's surprisingly small, to house so many girls, since they live communally and do not believe in privacy. You are the only outsider permitted to enter the outer door. As you move towards the center of the suite, you pass through the outer ring of sleeping areas, kitchens, medical rooms, and workout stations that surround the inner sanctum.`);
App.UI.DOM.appendNewElement("p", el, `This is a large, circular room with a shallow depression in the floor, filled with pillows and naked, fucking futas. Every possible interaction between mouths, nipples, breasts, penises, vaginas, and anuses is taking place, with most participants managing several at once. They are all very, very pretty, and it's easier to distinguish the older ones by their bigger tits, asses and cocks than by their apparent age. The older futas tend to be on top, but this is by no means the rule, and they like to switch around often.`);
r.push(`This is a large, circular room with a shallow depression in the floor, filled with pillows and naked, fucking futas. Every possible interaction between mouths, nipples, breasts, penises, vaginas, and anuses is taking place, with most participants managing several at once. They are all very, very pretty, and it's easier to distinguish the older ones by their bigger tits, asses and cocks than by their apparent age. The older futas tend to be on top, but this is by no means the rule, and they like to switch around often.`);
if (V.TFS.schoolUpgrade !== 0) {
if (V.TFS.schoolUpgrade === 1) {
r.push(`As they move, their lack of apparent testes catches your eye; the end result of your gracious endowment.`);
} else if (V.TFS.schoolUpgrade === 2) {
r.push(`As they move about, their swollen balls catch your eye; the end result of your gracious endowment.`);
} else if (V.TFS.schoolUpgrade === 3 && V.TFS.compromiseWeek + 15 <= V.week) {
r.push(`You beam over the variety of futas splayed out before you, proud that your endowment made this possible.`);
}
}
App.UI.DOM.appendNewElement("p", el, r.join(" "));
if (V.TFS.farmUpgrade === 2) {
if (V.TFS.farmUpgradeAsked < V.week - 10) {
App.UI.DOM.appendNewElement("p", el, `It's been long enough since you allowed them to use your organ farm to add ovaries to themselves and instructed them not to use contraceptives that most of them are visibly pregnant. This hasn't slowed their sexual congress at all, though. They've become much more focused on vaginal, and there's an obvious eagerness to cum inside Sisters who aren't obviously pregnant.`);
......@@ -23,6 +34,7 @@ App.Markets.TFS = function() {
}
App.UI.DOM.appendNewElement("p", el, `Visitors are not common: in fact, visitors are only as frequent as you feel like visiting. It takes a while before they notice you. When a dreamy-eyed young futa finally does, she reaches a lazy hand over to alert the eldest one present by tugging on one of her nipples and pointing in your direction. The elder looks over at you and gives you a friendly wave followed by a wait-one-moment gesture. She's curled up on her back with her cockhead in her own mouth, using both hands to give her own shaft a boob job while a younger futa is eats her ass and fingers her pussy. The futa matron orgasms promptly, sucking down her own cum. She gets up languidly, her plush body, softening forearm-sized dick, and enormous natural boobs making it a wonderful sight.`);
r = [];
if (V.PC.title === 1) {
r.push(`"Protector,`);
} else {
......
......@@ -211,6 +211,9 @@ App.Markets.HA = function() {
} else if (V.HA.schoolUpgrade === 3) {
r.push(`Recently the school redirected its focus to better align with the strongfat ideal, as of your suggestion. Their slaves are physically impressive yet maintain a soft and feminine aspect.`);
}
if (V.HA.schoolUpgrade !== 0) {
r.push(`As a major financial supporter of the institution, you also receive a discount on them.`);
}
App.UI.DOM.appendNewElement("p", el, r.join(" "), "scene-intro");
......@@ -266,7 +269,19 @@ App.Markets.TSS = function() {
App.Markets.TUO = function() {
const el = new DocumentFragment();
App.UI.DOM.appendNewElement("p", el, `The Utopian Orphanage is where all slaves dream of being raised. Its business model is to offer intelligent, well educated girls just past their majority. The girls are treated exceptionally well and have no sexual education or experience.`, "scene-intro");
let r = [];
r.push(`The Utopian Orphanage is where all slaves dream of being raised. Its business model is to offer intelligent, well educated girls just past their majority. The girls are treated exceptionally well and have no sexual ${(V.TUO.schoolUpgrade !== 2) ? "education or " : ""}experience.`);
if (V.TUO.schoolUpgrade !== 0) {
r.push(`You have endowed`);
if (V.TUO.schoolUpgrade === 1) {
r.push(`stricter admissions proceedings at the school, meaning only the finest children will get accepted in.`);
} else {
r.push(`the school with sexual education materials; the girls now have a better understanding of what sex is.`);
}
r.push(`As a major ${(V.PC.title === 0) ? `benefactrix` : `benefactor`} of the institution, you also receive a discount on them.`);
}
App.UI.DOM.appendNewElement("p", el, r.join(" "), "scene-intro");
App.UI.DOM.appendNewElement("p", el, `The Utopian Orphanage offers a fresh graduate for inspection. The interview takes place in the girl's private room, where she showcases her education and wits.`);
let costMod = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment