From 6814943b58eba42ba11d9ac42d9a99d701047487 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 23 Feb 2021 03:52:22 -0500 Subject: [PATCH] clean up missingparents --- src/events/reRoyalBlood.js | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/events/reRoyalBlood.js b/src/events/reRoyalBlood.js index 302eb9aa0ca..f5b8282716c 100644 --- a/src/events/reRoyalBlood.js +++ b/src/events/reRoyalBlood.js @@ -139,7 +139,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { App.UI.DOM.appendNewElement("p", text, `Eventually they arrive in your penthouse, faces flushed with embarrassment of their compromising position. The former prince is beside ${himself2} with rage, but seems to be holding ${himself2} back for ${his2} little ${relativeTerm(prince, princess)}'s sake, while ${he} struggles to maintain a façade of poise and grace. ${princessArrives()} However, the prince's submission to life as a slave is another question entirely.`); // Princess - setMissingParents(princess); cashX(-60000, "slaveTransfer", princess); repX(-6000, "event", princess); newSlave(princess); // skip New Slave Intro @@ -164,7 +163,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { V.arcologies[0].prosperity -= 15; // Princess - setMissingParents(princess); repX(-10000, "event", princess); newSlave(princess); // skip New Slave Intro @@ -257,7 +255,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { App.UI.DOM.appendNewElement("p", text, `Eventually they both arrive in your penthouse. The princess is flushed with embarrassment in ${his} compromising position, struggling to maintain a façade of poise and grace. ${princessArrives()} The Queen, on the other hand, seems almost relieved and basks in the opulence of ${his3} new surroundings. ${queenArrives()}`); // Princess - setMissingParents(princess); cashX(-400000, "slaveTransfer", princess); newSlave(princess); // skip New Slave Intro @@ -279,7 +276,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { V.arcologies[0].prosperity -= 13; // Princess - setMissingParents(princess); newSlave(princess); repX(-10000, "event", princess); @@ -298,6 +294,8 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { const text = new DocumentFragment(); App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner with your intent. Once his shock wears off, he readily accepts with little need for negotiation. Soon, a flight of VTOLs land in the new arcology laden with goods. When they take off again they have the Queen, who is resigned to ${his3} fate, and a gaggle of terrified court ladies chained together.`); App.UI.DOM.appendNewElement("p", text, `Eventually they all arrive in your penthouse.The Queen seems almost relieved and basks in the opulence of ${his3} new surroundings. ${queenArrives()} Meanwhile, the ladies seem comforted by the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`); + + // Ladies for (let i = 0; i < 3; i++) { const slave = generateOneCourtLady(); newSlave(slave); // skip New Slave Intro @@ -305,7 +303,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { } // Queen - setMissingParents(queen); newSlave(queen);// skip New Slave Intro cashX(-200000, "slaveTransfer", queen); @@ -321,13 +318,14 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel. After dark, a flight of VTOLs land in the new arcology laden with troops. When they take off again they have the Queen, who is resigned to ${his3} fate, and a gaggle of terrified court ladies chained together.`); App.UI.DOM.appendNewElement("p", text, `Eventually they all arrive in your penthouse. The Queen seems almost relieved and basks in the opulence of ${his3} new surroundings. ${queenArrives()} Meanwhile, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`); V.arcologies[0].prosperity -= 13; + + // Ladies for (let i = 0; i < 3; i++) { const slave = generateOneCourtLady(); newSlave(slave); // skip New Slave Intro repX(-3000, "event", slave); } // Queen - setMissingParents(queen); newSlave(queen); /* skip New Slave Intro */ repX(-4000, "event", queen); @@ -364,7 +362,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { App.Events.addParagraph(text, r); // Princess - setMissingParents(princess); newSlave(princess); // skip New Slave Intro cashX(-1100000, "slaveTransfer", princess); @@ -375,7 +372,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { } // Queen - setMissingParents(queen); newSlave(queen); /* skip New Slave Intro */ cashX(-250000, "slaveTransfer", queen); @@ -432,7 +428,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { repX(repShares, "event", slave); } // Princess - setMissingParents(princess); newSlave(princess);// skip New Slave Intro repX((5 * repShares), "event", princess); @@ -443,7 +438,6 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { } // Queen - setMissingParents(queen); newSlave(queen); /* skip New Slave Intro */ repX((4 * repShares), "event", queen); @@ -607,6 +601,8 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { setHealth(slave, jsRandom(30, 60), 0, 0, 0, 0); slave.behavioralFlaw = either("arrogant", "bitchy"); slave.mother = queen.ID; + setMissingParents(slave); + return slave; } @@ -673,6 +669,8 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { setHealth(slave, jsRandom(30, 60), 0, 0, 0, 0); slave.behavioralFlaw = either("arrogant", "bitchy"); slave.mother = queen.ID; + setMissingParents(slave); + return slave; } -- GitLab