From 9b069f7edd03d569486cda73d50dc3e069c47e2a Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Sun, 28 Apr 2019 22:19:09 -0500 Subject: [PATCH] Counters --- src/SecExp/rebellionGenerator.tw | 129 +++++++++++++++-------- src/SecExp/tradeReport.tw | 5 +- src/SecExp/weaponsManufacturing.tw | 28 ++--- src/SpecialForce/ColonelSexDec.tw | 22 ++-- src/SpecialForce/SpecialForce.js | 2 +- src/uncategorized/RESS.tw | 2 +- src/uncategorized/reShippingContainer.tw | 109 ++++++++++--------- 7 files changed, 178 insertions(+), 119 deletions(-) diff --git a/src/SecExp/rebellionGenerator.tw b/src/SecExp/rebellionGenerator.tw index 648da686e4c..f25ca458c8a 100644 --- a/src/SecExp/rebellionGenerator.tw +++ b/src/SecExp/rebellionGenerator.tw @@ -6,57 +6,80 @@ <strong>Slaves security analysis:</strong> <<if $authority <= 3000>> - Your very low authority allows slaves to think too freely.<<set _slave += 30>> + Your very low authority allows slaves to think too freely. + <<set _slave += 30>> <<elseif $authority <= 6000>> - Your low authority allows slaves to think too freely.<<set _slave += 25>> + Your low authority allows slaves to think too freely. + <<set _slave += 25>> <<elseif $authority <= 9000>> - Your moderate authority allows slaves to think a bit too freely.<<set _slave += 20>> + Your moderate authority allows slaves to think a bit too freely. + <<set _slave += 20>> <<elseif $authority <= 12000>> - Your good authority does not allow slaves to think too freely.<<set _slave += 15>> + Your good authority does not allow slaves to think too freely. + <<set _slave += 15>> <<elseif $authority <= 15000>> - Your high authority does not allow slaves to think too freely.<<set _slave += 10>> + Your high authority does not allow slaves to think too freely. + <<set _slave += 10>> <<elseif $authority <= 18000>> - Your very high authority does not allow slaves to think too freely.<<set _slave += 5>> + Your very high authority does not allow slaves to think too freely. + <<set _slave += 5>> <<else>> - Your absolute authority does not allow slaves to have a single free thought.<<set _slave += 1>> + Your absolute authority does not allow slaves to have a single free thought. + <<set _slave += 1>> <</if>> <<if _CSratio <= 0.4>> - There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 30>> + There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them. + <<set _slave += 30>> <<elseif _CSratio <= 0.6>> - There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 25>> + There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them. + <<set _slave += 25>> <<elseif _CSratio <= 0.8>> - There are more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 20>> + There are more slaves than citizens, making some doubt their masters are strong enough to stop them. + <<set _slave += 20>> <<elseif _CSratio <= 1>> - There are more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 15>> + There are more slaves than citizens, making some doubt their masters are strong enough to stop them. + <<set _slave += 15>> <<elseif _CSratio <= 1.5>> - There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters.<<set _slave += 10>> + There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters. + <<set _slave += 10>> <<elseif _CSratio >= 3>> - There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters.<<set _slave -= 5>> + There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters. + <<set _slave -= 5>> <<else>> - Citizen and slave population is sufficiently balanced not to cause problems either way.<<set _slave -= 1>> + Citizen and slave population is sufficiently balanced not to cause problems either way. + <<set _slave -= 1>> <</if>> <<if $security <= 10>> - The very low security of the arcology leaves free space for slaves to organize and agitate.<<set _slave += 30>> + The very low security of the arcology leaves free space for slaves to organize and agitate. + <<set _slave += 30>> <<elseif $security <= 30>> - The low security of the arcology leaves free space for slaves to organize and agitate.<<set _slave += 20>> + The low security of the arcology leaves free space for slaves to organize and agitate. + <<set _slave += 20>> <<elseif $security <= 60>> - The moderate security of the arcology does not allow free space for slaves to organize and agitate.<<set _slave += 10>> + The moderate security of the arcology does not allow free space for slaves to organize and agitate. + <<set _slave += 10>> <<elseif $security >= 90>> - The high security of the arcology does not allow free space for slaves to organize and agitate.<<set _slave -= 5>> + The high security of the arcology does not allow free space for slaves to organize and agitate. + <<set _slave -= 5>> <<else>> - The high security of the arcology does not allow free space for slaves to organize and agitate.<<set _slave -= 1>> + The high security of the arcology does not allow free space for slaves to organize and agitate. + <<set _slave -= 1>> <</if>> <<if $arcologies[0].FSDegradationist != "unset">> - Many slaves are so disgusted by your degradationist society, that are willing to rise up against their masters to escape.<<set _slave += 30>> + Many slaves are so disgusted by your degradationist society, that are willing to rise up against their masters to escape. + <<set _slave += 30>> <<elseif $arcologies[0].FSPaternalist != "unset">> - Many slaves are content to live in your paternalist society.<<set _slave -= 5>> + Many slaves are content to live in your paternalist society. + <<set _slave -= 5>> <<else>> <<set _slave += 5>> <</if>> <<if $arcologies[0].FSRestart != "unset">> - Many slaves are worried by your eugenics projects and some are pushed towards radicalization.<<set _slave += 30>> + Many slaves are worried by your eugenics projects and some are pushed towards radicalization. + <<set _slave += 30>> <<elseif $arcologies[0].FSRepopulationFocus != "unset">> - Many slaves are pleasantly happy of your repopulation effort, affording them the freedom to reproduce.<<set _slave -= 5>> + Many slaves are pleasantly happy of your repopulation effort, affording them the freedom to reproduce. + <<set _slave -= 5>> <<else>> <<set _slave += 5>> <</if>> @@ -64,64 +87,84 @@ <br> <strong>Citizens security analysis:</strong> <<if $authority <= 3000>> - Your very low authority allows your citizens to think too freely.<<set _citizen += 30>> + Your very low authority allows your citizens to think too freely. + <<set _citizen += 30>> <<elseif $authority <= 6000>> - Your very low authority allows your citizens to think too freely.<<set _citizen += 25>> + Your very low authority allows your citizens to think too freely. + <<set _citizen += 25>> <<elseif $authority <= 9000>> - Your moderate authority allows your citizens to think a bit too freely.<<set _citizen += 20>> + Your moderate authority allows your citizens to think a bit too freely. + <<set _citizen += 20>> <<elseif $authority <= 12000>> - Your good authority does not allow your citizens to think too freely.<<set _citizen += 15>> + Your good authority does not allow your citizens to think too freely. + <<set _citizen += 15>> <<elseif $authority <= 15000>> - Your high authority does not allow your citizens to think too freely.<<set _citizen += 10>> + Your high authority does not allow your citizens to think too freely. + <<set _citizen += 10>> <<elseif $authority <= 18000>> - Your very high authority does not allow your citizens to think too freely.<<set _citizen += 5>> + Your very high authority does not allow your citizens to think too freely. + <<set _citizen += 5>> <<else>> - Your absolute authority does not allow your citizens to have a single free thought.<<set _citizen += 1>> + Your absolute authority does not allow your citizens to have a single free thought. + <<set _citizen += 1>> <</if>> <<if $crime >= 90>> - The very high crime level of the arcology breeds extreme discontent between your citizens.<<set _citizen += 30>> + The very high crime level of the arcology breeds extreme discontent between your citizens. + <<set _citizen += 30>> <<elseif $crime >= 60>> - The high crime level of the arcology breeds high discontent between your citizens.<<set _citizen += 15>> + The high crime level of the arcology breeds high discontent between your citizens. + <<set _citizen += 15>> <<elseif $crime >= 30>> - The low crime level of the arcology leaves your citizens happy and satisfied.<<set _citizen += 5>> + The low crime level of the arcology leaves your citizens happy and satisfied. + <<set _citizen += 5>> <<else>> - The very low crime level of the arcology leaves your citizens happy and satisfied.<<set _citizen -= 5>> + The very low crime level of the arcology leaves your citizens happy and satisfied. + <<set _citizen -= 5>> <</if>> <<if $militiaFounded == 1>> <<if ($arcologies[0].FSRomanRevivalist == "unset" && $arcologies[0].FSAztecRevivalist == "unset" && $arcologies[0].FSEgyptianRevivalist == "unset" && $arcologies[0].FSEdoRevivalist == "unset" && $arcologies[0].FSArabianRevivalist == "unset" && $arcologies[0].FSChineseRevivalist == "unset")>> <<if $militarizedSociety == 1>> - Many of your citizens are offended by your extreme militarization of the arcology's society.<<set _citizen += 20>> + Many of your citizens are offended by your extreme militarization of the arcology's society. + <<set _citizen += 20>> <<elseif $militaryService == 1>> - Many of your citizens are offended by your militarization of the arcology's society.<<set _citizen += 15>> + Many of your citizens are offended by your militarization of the arcology's society. + <<set _citizen += 15>> <<else>> <<set _citizen += 10>> <</if>> <<else>> <<if $militarizedSociety == 1>> - Some of your citizens are offended by your extreme militarization of the arcology's society<<set _citizen += 10>> + Some of your citizens are offended by your extreme militarization of the arcology's society. + <<set _citizen += 10>> <<elseif $militaryService == 1>> - Some of your citizens are offended by your militarization of the arcology's society<<set _citizen += 5>> + Some of your citizens are offended by your militarization of the arcology's society. + <<set _citizen += 5>> <<else>> <<set _citizen -= 5>> <</if>> <</if>> <</if>> <<if $arcologies[0].FSNull != "unset">> - Many of your more conservative citizens do not enjoy the cultural freedom you afford the residents of the arcology.<<set _citizen += either(20,30)>> + Many of your more conservative citizens do not enjoy the cultural freedom you afford the residents of the arcology. + <<set _citizen += either(20,30)>> <</if>> <<if $arcologies[0].FSRestart != "unset">> <<if _CSratio > 2>> - Your citizens are not happy with the noticeable lack of slaves compared to their numbers.<<set _citizen += 20>> + Your citizens are not happy with the noticeable lack of slaves compared to their numbers. + <<set _citizen += 20>> <<elseif _CSratio > 1>> - Your citizens are not happy with the lack of slaves compared to their numbers.<<set _citizen += 15>> + Your citizens are not happy with the lack of slaves compared to their numbers. + <<set _citizen += 15>> <<elseif _CSratio < 0.5>> <<set _citizen -= 5>> <</if>> <<elseif $arcologies[0].FSRepopulationFocus != "unset">> <<if _CSratio < 0.5>> - Your citizens are not happy about being outbred by the slaves of the arcology.<<set _citizen += 20>> + Your citizens are not happy about being outbred by the slaves of the arcology. + <<set _citizen += 20>> <<elseif _CSratio < 1>> - Your citizens are not happy about being outbred by the slaves of the arcology.<<set _citizen += 15>> + Your citizens are not happy about being outbred by the slaves of the arcology. + <<set _citizen += 15>> <<elseif _CSratio > 1.4>> <<set _citizen += 5>> <</if>> diff --git a/src/SecExp/tradeReport.tw b/src/SecExp/tradeReport.tw index b6ae33a0b61..eaefe588a9c 100644 --- a/src/SecExp/tradeReport.tw +++ b/src/SecExp/tradeReport.tw @@ -53,11 +53,12 @@ Your high reputation attracts trade from all over the world. <</if>> +<<setAssistantPronouns>> <<if $assistantPower == 1>> - Thanks to the computing power available to her, $assistantName is able to guide the commercial development of the arcology to greater levels. + Thanks to the computing power available to _himA, $assistantName is able to guide the commercial development of the arcology to greater levels. <<set _tradeChange++>> <<elseif $assistantPower == 2>> - Thanks to the incredible computing power available to her, $assistantName is able to guide the commercial development of the arcology to greater levels. + Thanks to the incredible computing power available to _himA, $assistantName is able to guide the commercial development of the arcology to greater levels. <<set _tradeChange += 2>> <</if>> diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw index c48d2e98a17..cb2a130ffb8 100644 --- a/src/SecExp/weaponsManufacturing.tw +++ b/src/SecExp/weaponsManufacturing.tw @@ -35,21 +35,21 @@ You own <<print num($menials)>> free menial slaves. This manufacturing complex c <<set _menialPrice = menialSlaveCost()>> <<set _bulkMax = $PopCap-$menials-$fuckdolls-$menialBioreactors>> <<if $cash > _menialPrice>> -<<if _bulkMax > 0 || $menials+$fuckdolls+$menialBioreactors == 0>> - <br> - [[Buy|weaponsManufacturing][$menials+=1,$menialSupplyFactor-=1,cashX(forceNeg(_menialPrice), "menialTransfer")]] - <<if $cash > (menialSlaveCost(10))*10>> - [[(x10)|weaponsManufacturing][$menials+=10,$menialSupplyFactor-=10,cashX(forceNeg((menialSlaveCost(10))*10), "menialTransfer")]] - <</if>> - <<if $cash > (menialSlaveCost(100))*100>> - [[(x100)|weaponsManufacturing][$menials+=100,$menialSupplyFactor-=100,cashX(forceNeg((menialSlaveCost(100))*100), "menialTransfer")]] - <</if>> - <<if $cash > (_menialPrice+1)*2>> - <<set _menialBulkPremium = Math.trunc(1 + Math.clamp($cash/_menialPrice,0,_bulkMax)/400)>> - [[(max)|weaponsManufacturing][$menials+=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),$menialSupplyFactor-=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),cashX(forceNeg(Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)*(_menialPrice+_menialBulkPremium))), "menialTransfer")]] + <<if _bulkMax > 0 || $menials+$fuckdolls+$menialBioreactors == 0>> + <br> + [[Buy|weaponsManufacturing][$menials+=1,$menialSupplyFactor-=1,cashX(forceNeg(_menialPrice), "menialTransfer")]] + <<if $cash > (menialSlaveCost(10))*10>> + [[(x10)|weaponsManufacturing][$menials+=10,$menialSupplyFactor-=10,cashX(forceNeg((menialSlaveCost(10))*10), "menialTransfer")]] + <</if>> + <<if $cash > (menialSlaveCost(100))*100>> + [[(x100)|weaponsManufacturing][$menials+=100,$menialSupplyFactor-=100,cashX(forceNeg((menialSlaveCost(100))*100), "menialTransfer")]] + <</if>> + <<if $cash > (_menialPrice+1)*2>> + <<set _menialBulkPremium = Math.trunc(1 + Math.clamp($cash/_menialPrice,0,_bulkMax)/400)>> + [[(max)|weaponsManufacturing][$menials+=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),$menialSupplyFactor-=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),cashX(forceNeg(Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)*(_menialPrice+_menialBulkPremium))), "menialTransfer")]] + <</if>> + //Bulk transactions may require offering a premium.// <</if>> - //Bulk transactions may require offering a premium.// -<</if>> <</if>> <<if $weapMenials < 500>> diff --git a/src/SpecialForce/ColonelSexDec.tw b/src/SpecialForce/ColonelSexDec.tw index ebf24f07357..8ed3b8a6392 100644 --- a/src/SpecialForce/ColonelSexDec.tw +++ b/src/SpecialForce/ColonelSexDec.tw @@ -3,18 +3,18 @@ <<switch $SF.Colonel.Core>> <<case "shell shocked">> <span id="result7"> - The entire time it is obvious that The Colonel is reliving a horrible event. - <br><<link "Try to bring her back">> - <<replace "#result7">> - "You made an attempt to try to bring her back to the present." - <</replace>> - <</link>> + The entire time it is obvious that The Colonel is reliving a horrible event. + <br><<link "Try to bring her back">> + <<replace "#result7">> + "You made an attempt to try to bring her back to the present." + <</replace>> + <</link>> - <br><<link "Leave her be">> - <<replace "#result7">> - "It is probably better that she tries to deal with her demons alone." - <</replace>> - <</link>> + <br><<link "Leave her be">> + <<replace "#result7">> + "It is probably better that she tries to deal with her demons alone." + <</replace>> + <</link>> </span> <<default>> diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js index fc6cfed1484..256f96860be 100644 --- a/src/SpecialForce/SpecialForce.js +++ b/src/SpecialForce/SpecialForce.js @@ -415,7 +415,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`) case "Cruel": text += `"What the fuck? Didn't we talk about this, like, way back? No 'future society' bullshit! That was our agreement, boss. Do not bother me with this."`; break; - case "brazen": + case "Brazen": text += `"Sir, I distinctly remember asking you not to bring any social experiments down here. This is a military installation. These are soldiers, sir. Professional contractors, one and all. I don't want them getting distracted by any sort of cosplay craziness. We have a job to do."`; break; case "Shell_Shocked": diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 1a0ec5ca733..3c321de3294 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -17879,7 +17879,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He you take $him over to the glory hole area, where distinct labels adorn the holes reserved for members of the slave race, and $arcologies[0].FSSubjugationistRace fuck-holes are afforded "special attention" by "sympathetic" citizens of the arcology. <</if>> <br><br> - At first $activeSlave.slaveName is confused as to why you are showing $him these things, but you soon make your point clear. You explain that if $he doesn't start accepting $his role, you can easily alter $his appearance and force $him to accept a much different role instead. You see $his <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>> stupid <<if canSee($activeSlave)>>eyes<<else>>face<</if>> finally start to show signs of understanding<<else>>intelligent <<if canSee($activeSlave)>>eyes<<else>>face<</if>> quickly realize what you are talking about<</if>> and $he starts to whimper helplessly, begging you not to turn $him into a $arcologies[0].FSSubjugationistRace sub-human. By the end of the tour $he better realizes exactly what it means to be a slave. $He is starting to understand the @@.hotpink;power you have over $him,@@ and @@.gold;$he fears you even more because of it.@@ + At first $activeSlave.slaveName is confused as to why you are showing $him these things, but you soon make your point clear. You explain that if $he doesn't start accepting $his role, you can easily alter $his appearance and force $him to accept a much different role instead. You see $his <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>> stupid <<if canSee($activeSlave)>>eyes<<else>>face<</if>> finally start to show signs of understanding<<else>>intelligent <<if canSee($activeSlave)>>eyes<<else>>face<</if>> quickly realize what you are talking about<</if>> and $he starts to whimper helplessly, begging you not to turn $him into a $arcologies[0].FSSubjugationistRace subhuman. By the end of the tour $he better realizes exactly what it means to be a slave. $He is starting to understand the @@.hotpink;power you have over $him,@@ and @@.gold;$he fears you even more because of it.@@ <<set $activeSlave.devotion += 5, $activeSlave.trust -= 10>> <</replace>> <</link>> diff --git a/src/uncategorized/reShippingContainer.tw b/src/uncategorized/reShippingContainer.tw index 74c8fcf268a..5080f8ec309 100644 --- a/src/uncategorized/reShippingContainer.tw +++ b/src/uncategorized/reShippingContainer.tw @@ -37,51 +37,66 @@ For now, the crowd around you is looking at the helpless human cargo with <br><br> <span id="result"> -<<link "Conduct an impromptu auction">> - <<replace "#result">> - <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> - <<set $slaveCost = slaveCost(_newSlaves[_reShip])>> - <<run cashX($slaveCost, "slaveTransfer")>> - <</for>> - Allowing humor into your voice, you announce an auction, to be held immediately. The crowd appreciates the wit, and @@.green;appreciates it even more@@ when you conduct the auction yourself. It's always good to take an opportunity to show off your understanding of the slave market in public. You @@.yellowgreen;sell them all,@@ sex slaves and menials alike. Welcome to the Free Cities. - <<set $menials -= 25>> - <<run cashX((25*_bonusCash), "slaveTransfer")>> - <<run repX(500, "event")>> - <</replace>> -<</link>> -<br><<link "Keep them">> - <<replace "#result">> - <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> - <<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */ - <</for>> - You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated. There's a certain @@.red;disappointment@@ in the crowd that nothing more interesting came of it, but it's minor when compared to the chattel you just seized. - <<run repX(-50, "event")>> - <</replace>> -<</link>> -<<if $arcologies[0].FSDegradationist !== "unset">> -<br><<link "Indulge the crowd's Degradationism">> - <<replace "#result">> - <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> - <<if _newSlaves[_reShip].vagina > -1>><<set _newSlaves[_reShip].vagina = 3>><</if>> - <<set _newSlaves[_reShip].anus = 3>> - <<set _newSlaves[_reShip].health -= 20>> - <<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */ - <</for>> - You use the container handling systems to segregate the obvious menials from those with any potential as sex slaves. The menials go into a different container, which is whisked off, leaving a little shivering knot of frightened bodies, vulnerable and naked. The crowd watched all this with good humor, and there's silence enough that everyone hears your quiet announcement. You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated; however, you don't expect to see these particular slaves delivered to your penthouse for a couple of hours. Then you turn your back and walk away. The crowd gives a kind of @@.green;appreciative howl@@ which, understandably, produces a wail of terror from the slaves. As you head off, the sobbing turns into screaming. It sounds like your new slaves might be a bit stretched out, here and there. - <<run repX(1000, "event")>> - <</replace>> -<</link>> -<<elseif $arcologies[0].FSPaternalist !== "unset">> -<br><<link "Indulge the crowd's Paternalism">> - <<replace "#result">> - <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> - <<set $slaveCost = slaveCost(_newSlaves[_reShip])>> - <<run cashX($slaveCost, "slaveTransfer")>> - <</for>> - You hurry forward, beckoning the crowd to accompany you. The wretched slaves cringe with fear, but soon they're being comforted, offered water, and examined for injury. Once the most pressing needs are attended to, you call for everyone's attention. You pride yourself on knowing your citizens well, and you can pick good Paternalists out of the crowd at will. Calling them by name, you ask whether they'd be willing to take on one of these poor slaves. One by one, you pair slave and Master or Mistress, rewarding your best people with public approbation, not to mention a free slave. The initial gasps of surprise quickly grow into @@.green;thunderous applause.@@ Your people love you. Several of the slaves begin to cry, mostly from confusion or sheer exhaustion; they don't yet know how lucky they are. - <<set $menials -= 25>> - <<run repX(12500, "event")>> - <</replace>> -<</link>> -<</if>> + <<link "Conduct an impromptu auction">> + <<replace "#result">> + <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> + <<set $slaveCost = slaveCost(_newSlaves[_reShip])>> + <<run cashX($slaveCost, "slaveTransfer")>> + <</for>> + Allowing humor into your voice, you announce an auction, to be held immediately. The crowd appreciates the wit, and @@.green;appreciates it even more@@ when you conduct the auction yourself. It's always good to take an opportunity to show off your understanding of the slave market in public. You @@.yellowgreen;sell them all,@@ sex slaves and menials alike. Welcome to the Free Cities. + <<set $menials -= 25>> + <<run cashX((25*_bonusCash), "slaveTransfer")>> + <<run repX(500, "event")>> + <</replace>> + <</link>> + <br><<link "Keep them">> + <<replace "#result">> + <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> + <<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */ + <</for>> + You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated. There's a certain @@.red;disappointment@@ in the crowd that nothing more interesting came of it, but it's minor when compared to the chattel you just seized. + <<run repX(forceNeg(50), "event")>> + <</replace>> + <</link>> + <<if $arcologies[0].FSDegradationist !== "unset">> + <br><<link "Indulge the crowd's Degradationism">> + <<replace "#result">> + <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> + <<set _aTotal = random(20,25), _oTotal = random(25,30)>> + <<set _newSlaves[_reShip].counter.anal += _aTotal>> + <<set _newSlaves[_reShip].counter.oral += _oTotal>> + <<set _pTotal = _aTotal + _oTotal>> + <<if _newSlaves[_reShip].vagina > -1>> + <<set _vTotal = random(25,30)>> + <<set _newSlaves[_reShip].vagina = 3>> + <<set _newSlaves[_reShip].counter.vaginal += _vTotal>> + <<set _pTotal += _vTotal>> + <</if>> + <<if _newSlaves[_reShip].boobs > 300>> + <<set _mTotal = random(10,15)>> + <<set _newSlaves[_reShip].counter.mammary += _mTotal>> + <<set _pTotal += _mTotal>> + <</if>> + <<set _newSlaves[_reShip].counter.publicUse += _pTotal>> + <<set _newSlaves[_reShip].anus = 3>> + <<set _newSlaves[_reShip].health -= 20>> + <<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */ + <</for>> + You use the container handling systems to segregate the obvious menials from those with any potential as sex slaves. The menials go into a different container, which is whisked off, leaving a little shivering knot of frightened bodies, vulnerable and naked. The crowd watches all this with good humor, and there's silence enough that everyone hears your quiet announcement. You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated; however, you don't expect to see these particular slaves delivered to your penthouse for a couple of hours. Then you turn your back and walk away. The crowd gives a kind of @@.green;appreciative howl@@ which, understandably, produces a wail of terror from the slaves. As you head off, the sobbing turns into screaming. It sounds like your new slaves might be a bit stretched out, here and there. + <<run repX(1000, "event")>> + <</replace>> + <</link>> + <<elseif $arcologies[0].FSPaternalist !== "unset">> + <br><<link "Indulge the crowd's Paternalism">> + <<replace "#result">> + <<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>> + <<set $slaveCost = slaveCost(_newSlaves[_reShip])>> + <<run cashX($slaveCost, "slaveTransfer")>> + <</for>> + You hurry forward, beckoning the crowd to accompany you. The wretched slaves cringe with fear, but soon they're being comforted, offered water, and examined for injury. Once the most pressing needs are attended to, you call for everyone's attention. You pride yourself on knowing your citizens well, and you can pick good Paternalists out of the crowd at will. Calling them by name, you ask whether they'd be willing to take on one of these poor slaves. One by one, you pair slave and Master or Mistress, rewarding your best people with public approbation, not to mention a free slave. The initial gasps of surprise quickly grow into @@.green;thunderous applause.@@ Your people love you. Several of the slaves begin to cry, mostly from confusion or sheer exhaustion; they don't yet know how lucky they are. + <<set $menials -= 25>> + <<run repX(12500, "event")>> + <</replace>> + <</link>> + <</if>> </span> -- GitLab