diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 8b751810777ccfc3ecf3313a757e06c808623190..ff89f7babf14b4afbabc34a8ec6091f45cc108bc 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2005,7 +2005,7 @@ Pregmod 26 -added anon's aphrodisiac demonstration to FCTV - -fuckdoll conversion now unsets inflation + -Fuckdoll conversion now unsets inflation 4/04/2018 @@ -2363,7 +2363,7 @@ Pregmod -more fixes to player birth 378 - -fixed issues with mindbreak/fuckdolls and corsets/heels + -fixed issues with mindbreak/Fuckdolls and corsets/heels -masochists now get off from extreme corsets and heels -fixes to trade show @@ -7120,7 +7120,7 @@ Pregmod 2 -fixed bugs - -fuckdolls can now use pregmod added diets + -Fuckdolls can now use pregmod added diets 1 -fixed >>58858 diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 5f3f2023049dd34bb83986ba9b3b25e17e931737..a56a520f908a7cd93b188f4dc681bc3ba40168d4 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -3081,7 +3081,7 @@ counter.slavesKnockedUp: How many of your slaves she has knocked up. counter.PCKnockedUp: - + How many times she has knocked you up. custom: @@ -3425,6 +3425,7 @@ Values between 0 and -20 are reserved. -5 - player's client -6 - Societal Elite -7 - designer baby +-9 - Futanari Sister father: @@ -3439,6 +3440,7 @@ Values between 0 and -20 are reserved. -5 - player's client -6 - Societal Elite -7 - designer baby +-9 - Futanari Sister sisters: @@ -3597,6 +3599,7 @@ Used to tell if the slave is from this game or a previous. 1 - yes tankBaby: + Whether she was put in the incubator at birth accepts int 0 - no @@ -3606,7 +3609,6 @@ accepts int missingEyes: are eyes missing? - 0 - none 1 - yes, left 2 - yes, right @@ -3615,7 +3617,6 @@ are eyes missing? missingArms: are arms missing? - 0 - none 1 - yes, left 2 - yes, right @@ -3624,13 +3625,13 @@ are arms missing? missingLegs: are legs missing? - 0 - none 1 - yes, left 2 - yes, right 3 - yes, both geneMods: + NCS: Does slave have induced NCS? 0 - no @@ -3641,6 +3642,7 @@ geneMods: 1 - yes slaveCost: + Amount of cash paid to acquire the slave accepts negative numbers, 0, or 1. 1 - unknown price @@ -3648,14 +3650,17 @@ accepts negative numbers, 0, or 1. negative - amount paid lifetimeCashExpenses: + Amount of cash you have spent because of this slave accepts negative numbers or 0 lifetimeCashIncome: + Total amount of cash you have earned because of this slave accepts positive numbers or 0 lastWeeksCashIncome: + Amount of cash you have earned because of this slave last week accepts positive numbers or 0 diff --git a/src/SecExp/rebellionEvents.tw b/src/SecExp/rebellionEvents.tw index eb77eb6b76d0c2589299b163f6c3227798918e00..31c9ebbe67f33ffad3cc487d4d33c7cc6f8febbf 100644 --- a/src/SecExp/rebellionEvents.tw +++ b/src/SecExp/rebellionEvents.tw @@ -72,9 +72,9 @@ <<case 4>> <<set _rand = random(0,6)>> <<if _rand == 0>> - This week a citizen refused to pay rent, claiming ideological opposition to the arcology's owner policies. He was quickly dealt with, but his words might not have fallen silent yet. + This week a citizen refused to pay rent, claiming ideological opposition to the arcology owner's policies. He was quickly dealt with, but his words might not have fallen silent yet. <<elseif _rand == 1>> - This week books of unknown origin and dangerous content were found in the possession of several citizens. They were mostly sociopolitical treaties, making it clear that the intent of the ones responsible was to fan the fire of rebellion. Most of them were bought and archived, but a few are still circling between the citizens of the arcology. + This week books of unknown origin and dangerous content were found in the possession of several citizens. They were mostly sociopolitical treaties, making it clear that the intent of the ones responsible was to fan the fire of rebellion. Most of them were bought and archived, but a few are still circling amongst the citizens of the arcology. <<elseif _rand == 2>> This week a citizen was caught giving refuge to other citizens, who would be liable to be enslaved because of their debts. The situation was quickly resolved, but the misplaced generosity of that citizen might have inflamed a few souls. <<elseif _rand == 3>> diff --git a/src/pregmod/huskSlave.tw b/src/pregmod/huskSlave.tw index e40c9bd8d8d433d51f6bde0eb6a8a9d599adcb66..4650ab634533650e0b8c5f0bf2ac8ca380e5aa39 100644 --- a/src/pregmod/huskSlave.tw +++ b/src/pregmod/huskSlave.tw @@ -51,9 +51,9 @@ Virginity: <br><br><br> Reserving a body will cost <<print cashFormat(10000)>> up front. Canceling an order will refund your money, however if a delivered body is rejected; your money will not be refunded. <<if $huskSlaveOrdered == 1>> -[[Withdraw body order|Main][$huskSlaveOrdered = 0, cashX(10000, "slaveTransfer")]] + [[Withdraw body order|Main][$huskSlaveOrdered = 0, cashX(10000, "slaveTransfer")]] <<elseif $cash < 10000>> //You lack the credits to place a body reservation.// <<else>> -[[Post body order|Main][$huskSlaveOrdered = 1, cashX(-10000, "slaveTransfer")]] + [[Post body order|Main][$huskSlaveOrdered = 1, cashX(-10000, "slaveTransfer")]] <</if>> diff --git a/src/pregmod/incubatorRetrievalWorkaround.tw b/src/pregmod/incubatorRetrievalWorkaround.tw index ea184d8b26f0786d8b32170b6df405025fe83ce7..083cf594fdb28358487502ec4a4bdf17eed6c26f 100644 --- a/src/pregmod/incubatorRetrievalWorkaround.tw +++ b/src/pregmod/incubatorRetrievalWorkaround.tw @@ -73,6 +73,8 @@ Lab crafted. <<elseif _newSlave.father == -8>> //Error! Animal fathered children shouldn't be here!// + <<elseif _newSlave.father == -9>> + Futanari Sister. <<else>> <<if def $missingTable[_newSlave.father]>> Your former slave, $missingTable[_newSlave.father].slaveName. diff --git a/src/uncategorized/hgApplication.tw b/src/uncategorized/hgApplication.tw index ca84ef0b93fb21ac2c28b0e2e6a86170e69f9a53..214dc7d7507f7e5634ce9c8e64c23f79ed6072ba 100644 --- a/src/uncategorized/hgApplication.tw +++ b/src/uncategorized/hgApplication.tw @@ -414,7 +414,7 @@ In spare moments $he teaches $activeSlave.slaveName how to prostitute _himself2. <<set _piercingForbidden = 1, $activeSlave.navelPiercing = 0>> <<else>> <<if $arcologies[0].FSDegradationist != "unset">> - $HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave _girl2, so $he has the slave's navel pierced with a big ring. Whatever _he2 thinks in _his2 mind, $HeadGirl.slaveName makes clear to _him that _his2 body belongs to you. + $HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave _girl2, so $he has the slave's navel pierced with a big ring. Whatever _he2 thinks in _his2 mind, $HeadGirl.slaveName makes clear to _him2 that _his2 body belongs to you. <<else>> $HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave _girl2, so $he has the slave's navel pierced. The prettier _his2 lower half looks, the less reluctant _he2 should feel to take it up the butt. <</if>> diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw index 897242f560b7303a8d4b35f53d514a6aa3e3d9ec..6ad6189e2e8fc9b751c4182992ad9f9b9c38cdfb 100644 --- a/src/uncategorized/managePenthouse.tw +++ b/src/uncategorized/managePenthouse.tw @@ -80,15 +80,15 @@ __Penthouse Facilities__ <</if>> <<if $cheatMode == 1>> -<<if $familyTesting == 1 && $seePreg != 0>> -<br> -<<if $nursery == 0>> - [[Build a nursery to raise children from birth|Manage Penthouse][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $nursery = 5, $nurseryNannies = 1, $PC.engineering += 1]] - //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// -<<else>> - The penthouse has a nursery built where infants can be brought up. -<</if>> -<</if>> + <<if $familyTesting == 1 && $seePreg != 0>> + <br> + <<if $nursery == 0>> + [[Build a nursery to raise children from birth|Manage Penthouse][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $nursery = 5, $nurseryNannies = 1, $PC.engineering += 1]] + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// + <<else>> + The penthouse has a nursery built where infants can be brought up. + <</if>> + <</if>> <</if>> <br> @@ -112,17 +112,17 @@ __Penthouse Facilities__ <br> <<if $familyTesting == 1 && $seePreg != 0>> -<<if $arcologyUpgrade.grid == 1>> -<<if $incubator == 0>> - [[Install an incubation chamber to rapidly age children|Manage Penthouse][cashX(forceNeg(Math.trunc(100000*$upgradeMultiplierArcology)), "capEx"), $incubator = 1, $PC.engineering += 1]] - //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// -<<else>> - The penthouse has a specialized facility dedicated to rapidly aging children. -<</if>> -<<elseif $arcologyUpgrade.hydro == 1 || $arcologyUpgrade.apron == 1>> - //Installation of a child aging facility will require the arcology's electrical infrastructure to be overhauled.// -<</if>> -<br> + <<if $arcologyUpgrade.grid == 1>> + <<if $incubator == 0>> + [[Install an incubation chamber to rapidly age children|Manage Penthouse][cashX(forceNeg(Math.trunc(100000*$upgradeMultiplierArcology)), "capEx"), $incubator = 1, $PC.engineering += 1]] + //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// + <<else>> + The penthouse has a specialized facility dedicated to rapidly aging children. + <</if>> + <<elseif $arcologyUpgrade.hydro == 1 || $arcologyUpgrade.apron == 1>> + //Installation of a child aging facility will require the arcology's electrical infrastructure to be overhauled.// + <</if>> + <br> <</if>> <<if $HGSuite != 1>> @@ -148,13 +148,13 @@ __Penthouse Upgrades__ <br> <<if $boobAccessibility != 1>> -<<if $pregAccessibility == 1 || $ballsAccessibility || $buttAccessibility>> - Your penthouse has already been widened for overly wide slaves but there are no special accommodations for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $boobAccessibility = 1, $PC.engineering += .5]] - //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// -<<else>> - Your penthouse has no special accessibility provisions for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $boobAccessibility = 1, $PC.engineering += 1]] - //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// -<</if>> + <<if $pregAccessibility == 1 || $ballsAccessibility || $buttAccessibility>> + Your penthouse has already been widened for overly wide slaves but there are no special accommodations for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $boobAccessibility = 1, $PC.engineering += .5]] + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// + <<else>> + Your penthouse has no special accessibility provisions for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $boobAccessibility = 1, $PC.engineering += 1]] + //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// + <</if>> <<else>> The entire penthouse has been remodeled to make life with enormous breasts easier. The doorways have been widened, and tables, sinks and other items now have two levels: one at shoulder height for slaves to use, and another at waist height for them to rest their tits on while they do. <</if>> @@ -175,46 +175,46 @@ __Penthouse Upgrades__ <</if>> <<if $arcologies[0].FSAssetExpansionistResearch == 1>> -<br> + <br> -<<if $dickAccessibility != 1>> - Your penthouse has no special accessibility provisions for slaves with enormous dicks. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $dickAccessibility = 1, $PC.engineering += .5]] - //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// -<<else>> - The entire penthouse has been remodeled to make life with enormous dicks easier. Carts, slings and harnesses are available to keep things from dragging and there is now plenty of room for huge genitals to occupy when a slave must use appliances, tables and seats. -<</if>> + <<if $dickAccessibility != 1>> + Your penthouse has no special accessibility provisions for slaves with enormous dicks. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $dickAccessibility = 1, $PC.engineering += .5]] + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// + <<else>> + The entire penthouse has been remodeled to make life with enormous dicks easier. Carts, slings and harnesses are available to keep things from dragging and there is now plenty of room for huge genitals to occupy when a slave must use appliances, tables and seats. + <</if>> -<br> -<<if $ballsAccessibility != 1>> -<<if $boobAccessibility == 1 || $buttAccessibility || $pregAccessibility>> - Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $ballsAccessibility = 1, $PC.engineering += .5]] - //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// -<<else>> - Your penthouse has no special accessibility provisions for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $ballsAccessibility = 1, $PC.engineering += 1]] - //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// -<</if>> -<<else>> - The entire penthouse has been remodeled to make life with enormous testicles easier. The doorways have been widened, tables, sinks and other items are now designed to fit over giant balls, drains have been widened to allow excessive cum to flow easier, and seats have been specially altered to allow plenty of ball room for seated slaves. -<</if>> + <br> + <<if $ballsAccessibility != 1>> + <<if $boobAccessibility == 1 || $buttAccessibility || $pregAccessibility>> + Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $ballsAccessibility = 1, $PC.engineering += .5]] + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// + <<else>> + Your penthouse has no special accessibility provisions for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $ballsAccessibility = 1, $PC.engineering += 1]] + //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// + <</if>> + <<else>> + The entire penthouse has been remodeled to make life with enormous testicles easier. The doorways have been widened, tables, sinks and other items are now designed to fit over giant balls, drains have been widened to allow excessive cum to flow easier, and seats have been specially altered to allow plenty of ball room for seated slaves. + <</if>> -<br> -<<if $buttAccessibility != 1>> -<<if $boobAccessibility == 1 || $dickAccessibility || $ballsAccessibility>> - Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with gigantic posteriors. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $buttAccessibility = 1, $PC.engineering += .5]] - //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// -<<else>> - Your penthouse has no special accessibility provisions for slaves with enormous posteriors. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $buttAccessibility = 1, $PC.engineering += 1]] - //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// -<</if>> -<<else>> - The entire penthouse has been remodeled to make life with enormous rears easier. The doorways have been widened, and anything that can be sat on is now extra, extra wide and reinforced to allow even the heaviest, biggest asses to comfortably rest upon it. -<</if>> + <br> + <<if $buttAccessibility != 1>> + <<if $boobAccessibility == 1 || $dickAccessibility || $ballsAccessibility>> + Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with gigantic posteriors. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $buttAccessibility = 1, $PC.engineering += .5]] + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// + <<else>> + Your penthouse has no special accessibility provisions for slaves with enormous posteriors. [[Remodel for accessibility|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $buttAccessibility = 1, $PC.engineering += 1]] + //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// + <</if>> + <<else>> + The entire penthouse has been remodeled to make life with enormous rears easier. The doorways have been widened, and anything that can be sat on is now extra, extra wide and reinforced to allow even the heaviest, biggest asses to comfortably rest upon it. + <</if>> -<<if $boobAccessibility > 0 || $pregAccessibility > 0 || $dickAccessibility > 0 || $ballsAccessibility > 0 || $buttAccessibility > 0>> -<<set _removeCost = Math.trunc(((5000*($boobAccessibility+$pregAccessibility+$dickAccessibility+$ballsAccessibility+$buttAccessibility)))*$upgradeMultiplierArcology)>> -<br> -//[[Remove the accessibility renovations|Manage Penthouse][cashX(forceNeg(_removeCost), "capEx"), $boobAccessibility = 0, $pregAccessibility = 0, $dickAccessibility = 0, $ballsAccessibility = 0, $buttAccessibility = 0]] Will cost <<print cashFormat(_removeCost)>>// -<</if>> + <<if $boobAccessibility > 0 || $pregAccessibility > 0 || $dickAccessibility > 0 || $ballsAccessibility > 0 || $buttAccessibility > 0>> + <<set _removeCost = Math.trunc(((5000*($boobAccessibility+$pregAccessibility+$dickAccessibility+$ballsAccessibility+$buttAccessibility)))*$upgradeMultiplierArcology)>> + <br> + //[[Remove the accessibility renovations|Manage Penthouse][cashX(forceNeg(_removeCost), "capEx"), $boobAccessibility = 0, $pregAccessibility = 0, $dickAccessibility = 0, $ballsAccessibility = 0, $buttAccessibility = 0]] Will cost <<print cashFormat(_removeCost)>>// + <</if>> <</if>> @@ -248,12 +248,12 @@ __Penthouse Upgrades__ <br> <<if $dairy != 0>> -<<if $dairyPiping == 0>> - [[Install pipes connecting the Dairy to the rest of your penthouse for use in enema play|Manage Penthouse][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology)), "capEx"), $dairyPiping = 1, $PC.engineering += .5]] - //Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>// -<<else>> - Various taps around the penthouse supply product from $dairyName for use in enema play and force-feeding. -<</if>> + <<if $dairyPiping == 0>> + [[Install pipes connecting the Dairy to the rest of your penthouse for use in enema play|Manage Penthouse][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology)), "capEx"), $dairyPiping = 1, $PC.engineering += .5]] + //Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>// + <<else>> + Various taps around the penthouse supply product from $dairyName for use in enema play and force-feeding. + <</if>> <<elseif $dairyPiping == 1>> Various taps around the penthouse supply product from $dairyName for use in enema play and force-feeding. With no dairy to draw from, they are currently unused. <</if>> @@ -282,18 +282,18 @@ __Penthouse Upgrades__ There is a small armory next to your office that can support a bodyguard. [[Upgrade the armory with a private room for the bodyguard|Manage Penthouse][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $dojo = 2, $PC.engineering += .5]] //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> - There is a small armory next to your office that can support a bodyguard, with a little room for her to rest in when off duty. + There is a small armory next to your office that can support a bodyguard, with a little room for them to rest in when off duty. <</if>> <br> <<if $dispensary == 0>> -<<if $rep > 2000>> - [[Install a pharmaceutical fabricator|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $dispensary = 1, $drugsCost = $drugsCost*.75, $PC.engineering += .1]] - //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// -<<else>> - //You lack the reputation to obtain cutting-edge pharmaceutical technology// -<</if>> + <<if $rep > 2000>> + [[Install a pharmaceutical fabricator|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $dispensary = 1, $drugsCost = $drugsCost*.75, $PC.engineering += .1]] + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// + <<else>> + //You lack the reputation to obtain cutting-edge pharmaceutical technology// + <</if>> <<else>> There is a [[pharmaceutical fabricator|Dispensary]] attached to the surgery. <</if>> @@ -301,12 +301,12 @@ __Penthouse Upgrades__ <br> <<if $ImplantProductionUpgrade == 0>> -<<if $rep > 2000>> - [[Install an implant manufactory|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $ImplantProductionUpgrade = 1, $PC.engineering += .1]] - //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// -<<else>> - //You lack the reputation to obtain cutting-edge implant fabrication technology// -<</if>> + <<if $rep > 2000>> + [[Install an implant manufactory|Manage Penthouse][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $ImplantProductionUpgrade = 1, $PC.engineering += .1]] + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// + <<else>> + //You lack the reputation to obtain cutting-edge implant fabrication technology// + <</if>> <<else>> There is a [[implant manufactory|Implant Manufactory]] attached to the surgery. <</if>> @@ -314,12 +314,12 @@ __Penthouse Upgrades__ <br> <<if $organFarmUpgrade == 0>> -<<if $rep > 10000>> - [[Install an experimental organ farm|Manage Penthouse][cashX(forceNeg(Math.trunc(70000*$upgradeMultiplierArcology)), "capEx"), $organFarmUpgrade = 1, $PC.engineering += .1]] - //Costs <<print cashFormat(Math.trunc(70000*$upgradeMultiplierArcology))>>// -<<else>> - //You lack the reputation to obtain an experimental organ fabricator// -<</if>> + <<if $rep > 10000>> + [[Install an experimental organ farm|Manage Penthouse][cashX(forceNeg(Math.trunc(70000*$upgradeMultiplierArcology)), "capEx"), $organFarmUpgrade = 1, $PC.engineering += .1]] + //Costs <<print cashFormat(Math.trunc(70000*$upgradeMultiplierArcology))>>// + <<else>> + //You lack the reputation to obtain an experimental organ fabricator// + <</if>> <<else>> There is an [[organ farm|Organ Farm]] attached to the surgery. <</if>> @@ -327,12 +327,12 @@ __Penthouse Upgrades__ <br> <<if $geneticMappingUpgrade == 0>> -<<if $rep > 14000>> - [[Install a genetic sequencer|Manage Penthouse][cashX(-120000, "capEx"), $geneticMappingUpgrade = 1, $PC.engineering += .1]] - //Costs <<print cashFormat(120000)>>// -<<else>> - //You lack the reputation to purchase a cutting-edge genetic sequencer// -<</if>> + <<if $rep > 14000>> + [[Install a genetic sequencer|Manage Penthouse][cashX(-120000, "capEx"), $geneticMappingUpgrade = 1, $PC.engineering += .1]] + //Costs <<print cashFormat(120000)>>// + <<else>> + //You lack the reputation to purchase a cutting-edge genetic sequencer// + <</if>> <<else>> There is a [[genetic sequencer|Gene Lab]] attached to the surgery. <</if>> @@ -342,13 +342,13 @@ __Penthouse Upgrades__ <<switch $prostheticsUpgrade>> <<case 0>> <<if ($rep > 8000)>> - [[Install basic equipment for attaching and maintaince of prosthetics|Manage Penthouse][cashX(forceNeg(Math.trunc(100000*$upgradeMultiplierArcology)), "capEx"), $prostheticsUpgrade = 1, $PC.engineering += 1]] + [[Install basic equipment for attaching and maintenance of prosthetics|Manage Penthouse][cashX(forceNeg(Math.trunc(100000*$upgradeMultiplierArcology)), "capEx"), $prostheticsUpgrade = 1, $PC.engineering += 1]] //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// <<else>> - //You lack the reputation to buy basic equipment for attaching and maintaince of prosthetics.// + //You lack the reputation to buy basic equipment for attaching and maintenance of prosthetics.// <</if>> <<case 1>> - You have basic equipment for attaching and maintaince of prosthetics. + You have basic equipment for attaching and maintenance of prosthetics. <<if ($rep > 12000)>> [[Buy a contract for advanced prosthetics|Manage Penthouse][cashX(forceNeg(Math.trunc(100000*$upgradeMultiplierArcology)), "capEx"), $prostheticsUpgrade = 2]] //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// @@ -356,7 +356,7 @@ __Penthouse Upgrades__ //You lack the reputation to get a contract for advanced prosthetics.// <</if>> <<case 2>> - You have basic equipment for attaching and maintaince of prosthetics and a contract to guarantee the availability of advanced prosthetics. + You have basic equipment for attaching and maintenance of prosthetics and a contract to guarantee the availability of advanced prosthetics. <<if ($rep > 16000)>> [[Buy a contract for high-tech prosthetics|Manage Penthouse][cashX(forceNeg(Math.trunc(100000*$upgradeMultiplierArcology)), "capEx"), $prostheticsUpgrade = 3]] //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// @@ -364,7 +364,7 @@ __Penthouse Upgrades__ //You lack the reputation to get a contract for high-tech prosthetics.// <</if>> <<case 3>> - You have basic equipment for attaching and maintaince of prosthetics and a contract to guarantee the availability of high-tech prosthetics. + You have basic equipment for attaching and maintenance of prosthetics and a contract to guarantee the availability of high-tech prosthetics. <</switch>> <br> <<if $prostheticsUpgrade > 0>> @@ -380,12 +380,12 @@ __Penthouse Upgrades__ <br><br> <<if $surgeryUpgrade == 0>> -<<if $rep > 10000>> - [[Upgrade the remote surgery|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $surgeryUpgrade = 1, $PC.engineering += 1]] - //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// -<<else>> - //You lack the reputation to secure rare surgery upgrades// -<</if>> + <<if $rep > 10000>> + [[Upgrade the remote surgery|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $surgeryUpgrade = 1, $PC.engineering += 1]] + //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// + <<else>> + //You lack the reputation to secure rare surgery upgrades// + <</if>> <<else>> Your remote surgery has been heavily upgraded and customized. <</if>> @@ -393,12 +393,12 @@ __Penthouse Upgrades__ <<if $seePreg == 1>> <br> <<if $pregnancyMonitoringUpgrade == 0>> - <<if $rep > 10000>> - [[Upgrade the pregnancy monitoring systems|Manage Penthouse][cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "capEx"), $pregnancyMonitoringUpgrade = 1, $PC.engineering += 1]] - //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>>// - <<else>> - //You lack the reputation to purchase improved pregnancy monitoring systems// - <</if>> + <<if $rep > 10000>> + [[Upgrade the pregnancy monitoring systems|Manage Penthouse][cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "capEx"), $pregnancyMonitoringUpgrade = 1, $PC.engineering += 1]] + //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>>// + <<else>> + //You lack the reputation to purchase improved pregnancy monitoring systems// + <</if>> <<else>> Your pregnancy monitoring systems have been heavily upgraded. <</if>> diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw index e6d1e57057d0110770944a39ab6bbed633abfa2a..2020edd02481d8fc68d3b6ed377f55967f9a6b81 100644 --- a/src/uncategorized/personalAssistantAppearance.tw +++ b/src/uncategorized/personalAssistantAppearance.tw @@ -516,7 +516,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<case "repopulation focus">> _HeA rests atop _hisA newly modified belly. It bulges greatly from all sides and holds _himA far off the ground. <<case "eugenics">> - _HeA appears as an ugly and unkempt slavegirl, massively pregnant with hundreds of subhuman spawn. _HisA immense belly is coated in bulges and moving ominously. A malformed, impish child claws its way out of _hisA ruined cunt periodically. + _HeA appears as an ugly and unkempt slave<<= _girlA>>, massively pregnant with hundreds of subhuman spawn. _HisA immense belly is coated in bulges and moving ominously. A malformed, impish child claws its way out of _hisA ruined cunt periodically. <<case "degradationist">> _HeA's made _himselfA up to look almost comically evil: _heA's wearing black lipstick and black eyeliner. Numerous studs cover _hisA bulging belly and a large, heavy ring is driven through _hisA popped navel. Liquid constantly oozes from _hisA gaping vagina where a baby is held mid-birth by several criss-crossing chains. <<case "supremacist">> @@ -607,7 +607,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<case "supremacist">> _girlA wearing shorts and a pink t-shirt with the words '<<= properMaster()>>'s little $arcologies[0].FSSupremacistRace princess' on the front. <<case "subjugationist">> - slavegirl wearing nothing but a leather collar and trying _hisA best to do master proud. + slave<<= _girlA>> wearing nothing but a leather collar and trying _hisA best to do master proud. <<case "roman revivalist">> _girlA wearing a girl's stola. <<case "aztec revivalist">> @@ -625,7 +625,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF <<case "repopulation focus">> _girlA wearing a loose dress, its middle bulges considerably from _hisA pregnancy. <<case "eugenics">> - slavegirl wearing nothing but an overly complex chastity belt and trying _hisA best to do master proud. + slave<<= _girlA>> wearing nothing but an overly complex chastity belt and trying _hisA best to do master proud. <<case "degradationist">> _girlA wearing an oversized v-neck t-shirt. The neck hole hangs low enough to show off _hisA perky A-cup tits and the piercings through them. <<case "physical idealist">> diff --git a/src/uncategorized/randomEventSelect.tw b/src/uncategorized/randomEventSelect.tw index 899f34a00045eb4931ce25d38dd1677b2d148700..e935ed03b6885381b890ed563e61898712c546fb 100644 --- a/src/uncategorized/randomEventSelect.tw +++ b/src/uncategorized/randomEventSelect.tw @@ -16,8 +16,8 @@ <<for $i = 0; $i < $events.length; $i++>> <br>[[$events[$i]]] <<if $events[$i] == "RESS">> - – $RESSevent[$RESSeventIndex] - <<set $RESSeventIndex += 1>> + – $RESSevent[$RESSeventIndex] + <<set $RESSeventIndex += 1>> <</if>> <</for>> <br><br>