diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 9494db08f4a74ef728aa083afc247eda7e9574c3..5cfe26b4eaca6fde132518e223e5e1605edc5190 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -1,10 +1,12 @@ :: Costs Report [nobr] -<<set $nextButton = "Back to Main", $nextLink = "Main",_archologyCosts = 0>> +<<set $nextButton = "Back to Main", $nextLink = "Main",_arcologyCosts = 0>> <<if $PCSlutContacts == 0>><<set $PCSlutContacts = 1>><</if>> //Your weekly costs are as follows.// +<br><br> + Since you are <<if $girls >= 3>> accustomed to luxury, @@ -13,33 +15,33 @@ Since you are <<else>> used to a fairly normal life, <</if>> -your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>. -<<set _archologyCosts += Math.trunc($girls*(250+(50000/$localEcon)))>> +your personal living expenses are <<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>. +<<set _arcologyCosts += Math.trunc($girls*(250+(50000/$localEcon)))>> <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>> <br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>> - <<set _archologyCosts += 500>> + <<set _arcologyCosts += 500>> <</if>> <<if $PC.preg == -1>> <br>Your Contraceptives expenses: <<print cashFormat(25)>> - <<set _archologyCosts += 25>> + <<set _arcologyCosts += 25>> <<elseif $PC.fertDrugs == 1>> <br>Your fertility regimen: <<print cashFormat(50)>> - <<set _archologyCosts += 50>> + <<set _arcologyCosts += 50>> <<elseif $PC.preg >= 16>> <br>Increased living expenses due to being pregnant: <<print cashFormat(100)>> - <<set _archologyCosts += 100>> + <<set _arcologyCosts += 100>> <</if>> <<if $PC.staminaPills == 1>> <br>Your stamina pills: <<print cashFormat(50)>> - <<set _archologyCosts += 50>> + <<set _arcologyCosts += 50>> <</if>> <<if $PC.actualAge >= $IsInPrimePC && $PC.actualAge < $IsPastPrimePC>> <<if ($personalAttention == "trading") || ($personalAttention == "warfare") || ($personalAttention == "slaving") || ($personalAttention == "engineering") || ($personalAttention == "medicine") || ($personalAttention == "hacking")>> <br><br> - <<set _cost = 10000*$AgeEffectOnTrainerPricingPC,_archologyCosts += _cost>> + <<set _cost = 10000*$AgeEffectOnTrainerPricingPC,_arcologyCosts += _cost>> <<switch $personalAttention>> <<case trading>> __Trading__ @@ -54,51 +56,51 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+ <<case hacking>> __Hacking__ <</switch>> - trainer fees: <<print cashFormat(_cost)>> + Trainer Fees: @@.yellowgreen;<<print cashFormat(_cost)>>@@ <</if>> <</if>> <<if $breederOrphanageTotal > 0>><<set _breederTuition = 50>><<else>><<set _breederTuition = 0>><</if>> <<if $citizenOrphanageTotal+$privateOrphanageTotal+$breederOrphanageTotal > 0>> <br> __Orphanage__ fee: @@.yellowgreen;<<print cashFormat($citizenOrphanageTotal*100+$privateOrphanageTotal*500+_breederTuition)>>@@ - <<set _archologyCosts += $citizenOrphanageTotal*100+$privateOrphanageTotal*500+_breederTuition>> + <<set _arcologyCosts += $citizenOrphanageTotal*100+$privateOrphanageTotal*500+_breederTuition>> <<if $citizenOrphanageTotal > 0>> - <br> Citizen: @@.yellowgreen;<<print cashFormat(100)>>@@ per child. Currently <<print commaNum($citizenOrphanageTotal)>> are being taught, bringing the total to @@.yellowgreen;<<print cashFormat($citizenOrphanageTotal*100)>>@@. + <br> Citizen: @@.yellowgreen;<<print cashFormat(100)>>@@ per child. Currently <<print commaNum($citizenOrphanageTotal)>> are being taught, bringing the total to @@.yellowgreen;<<print cashFormat($citizenOrphanageTotal*100)>>@@. <</if>> <<if $privateOrphanageTotal > 0>> - <br> Private: @@.yellowgreen;<<print cashFormat(500)>>@@ per child. Currently <<print commaNum($privateOrphanageTotal)>> are being taught, bringing the total to @@.yellowgreen;<<print cashFormat($privateOrphanageTotal*500)>>@@. + <br> Private: @@.yellowgreen;<<print cashFormat(500)>>@@ per child. Currently <<print commaNum($privateOrphanageTotal)>> are being taught, bringing the total to @@.yellowgreen;<<print cashFormat($privateOrphanageTotal*500)>>@@. <</if>> <<if $breederOrphanageTotal > 0>> - <br> Since <<print commaNum($breederOrphanageTotal)>> of your slaves' children are being raised into productive members of society in a society funded school, you pay a flat @@.yellowgreen;<<print cashFormat(50)>>@@ usage fee. + <br> Since <<print commaNum($breederOrphanageTotal)>> of your slaves' children are being raised into productive members of society in a society funded school, you pay a flat @@.yellowgreen;<<print cashFormat(50)>>@@ usage fee. <</if>> <</if>> <<if $peacekeepers != 0 && $peacekeepers.undermining != 0>> <br> <<print cashFormat($peacekeepers.undermining)>> to undermine political support for the nearby old world peacekeeping mission. - <<set _archologyCosts += $peacekeepers.undermining>> + <<set _arcologyCosts += $peacekeepers.undermining>> <</if>> <<if $SF.Toggle && $SF.Active >= 1>> <<if $SF.Subsidy>> <br>__Finacinally supporting $SF.Lower unitll self sufficiency:__ <<print cashFormat(Math.ceil( (10000*($SF.Squad.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Size/100)) ))>> - <<set _archologyCosts += Math.ceil( (10000*($SF.Squad.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Size/100)) )>> + <<set _arcologyCosts += Math.ceil( (10000*($SF.Squad.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Size/100)) )>> <</if>> <<if $SF.Bonus>> <<= Count()>> <br>__Bonuses for basic FS acceptance amongst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>> <br> Colonel <<print cashFormat(_ColonelCashBonus*_Env)>>. Troop size: <<print commaNum($SF.Squad.Troops)>> and each solider recives <<print cashFormat(_inviTroop*_Env)>>, totalling <<print cashFormat(Math.ceil(_TroopCashBonus*_Env))>>. - <<set _archologyCosts += _SFCashBonus>> + <<set _arcologyCosts += _SFCashBonus>> <</if>> <</if>> <<if $mercenaries > 0>> <<set _mercCosts = $mercenaries*2000>> <<if $barracks>><<set _mercCosts *= 0.5>><</if>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>><<set _mercCosts *= 0.5>><</if>> - <br>__Mercenary__ expenses: <<print cashFormat(_mercCosts)>> + <br>__Mercenary Expenses__: @@.yellowgreen;<<print cashFormat(_mercCosts)>>@@ <<if $barracks>><<else>>//@@.red;Increased by the lack of a barracks.@@//<</if>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//Reduced by your @@.springgreen;mercenary contacts.@@//<</if>> - <<set _archologyCosts += _mercCosts>> + <<set _arcologyCosts += _mercCosts>> <</if>> <<if $citizenRetirementMenials == 1>> @@ -108,103 +110,120 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+ <<else>> <<set _citizenRetirementMenialsCost = ($menials + $slaves.length) * 2>> <</if>> - <<set _archologyCosts += _citizenRetirementMenialsCost>> - <<print cashFormat(_citizenRetirementMenialsCost)>> + <<set _arcologyCosts += _citizenRetirementMenialsCost>> + @@.yellowgreen;<<print cashFormat(_citizenRetirementMenialsCost)>>@@ <</if>> <<if $brothel > 0 || $club > 0 || $arcade > 0 || $dairy > 0 || $farmyard > 0>> - <br>__Archology building maintenance__: + <br><br>__Arcology Building Maintenance__: <<if $brothel > 0>> <<set _advertising = 0>> <<if $brothel > 0>> <<set _advertising = $brothelAdsSpending>> <</if>> - Brothel: <<print cashFormat(($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising)>> - <<set _archologyCosts += ($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising>> + <br> + Brothel: @@.yellowgreen;<<print cashFormat(($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising)>>@@ + <<set _arcologyCosts += ($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising>> <</if>> <<if $club > 0>> <<set _advertising= 0>> <<if $club > 0>> <<set _advertising = $clubAdsSpending>> - <<set _archologyCosts += $clubAdsSpending>> + <<set _arcologyCosts += $clubAdsSpending>> <</if>> - Club: <<print cashFormat(($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising)>> - <<set _archologyCosts += ($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising>> + <br> + Club: @@.yellowgreen;<<print cashFormat(($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising)>>@@ + <<set _arcologyCosts += ($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising>> <</if>> <<if $arcade > 0>> - Arcade: <<print cashFormat((0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost))>> - <<set _archologyCosts += (0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost)>> + <br> + Arcade: @@.yellowgreen;<<print cashFormat((0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost))>>@@ + <<set _arcologyCosts += (0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost)>> <</if>> <<if $dairy > 0>> - <br>__Dairy__: <<print cashFormat(($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost))>> - <<set _archologyCosts += ($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost)>> + <br> + Dairy: @@.yellowgreen;<<print cashFormat(($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost))>>@@ + <<set _arcologyCosts += ($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost)>> <<if $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren > 0>> - <br> Additional maintenance for milking machines upgraded with biological components: <<print cashFormat(($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100)>> - <<set _archologyCosts += ($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100>> + <br> + Additional maintenance for milking machines upgraded with biological components: @@.yellowgreen;<<print cashFormat(($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100)>>@@ + <<set _arcologyCosts += ($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100>> <</if>> <</if>> <<if $farmyard > 0>> /*TODO: this will also need to be expanded*/ - __Farmyard__: <<print cashFormat($farmyard*$facilityCost)>> - <<set _archologyCosts += $farmyard*$facilityCost>> + <br> + Farmyard: @@.yellowgreen;<<print cashFormat($farmyard*$facilityCost)>>@@ + <<set _arcologyCosts += $farmyard*$facilityCost>> <</if>> <</if>> <<if ($servantsQuarters > 0 && $servantsQuartersUpgradeMonitoring > 0) || $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || ($cyberMod != 0 && $researchLab.built == "true")>> -<br>__Penthouse facility maintenance__: +<br>__Penthouse Facility Maintenance__: <<if ($servantsQuarters > 0) && ($servantsQuartersUpgradeMonitoring > 0)>> - Servants' Quarters: <<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>> - <<set _archologyCosts += 0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost>> + <br> + Servants' Quarters: @@.yellowgreen;<<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>>@@ + <<set _arcologyCosts += 0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost>> <</if>> <<if $nursery > 0>> /*TODO: this will definitely need to be expanded to take into account the number of children and other factors*/ - Nursery: <<print cashFormat($nursery*$facilityCost)>> - <<set _archologyCosts += $nursery*$facilityCost>> + <br> + Nursery: @@.yellowgreen;<<print cashFormat($nursery*$facilityCost)>>@@ + <<set _arcologyCosts += $nursery*$facilityCost>> <</if>> <<if ($masterSuiteUpgradePregnancy > 0)>> - Master Suite: <<print cashFormat(((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements)))>> - <<set _archologyCosts += ((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements))>> + <br> + Master Suite: @@.yellowgreen;<<print cashFormat(((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements)))>>@@ + <<set _arcologyCosts += ((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements))>> <</if>> <<if $incubator > 0>> - <br>__Incubation Facility__: <<print cashFormat((10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost))>> - <<set _archologyCosts += (10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost)>> + <br> + Incubation Facility: @@.yellowgreen;<<print cashFormat((10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost))>>@@ + <<set _arcologyCosts += (10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost)>> <<if $incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting > 0>> - <br> Additional monitoring and maintenance costs for growing children: <<print cashFormat((($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500))>> - <<set _archologyCosts += (($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500)>> + <br> Additional monitoring and maintenance costs for growing children: @@.yellowgreen;<<print cashFormat((($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500))>>@@ + <<set _arcologyCosts += (($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500)>> <</if>> <</if>> <<if $cyberMod != 0 && $researchLab.built == "true">> - <br>__Research Lab__: <<print cashFormat((100*$researchLab.maxSpace))>> - <<set _archologyCosts += 100*$researchLab.maxSpace>> - <<if $researchLab.hired != 0>> __Scientists__: <<print cashFormat((300*$researchLab.hired))>> <<set _archologyCosts += 300*$researchLab.hired>> <</if>> - <<if $researchLab.menials != 0>> __Menial slaves__: <<print cashFormat((100*$researchLab.menials))>> <<set _archologyCosts += 100*$researchLab.menials>> <</if>> + <br> + Research Lab: @@.yellowgreen;<<print cashFormat((100*$researchLab.maxSpace))>>@@ + <<set _arcologyCosts += 100*$researchLab.maxSpace>> + <<if $researchLab.hired != 0>><br> Scientists: @@.yellowgreen;<<print cashFormat((300*$researchLab.hired))>>@@ + <<set _arcologyCosts += 300*$researchLab.hired>> <</if>> + <<if $researchLab.menials != 0>><br>> Menial Slaves: @@.yellowgreen;<<print cashFormat((100*$researchLab.menials))>>@@ + <<set _arcologyCosts += 100*$researchLab.menials>> <</if>> <</if>> <</if>> /* security expansion */ <<if $secExp > 0>> - <br> + <br><br> <<if $edictsUpkeep + $SFSupportUpkeep > 0>> - __Edicts Upkeep__: <<print cashFormat($edictsUpkeep + $SFSupportUpkeep)>> - <<set _archologyCosts += ($edictsUpkeep + $SFSupportUpkeep)>> + __Edicts Upkeep__: @@.yellowgreen;<<print cashFormat($edictsUpkeep + $SFSupportUpkeep)>>@@ + <<set _arcologyCosts += ($edictsUpkeep + $SFSupportUpkeep)>> <</if>> <<if $propHub != 0 || $secHQ != 0 || $secBarracks != 0 || $riotCenter != 0>> - <br>__Security apartus maintenance costs__: + <br>__Security Apartus Maintenance Costs__: <<if $propHub != 0>> + <br> Propaganda Hub: @@.yellowgreen;<<print cashFormat($propHubUpkeep)>>@@ - <<set _archologyCosts += $propHubUpkeep>> + <<set _arcologyCosts += $propHubUpkeep>> <</if>> <<if $secHQ != 0>> + <br> Security Headquarters: @@.yellowgreen;<<print cashFormat(($secHQUpkeep)+(20*$secMenials))>>@@ - <<set _archologyCosts += ($secHQUpkeep)+(20*$secMenials)>> + <<set _arcologyCosts += ($secHQUpkeep)+(20*$secMenials)>> <</if>> <<if $secBarracks != 0>> + <br> Barracks: @@.yellowgreen;<<print cashFormat($secBarracksUpkeep)>>@@ - <<set _archologyCosts += $secBarracksUpkeep>> + <<set _arcologyCosts += $secBarracksUpkeep>> <</if>> <<if $riotCenter != 0>> + <br> Riot Control Center: @@.yellowgreen;<<print cashFormat($riotUpkeep)>>@@ - <<set _archologyCosts += $riotUpkeep>> + <<set _arcologyCosts += $riotUpkeep>> <</if>> <</if>> @@ -215,151 +234,187 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<else>> <<set _soldierMod = 2>> <</if>> - <<set _milTotal = 0, _slaveTotal = 0, _mercTotal = 0>> + <<set _milTotal = 0, _slaveTotal = 0, _mercTotal = 0, _numItems = 0>> <<if $militiaUnits.length > 0>> - <br>__Militia platoon(s) upkeep__: + <br>__Militia Platoons Upkeep__: <<for _i = 0; _i < $militiaUnits.length; _i++>> - <i> <<print ordinalSuffix($militiaUnits.length-[_i])>>:</i> <<print cashFormat($militiaUnits[_i].troops*$soldierUpkeep * _soldierMod)>> + <br> + <i> <<print ordinalSuffix($militiaUnits.length-[_i])>>:</i> @@.yellowgreen;<<print cashFormat($militiaUnits[_i].troops*$soldierUpkeep * _soldierMod)>>@@ <<set _milTotal += $militiaUnits[_i].troops*$soldierUpkeep * _soldierMod>> + <<set _numItems += 1>> <</for>> - <br> __Total__: @@.yellowgreen;<<print cashFormat(_milTotal)>>@@ + <br><br> ''Total: @@.yellowgreen;<<print cashFormat(_milTotal)>>@@'' <</if>> <<if $slaveUnits.length > 0>> - <br>__Slave platoon(s) upkeep__: + <br>__Slave Platoons Upkeep__: <<for _i = 0; _i < $slaveUnits.length; _i++>> - <i> <<print ordinalSuffix($slaveUnits.length-[_i])>>:</i> <<print cashFormat($slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod)>> + <br> + <i> <<print ordinalSuffix($slaveUnits.length-[_i])>>:</i> @@.yellowgreen;<<print cashFormat($slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod)>>@@ <<set _slaveTotal += $slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod>> <</for>> - <br> __Total__: @@.yellowgreen;<<print cashFormat(_slaveTotal)>>@@ + <br><br> ''Total: @@.yellowgreen;<<print cashFormat(_slaveTotal)>>@@'' <</if>> <<if $mercUnits.length > 0>> - <br>__Merc platoon(s) upkeep__: + <br>__Mercenary Platoons Upkeep__: <<for _i = 0; _i < $mercUnits.length; _i++>> - <i> <<print ordinalSuffix($mercUnits.length-[_i])>>:</i> <<print cashFormat($mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod)>> + <br> + <i> <<print ordinalSuffix($mercUnits.length-[_i])>>:</i> @@.yellowgreen;<<print cashFormat($mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod)>>@@ <<set _mercTotal += $mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod>> <</for>> - <br> __Total__: @@.yellowgreen;<<print cashFormat(_mercTotal)>>@@ + <br><br> ''Total: @@.yellowgreen;<<print cashFormat(_mercTotal)>>@@'' <<if (_milTotal+_slaveTotal+_mercTotal) > 0>> - <br>__Total defense force__ upkeep: @@.yellowgreen;<<print cashFormat(_milTotal+_slaveTotal+_mercTotal)>>@@ - <<set _archologyCosts += (_milTotal+_slaveTotal+_mercTotal)>> + <br>__Total Defense Force Upkeep__: @@.yellowgreen;<<print cashFormat(_milTotal+_slaveTotal+_mercTotal)>>@@ + <<set _arcologyCosts += (_milTotal+_slaveTotal+_mercTotal)>> <</if>> <</if>> <</if>> <<if $econWeatherDamage && $disasterResponse > 0>> <<set _DRUUpkeep = Math.trunc($disasterResponse * 200000 / $localEcon)>> - <br>__Disaster Response Unit__ expenses: <<print cashFormat(_DRUUpkeep)>> - <<set _archologyCosts += _DRUUpkeep>> + <br>__Disaster Response Unit Expenses__: @@.yellowgreen;<<print cashFormat(_DRUUpkeep)>>@@ + <<set _arcologyCosts += _DRUUpkeep>> <</if>> <<if $antiWeatherFreeze > 0>> <<set _AWFUpkeep = Math.trunc($antiWeatherFreeze * 200000 / $localEcon)>> - <br>__Passenger Upgrades__ expenses: <<print cashFormat(_AWFUpkeep)>> - <<set _archologyCosts += _AWFUpkeep>> + <br>__Passenger Upgrades Expenses__: @@.yellowgreen;<<print cashFormat(_AWFUpkeep)>>@@ + <<set _arcologyCosts += _AWFUpkeep>> <</if>> <<if $FSSpending != 0>> - <br>__Society Shaping__ expenses: <<print cashFormat($FSSpending)>> - <<set _archologyCosts += $FSSpending>> + <br>__Society Shaping Expenses__: @@.yellowgreen;<<print cashFormat($FSSpending)>>@@ + <<set _arcologyCosts += $FSSpending>> <</if>> <<if $Recruiter != 0>> - <br>__Recruiting__ expenses: <<print cashFormat(250)>> - <<set _archologyCosts += 250>> -<</if>> -<<if $TSS.schoolPresent > 0>> - <br>__The Slavegirl School__ branch campus upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> -<</if>> -<<if $GRI.schoolPresent > 0>> - <br>__Growth Research Institute__ subsidiary lab upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> -<</if>> -<<if $SCP.schoolPresent > 0>> - <br>__St. Claver Preparatory__ branch campus upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> -<</if>> -<<if $LDE.schoolPresent > 0>> - <br>__L'École des Enculées__ branch campus upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> -<</if>> -<<if $TGA.schoolPresent > 0>> - <br>__The Gymnasium-Academy__ branch campus upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> -<</if>> -<<if $HA.schoolPresent > 0>> - <br>__The Hippolyta Academy__ branch campus upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> + <br>__Recruiting Expenses__: @@.yellowgreen;<<print cashFormat(250)>>@@ + <<set _arcologyCosts += 250>> <</if>> -<<if $TCR.schoolPresent > 0>> - <br>__The Cattle Ranch__ local pasture upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> + +<<set _schoolPresent = 0, _schoolSubsidy = 0>> +<<if ($TSS.schoolPresent > 0)>> + <<set _school = "The Slavegirl School">> + <<set _schoolPresent = 1>> + <<if $TSS.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if ($TFS.schoolPresent > 0) && (($PC.dick < 1) || ($PC.vagina < 1) || ($PC.boobs < 1))>> - <br>__The Futanari Sisters__ community upkeep: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> +<<if ($GRI.schoolPresent > 0)>> + <<set _school = "Growth Research Institute">> + <<set _schoolPresent = 1>> + <<if $GRI.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if $TSS.subsidize != 0>> - <br>__The Slavegirl School__ branch campus influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> +<<if ($SCP.schoolPresent > 0)>> + <<set _school = "St. Claver Prepatory">> + <<set _schoolPresent = 1>> + <<if $SCP.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if $GRI.subsidize != 0>> - <br>__Growth Research Institute__ subsidiary lab influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> +<<if ($LDE.schoolPresent > 0)>> + <<set _school = "L'École des Enculées">> + <<set _schoolPresent = 1>> + <<if $LDE.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if $SCP.subsidize != 0>> - <br>__St. Claver Preparatory__ branch campus influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> +<<if ($TGA.schoolPresent > 0)>> + <<set _school = "The Gymnasium-Academy">> + <<set _schoolPresent = 1>> + <<if $TGA.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if $LDE.subsidize != 0>> - <br>__L'École des Enculées__ branch campus influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> +<<if ($HA.schoolPresent > 0)>> + <<set _school = "The Hippolyta Academy">> + <<set _schoolPresent = 1>> + <<if $HA.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if $TGA.subsidize != 0>> - <br>__The Gymnasium-Academy__ branch campus influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> +<<if ($TCR.schoolPresent > 0)>> + <<set _school = "The Cattle Ranch">> + <<set _schoolPresent = 1>> + <<if $TCR.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if $HA.subsidize != 0>> - <br>__The Hippolyta Academy__ branch campus influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> +<<if ($TFS.schoolPresent > 0)>> + <<set _school = "The Futanari Sisters">> + <<set _schoolPresent = 1>> + <<if $TFS.subsidize != 0>> + <<set _schoolSubsidy = 1>> + <</if>> <</if>> -<<if $TCR.subsidize != 0>> - <br>__The Cattle Ranch__ local pasture influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> + +<<if _schoolPresent > 0>> +<<if _school == "Growth Research Institute">> + <br> + __<<print _school>> Subsidiary Lab Upkeep__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <<set _arcologyCosts += 1000>> + <<if _schoolSubsidy > 0>> + <br> + __<<print _school>> Subsidiary Lab Influence__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <</if>> +<<elseif _school == "The Cattle Ranch">> + <br> + __<<print _school>> Local Pasture Upkeep__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <<set _arcologyCosts += 1000>> + <<if _schoolSubsidy > 0>> + <br> + __<<print _school>> Local Pasture Influence__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <</if>> +<<elseif _school == "The Futanari Sisters">> + <br> + __<<print _school>> Community Upkeep__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <<set _arcologyCosts += 1000>> + <<if _schoolSubsidy > 0>> + <br> + __<<print _school>> Community Influence__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <</if>> +<<else>> + <br> + __<<print _school>> Branch Campus Upkeep__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <<set _arcologyCosts += 1000>> + <<if _schoolSubsidy > 0>> + <br> + __<<print _school>> Branch Campus Influence__: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <</if>> <</if>> -<<if $TFS.subsidize != 0>> - <br>__The Futanari Sisters__ community influence: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> <</if>> <<if $alwaysSubsidizeGrowth > 0 || $alwaysSubsidizeRep > 0 || $RegularParties > 0>> - <br>__Weekly costs__: + <br>__Weekly Costs__: <<if $alwaysSubsidizeGrowth > 0>> - arcology growth subsidy: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _archologyCosts += $policyCost>> + <br> Arcology Growth Subsidy: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ + <<set _arcologyCosts += $policyCost>> <</if>> <<if $alwaysSubsidizeRep > 0>> - self-promotion budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _archologyCosts += $policyCost>> + <br> Self-promotion Budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ + <<set _arcologyCosts += $policyCost>> <</if>> <<if $RegularParties > 0>> - social gatherings: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ - <<set _archologyCosts += $policyCost>> + <br> Social Gatherings: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ + <<set _arcologyCosts += $policyCost>> <</if>> <</if>> <<if $ProImmigrationCash == 1>> - <br>Pro-immigration promotion budget: <<print cashFormat($policyCost)>> - <<set _archologyCosts += $policyCost>> + <br> Pro-immigration Promotion Budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ + <<set _arcologyCosts += $policyCost>> <</if>> <<if $AntiEnslavementCash == 1>> - <br>Anti-enslavement charity budget: <<print cashFormat($policyCost)>> - <<set _archologyCosts += $policyCost>> + <br> Anti-enslavement Charity Budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ + <<set _arcologyCosts += $policyCost>> <</if>> <<if $CoursingAssociation == 1>> - <br>Coursing Association membership: <<print cashFormat(1000)>> - <<set _archologyCosts += 1000>> + <br> Coursing Association Membership: @@.yellowgreen;<<print cashFormat(1000)>>@@ + <<set _arcologyCosts += 1000>> <</if>> -<br>Overall archology costs: @@.yellowgreen;<<print cashFormat(_archologyCosts)>>@@ +<br><br> + +''Overall Arcology Costs:'' @@.yellowgreen;<<print cashFormat(_arcologyCosts)>>@@ <br><br> @@ -443,41 +498,41 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<set _livingExpense = $rulesCost>> <</if>> <</switch>> - <br> <i>Living expenses:</i> <<print cashFormat(_livingExpense)>> + <br> <i>Living expenses:</i> @@.yellowgreen;<<print cashFormat(_livingExpense)>>@@ <<set _individualCosts += _livingExpense>> - <br> <i>Basic slave food cost:</i> <<print cashFormat($foodCost*4)>> + <br> <i>Basic slave food cost:</i> @@.yellowgreen;<<print cashFormat($foodCost*4)>>@@ <<set _individualCosts += $foodCost*4>> <<switch $slaves[$i].diet>> <<case "fattening" "muscle building">> - <br> <i>Heavy diet:</i> <<print cashFormat($foodCost)>> + <br> <i>Heavy diet:</i> @@.yellowgreen;<<print cashFormat($foodCost)>>@@ <<set _individualCosts += $foodCost>> <<case "restricted" "slimming">> - <br> <i>Light diet: //reduced by//</i> <<print cashFormat($foodCost)>> + <br> <i>Light diet: //reduced by//</i> @@.yellowgreen;<<print cashFormat($foodCost)>>@@ <<set _individualCosts -= $foodCost>> <</switch>> <<if $slaves[$i].weight > 130 || $slaves[$i].weight > 50 || $slaves[$i].weight < -50>> <br> <i>Caloric adjustment for</i> <<if $slaves[$i].weight > 130>> - <i>heavy weight:</i> <<print cashFormat($foodCost*2)>> + <i>heavy weight:</i> @@.yellowgreen;<<print cashFormat($foodCost*2)>>@@ <<set _individualCosts += $foodCost*2>> <<elseif $slaves[$i].weight > 50>> - <i>high weight:</i> <<print cashFormat($foodCost)>> + <i>high weight:</i> @@.yellowgreen;<<print cashFormat($foodCost)>>@@ <<set _individualCosts += $foodCost>> <<elseif $slaves[$i].weight < -50>> - <i>light weight:</i> //reduced by// <<print cashFormat($foodCost)>> + <i>light weight:</i> //reduced by// @@.yellowgreen;<<print cashFormat($foodCost)>>@@ <<set _individualCosts -= $foodCost>> <</if>> <</if>> <<if $slaves[$i].drugs == "appetite suppressors">> - <br> <i>Food saved via suppressed appetite:</i> //reduced by// <<print cashFormat($foodCost)>> + <br> <i>Food saved via suppressed appetite:</i> //reduced by// @@.yellowgreen;<<print cashFormat($foodCost)>>@@ <<set _individualCosts -= $foodCost>> <</if>> <<if $slaves[$i].lactation > 0>> <br> <i>Food to support <<if $slaves[$i].lactation > 1>>heavy<<else>>natural<</if>> lactation from <<if Math.trunc($slaves[$i].boobs/10000) > 2>>absurd udders<<elseif Math.trunc($slaves[$i].boobs/10000) > 1>>enormous boobs<<else>>reasonable breasts<</if>>:</i> - <<print cashFormat($foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000)))>> + @@.yellowgreen;<<print cashFormat($foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000)))>>@@ <<set _individualCosts += $foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000))>> <</if>> <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/8>> @@ -487,41 +542,49 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <br> <i>Extra feeding costs to support pregnancy are covered by $masterSuiteName luxuries.</i> <<else>> <<set _pAccMult = 1>> - <br> <i>Extra feeding to support <<if $slaves[$i].pregControl == "speed up">>accelerated <<set _pAccMult = 3>><</if>>pregnancy:</i> <<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>> + <br> <i>Extra feeding to support <<if $slaves[$i].pregControl == "speed up">>accelerated <<set _pAccMult = 3>><</if>>pregnancy:</i> + @@.yellowgreen;<<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>>@@ <<set _individualCosts += $foodCost*$slaves[$i].pregType*_pAccMult>> <<if $slaves[$i].pregType >= 10>> - <br> <i>Specialized food blend to support multiples:</i> <<print cashFormat($foodCost*$slaves[$i].pregType*2*_pAccMult)>> + <br> <i>Specialized food blend to support multiples:</i> + @@.yellowgreen;<<print cashFormat($foodCost*$slaves[$i].pregType*2*_pAccMult)>>@@ <<set _individualCosts += $foodCost*$slaves[$i].pregType*_pAccMult>> <<elseif $slaves[$i].pregType >= 30>> - <br> <i>Concentrated, quick to digest food blend to support extreme multiples:</i> <<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>> + <br> <i>Concentrated, quick to digest food blend to support extreme multiples:</i> @@.yellowgreen;<<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>>@@ <<set _individualCosts += $foodCost*2*$slaves[$i].pregType*_pAccMult>> <<elseif $slaves[$i].pregType >= 50>> <br> <i>Specialized dietary adjustments and concentrated, quick to digest food required to support absurd multiples:</i> <<print cashFormat($foodCost*$slaves[$i].pregType*3*_pAccMult)>> <<set _individualCosts += $foodCost*$slaves[$i].pregType*3*_pAccMult>> <<elseif $slaves[$i].pregType >= 100>> - <br> <i>Specialized dietary requirements and feeding methods to support absurd multiples:</i> <<print cashFormat($foodCost*$slaves[$i].pregType*5*_pAccMult)>> + <br> <i>Specialized dietary requirements and feeding methods to support absurd multiples:</i> + @@.yellowgreen;<<print cashFormat($foodCost*$slaves[$i].pregType*5*_pAccMult)>>@@ <<set _individualCosts += $foodCost*$slaves[$i].pregType*5*_pAccMult>> <</if>> <</if>> <</if>> <<switch $slaves[$i].diet>> <<case "XX" "XY">> - <br> <i>Hormone enriched diet:</i> <<print cashFormat(25)>> + <br> <i>Hormone enriched diet:</i> + @@.yellowgreen;<<print cashFormat(25)>>@@ <<set _individualCosts += 25>> <<case "XXY">> - <br> <i>Specialized hermaphrodite diet:</i> <<print cashFormat(75)>> + <br> <i>Specialized hermaphrodite diet:</i> + @@.yellowgreen;<<print cashFormat(75)>>@@ <<set _individualCosts += 75>> <<case "cleansing">> - <br> <i>Chemical cleansing diet:</i> <<print cashFormat(50)>> + <br> <i>Chemical cleansing diet:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <<case "fertility">> - <br> <i>Specialized fertility diet:</i> <<print cashFormat(25)>> + <br> <i>Specialized fertility diet:</i> + @@.yellowgreen;<<print cashFormat(25)>>@@ <<set _individualCosts += 50>> <</switch>> <<if $boobAccessibility != 1>> <<if ($slaves[$i].boobs > 20000)>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> - <br> <i>Increased living expenses due to inconveniently huge boobs:</i> <<print cashFormat(50)>> + <br> <i>Increased living expenses due to inconveniently huge boobs:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <</if>> <</if>> @@ -529,7 +592,8 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<if $pregAccessibility != 1>> <<if ($slaves[$i].belly >= 60000)>> <<if ($slaves[$i].assignment != "labor in the production line") && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> - <br> <i>Increased living expenses due to an inconveniently huge belly:</i> <<print cashFormat(100)>> + <br> <i>Increased living expenses due to an inconveniently huge belly:</i> + @@.yellowgreen;<<print cashFormat(100)>>@@ <<set _individualCosts += 100>> <</if>> <</if>> @@ -537,7 +601,8 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<if $dickAccessibility != 1>> <<if ($slaves[$i].dick > 45)>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> - <br> <i>Increased living expenses due to an inconveniently huge penis:</i> <<print cashFormat(50)>> + <br> <i>Increased living expenses due to an inconveniently huge penis:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <</if>> <</if>> @@ -545,7 +610,8 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<if $ballsAccessibility != 1>> <<if ($slaves[$i].balls > 90)>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> - <br> <i>Increased living expenses due to inconveniently huge balls:</i> <<print cashFormat(50)>> + <br> <i>Increased living expenses due to inconveniently huge balls:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <</if>> <</if>> @@ -553,173 +619,212 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<if $buttAccessibility != 1>> <<if ($slaves[$i].butt > 15)>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> - <br> <i>Increased living expenses due to an inconveniently huge butt:</i> <<print cashFormat(50)>> + <br> <i>Increased living expenses due to an inconveniently huge butt:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <</if>> <</if>> <</if>> <<if !canSee($slaves[$i]) && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> - <br> <i>Increased living expenses due to lack of sight:</i> <<print cashFormat(50)>> + <br> <i>Increased living expenses due to lack of sight:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <<elseif $slaves[$i].eyes <= -1 && $slaves[$i].eyewear != "corrective glasses" && $slaves[$i].eyewear != "corrective contacts">> - <br> <i>Increased living expenses due to poor vision:</i> <<print cashFormat(25)>> + <br> <i>Increased living expenses due to poor vision:</i> + @@.yellowgreen;<<print cashFormat(25)>>@@ <<set _individualCosts += 25>> <<elseif ($slaves[$i].eyewear == "blurring glasses") || ($slaves[$i].eyewear == "blurring contacts")>> - <br> <i>Increased living expenses due to blurred vision:</i> <<print cashFormat(25)>> + <br> <i>Increased living expenses due to blurred vision:</i> + @@.yellowgreen;<<print cashFormat(25)>>@@ <<set _individualCosts += 25>> <</if>> <<if !canHear($slaves[$i]) && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> - <br> <i>Increased living expenses due to lack of hearing:</i> <<print cashFormat(20)>> + <br> <i>Increased living expenses due to lack of hearing:</i> + @@.yellowgreen;<<print cashFormat(20)>>@@ <<set _individualCosts += 20>> <<elseif $slaves[$i].hears <= -1 && $slaves[$i].earwear != "hearing aids">> - <br> <i>Increased living expenses due to poor hearing:</i> <<print cashFormat(5)>> + <br> <i>Increased living expenses due to poor hearing:</i> + @@.yellowgreen;<<print cashFormat(5)>>@@ <<set _individualCosts += 5>> <<elseif ($slaves[$i].earwear == "muffling ear plugs")>> - <br> <i>Increased living expenses due to muffled hearing:</i> <<print cashFormat(5)>> + <br> <i>Increased living expenses due to muffled hearing:</i> + @@.yellowgreen;<<print cashFormat(5)>>@@ <<set _individualCosts += 5>> <</if>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>> <<if ($slaves[$i].amp != 0)>> <<if ($slaves[$i].amp == 1)>> - <br> <i>Increased living expenses due to limblessness:</i> <<print cashFormat($rulesCost)>> + <br> <i>Increased living expenses due to limblessness:</i> + @@.yellowgreen;<<print cashFormat($rulesCost)>>@@ <<set _individualCosts += $rulesCost>> <<else>> - <br> <i>Increased living expenses due to prosthetics:</i> <<print cashFormat($rulesCost/2)>> + <br> <i>Increased living expenses due to prosthetics:</i> + @@.yellowgreen;<<print cashFormat($rulesCost/2)>>@@ <<set _individualCosts += $rulesCost/2>> <</if>> <<elseif !canWalk($slaves[$i])>> - <br> <i>Increased living expenses due to immobility:</i> <<print cashFormat($rulesCost)>> + <br> <i>Increased living expenses due to immobility:</i> + @@.yellowgreen;<<print cashFormat($rulesCost)>>@@ <<set _individualCosts += $rulesCost>> <</if>> <</if>> <<if $slaves[$i].boobs > 10000>> <<if $slaves[$i].boobsImplantType == 1>> - <br> <i>Maintenance cost for oversized string implants:</i> <<print cashFormat(50)>> + <br> <i>Maintenance cost for oversized string implants:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <</if>> <</if>> <<if $slaves[$i].butt > 10>> <<if $slaves[$i].buttImplantType == 1>> - <br> <i>Maintenance cost for oversized string implants:</i> <<print cashFormat(50)>> + <br> <i>Maintenance cost for oversized string implants:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <</if>> <</if>> <<if $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>> <<if $universalRulesBirthing == 1>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2)>> - <br> <i>Coverage cost for daily pregnancy scanning:</i> <<print cashFormat(50)>> + <br> <i>Coverage cost for daily pregnancy scanning:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <</if>> <</if>> <</if>> <<if $CitizenRetirement == 1>> - <br> <i>Retirement account payments:</i> <<print cashFormat(250)>> + <br> <i>Retirement account payments:</i> + @@.yellowgreen;<<print cashFormat(250)>>@@ <<set _individualCosts += 250>> <</if>> <<if ($slaves[$i].inflation == 3)>> <<switch $slaves[$i].inflationType>> <<case "water">> - <br> <i>Costs of specially formulated water for enemas; 2 gallons:</i> <<print cashFormat(100)>> + <br> <i>Costs of specially formulated water for enemas; 2 gallons:</i> + @@.yellowgreen;<<print cashFormat(100)>>@@ <<set _individualCosts += 100>> <<case "food">> - <br> <i>Costs of filler food for slave stuffing; 2 gallons:</i> <<print cashFormat(($foodCost*4))>> + <br> <i>Costs of filler food for slave stuffing; 2 gallons:</i> + @@.yellowgreen;<<print cashFormat(($foodCost*4))>>@@ <<set _individualCosts += ($foodCost*4)>> <<case "curative" "aphrodisiac" "tightener">> - <br> <i>Costs of specially formulated drug mixtures for enemas; 2 gallons:</i> <<print cashFormat((100+($drugsCost*2)))>> + <br> <i>Costs of specially formulated drug mixtures for enemas; 2 gallons:</i> + @@.yellowgreen;<<print cashFormat((100+($drugsCost*2)))>>@@ <<set _individualCosts += (100+($drugsCost*2))>> <</switch>> <<elseif ($slaves[$i].inflation == 2)>> <<switch $slaves[$i].inflationType>> <<case "water">> - <br> <i>Costs of specially formulated water for enemas; 1 gallon:</i> <<print cashFormat(50)>> + <br> <i>Costs of specially formulated water for enemas; 1 gallon:</i> + @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _individualCosts += 50>> <<case "food">> - <br> <i>Costs of filler food for slave stuffing; 1 gallon:</i> <<print cashFormat(($foodCost*2))>> + <br> <i>Costs of filler food for slave stuffing; 1 gallon:</i> + @@.yellowgreen;<<print cashFormat(($foodCost*2))>>@@ <<set _individualCosts += ($foodCost*4)>> <<case "curative" "aphrodisiac" "tightener">> - <br> <i>Costs of specially formulated drug mixtures for enemas; 1 gallon:</i> <<print cashFormat((50+($drugsCost*2)))>> + <br> <i>Costs of specially formulated drug mixtures for enemas; 1 gallon:</i> + @@.yellowgreen;<<print cashFormat((50+($drugsCost*2)))>>@@ <<set _individualCosts += (50+($drugsCost*2))>> <</switch>> <<elseif ($slaves[$i].inflation == 1)>> <<switch $slaves[$i].inflationType>> <<case "water">> - <br> <i>Costs of specially formulated water for enemas; 2 liters:</i> <<print cashFormat(25)>> + <br> <i>Costs of specially formulated water for enemas; 2 liters:</i> + @@.yellowgreen;<<print cashFormat(25)>>@@ <<set _individualCosts += 25>> <<case "food">> - <br> <i>Costs of filler food for slave stuffing; 2 liters:</i> <<print cashFormat(($foodCost))>> + <br> <i>Costs of filler food for slave stuffing; 2 liters:</i> + <<print cashFormat(($foodCost))>> <<set _individualCosts += ($foodCost)>> <<case "curative" "aphrodisiac" "tightener">> - <br> <i>Costs of specially formulated drug mixtures for enemas; 2 liters:</i> <<print cashFormat((25+($drugsCost*2)))>> + <br> <i>Costs of specially formulated drug mixtures for enemas; 2 liters:</i> + @@.yellowgreen;<<print cashFormat((25+($drugsCost*2)))>>@@ <<set _individualCosts += (25+($drugsCost*2))>> <</switch>> <</if>> <<switch $slaves[$i].drugs>> <<case "anti-aging cream">> - <br> <i>Anti-aging creams:</i> <<print cashFormat(($drugsCost*10))>> + <br> <i>Anti-aging creams:</i> + <<print cashFormat(($drugsCost*10))>> <<set _individualCosts += ($drugsCost*10)>> <<case "female hormone injections" "male hormone injections">> - <br> <i>Hormonal injections:</i> <<print cashFormat(($drugsCost*5))>> + <br> <i>Hormonal injections:</i> + @@.yellowgreen;<<print cashFormat(($drugsCost*5))>>@@ <<set _individualCosts += ($drugsCost*5)>> <<case "growth stimulants">> - <br> <i>Growth stimulants:</i> <<print cashFormat(($drugsCost*5))>> + <br> <i>Growth stimulants:</i> + @@.yellowgreen;<<print cashFormat(($drugsCost*5))>>@@ <<set _individualCosts += ($drugsCost*5)>> <<case "intensive breast injections" "intensive butt injections" "intensive penis enhancement" "intensive testicle enhancement" "intensive lip injections" "hyper breast injections" "hyper butt injections" "hyper penis enhancement" "hyper testicle enhancement" "hyper lip injections">> - <br> <i>Intensive drugs:</i> <<print cashFormat($drugsCost*5)>> + <br> <i>Intensive drugs:</i> + @@.yellowgreen;<<print cashFormat($drugsCost*5)>>@@ <<set _individualCosts += $drugsCost*5>> <<case "sag-B-gone">> - <br> <i>Questionable infomercial creams:</i> <<print cashFormat(Math.trunc($drugsCost/10))>> + <br> <i>Questionable infomercial creams:</i> + @@.yellowgreen;<<print cashFormat(Math.trunc($drugsCost/10))>>@@ <<set _individualCosts += ($drugsCost/10)>> <<case "no drugs" "none">> <<default>> - <br> <i>Standard drugs:</i> <<print cashFormat(($drugsCost*2))>> + <br> <i>Standard drugs:</i> + @@.yellowgreen;<<print cashFormat(($drugsCost*2))>>@@ <<set _individualCosts += ($drugsCost*2)>> <</switch>> <<if $slaves[$i].curatives == 1 && $slaves[$i].assignmentVisible != 1>> <<elseif $slaves[$i].curatives > 0>> - <br> <i>Health drugs:</i> <<print cashFormat($drugsCost+($slaves[$i].curatives*$drugsCost))>> + <br> <i>Health drugs:</i> + @@.yellowgreen;<<print cashFormat($drugsCost+($slaves[$i].curatives*$drugsCost))>>@@ <<set _individualCosts += $drugsCost+($slaves[$i].curatives*$drugsCost)>> <</if>> <<if ($slaves[$i].aphrodisiacs !== 0)>> - <br> <i>Aphrodisiacs/Anaphrodisiacs:</i> <<print cashFormat(Math.trunc($drugsCost*Math.abs($slaves[$i].aphrodisiacs)))>> + <br> <i>Aphrodisiacs/Anaphrodisiacs:</i> + @@.yellowgreen;<<print cashFormat(Math.trunc($drugsCost*Math.abs($slaves[$i].aphrodisiacs)))>>@@ <<set _individualCosts += $drugsCost*Math.abs($slaves[$i].aphrodisiacs)>> <</if>> <<if ($slaves[$i].hormones != 0)>> - <br> <i>Hormones:</i> <<print cashFormat((Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5)))>> + <br> <i>Hormones:</i> + @@.yellowgreen;<<print cashFormat((Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5)))>>@@ <<set _individualCosts += Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5)>> <</if>> <<if ($slaves[$i].bodySwap > 0)>> - <br> <i>JS-Suppressants:</i> <<print cashFormat(($drugsCost*10*$slaves[$i].bodySwap))>> + <br> <i>JS-Suppressants:</i> + @@.yellowgreen;<<print cashFormat(($drugsCost*10*$slaves[$i].bodySwap))>>@@ <<set _individualCosts += Math.trunc($drugsCost*10*$slaves[$i].bodySwap)>> <</if>> <<if ($slaves[$i].preg == -1) && isFertile($slaves[$i])>> - <br> <i>Contraceptives:</i> <<print cashFormat((Math.trunc($drugsCost*0.5)))>> + <br> <i>Contraceptives:</i> + @@.yellowgreen;<<print cashFormat((Math.trunc($drugsCost*0.5)))>>@@ <<set _individualCosts += Math.trunc($drugsCost*0.5)>> <</if>> <<if ($studio == 1)>> <<if ($slaves[$i].pornFameSpending > 0)>> - <br> <i>Publicity:</i> <<print cashFormat($slaves[$i].pornFameSpending/$PCSlutContacts)>> + <br> <i>Publicity:</i> + @@.yellowgreen;<<print cashFormat($slaves[$i].pornFameSpending/$PCSlutContacts)>>@@ <<set _individualCosts += ($slaves[$i].pornFameSpending/$PCSlutContacts)>> <</if>> <</if>> <<set _total += Math.trunc(_individualCosts)>> - <br> __Total__: <<print cashFormat(Math.trunc(_individualCosts))>> + <br> __Total__: + @@.yellowgreen;<<print cashFormat(Math.trunc(_individualCosts))>>@@ <br> <</for>> -Overall slave costs: @@.yellowgreen;<<print cashFormat(_total)>>@@. -<br>Bringing the overall total pre reduction(s) to roughly @@.yellowgreen;<<print cashFormat(_archologyCosts+_total)>>@@. +<br>Overall slave costs: @@.yellowgreen;<<print cashFormat(_total)>>@@ + +<br><br> + +This brings the overall total to ''@@.yellowgreen;<<print cashFormat(_arcologyCosts+_total)>>@@'' before reductions. <<if $PC.career == "servant">> - <br>Using your prior experience, you managed to lower your home's upkeep by <<if $personalAttention == "upkeep">><<if $PC.belly >= 5000>>20%<<else>>25%<</if>><<else>>10%<</if>>. + <br>Using your prior experience, you managed to lower your home's upkeep by @@.green;<<if $personalAttention == "upkeep">><<if $PC.belly >= 5000>>20%<<else>>25%<</if>><<else>>10%<</if>>.@@ <</if>> <<if $secExp == 1>> <br> <<if $terrain == "oceanic" || $terrain == "marine">> <<if $docks > 0>> - <br>The infrastructure you've built eases the transportation and safe handling of the supplies required by the arcology. Upkeep is lowered by <<print $docks * 5>>% + <br>The infrastructure you've built eases the transportation and safe handling of the supplies required by the arcology. @@.green;Upkeep is lowered by <<print $docks * 5>>%.@@ <</if>> <<else>> <<if $railway > 0>> - <br>The infrastructure you've built eases the transportation and safe handling of the supplies required by the arcology. Upkeep is lowered by <<print $railway * 5>>% + <br>The infrastructure you've built eases the transportation and safe handling of the supplies required by the arcology. @@.green;Upkeep is lowered by <<print $railway * 5>>%.@@ <</if>> <</if>> <</if>> diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index 1ca97e42ca96b1005dbc82e82318c60a91c5e359..f6d130bb5487d278fcc622183f8b0ede8400e2b8 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -34,7 +34,7 @@ DairyRestraintsSetting($dairyRestraintsSetting) <<if ($dairySlaves > 1)>> <<if $dairyFeedersSettingChanged == 1>> - In unison, the milking machines press their feeding phalli into the slaves' mouths and down their throats. Once situated, they begin to facefuck the slaves, who gag and struggle as they figure out how to breathe while this is going on. Once each slave is no longer panicking and is inhaling and exhaling regularly, there is a hydraulic sound and the transparent reservoir of feeding fluid near her head begins to drain. The slaves swallow desperately, their bellies beginning to swell with nutrition and drugs.<br><br> + In unison, the milking machines press their feeding phalli into the slaves' mouths and down their throats. Once situated, they begin to facefuck the slaves, who gag and struggle as they figure out how to breathe while this is going on. Once each slave is no longer panicking and is inhaling and exhaling regularly, there is a hydraulic sound and the transparent reservoir of feeding fluid near their head begins to drain. The slaves swallow desperately, their bellies beginning to swell with nutrition and drugs.<br><br> <<elseif $dairyFeedersSettingChanged == -1>> In unison, the milking machines withdraw their feeders from the slaves' throats. The slaves gag and cough, strings of feeding fluid and saliva running between their lips and the heads of the feeding phalli. These remain close to their faces so that the slaves can suck them off once they get hungry, which they will, very soon. The slaves' mouths and tongues are very tired, and most of them rest with their mouths open and their tongues hanging out.<br><br> <</if>> @@ -155,9 +155,9 @@ $dairyNameCaps is an industrial facility, but there's a viewing gallery for visi <<case "Chattel Religionist">> It presents the inmates as lessons, here to expiate their sins in a purgatory created by technology. <<case "Degradationist">> - The screens there feature, among a sea of facts and figures about each slave, her most recent brain scan. + The screens there feature, among a sea of facts and figures about each slave, their most recent brain scan. <<case "Repopulation Focus">> - The gallery is placed for a good view of each slave's swelling breasts and growing pregnancy. A screen is prominently displayed before each slave, detailing the number of babies she produced and the current number occupying her womb. + The gallery is placed for a good view of each slave's swelling breasts and growing pregnancy. A screen is prominently displayed before each slave, detailing the number of babies she produced and the current number occupying their womb. <<case "Eugenics">> The screens there tell very little about the slaves within. That information is privy only to Society's Elite. <<case "Asset Expansionist">> @@ -165,7 +165,7 @@ $dairyNameCaps is an industrial facility, but there's a viewing gallery for visi <<case "Transformation Fetishist">> It's designed for VIP visits, since this place is arguably the present apogee of transformationism. Nowhere else can slaves be so radically changed, from humans into something less - and something more. <<case "Gender Radicalist">> - The gallery is placed for a good view of each slave's front, from her head to what's between her spread legs. + The gallery is placed for a good view of each slave's front, from their head to what's between their spread legs. <<case "Gender Fundamentalist">> The gallery is placed for a good view of each slave's breasts, belly, and cunt. Visitors can critically compare each feminine advantage. <<case "Physical Idealist">> @@ -209,7 +209,7 @@ $dairyNameCaps <<case "Chinese Revivalist">> is clean and traditional. The stalls are constructed of bamboo and carefully shaped wood, and muscle power is used wherever possible. Cows exercise and help out by fetching and carrying as best they can. <<case "Chattel Religionist">> - is functional and clean. There are nice quotations from the holy book on the walls, and there is a little shrine designed to allow a cow who has difficulty standing to make her devotions comfortably. + is functional and clean. There are nice quotations from the holy book on the walls, and there is a little shrine designed to allow a cow who has difficulty standing to make their devotions comfortably. <<case "Degradationist">> is harsh and utilitarian. There are stands to restrain cows who aren't being milked for dosing, punishment, or sexual use. There are cattle prods here and there to use on resistant cows, unproductive cows, or cows one wishes to hear scream. <<case "Repopulation Focus">> @@ -253,19 +253,19 @@ $dairyNameCaps <<if $dairySlaves > 2>> $dairyNameCaps is working steadily. <<if ($dairyRestraintsUpgrade == 1) && ($dairyRestraintsSetting > 1)>> - Each cow is strapped in to her own milking machine. The machines are set up in rows, alternating forward and backward so that the cows are interleaved as closely as possible without touching. + Each cow is strapped in to their own milking machine. The machines are set up in rows, alternating forward and backward so that the cows are interleaved as closely as possible without touching. <<if ($dairyFeedersUpgrade == 1) && ($dairyFeedersSetting > 0)>> <<if $dairyFeedersSetting == 2>> - A phallic feeding tube completely fills each cow's mouth and throat, making it eerily quiet in there. Occasionally one of the cows convulses when a particularly long rush of food and drugs flows down her gullet. + A phallic feeding tube completely fills each cow's mouth and throat, making it eerily quiet in there. Occasionally one of the cows convulses when a particularly long rush of food and drugs flows down their gullet. <<else>> When feeding is required, a phallus extends into cows' mouths. <</if>> <</if>> <<if ($dairyStimulatorsUpgrade == 1) && ($dairyStimulatorsSetting > 0)>> <<if $dairyStimulatorsSetting == 2>> - Every cow is being sodomized by a massive phallus. Most are pumping away gently, the strokes taking a long time to push the half-meter of shaft into each slave's rectum and pull it out again. When a slave's balls are ready to give cum, however, the pace quickens, and the agonized slave wriggles in involuntary desperation to escape until she finally stiffens, squirts, and slumps in exhaustion. + Every cow is being sodomized by a massive phallus. Most are pumping away gently, the strokes taking a long time to push the half-meter of shaft into each slave's rectum and pull it out again. When a slave's balls are ready to give cum, however, the pace quickens, and the agonized slave wriggles in involuntary desperation to escape until they finally stiffen, squirt, and slump in exhaustion. <<else>> - Each cow's anus is periodically fucked by a machine phallus that ejaculates hydration directly up her butt. When a slave's balls are ready to give cum, she is mercilessly sodomized until prostate stimulation forces an orgasm. + Each cow's anus is periodically fucked by a machine phallus that ejaculates hydration directly up their butt. When a slave's balls are ready to give cum, they are mercilessly sodomized until prostate stimulation forces an orgasm. <</if>> <</if>> <<if ($dairyPregUpgrade == 1) && ($dairyPregSetting > 0)>> diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 67ea8019dcc0bf506b4faa2e1e00f00976355407..e5981aad54ce9f3850042ae2335dc56c274bb24a 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -89,13 +89,13 @@ __''MAIN MENU''__ //[[Summary Options]]// <<if $rulesAssistantMain != 0>> - | //<span id="RAButton"><<link "Rules Assistant Options">><<goto "Rules Assistant">><</link>></span>// @@.cyan;[R]@@ + | //<span id="RAButton"><<link "Rules Assistant Options" "Rules Assistant">><</link>></span>// @@.cyan;[R]@@ <<if $rulesAssistantAuto != 1>> - | //<<link "Apply Rules Assistant at week end">><<set $rulesAssistantAuto = 1>><<goto "Main">><</link>>// + | //<<link "Apply Rules Assistant at week end" "Main">><<set $rulesAssistantAuto = 1>><</link>>// <<else>> - | //<<link "Stop applying Rules Assistant at week end">><<set $rulesAssistantAuto = 0>><<goto "Main">><</link>>// + | //<<link "Stop applying Rules Assistant at week end" "Main">><<set $rulesAssistantAuto = 0>><</link>>// <</if>> - | //<<link "Re-apply Rules Assistant now (this will only check slaves in the Penthouse)">><<for _i = 0;_i < _SL;_i++>><<if $slaves[_i].assignmentVisible == 1 && $slaves[_i].useRulesAssistant == 1>><<= DefaultRules($slaves[_i])>><</if>><</for>><<goto "Main">><</link>>// + | //<<link "Re-apply Rules Assistant now (this will only check slaves in the Penthouse)" "Main">><<for _i = 0;_i < _SL;_i++>><<if $slaves[_i].assignmentVisible == 1 && $slaves[_i].useRulesAssistant == 1>><<= DefaultRules($slaves[_i])>><</if>><</for>><</link>>// <</if>> <<if $useSlaveSummaryTabs == 1>> @@ -129,68 +129,70 @@ __''MAIN MENU''__ //[[Summary Options]]// <<set $slaveAssignmentTab = "overview">> <<if def _HG>> ''__@@.pink;<<= SlaveFullName($HeadGirl)>>@@__'' is serving as your Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. - <span id="manageHG"><strong><<link "Manage Head Girl">><<goto "HG Select">><</link>></strong></span> @@.cyan;[H]@@ + <span id="manageHG"><strong><<link "Manage Head Girl" "HG Select">><</link>></strong></span> @@.cyan;[H]@@ <<set $showOneSlave = "Head Girl">> <<include "Slave Summary">> <<elseif (ndef _HG) && ($slaves.length > 1)>> - You have @@.red;not@@ selected a Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. <span id="manageHG"><strong><<link "Select one">><<goto "HG Select">><</link>></strong></span> @@.cyan;[H]@@ + You have @@.red;not@@ selected a Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. <span id="manageHG"><strong><<link "Select one" "HG Select">><</link>></strong></span> @@.cyan;[H]@@ <<elseif (ndef _HG)>> //You do not have enough slaves to keep a Head Girl// <</if>> <br> <<if def _RC>> + <<setLocalPronouns $slaves[_RC]>> ''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is working <<if $recruiterTarget != "other arcologies">> to recruit girls. <<else>> as a Sexual <<if $arcologies[0].influenceTarget == -1>> - Ambassador, but @@.red;she has no target to influence.@@ + Ambassador, but @@.red;$he has no target to influence.@@ <<else>> Ambassador to <<for $i = 0; $i < $arcologies.length; $i++>><<if $arcologies[$i].direction == $arcologies[0].influenceTarget>>$arcologies[$i].name<<break>><</if>><</for>>. <</if>> <</if>> - <span id="manageRecruiter"><strong><<link "Manage Recruiter">><<goto "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ + <span id="manageRecruiter"><strong><<link "Manage Recruiter" "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ <<set $showOneSlave = "recruit girls">> <<include "Slave Summary">> <<else>> You have @@.red;not@@ selected a Recruiter. - <span id="manageRecruiter"><strong><<link "Select one">><<goto "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ + <span id="manageRecruiter"><strong><<link "Select one" "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ <</if>> <<if ($dojo != 0)>> <br> <<if def _BG>> - ''__@@.pink;<<= SlaveFullName($Bodyguard)>>@@__'' is serving as your bodyguard. <span id="manageBG"><strong><<link "Manage Bodyguard">><<goto "BG Select">><</link>></strong></span> @@.cyan;[B]@@ + ''__@@.pink;<<= SlaveFullName($Bodyguard)>>@@__'' is serving as your bodyguard. <span id="manageBG"><strong><<link "Manage Bodyguard" "BG Select">><</link>></strong></span> @@.cyan;[B]@@ <<set $showOneSlave = "guard you">> <<include "Slave Summary">> <<else>> - You have @@.red;not@@ selected a Bodyguard. <span id="manageBG"><strong><<link "Select one">><<goto "BG Select">><</link>></strong></span> @@.cyan;[B]@@ + You have @@.red;not@@ selected a Bodyguard. <span id="manageBG"><strong><<link "Select one" "BG Select">><</link>></strong></span> @@.cyan;[B]@@ <</if>> /* Start Italic event text */ <<if (def _BG) && ($slaves[_BG].assignment == "guard you")>> + <<setLocalPronouns $slaves[_BG]>> <<set $i = _BG>> <<set _GO = "idiot ball">> <br><<include "Use Guard">> - <br> <<print "[[Use her mouth|FLips][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - | <<print "[[Play with her tits|FBoobs][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + <br> [["Use "+$his+" mouth"|FLips][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] + | [["Play with "+$his+" tits"|FBoobs][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoVaginal($slaves[_BG])>> - | <<print "[[Fuck her|FVagina][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$him|FVagina][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoAnal($slaves[_BG])>> - | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+_BG+"],$nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Use "+$his+" holes"|FButt][$activeSlave = $slaves[_BG],$nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <<if $slaves[_BG].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$him+" over "+$his+" belly"|FBellyFuck][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <</if>> /*check*/ <<if canPenetrate($slaves[_BG])>> - | <<print "[[Ride her|FDick][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Ride "+$him|FDick][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <<if canDoAnal($slaves[_BG])>> - | <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$his+" ass"|FAnus][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> - | <<print "[[Abuse her|Gameover][$gameover = _GO]]">> + | [["Abuse "+$him|Gameover][$gameover = _GO]] <</if>> /* End Italic event text */ @@ -245,62 +247,45 @@ __''MAIN MENU''__ //[[Summary Options]]// <br> /* Start Italic event text */ <<for $i = 0; $i < _SL; $i++>> + <<capture $i>> + <<setLocalPronouns $slaves[$i]>> <<if ($slaves[$i].assignment == "please you")>> <br><<include "Toychest">> //In the coming week you plan to concentrate on <<if $slaves[$i].fuckdoll == 0>> <<if $slaves[$i].toyHole != "all her holes">> - her $slaves[$i].toyHole, but for now:// - <br> <<print "[[Use her mouth|FLips][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> | <<print "[[Play with her tits|FBoobs][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoVaginal($slaves[$i])>> - | <<print "[[Fuck her|FVagina][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoAnal($slaves[$i])>> - | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <</if>> - <<if canDoAnal($slaves[$i])>> - | <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> - <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <</if>> - /*check*/ - <<if canPenetrate($slaves[$i])>> - | <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">> - <</if>> - | <<print "[[Abuse her|FAbuse][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">> + $his $slaves[$i].toyHole, but for now:// <<else>> - all of her holes equally, but for now:// - <br> <<print "[[Use her mouth|FLips][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> | <<print "[[Play with her tits|FBoobs][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoVaginal($slaves[$i])>> - | <<print "[[Fuck her|FVagina][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoAnal($slaves[$i])>> - | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <</if>> + all of $his holes equally, but for now:// + <</if>> + <br> [["Use "+$his+" mouth"|FLips][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] | [["Play with "+$his+" tits"|FBoobs][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] + <<if canDoVaginal($slaves[$i])>> + | [["Fuck "+$him|FVagina][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoAnal($slaves[$i])>> - | <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> - <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> + | [["Use "+$his+" holes"|FButt][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> - /*check*/ - <<if canPenetrate($slaves[$i])>> - | <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">> + <</if>> + <<if canDoAnal($slaves[$i])>> + | [["Fuck "+$his+" ass"|FAnus][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] + <</if>> + <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> + <<if $slaves[$i].belly >= 300000>> + | [["Fuck "+$him+" over "+$his+" belly"|FBellyFuck][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> - | <<print "[[Abuse her|FAbuse][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> + /*check*/ + <<if canPenetrate($slaves[$i])>> + | [["Ride "+$him|FDick][$activeSlave = $slaves[$i],$nextButton = _j,$nextLink = _k,$returnTo = _l]] + <</if>> + | [["Abuse "+$him|FAbuse][$activeSlave = $slaves[$i],$nextButton = _j,$nextLink = _k,$returnTo = _l]] <<else>> <<if $slaves[$i].toyHole != "all her holes">> - its $slaves[$i].toyHole. + $his $slaves[$i].toyHole. <<else>> - all of its holes. + all of $his holes. <</if>> <</if>> <</if>> + <</capture>> <</for>> /* End Italic event text */ <br> @@ -404,68 +389,70 @@ __''MAIN MENU''__ //[[Summary Options]]// <<set $slaveAssignmentTab = "overview">> <<if def _HG>> ''__@@.pink;<<= SlaveFullName($HeadGirl)>>@@__'' is serving as your Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. - <span id="manageHG"><strong><<link "Manage Head Girl">><<goto "HG Select">><</link>></strong></span> @@.cyan;[H]@@ + <span id="manageHG"><strong><<link "Manage Head Girl" "HG Select">><</link>></strong></span> @@.cyan;[H]@@ <<set $showOneSlave = "Head Girl">> <<include "Slave Summary">> <<elseif (ndef _HG) && ($slaves.length > 1)>> - You have @@.red;not@@ selected a Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. <span id="manageHG"><strong><<link "Select one">><<goto "HG Select">><</link>></strong></span> @@.cyan;[H]@@ + You have @@.red;not@@ selected a Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. <span id="manageHG"><strong><<link "Select one" "HG Select">><</link>></strong></span> @@.cyan;[H]@@ <<elseif (ndef _HG)>> //You do not have enough slaves to keep a Head Girl// <</if>> <br> <<if def _RC>> + <<setLocalPronouns $slaves[_RC]>> ''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is working <<if $recruiterTarget != "other arcologies">> to recruit girls. <<else>> as a Sexual <<if $arcologies[0].influenceTarget == -1>> - Ambassador, but @@.red;she has no target to influence.@@ + Ambassador, but @@.red;$he has no target to influence.@@ <<else>> Ambassador to <<for $i = 0; $i < $arcologies.length; $i++>><<if $arcologies[$i].direction == $arcologies[0].influenceTarget>>$arcologies[$i].name<<break>><</if>><</for>>. <</if>> <</if>> - <span id="manageRecruiter"><strong><<link "Manage Recruiter">><<goto "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ + <span id="manageRecruiter"><strong><<link "Manage Recruiter" "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ <<set $showOneSlave = "recruit girls">> <<include "Slave Summary">> <<else>> You have @@.red;not@@ selected a Recruiter. - <span id="manageRecruiter"><strong><<link "Select one">><<goto "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ + <span id="manageRecruiter"><strong><<link "Select one" "Recruiter Select">><</link>></strong></span> @@.cyan;[U]@@ <</if>> <<if ($dojo != 0)>> <br> <<if def _BG>> - ''__@@.pink;<<= SlaveFullName($Bodyguard)>>@@__'' is serving as your bodyguard. <span id="manageBG"><strong><<link "Manage Bodyguard">><<goto "BG Select">><</link>></strong></span> @@.cyan;[B]@@ + ''__@@.pink;<<= SlaveFullName($Bodyguard)>>@@__'' is serving as your bodyguard. <span id="manageBG"><strong><<link "Manage Bodyguard" "BG Select">><</link>></strong></span> @@.cyan;[B]@@ <<set $showOneSlave = "guard you">> <<include "Slave Summary">> <<else>> - You have @@.red;not@@ selected a Bodyguard. <span id="manageBG"><strong><<link "Select one">><<goto "BG Select">><</link>></strong></span> @@.cyan;[B]@@ + You have @@.red;not@@ selected a Bodyguard. <span id="manageBG"><strong><<link "Select one" "BG Select">><</link>></strong></span> @@.cyan;[B]@@ <</if>> /* Start Italic event text */ <<if (def _BG) && ($slaves[_BG].assignment == "guard you")>> + <<setLocalPronouns $slaves[_BG]>> <<set $i = _BG>> <<set _GO = "idiot ball">> <br><<include "Use Guard">> - <br> <<print "[[Use her mouth|FLips][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - | <<print "[[Play with her tits|FBoobs][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + <br> [["Use "+$his+" mouth"|FLips][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] + | [["Play with "+$his+" tits"|FBoobs][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoVaginal($slaves[_BG])>> - | <<print "[[Fuck her|FVagina][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$him|FVagina][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoAnal($slaves[_BG])>> - | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+_BG+"],$nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Use "+$his+" holes"|FButt][$activeSlave = $slaves[_BG],$nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <<if $slaves[_BG].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$him+" over "+$his+" belly"|FBellyFuck][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <</if>> /*check*/ <<if canPenetrate($slaves[_BG])>> - | <<print "[[Ride her|FDick][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Ride "+$him|FDick][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <<if canDoAnal($slaves[_BG])>> - | <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$his+" ass"|FAnus][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> - | <<print "[[Abuse her|Gameover][$gameover = _GO]]">> + | [["Abuse "+$him|Gameover][$gameover = _GO]] <</if>> /* End Italic event text */ @@ -544,93 +531,72 @@ Filter by assignment: | <<set _j = "Back", _k = "AS Dump", _l = "Main">> <<for $i = 0; $i < _SL; $i++>> +<<capture $i>> <<if ($slaves[$i].assignment == "please you")>> + <<setLocalPronouns $slaves[$i]>> <br><<include "Toychest">> //In the coming week you plan to concentrate on <<if $slaves[$i].fuckdoll == 0>> <<if $slaves[$i].toyHole != "all her holes">> - her $slaves[$i].toyHole, but for now:// - <br> <<print "[[Use her mouth|FLips][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> | <<print "[[Play with her tits|FBoobs][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoVaginal($slaves[$i])>> - | <<print "[[Fuck her|FVagina][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoAnal($slaves[$i])>> - | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <</if>> - <<if canDoAnal($slaves[$i])>> - | <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> - <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <</if>> - /*check*/ - <<if canPenetrate($slaves[$i])>> - | <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">> - <</if>> - | <<print "[[Abuse her|FAbuse][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">> + $his $slaves[$i].toyHole, but for now:// <<else>> - all of her holes equally, but for now:// - <br> <<print "[[Use her mouth|FLips][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> | <<print "[[Play with her tits|FBoobs][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoVaginal($slaves[$i])>> - | <<print "[[Fuck her|FVagina][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <<if canDoAnal($slaves[$i])>> - | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <</if>> + all of $his holes equally, but for now:// + <</if>> + <br> [["Use "+$his+" mouth"|FLips][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] | [["Play with "+$his+" tits"|FBoobs][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] + <<if canDoVaginal($slaves[$i])>> + | [["Fuck "+$him|FVagina][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoAnal($slaves[$i])>> - | <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> - <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> + | [["Use "+$his+" holes"|FButt][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> - /*check*/ - <<if canPenetrate($slaves[$i])>> - | <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">> + <</if>> + <<if canDoAnal($slaves[$i])>> + | [["Fuck "+$his+" ass"|FAnus][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] + <</if>> + <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> + <<if $slaves[$i].belly >= 300000>> + | [["Fuck "+$him+" over "+$his+" belly"|FBellyFuck][$activeSlave = $slaves[$i], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> - | <<print "[[Abuse her|FAbuse][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> + /*check*/ + <<if canPenetrate($slaves[$i])>> + | [["Ride "+$him|FDick][$activeSlave = $slaves[$i],$nextButton = _j,$nextLink = _k,$returnTo = _l]] + <</if>> + | [["Abuse "+$him|FAbuse][$activeSlave = $slaves[$i],$nextButton = _j,$nextLink = _k,$returnTo = _l]] <<else>> <<if $slaves[$i].toyHole != "all her holes">> - its $slaves[$i].toyHole. + $his $slaves[$i].toyHole. <<else>> - all of its holes. + all of $his holes. <</if>> <</if>> <</if>> +<</capture>> <</for>> <</if>> <<if (def _BG) && ($slaves[_BG].assignment == "guard you") && ($useSlaveSummaryOverviewTab != 1)>> <<set $i = _BG>> + <<setLocalPronouns $slaves[$i]>> <<set _GO = "idiot ball">> <br><<include "Use Guard">> - <br> <<print "[[Use her mouth|FLips][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - | <<print "[[Play with her tits|FBoobs][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + <br> [["Use "+$his+" mouth"|FLips][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] + | [["Play with "+$his+" tits"|FBoobs][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoVaginal($slaves[_BG])>> - | <<print "[[Fuck her|FVagina][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$him|FVagina][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <<if canDoAnal($slaves[_BG])>> - | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+_BG+"],$nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Use "+$his+" holes"|FButt][$activeSlave = $slaves[_BG],$nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <<if $slaves[_BG].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> - <</if>> - <</if>> - <<if canDoVaginal($slaves[_BG]) || canDoAnal($slaves[_BG])>> - <<if $slaves[_BG].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$him+" over "+$his+" belly"|FBellyFuck][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <</if>> /*check*/ <<if canPenetrate($slaves[_BG])>> - | <<print "[[Ride her|FDick][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Ride "+$him|FDick][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> <<if canDoAnal($slaves[_BG])>> - | <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | [["Fuck "+$his+" ass"|FAnus][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]] <</if>> - | <<print "[[Abuse her|Gameover][$gameover = _GO]]">> + | [["Abuse "+$him|Gameover][$gameover = _GO]] <</if>>