Skip to content
Snippets Groups Projects
Commit 1bb62281 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

start starting girls

parent 1677f5cd
No related branches found
No related tags found
1 merge request!8829Move Starting Girls passage to JS
App.startingGirls.passage = function() {
const el = new DocumentFragment();
let r = [];
let linkArray = [];
//<p>
if (V.slaves.length === 0) {
r.push(`You're no stranger to the Free Cities, which means you're no stranger to slavery. If you wish, you can bring slaves from your past life with you to your arcology. You can spend your cash reserves on slaves here, or bring it with you to start the game. Slaves created here will be much cheaper than if they were purchased on the market.`);
if (V.PC.dick !== 0 && V.PC.vagina !== -1 && (V.seeDicks !== 0 || V.makeDicks === 1)) {
r.push(`Since you have both a penis and a vagina yourself, you've obviously had access to a source of advanced surgery and organ farming. <span class="springgreen">Slaves get a smaller cost increase here for having both penises and vaginas, and for having both testicles and ovaries.</span>`);
}
if (V.PC.career === "slaver" || V.PC.career === "slave overseer" || V.PC.career === "slave tender") {
r.push(`Since you`);
if (V.PC.career === "slaver") {
r.push(`personally saw to the capture, breaking and or training of`);
} else if (V.PC.career === "slave overseer") {
r.push(`managed the slave pits that processed`);
} else if (V.PC.career === "slave tender") {
r.push(`helped train`);
}
r.push(`these slaves, <span class="springgreen">they cost half of what they normally would have here.</span>`);
}
}
//<br>Current cash reserves can be found on the far left sidebar.
if (V.slaves.length === 1) {
//<br>One slave is already committed.
} else if (V.slaves.length > 1) {
//<br>V.slaves.length slaves already committed.
}
//</p>
//<p>
<span id="headerLinks">
<span class="major-link">
<<link "Refresh" "Starting Girls">>
<</link>>
</span>
| <<link "Randomize career" "Starting Girls">>
slave.career = randomCareer(slave);
<</link>>
| <<link "Randomize name" "Starting Girls">>
nationalityToName(slave);
slave.slaveName = slave.birthName;
<</link>>
| <<link "Start over with a random slave" "Starting Girls">>
slave = App.StartingGirls.generate();
<</link>>
| <<link "Start over by selecting an archetype">>
<<replace "#headerLinks">>
<div class="note">
r.push(`Convenient combinations of slave attributes`);
</div>
<div class="indent">
<<link "Irish Rose" "Starting Girls">>
slave = App.StartingGirls.generate({ nationality: "Irish", race: "white" });
slave.eye.origColor = "green", slave.origSkin = "fair", slave.origHColor = "red", slave.markings = "heavily freckled";
<</link>>
<span class="note">
r.push(`A beautiful flower from the Emerald Isle`);
</span>
</div>
<div class="indent">
<<link "Cali Girl" "Starting Girls">>
slave = App.StartingGirls.generate({ nationality: "American" });
slave.eye.origColor = "blue", slave.skin = "sun tanned", slave.override_Skin = 1, slave.origHColor = "blonde", slave.markings = "none", slave.face = 95, slave.muscles = 20, slave.weight = -20, slave.height = Math.round(Height.forAge(190, slave));
<</link>>
<span class="note">
r.push(`Tall, taut, and tan`);
</span>
</div>
<div class="indent">
<<link "Novice" "Starting Girls">>
slave = App.StartingGirls.generate();
slave.skill.anal = 0, slave.skill.oral = 0, slave.skill.vaginal = 0, slave.skill.whoring = 0, slave.skill.entertainment = 0, slave.skill.combat = 0, slave.actualAge = 18, slave.visualAge = 18, slave.physicalAge = 18, slave.fetishKnown = 0, slave.attrKnown = 0;
<</link>>
<span class="note">
r.push(`Train your own and save`);
</span>
</div>
<div class="indent">
<<link "Head Girl Prospect" "Starting Girls">>
slave = App.StartingGirls.generate({ minAge: 36, maxAge: 44 });
slave.career = App.Data.Careers.Leader.HG.random(), slave.intelligence = 70, slave.intelligenceImplant = 0;
<</link>>
<span class="note">
r.push(`Inexpensive potential to become a great right hand woman`);
</span>
</div>
if (V.seeExtreme !== 0) {
<div class="indent">
<<link "Wellspring" "Starting Girls">>
slave = App.StartingGirls.generate({ minAge: 18, maxAge: 18 });
slave.skill.anal = 0, slave.skill.oral = 0, slave.skill.vaginal = 0, slave.skill.whoring = 0, slave.skill.entertainment = 0, slave.skill.combat = 0, slave.fetishKnown = 0, slave.attrKnown = 0, slave.health.condition = 10, slave.intelligence = -100, slave.intelligenceImplant = 0, slave.vagina = 3, slave.anus = 3, slave.ovaries = 1, slave.dick = 5, slave.balls = 5, slave.prostate = 1, slave.lactation = 2, slave.lactationDuration = 2, slave.nipples = "huge", slave.boobs = 10000;
<</link>>
<span class="note">
r.push(`Capable of producing all kinds of useful fluids`);
</span>
</div>
<div class="indent">
<<link "Onahole" "Starting Girls">>
slave = App.StartingGirls.generate();
slave.skill.anal = 0, slave.skill.oral = 0, slave.skill.vaginal = 0, slave.skill.whoring = 0, slave.skill.entertainment = 0, slave.skill.combat = 0, slave.fetish = "mindbroken", slave.voice = 0, slave.hears = 0;
removeLimbs(slave, "all"), eyeSurgery(slave, "both", "normal");
<</link>>
<span class="note">
r.push(`A living cocksleeve`);
</span>
</div>
}
<div class="indent">
<<link "Back" "Starting Girls">>
<</link>>
</div>
<</replace>>
<</link>>
if (!V.showSGNationalities) {
| <<link "Start over by selecting a nationality" "Starting Girls">>
V.showSGNationalities = 1;
<</link>>
}
| <<link "Take control of your arcology" "Acquisition">>
delete V.showSGNationalities;
<</link>>
</span>
<hr>
//</p>
if (V.showSGNationalities) {
//<p>
<h3>Start over by selecting a nationality:</h3>
<div>
<<for _sg = 0; _sg < setup.baseNationalities.length; _sg++>>
_nation = setup.baseNationalities[_sg];
<<capture _nation>>
<<link _nation "Starting Girls">>
slave = App.StartingGirls.generate({ nationality: _nation });
<</link>>
<</capture>>
if (_sg < setup.baseNationalities.length-1) {
|
}
<</for>>
</div>
<div>
<<link "Hide" "Starting Girls">>
V.showSGNationalities = 0;
<</link>>
</div>
<hr>
//</p>
}
App.UI.tabBar.handlePreSelectedTab(V.tabChoice.StartingGirls);
if (!slave) {
slave = App.StartingGirls.generate();
}
App.StartingGirls.cleanup(slave);
_slaveCost = startingSlaveCost(slave);
if (slave.father === -1) {
if (V.PC.dick === 0) {
slave.father = 0;
} else if ((V.PC.actualAge - slave.actualAge) < V.minimumSlaveAge || ((V.PC.actualAge - slave.actualAge) < V.potencyAge)) {
slave.father = 0;
}
if (V.saveImported === 1) {
slave.father = 0;
}
}
if (slave.mother === -1) {
if (V.PC.vagina === -1) {
slave.mother = 0;
} else if (((V.PC.actualAge - slave.actualAge) < V.minimumSlaveAge) || ((V.PC.actualAge - slave.actualAge) < V.fertilityAge)) {
slave.mother = 0;
}
if (V.saveImported === 1) {
slave.mother = 0;
}
}
/* this block makes starting girls actually apply the slave origins, mostly since it just hates you and everything you do */
if (V.originOverride !== 1) {
App.StartingGirls.applyPlayerOrigin(slave);
}
<h2>You are customizing this slave:</h2>
<<includeDOM App.Desc.longSlave(V.activeSlave, {market: "generic"})>></div>
}
\ No newline at end of file
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