diff --git a/src/SecExp/attackOptions.tw b/src/SecExp/attackOptions.tw index 2b91b35ba689fb78df435a18c74727f655bfb299..bf7c2e15d3665d2138b6486ee792d00a8705e9d8 100644 --- a/src/SecExp/attackOptions.tw +++ b/src/SecExp/attackOptions.tw @@ -483,4 +483,4 @@ Offensive Tactics <<set $foughtThisWeek = 1>> <<goto "attackHandler">> <</link>> -<br> //Will cost around ¤<<print Math.round($bribeCost * (1 + either(-1,1) * random(2) * 0.1))>> (estimate).// \ No newline at end of file +<br> //Will cost around <<print cashFormat(Math.round($bribeCost * (1 + either(-1,1) * random(2) * 0.1)))>> (estimate).// diff --git a/src/SecExp/edicts.tw b/src/SecExp/edicts.tw index fbe939a0a6bc4e3afe0f7b57e5316e481bb4631e..e6160101738dd660f6657a3ecbd8e182cb148bd2 100644 --- a/src/SecExp/edicts.tw +++ b/src/SecExp/edicts.tw @@ -218,7 +218,7 @@ <hr> ''__Available Edicts__'' -<br>//Passing any edict will cost ¤5000 and some authority. More edicts will become available as the arcology develops.// +<br>//Passing any edict will cost <<print cashFormat(5000)>> and some authority. More edicts will become available as the arcology develops.// <br> <<if $alternativeRents == 0>> <br>''Alternative rent payment:'' allow citizens to pay for their rents in menial slaves rather than cash, if so they wish. @@ -716,4 +716,4 @@ <br> //Will slightly increase attack, defense and morale of all units, but will incur upkeep costs.// <</if>> <</if>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/SecExp/proclamations.tw b/src/SecExp/proclamations.tw index 491172fbd437144092782825abf17ace315e0d29..b2bf95c9604b37d5c3c1922c54ed85cb86f1ee43 100644 --- a/src/SecExp/proclamations.tw +++ b/src/SecExp/proclamations.tw @@ -29,7 +29,7 @@ You will use <<print $proclamationCurrency>> to enact it<<if $proclamationType ! <<goto "proclamations">> <</link>> <<else>> - //Requires at least ¤8000 in cash// + //Requires at least <<print cashFormat(8000)>> in cash// <</if>> <br> <br> @@ -46,4 +46,4 @@ to force citizens to give up on sensitive information for the good of the arcolo <<goto "Main">> <</link>> <br>//You will use your <<if $proclamationCurrency == "authority">>control over the arcology<<elseif $proclamationCurrency == "reputation">>great influence<<elseif $proclamationCurrency == "cash">> vast financial means<</if>> -to force the arrest of suspected citizens without passing through the normal legal procedures.// \ No newline at end of file +to force the arrest of suspected citizens without passing through the normal legal procedures.// diff --git a/src/SecExp/propagandaHub.tw b/src/SecExp/propagandaHub.tw index f0859d5e0006b14389ac8cf30a67e32e73ebfa6b..79b3a617fb422feeffa4535628734de608f17807 100644 --- a/src/SecExp/propagandaHub.tw +++ b/src/SecExp/propagandaHub.tw @@ -26,7 +26,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Set up a propaganda campaign to align your citizens with your goals. - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will provide the focused resource each week, but will cost reputation in upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will provide the focused resource each week, but will cost reputation in upkeep.// <<else>> You have set up a team of trained slaves and expert propagandists, ready to spread the message of your choosing to the population. <br> @@ -84,7 +84,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Invest more resources into the project to increase its effectiveness. - <br>//Costs ¤<<print Math.trunc(5000 * $upgradeMultiplierArcology * ($propCampaign + 1) * _HistoryDiscount)>>. Will provide more of the focused resource each week, but increase reputation upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierArcology * ($propCampaign + 1) * _HistoryDiscount))>>. Will provide more of the focused resource each week, but increase reputation upkeep.// <<else>> You upgraded your propaganda machine to its limits. <</if>> @@ -102,7 +102,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Set up a department tasked with guaranteeing the authenticity of all information available in the arcology. Of course if reality is against what is best for the arcology, then it should be redacted as well. - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology * _HistoryDiscount)>>. Will provide authority and unlock special upgrades, but will increase upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology * _HistoryDiscount))>>. Will provide authority and unlock special upgrades, but will increase upkeep.// <<else>> <<if $miniTruth < 5>> <<link "Enlarge the authenticity department">> @@ -112,7 +112,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Invest more resources into the project to increase its effectiveness. - <br>//Costs ¤<<print Math.trunc(5000 * $upgradeMultiplierArcology * ($miniTruth + 1) * _HistoryDiscount)>>. Will provide more authority each week, but increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierArcology * ($miniTruth + 1) * _HistoryDiscount))>>. Will provide more authority each week, but increases upkeep.// <<else>> You have upgraded the authenticity department to its maximum. <</if>> @@ -125,7 +125,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Install an automatic news generator, able to fabricate thousands of plausible sounding news every day. - <br>//Costs ¤<<print Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount)>>. The authenticity dept. now provides a small amount of reputation as well as authority, but increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount))>>. The authenticity dept. now provides a small amount of reputation as well as authority, but increases upkeep.// <<else>> You have installed an automatic news generator. <</if>> @@ -138,7 +138,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Institute a system able to release erroneous, but plausible, information about your business, leading your competitors to prepared financial traps. - <br>//Costs ¤<<print Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount)>>. The authenticity dept. now slightly increases prosperity each week as well as authority, but increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount))>>. The authenticity dept. now slightly increases prosperity each week as well as authority, but increases upkeep.// <<else>> You have instituted controlled leaks protocols, able to create fabricated leaks of sensible information. <</if>> @@ -156,7 +156,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Set up a department tasked with the protection of your person, as well as operations requiring a delicate approach. - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology * _HistoryDiscount)>>. Will provide authority and unlock special upgrades, but will increase upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology * _HistoryDiscount))>>. Will provide authority and unlock special upgrades, but will increase upkeep.// <<else>> <<if $secretService < 5 && $rep >= ($secretService * 1000) + 5000>> <<link "Expand the secret service">> @@ -166,7 +166,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Invest more resources into the project to increase its effectiveness. - <br>//Costs ¤<<print Math.trunc(5000 * $upgradeMultiplierArcology * ($secretService + 1) * _HistoryDiscount)>>. Will provide more authority each week, but increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierArcology * ($secretService + 1) * _HistoryDiscount))>>. Will provide more authority each week, but increases upkeep.// <<elseif $secretService < 5>> You lack the reputation to further expand operations. <<else>> @@ -181,7 +181,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Create a black ops team, ready to carry out corporate sabotage and sensitive operations to further your goals. - <br>//Costs ¤<<print Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount)>>. The secret services now provides security as well as authority, but increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount))>>. The secret services now provides security as well as authority, but increases upkeep.// <<else>> You have created a black ops team. <</if>> @@ -194,8 +194,8 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <br>Establish a presence on the black market in order to manipulate it. - <br>//Costs ¤<<print Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount)>>. The secret services now provides cash as well as authority each week, but will increase crime growth.// + <br>//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount))>>. The secret services now provides cash as well as authority each week, but will increase crime growth.// <<else>> You have infiltrated the black market and are now in partial control of it. <</if>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/SecExp/riotControlCenter.tw b/src/SecExp/riotControlCenter.tw index e935ceb175091ff267f14c5cb3f220cb251d7505..3a5cd9d746d2480770cc2ab8ec5f38a13dbc6237 100644 --- a/src/SecExp/riotControlCenter.tw +++ b/src/SecExp/riotControlCenter.tw @@ -18,7 +18,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <br> <<if $riotUpgrades.freeMedia == 0>> [[Provide free media access in all the arcology|riotControlCenter][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $riotUpgrades.freeMedia = 1, $riotUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>. Will slowly lower tensions in the arcology, but will incur in upkeep costs.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>. Will slowly lower tensions in the arcology, but will incur in upkeep costs.// <<else>> You are providing free access to many mass media in the arcology. <<if $riotUpgrades.freeMedia < 5>> @@ -29,7 +29,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<goto "riotControlCenter">> <</link>> <br>Invest more resources into the project to increase its effectiveness. - <br>//Costs ¤<<print Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.freeMedia + 1))>>. Will accelerate the tension decay, but will increase upkeep costs.// + <br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.freeMedia + 1)))>>. Will accelerate the tension decay, but will increase upkeep costs.// <<else>> You upgraded your free media scheme to its limits. <</if>> @@ -59,7 +59,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <br> <<if $riotUpgrades.rapidUnit == 0>> [[Create rapid deployment riot units|riotControlCenter][$cash -= Math.trunc(7500*$upgradeMultiplierArcology), $riotUpgrades.rapidUnit = 1, $riotUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(7500*$upgradeMultiplierArcology)>>. Will allow spending authority or reputation to lower the progress of rebellions.// + <br>//Costs <<print cashFormat(Math.trunc(7500*$upgradeMultiplierArcology))>>. Will allow spending authority or reputation to lower the progress of rebellions.// <<else>> You created a rapid deployment riot unit. <<if $riotUpgrades.rapidUnit < 5>> @@ -70,7 +70,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<goto "riotControlCenter">> <</link>> <br>Invest more resources into the project to increase its effectiveness. - <br>//Costs ¤<<print Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnit + 1))>>. Will lower action costs.// + <br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnit + 1)))>>. Will lower action costs.// <<else>> <br>You upgraded your rapid deployment unit to its limits. <</if>> @@ -82,7 +82,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<goto "riotControlCenter">> <</link>> <br>Invest more resources into the effectiveness of the informants network. - <br>//Costs ¤<<print Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnitSpeed + 1))>>. Will reduce cooldown of the rapid deployment riot unit.// + <br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnitSpeed + 1)))>>. Will reduce cooldown of the rapid deployment riot unit.// <<else>> <br>You enhanced your informants network to its limits. <</if>> @@ -157,7 +157,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<goto "riotControlCenter">> <</link>> <br>Invest more resources into the project to increase its speed. - <br>//Costs ¤<<print Math.trunc(50000 * $upgradeMultiplierArcology * $brainImplantProject)>>. Will shorten the time required to complete the project.// + <br>//Costs <<print cashFormat(Math.trunc(50000 * $upgradeMultiplierArcology * $brainImplantProject))>>. Will shorten the time required to complete the project.// <<else>> You sped up the project to its maximum. <</if>> @@ -175,7 +175,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<set $cash -= 30000>> <<goto "riotControlCenter">> <</link>> - <br>//Costs ¤30000. Will allow the selection of advanced riot equipment in case of a rebellion, which will let your troops fight at full effectiveness while doing reduced collateral damage.// + <br>//Costs <<print cashFormat(30000)>>. Will allow the selection of advanced riot equipment in case of a rebellion, which will let your troops fight at full effectiveness while doing reduced collateral damage.// <<else>> You developed advanced riot equipment, which allows your troops to fight within the confies of your arcology without the fear of doing major collateral damage. <</if>> @@ -186,7 +186,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<set $cash -= 10000 * $upgradeMultiplierArcology>> <<goto "riotControlCenter">> <</link>> - <br>//Costs ¤<<print 10000 * $upgradeMultiplierArcology>>. Will add protection to the reactor building, making it less likely to be damaged and speeding up repairs if our defensive efforts should fail.// + <br>//Costs <<print cashFormat(10000 * $upgradeMultiplierArcology)>>. Will add protection to the reactor building, making it less likely to be damaged and speeding up repairs if our defensive efforts should fail.// <<else>> You have installed additional protection layers and redundant systems in the reactor complex. <</if>> @@ -197,7 +197,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<set $cash -= 10000 * $upgradeMultiplierArcology>> <<goto "riotControlCenter">> <</link>> - <br>//Costs ¤<<print 10000 * $upgradeMultiplierArcology>>. Will add protection to the waterways, making it less likely to be damaged and speeding up repairs if our defensive efforts should fail.// + <br>//Costs <<print cashFormat(10000 * $upgradeMultiplierArcology)>>. Will add protection to the waterways, making it less likely to be damaged and speeding up repairs if our defensive efforts should fail.// <<else>> You have installed additional protection layers and redundant systems in the waterways. <</if>> @@ -208,7 +208,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<set $cash -= 10000 * $upgradeMultiplierArcology>> <<goto "riotControlCenter">> <</link>> - <br>//Costs ¤<<print 10000 * $upgradeMultiplierArcology>>. Will add protection to the assistant CPU core, making it less likely to be damaged and speeding up repairs if our defensive efforts should fail.// + <br>//Costs <<print cashFormat(10000 * $upgradeMultiplierArcology)>>. Will add protection to the assistant CPU core, making it less likely to be damaged and speeding up repairs if our defensive efforts should fail.// <<else>> You have installed additional protection layers and redundant systems in the assistant CPU core. -<</if>> \ No newline at end of file +<</if>> diff --git a/src/SecExp/secBarracks.tw b/src/SecExp/secBarracks.tw index 97d48d2c843bfa64e7a04df29e94115e65539635..ae758e2a636a81b6f8c0b9688b9e9edc19444827 100644 --- a/src/SecExp/secBarracks.tw +++ b/src/SecExp/secBarracks.tw @@ -55,7 +55,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤<<print 5000 * ($secBarracksUpgrades.size + 1)>> and will increase the maximum number of units by 2.// + <br>//Costs <<print cashFormat(5000 * ($secBarracksUpgrades.size + 1))>> and will increase the maximum number of units by 2.// <<else>> You've expanded the barracks to their maximum. <</if>> @@ -67,7 +67,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤5000 and will provide a 5% bonus to morale.// + <br>//Costs <<print cashFormat(5000)>> and will provide a 5% bonus to morale.// <<elseif $secBarracksUpgrades.luxury == 1>> <<link "Further increase the quality of life of your soldiers by installing advanced kitchen equipment and hiring skilled chefs.">> <<set $secBarracksUpgrades.luxury += 1>> @@ -75,7 +75,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤10000 and will provide a 5% bonus to morale, for a total of +10%.// + <br>//Costs <<print cashFormat(10000)>> and will provide a 5% bonus to morale, for a total of +10%.// <<elseif $secBarracksUpgrades.luxury == 2>> <<link "Further increase the quality of life of your soldiers by providing high speed, free access to digital media">> <<set $secBarracksUpgrades.luxury += 1>> @@ -83,7 +83,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤10000 and will provide a 5% bonus to morale, for a total of +15%.// + <br>//Costs <<print cashFormat(10000)>> and will provide a 5% bonus to morale, for a total of +15%.// <<elseif $secBarracksUpgrades.luxury == 3>> <<link "Further increase the quality of life of your soldiers by adding and staffing an exclusive brothel to the structure">> <<set $secBarracksUpgrades.luxury += 1>> @@ -91,7 +91,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤15000 and will provide a 5% bonus to morale, for a total of +20%.// + <br>//Costs <<print cashFormat(15000)>> and will provide a 5% bonus to morale, for a total of +20%.// <<else>> You've made life in your barracks as good as it can get. <</if>> @@ -103,7 +103,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤10000 and will allow units to accumulate some experience each week.// + <br>//Costs <<print cashFormat(10000)>> and will allow units to accumulate some experience each week.// <<elseif $secBarracksUpgrades.training == 1>> <<link "Improve the training facility with modern equipment and skilled personnel">> <<set $secBarracksUpgrades.training += 1>> @@ -111,7 +111,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤20000 and will allow units to accumulate experience each week.// + <br>//Costs <<print cashFormat(20000)>> and will allow units to accumulate experience each week.// <<else>> You have improved the training facility to the limit. <</if>> @@ -123,7 +123,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤10000 and will slowly raise loyalty of all units// + <br>//Costs <<print cashFormat(10000)>> and will slowly raise loyalty of all units// <<elseif $secBarracksUpgrades.loyaltyMod == 1>> <<link "Improve the indoctrination facility with advanced equipment and skilled personnel">> <<set $secBarracksUpgrades.loyaltyMod += 1>> @@ -131,7 +131,7 @@ While for many a sore sight in a free city, the barracks stand proud before you. <<set $secBarracksUpkeep += $upgradeUpkeep>> <<goto "secBarracks">> <</link>> - <br>//Costs ¤20000 and will raise loyalty of all units faster.// + <br>//Costs <<print cashFormat(20000)>> and will raise loyalty of all units faster.// <<else>> You have improved the indoctrination facility to the limit. <</if>> @@ -678,4 +678,4 @@ __Mercenaries__ <br> <br> Mercenaries are not allowed inside the arcology. You will not be able to recruit mercenary units. -<</if>> \ No newline at end of file +<</if>> diff --git a/src/SecExp/securityHQ.tw b/src/SecExp/securityHQ.tw index f7046ef21598dc8991e9869e242f9bb316be2f2f..8344b1dce9745daaf65d74b1ea0f41a51941d955 100644 --- a/src/SecExp/securityHQ.tw +++ b/src/SecExp/securityHQ.tw @@ -112,14 +112,14 @@ Considering the current upgrades the resting level for security is <<print $secR <<if $secUpgrades.nanoCams == 0>> [[Install a nano-camera system |securityHQ][$cash -= Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.nanoCams = 1, $secRestPoint += 15, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will raise rest point of security by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will raise rest point of security by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed all across the arcology closed circuit nano-cameras to keep the arcology under your watchful eye. <</if>> <br> <<if $secUpgrades.cyberBots == 0>> [[Buy cybersecurity algorithms|securityHQ][$cash -= Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.cyberBots = 1, $secRestPoint += 15, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will raise rest point of security by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will raise rest point of security by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have bought advanced cybersecurity algorithms that will defend your arcology against hack attempts or cyber frauds. <</if>> @@ -127,14 +127,14 @@ Considering the current upgrades the resting level for security is <<print $secR <<if $rep > 10000>> <<if $secUpgrades.eyeScan == 0>> [[Install invisible eye scanners|securityHQ][$cash -= Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.eyeScan = 1, $secRestPoint += 20, $reqHelots += 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will raise rest point of security by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will raise rest point of security by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed numerous hidden eye scanners that accurately register the movements of everyone inside the arcology. <</if>> <br> <<if $secUpgrades.cryptoAnalyzer == 0>> [[Buy and install crypto analyzers|securityHQ][$cash -= Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.cryptoAnalyzer = 1, $secRestPoint += 20, $reqHelots += 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will raise rest point of security by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will raise rest point of security by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// <<else>> You have bought and employed sophisticated crypto analyzing software to accurately track and archive every financial movement or transaction made inside the walls of your arcology. <</if>> @@ -164,14 +164,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <<if $crimeUpgrades.advForensic == 0>> [[Install advanced forensic equipment|securityHQ][$cash -= Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount), $crimeUpgrades.advForensic = 1, $crimeCap -= 10, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will bring down the crime level cap by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will bring down the crime level cap by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed advanced forensic equipment, able to extract every bit of precious information from any clue. <</if>> <br> <<if $crimeUpgrades.autoArchive == 0>> [[Install auto-curating archiver|securityHQ][$cash -= Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount), $crimeUpgrades.autoArchive = 1, $crimeCap -= 10, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will bring down the crime level cap by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will bring down the crime level cap by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed auto-curating archiver software, which will update in real time your data archives with any new relevant information on criminals residing in your arcology. <</if>> @@ -179,14 +179,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <<if $rep > 10000>> <<if $crimeUpgrades.autoTrial == 0>> [[Install automated trials software|securityHQ][$cash -= Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount), $crimeUpgrades.autoTrial = 1, $crimeCap -= 15, $reqHelots += 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will bring down the crime level cap by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will bring down the crime level cap by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed advanced legal algorithms that allows the handling of legal matters much quicker and much more accurately. <</if>> <br> <<if $crimeUpgrades.worldProfiler == 0>> [[Install worldwide profilers|securityHQ][$cash -= Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount), $crimeUpgrades.worldProfiler = 1, $crimeCap -= 15, $reqHelots += 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will bring down the crime level cap by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will bring down the crime level cap by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed advanced profiler software, which will constantly scour every known data archive on the globe (legally or not) to gather as much information as possible on dangerous criminals. <</if>> @@ -214,14 +214,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <<if $intelUpgrades.sensors == 0>> [[Install perimeter sensors|securityHQ][$cash -= Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount), $intelUpgrades.sensors = 1, $recon += 1, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will increase recon capabilites, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase recon capabilites, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed perimeter seismic sensors able to detect movement with high accuracy. <</if>> <br> <<if $intelUpgrades.signalIntercept == 0>> [[Create signal interception hub|securityHQ][$cash -= Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount), $intelUpgrades.signalIntercept = 1, $recon += 1, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will increase recon capabilities, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase recon capabilities, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed advanced signal interception equipment. <</if>> @@ -229,7 +229,7 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <<if $rep > 10000>> <<if $intelUpgrades.radar == 0>> [[Install advanced radar equipment|securityHQ][$cash -= Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount), $intelUpgrades.radar = 1, $recon += 1, $reqHelots += 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will increase recon capabilities, but will require 10 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase recon capabilities, but will require 10 extra slaves in the headquarters and increases upkeep.// <<else>> You have installed sophisticated radar equipment. <</if>> @@ -257,14 +257,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <<if $readinessUpgrades.pathways == 0>> [[Build specialized pathways in the arcology|securityHQ][$cash -= Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount), $readinessUpgrades.pathways = 1, $readiness += 1, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will increase readiness by 1, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 1, but will increases upkeep.// <<else>> You have built specialized pathways inside the arcology to quickly move troops around the structure. <</if>> <br> <<if $readinessUpgrades.rapidVehicles == 0>> [[Buy rapid armored transport vehicles|securityHQ][$cash -= Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount), $readinessUpgrades.rapidVehicles = 1, $readiness += 2, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(75000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will increase readiness by 2, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(75000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 2, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have bought rapid armored transport vehicles able to bring your troops to battle much quicker than before. <</if>> @@ -272,14 +272,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <<if $rep > 10000>> <<if $readinessUpgrades.rapidPlatforms == 0>> [[Build rapid deployment platforms|securityHQ][$cash -= Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount), $readinessUpgrades.rapidPlatforms = 1, $readiness += 2, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will increase readiness by 2, but will require 5 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 2, but will require 5 extra slaves in the headquarters and increases upkeep.// <<else>> You have built rapid deployment platforms able to equip and deploy units within very limited time windows. <</if>> <br> <<if $readinessUpgrades.earlyWarn == 0>> [[Institute early warning systems|securityHQ][$cash -= Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount), $readinessUpgrades.earlyWarn = 1, $readiness += 2, $reqHelots += 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will increase readiness by 2, but will require 10 extra slaves in the headquarters and increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 2, but will require 10 extra slaves in the headquarters and increases upkeep.// <<else>> You have created early warning systems that constantly analyze in real time data to determine the likeness of an attack. <</if>> @@ -296,35 +296,35 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of two years. <br> [[Expand the cold storage facility to increase data retention to three years|securityHQ][$cash -= Math.trunc(2400000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(2400000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(2400000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// <<elseif $secUpgrades.coldstorage == 5 && $rep >= 19500 && $reqHelots > 10>> <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of one year. <br> [[Expand the cold storage facility to increase data retention to two years|securityHQ][$cash -= Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// <<elseif $secUpgrades.coldstorage == 4 && $rep >= 19500 && $reqHelots > 10>> <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of nine months. <br> [[Expand the cold storage facility to increase data retention to one year|securityHQ][$cash -= Math.trunc(900000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(900000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(900000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// <<elseif $secUpgrades.coldstorage == 3 && $rep > 18000 && $reqHelots > 10>> <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of six months. <br> [[Expand the cold storage facility to increase data retention to nine months|securityHQ][$cash -= Math.trunc(600000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(600000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(600000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// <<elseif $secUpgrades.coldstorage == 2 && $rep > 16000 && $reqHelots > 10>> <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of three months. <br> [[Expand the cold storage facility to increase data retention to six months|securityHQ][$cash -= Math.trunc(300000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(300000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(300000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// <<elseif $secUpgrades.coldstorage == 1 && $rep > 14000 && $reqHelots > 10>> <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of one month. <br> [[Expand the cold storage facility to increase data retention to three months|securityHQ][$cash -= Math.trunc(100000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(1000000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(1000000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// <<elseif $secUpgrades.coldstorage == 0 && $rep > 12000 && $reqHelots > 10>> [[Install a cold storage facility|securityHQ][$cash -= Math.trunc(50000*$upgradeMultiplierArcology*_HistoryDiscount), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep]] - <br>//Costs ¤<<print Math.trunc(500000*$upgradeMultiplierArcology*_HistoryDiscount)>>. Will lower the amount of required slaves by 10, but will increases upkeep.// + <br>//Costs <<print cashFormat(Math.trunc(500000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will lower the amount of required slaves by 10, but will increases upkeep.// <<elseif $secUpgrades.coldstorage > 6>> <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of three years. <<elseif $reqHelots <= 10>> @@ -332,4 +332,4 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap <<else>> <br>You lack the reputation to access more advanced upgrades. <</if>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/SecExp/transportHub.tw b/src/SecExp/transportHub.tw index d813ed19796aa6b69c257826dd90343da6b003cf..960d3250ef174cf8803e141acd55d3e0fe062d2a 100644 --- a/src/SecExp/transportHub.tw +++ b/src/SecExp/transportHub.tw @@ -79,28 +79,28 @@ You quickly reach the transport hub, where a constant stream of vehicles, people <<set $cash -= 5000>> <<set $airport++>> <<goto "transportHub">> - <</link>> //Will cost ¤5000 and will increase trade, but will affect security// + <</link>> //Will cost <<print cashFormat(5000)>> and will increase trade, but will affect security// <<elseif $airport == 2>> <br> <<link "Enlarge the airport">> <<set $cash -= 15000>> <<set $airport++>> <<goto "transportHub">> - <</link>> //Will cost ¤15000 and will increase trade, but will affect security// + <</link>> //Will cost <<print cashFormat(15000)>> and will increase trade, but will affect security// <<elseif $airport == 3>> <br> <<link "Further modernize the airport">> <<set $cash -= 45000>> <<set $airport++>> <<goto "transportHub">> - <</link>> //Will cost ¤45000 and will increase trade, but will affect security// + <</link>> //Will cost <<print cashFormat(45000)>> and will increase trade, but will affect security// <<elseif $airport == 4>> <br> <<link "Further enlarge the airport">> <<set $cash -= 85000>> <<set $airport++>> <<goto "transportHub">> - <</link>> //Will cost ¤85000 and will increase trade, but will affect security// + <</link>> //Will cost <<print cashFormat(85000)>> and will increase trade, but will affect security// <<else>> <br> The airport is fully upgraded. @@ -114,21 +114,21 @@ You quickly reach the transport hub, where a constant stream of vehicles, people <<set $cash -= 10000>> <<set $railway++>> <<goto "transportHub">> - <</link>> //Will cost ¤10000, will increase trade and slightly lower arcology's upkeep, but will affect security// + <</link>> //Will cost <<print cashFormat(10000)>>, will increase trade and slightly lower arcology's upkeep, but will affect security// <<elseif $railway == 2>> <br> <<link "Enlarge the railway">> <<set $cash -= 25000>> <<set $railway++>> <<goto "transportHub">> - <</link>> //Will cost ¤25000, will increase trade and slightly lower arcology's upkeep, but will affect security// + <</link>> //Will cost <<print cashFormat(25000)>>, will increase trade and slightly lower arcology's upkeep, but will affect security// <<elseif $railway == 3>> <br> <<link "Further modernize and enlarge the railway">> <<set $cash -= 65000>> <<set $railway++>> <<goto "transportHub">> - <</link>> //Will cost ¤65000, will increase trade and slightly lower arcology's upkeep, but will affect security// + <</link>> //Will cost <<print cashFormat(65000)>>, will increase trade and slightly lower arcology's upkeep, but will affect security// <<else>> <br> The railway is fully upgraded. @@ -140,21 +140,21 @@ You quickly reach the transport hub, where a constant stream of vehicles, people <<set $cash -= 10000>> <<set $docks++>> <<goto "transportHub">> - <</link>> //Will cost ¤10000, will increase trade and slightly lower arcology's upkeep, but will affect security// + <</link>> //Will cost <<print cashFormat(10000)>>, will increase trade and slightly lower arcology's upkeep, but will affect security// <<elseif $docks == 2>> <br> <<link "Enlarge the docks">> <<set $cash -= 25000>> <<set $docks++>> <<goto "transportHub">> - <</link>> //Will cost ¤25000, will increase trade and slightly lower arcology's upkeep, but will affect security// + <</link>> //Will cost <<print cashFormat(25000)>>, will increase trade and slightly lower arcology's upkeep, but will affect security// <<elseif $docks == 3>> <br> <<link "Further modernize and enlarge the docks">> <<set $cash -= 65000>> <<set $docks++>> <<goto "transportHub">> - <</link>> //Will cost ¤65000, will increase trade and slightly lower arcology's upkeep, but will affect security// + <</link>> //Will cost <<print cashFormat(65000)>>, will increase trade and slightly lower arcology's upkeep, but will affect security// <<else>> <br> The docks are fully upgraded. @@ -168,22 +168,22 @@ You quickly reach the transport hub, where a constant stream of vehicles, people <<set $cash -= 15000>> <<set $hubSecurity++>> <<goto "transportHub">> - <</link>> //Will cost ¤15000 and lower the transport hub security modifiers// + <</link>> //Will cost <<print cashFormat(15000)>> and lower the transport hub security modifiers// <<elseif $hubSecurity == 2>> <br> <<link "Establish a rapid response team">> <<set $cash -= 35000>> <<set $hubSecurity++>> <<goto "transportHub">> - <</link>> //Will cost ¤35000 and further lower the transport hub security modifiers// + <</link>> //Will cost <<print cashFormat(35000)>> and further lower the transport hub security modifiers// <<elseif $hubSecurity == 3>> <br> <<link "Add additional security drones to the structure">> <<set $cash -= 55000>> <<set $hubSecurity++>> <<goto "transportHub">> - <</link>> //Will cost ¤55000 and further lower the transport hub security modifiers// + <</link>> //Will cost <<print cashFormat(55000)>> and further lower the transport hub security modifiers// <<else>> <br> The hub security is fully upgraded -<</if>> \ No newline at end of file +<</if>> diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw index d6625980af5554e4670c26a0e79f22df817366d0..96d78768ea88bb678d80a62a4a3b269702a29186 100644 --- a/src/SecExp/weaponsManufacturing.tw +++ b/src/SecExp/weaponsManufacturing.tw @@ -200,7 +200,7 @@ __Upgrades__: <<set $cash -= 10000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤10000 and will increase the base attack value of the security drones.// + <br>//Will take _time weeks, cost <<print cashFormat(10000)>> and will increase the base attack value of the security drones.// <<elseif !$completedUpgrades.includes(-2) && $weapLab >= 2>> <<link "Develop adaptive armored frames">> <<set $currentUpgrade = { @@ -212,7 +212,7 @@ __Upgrades__: <<set $cash -= 10000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤10000 and will increase the base defense value of the security drones.// + <br>//Will take _time weeks, cost <<print cashFormat(10000)>> and will increase the base defense value of the security drones.// <<elseif !$completedUpgrades.includes(-3) && $weapLab >= 3>> <br> <<link "Develop advanced synthetic alloys">> @@ -225,7 +225,7 @@ __Upgrades__: <<set $cash -= 30000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤30000 and will increase the base hp value of the security drones.// + <br>//Will take _time weeks, cost <<print cashFormat(30000)>> and will increase the base hp value of the security drones.// <<elseif $secBotsBaseDefense <= 3 || $droneUpgrades >= 3>> Upgrade the research facility further to unlock more upgrades for the security drones. <<else>> @@ -246,7 +246,7 @@ __Upgrades__: <<set $cash -= 30000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤30000 and will increase the base attack value of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(30000)>> and will increase the base attack value of human troops.// <br> <</if>> <<if !$completedUpgrades.includes(1)>> @@ -260,7 +260,7 @@ __Upgrades__: <<set $cash -= 30000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤30000 and will increase the base defense value of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(30000)>> and will increase the base defense value of human troops.// <</if>> <<if !$completedUpgrades.includes(2) && $weapLab >= 2>> <br> @@ -274,7 +274,7 @@ __Upgrades__: <<set $cash -= 60000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤60000 and will increase the base hp value of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(60000)>> and will increase the base hp value of human troops.// <br> <</if>> <<if !$completedUpgrades.includes(3) && $weapLab >= 2>> @@ -288,7 +288,7 @@ __Upgrades__: <<set $cash -= 60000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤60000 and will increase the base morale value of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(60000)>> and will increase the base morale value of human troops.// <</if>> <<if !$completedUpgrades.includes(4) && $weapLab >= 3>> <br> @@ -302,7 +302,7 @@ __Upgrades__: <<set $cash -= 120000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤120000 and will increase the base attack and "defense" values of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(120000)>> and will increase the base attack and "defense" values of human troops.// <</if>> <<if !$completedUpgrades.includes(5) && $weapLab >= 3>> <br> @@ -316,7 +316,7 @@ __Upgrades__: <<set $cash -= 120000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤120000 and will increase the base hp and morale values of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(120000)>> and will increase the base hp and morale values of human troops.// <</if>> <br> <<if $securityForceCreate == 1>> @@ -345,7 +345,7 @@ __Upgrades__: <<set $cash -= 300000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤300000 and will increase the base morale and hp values of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(300000)>> and will increase the base morale and hp values of human troops.// <</if>> <<if !$completedUpgrades.includes(8) && $weapLab >= 3 && $SFSupportLevel >= 5>> <br> @@ -359,7 +359,7 @@ __Upgrades__: <<set $cash -= 1000000>> <<goto "weaponsManufacturing">> <</link>> - <br>//Will take _time weeks, cost ¤1000000 and will increase all base stats of human troops.// + <br>//Will take _time weeks, cost <<print cashFormat(1000000)>> and will increase all base stats of human troops.// <</if>> <</if>> <<if $securityForceCreate == 1 && ($humanUpgrade.attack >= 4 || $humanUpgrade.hp >= 4 || $humanUpgrade.morale >= 40 || $humanUpgrade.defense >= 4)>> @@ -452,4 +452,4 @@ __Upgrades__: <</if>> <</if>> <</for>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/cheats/mod_EditArcologyCheat.tw b/src/cheats/mod_EditArcologyCheat.tw index 8ff608dccf8e2e2937aa83d9c28d40a2c6d83d5b..bee1a26c9b28167a795977c5b6f460781e92f3a9 100644 --- a/src/cheats/mod_EditArcologyCheat.tw +++ b/src/cheats/mod_EditArcologyCheat.tw @@ -425,7 +425,7 @@ __Player Character__ <br> __''$arcologies[0].name''__ is your arcology. <br>You own: ''$arcologies[0].ownership%'' of the arcology <<textbox "$arcologies[0].ownership" $arcologies[0].ownership>> <br>Other minority ownership: ''$arcologies[0].minority%'' <<textbox "$arcologies[0].minority" $arcologies[0].minority>> -<br>$arcologies[0].name's GSP is @@.yellowgreen;¤<<print Math.trunc(0.1*$arcologies[0].prosperity)>>m@@. +<br>$arcologies[0].name's GSP is @@.yellowgreen;<<print cashFormat(Math.trunc(0.1*$arcologies[0].prosperity))>>m@@. <<if $arcologies.length > 1>> <<set _neighbors = $arcologies.length-1>> diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 8d1b1cf52aee668069716ec48c74f1eb793d953d..8d64057ec26fb66fb4f41f82cfe21a6c5f00297b 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -22,10 +22,10 @@ Choose a more particular entry below: Unfortunately, Twine doesn't have a solid tooltip system at the moment. So, a certain amount of confusion is to be expected. Sorry about that. Flip through the encyclopedia, or at least this gameplay section. It answers a lot of frequently asked questions, and if you read it you can save yourself the trouble of asking your frequently asked question on /d/ or the blog and getting told to read the encyclopedia. If you've still got questions, start a game and read what it says. The game is reasonably good about telling you what's happening to your slaves, and why. It bears repetition that almost all stat effects are called out with colored text. Try this opening strategy if you don't know where to start. It isn't an optimal build, but it works reliably and will show you the basics. <br><br> __Starting options__ -Start the game and select any of the world options; choose normal difficulty, since it's pretty forgiving and this opener will make good money. Build a completely male PC for your first game; it makes reputation maintenance much easier. Choose wealth for both your career and your rumored method of obtaining the arcology; the other options are fun but a full wealth build will set you up quickly to get started. Now, customize your starting slaves. For your first, make her as intelligent, educated, and old as possible. Make her Devoted, but save money by giving her flaws, an unknown fetish, and making her afraid of you. (These are easy to fix.) You can customize the rest of her as you wish, but try to keep her under ¤5000. Don't worry about skills, since with two of them you'll be able to rotate head girl duty so the other can learn skills. Commit her, base another slave off her, and commit that one too. Those are your head girls. Spend the rest of your money on prospects: slaves that are cheap now, but can be improved quickly. As long as you keep Devotion pretty high, low Trust can be fixed reliably. Unknown fetishes, emaciated or fat, flaws, deep voice, and poor skills are all good ways to drive prices down, and can all be fixed quickly. Virginities are a bad idea because they drive costs up and are easy to break. Education can take a while and will take slaves away from other jobs, so make them all educated for now, and keep their intelligence reasonably high. +Start the game and select any of the world options; choose normal difficulty, since it's pretty forgiving and this opener will make good money. Build a completely male PC for your first game; it makes reputation maintenance much easier. Choose wealth for both your career and your rumored method of obtaining the arcology; the other options are fun but a full wealth build will set you up quickly to get started. Now, customize your starting slaves. For your first, make her as intelligent, educated, and old as possible. Make her Devoted, but save money by giving her flaws, an unknown fetish, and making her afraid of you. (These are easy to fix.) You can customize the rest of her as you wish, but try to keep her under <<print cashFormat(5000)>>. Don't worry about skills, since with two of them you'll be able to rotate head girl duty so the other can learn skills. Commit her, base another slave off her, and commit that one too. Those are your head girls. Spend the rest of your money on prospects: slaves that are cheap now, but can be improved quickly. As long as you keep Devotion pretty high, low Trust can be fixed reliably. Unknown fetishes, emaciated or fat, flaws, deep voice, and poor skills are all good ways to drive prices down, and can all be fixed quickly. Virginities are a bad idea because they drive costs up and are easy to break. Education can take a while and will take slaves away from other jobs, so make them all educated for now, and keep their intelligence reasonably high. <br><br> __First turn__ -Assign one of your head girls to be Head Girl and make the other whore. Assign everyone else to whore. The rules assistant will speed things up a lot when you know the basics, but leave it off for now; it's easy to miss a lot of stuff if you set it up without a bit of experience. Go through your girls one by one and experiment with their options, but anyone who's @@.hotpink;Accepting@@ or better should get nice clothes, accessories, and living conditions; anyone who's not should not. When slaves tip over into @@.hotpink;Accepting,@@ switch them over from bedrolls and uncomfortable straps; until then, the good life is a waste of money and will spoil them. Give unhealthy slaves curatives, and give everyone hormones, since they're cheap and have good front end benefits. Get everyone working out or dieting to reach a basic fitness level and an attractive (not @@.red;red@@) weight. Sell the girl(s) your predecessor left behind for seed money, and choose the most profitable option; there are ways to maximize this, but worry about that later. Check out the arcology management menu. You should have the money to upgrade the security systems, build the head girl suite, and to buy the kitchen upgrade; this will make dieting work faster. Check out the slave market, and buy a single bargain slave: ¤2000 is good. Put her in the head girl suite: if she won't go, abuse her until she will. Open the personal attention menu, and fix your head girl's flaws; softening is powerful but it takes longer and we're focusing on the basics. ''Save the game'' and end the turn. +Assign one of your head girls to be Head Girl and make the other whore. Assign everyone else to whore. The rules assistant will speed things up a lot when you know the basics, but leave it off for now; it's easy to miss a lot of stuff if you set it up without a bit of experience. Go through your girls one by one and experiment with their options, but anyone who's @@.hotpink;Accepting@@ or better should get nice clothes, accessories, and living conditions; anyone who's not should not. When slaves tip over into @@.hotpink;Accepting,@@ switch them over from bedrolls and uncomfortable straps; until then, the good life is a waste of money and will spoil them. Give unhealthy slaves curatives, and give everyone hormones, since they're cheap and have good front end benefits. Get everyone working out or dieting to reach a basic fitness level and an attractive (not @@.red;red@@) weight. Sell the girl(s) your predecessor left behind for seed money, and choose the most profitable option; there are ways to maximize this, but worry about that later. Check out the arcology management menu. You should have the money to upgrade the security systems, build the head girl suite, and to buy the kitchen upgrade; this will make dieting work faster. Check out the slave market, and buy a single bargain slave: <<print cashFormat(2000)>> is good. Put her in the head girl suite: if she won't go, abuse her until she will. Open the personal attention menu, and fix your head girl's flaws; softening is powerful but it takes longer and we're focusing on the basics. ''Save the game'' and end the turn. <br><br> __The end turn report__ Read this, and note all the colored text. Pay particular attention to @@.red;red,@@ @@.gold;gold,@@ or @@.mediumorchid;orchid@@ text; these are generally bad. Being a slave whore is a hard life, and some trouble is inevitable. But take particular note of things like slaves losing health, becoming fearful, or hating you due to their rules, living conditions, or other slaves - these things you can control. Reload your save and fiddle around with the options to address these areas. (The head girl's girl may have a rough time; you can't affect that.) Since your head girl has her own slave to help her around the house, she'll work with two of your slaves. @@ -34,7 +34,7 @@ __Economics and events__ The economics report offers some flavor, but you should leave the options it offers alone until you've got some spare cash. An event or two will follow; feel free to reload the page on each (F5 on most browsers) to see what the different options do. Generally, try to pick options that give you money and improve devotion. Trust and reputation can wait. <br><br> __Moving forward__ -Hopefully, many of your slaves learned skills during their week of whoring. Three levels of skill (@@.cyan;Veteran Whore@@ or @@.cyan;W+++@@ for example) is the maximum, though slaves without vaginas will only acquire two complete levels of sexual skills. As you move through the first ten weeks or so, many of your slaves will max out their whoring and sexual skills. When they do, switch them over to public service until they achieve maximum entertainment skill, and then put them back on whoring, since cross training will improve their whoring performance. When your head girl alternate has maxed skills, make her the head girl and train up the MILF she replaced. Switch your personal attention around; for now, fix the Quirks of the most devoted slave who has any, since that's the best way to maximize your chances of success each turn. Pay attention to your cash flow. If it's positive and you have a decent buffer of ¤10000 or so built up, wait for the slave market prices to naturally dip, and then purchase a girl or two to work on once your starting stable is well trained, though you may have to confine or rest new purchases for a while if they're rebellious or sick. If you get a virgin, consider applying chastity to preserve value for resale. When prices are high, consider selling anyone who's free of flaws and has a discovered sexual fetish, since this maximizes value bonuses. Within ten turns, you should be making decent weekly profit, with resale of slaves building up your bank when prices favor sale. Once you're confident of the whoring mechanics, consider building a brothel. Your alternate head girl will make a good madam. +Hopefully, many of your slaves learned skills during their week of whoring. Three levels of skill (@@.cyan;Veteran Whore@@ or @@.cyan;W+++@@ for example) is the maximum, though slaves without vaginas will only acquire two complete levels of sexual skills. As you move through the first ten weeks or so, many of your slaves will max out their whoring and sexual skills. When they do, switch them over to public service until they achieve maximum entertainment skill, and then put them back on whoring, since cross training will improve their whoring performance. When your head girl alternate has maxed skills, make her the head girl and train up the MILF she replaced. Switch your personal attention around; for now, fix the Quirks of the most devoted slave who has any, since that's the best way to maximize your chances of success each turn. Pay attention to your cash flow. If it's positive and you have a decent buffer of <<print cashFormat(10000)>> or so built up, wait for the slave market prices to naturally dip, and then purchase a girl or two to work on once your starting stable is well trained, though you may have to confine or rest new purchases for a while if they're rebellious or sick. If you get a virgin, consider applying chastity to preserve value for resale. When prices are high, consider selling anyone who's free of flaws and has a discovered sexual fetish, since this maximizes value bonuses. Within ten turns, you should be making decent weekly profit, with resale of slaves building up your bank when prices favor sale. Once you're confident of the whoring mechanics, consider building a brothel. Your alternate head girl will make a good madam. <<case "How to Play">> @@ -239,11 +239,11 @@ Finally, there are events that can result in the player being offered the chance <<case "Costs Summary">> -Aphrodisiacs are cheap and cost ¤<<print $drugsCost>> weekly; curatives are expensive and cost ¤<<print ($drugsCost*3)>> weekly; while all other drug regimes cost ¤<<print ($drugsCost*2)>>. Standard hormone regimens cost <<print Math.trunc($drugsCost*1*0.5)>> while intensive hormone treatment costs <<print Math.trunc($drugsCost*2*0.5)>>. Contraceptives cost <<print Math.trunc($drugsCost*0.5)>>. +Aphrodisiacs are cheap and cost <<print cashFormat($drugsCost)>> weekly; curatives are expensive and cost <<print cashFormat(($drugsCost*3))>> weekly; while all other drug regimes cost <<print cashFormat(($drugsCost*2))>>. Standard hormone regimens cost <<print Math.trunc($drugsCost*1*0.5)>> while intensive hormone treatment costs <<print Math.trunc($drugsCost*2*0.5)>>. Contraceptives cost <<print Math.trunc($drugsCost*0.5)>>. <br><br> -Slaves on spare living standards are fed a bland diet and obliged to sleep on bedrolls. Keeping a slave under restrictive rules costs ¤<<print $rulesCost>> weekly. +Slaves on spare living standards are fed a bland diet and obliged to sleep on bedrolls. Keeping a slave under restrictive rules costs <<print cashFormat($rulesCost)>> weekly. <br><br> -Slaves enjoying luxurious living standards on the other hand are fed a tasty diet and permitted to sleep in comfortable beds, and are generally pampered. The increased luxury of permissive rules costs ¤<<print ($rulesCost*3)>> weekly. +Slaves enjoying luxurious living standards on the other hand are fed a tasty diet and permitted to sleep in comfortable beds, and are generally pampered. The increased luxury of permissive rules costs <<print cashFormat(($rulesCost*3))>> weekly. <br><br> Some arcology upgrades may have associated upkeep costs as well. @@ -1498,7 +1498,7 @@ The wardrobe has two functions: First, individual slaves can be selected and the <<case "The Auto Salon">> -//Your auto salon is similar to the studio and the remote surgery, but is far less intimidating. It is set up like a single seat from an old world beauty salon, except that a series of manipulators descend from the ceiling towards the chair. It can perform any of the usual cosmetic services. The only special capability it has is to automatically color coordinate nails and makeup with a slave's hair. It is fashionable to apply color schemes to slaves, and this function will make following the trend easy. Your salon will cost ¤$modCost per use. These procedures are not especially invasive, and you can perform as many of them as you wish during a single week without fear for your slave's health.// +//Your auto salon is similar to the studio and the remote surgery, but is far less intimidating. It is set up like a single seat from an old world beauty salon, except that a series of manipulators descend from the ceiling towards the chair. It can perform any of the usual cosmetic services. The only special capability it has is to automatically color coordinate nails and makeup with a slave's hair. It is fashionable to apply color schemes to slaves, and this function will make following the trend easy. Your salon will cost <<print cashFormat($modCost)>> per use. These procedures are not especially invasive, and you can perform as many of them as you wish during a single week without fear for your slave's health.// <br><br> The auto salon is mostly available for the player's experimentation. Some combinations of cosmetic options can have minor effects on some assignments and events, but these are very marginal. Slaves' appearances will differ in many scenes and events based on the player's cosmetic choices, but these details are for flavor only. As usual, gameplay effects are usually called out in explicit colored text; if they aren't, no major gameplay effects are happening. @@ -1508,7 +1508,7 @@ The auto salon is mostly available for the player's experimentation. Some combin <br><br> There are remote surgical and tattoo implements if you wish to hire an artist to do the work for you, but there are also sophisticated piercing and tattoo implements that can help you plan and apply the work yourself. Select a body part and a desired modification, and they'll do the rest. <br><br> -Your equipment will cost ¤<<print $modCost>> per use. These procedures are not especially invasive, and you can perform as many of them as you wish during a single week without fear for your slave's health.// +Your equipment will cost <<print cashFormat($modCost)>> per use. These procedures are not especially invasive, and you can perform as many of them as you wish during a single week without fear for your slave's health.// <<case "The Remote Surgery">> @@ -1518,7 +1518,7 @@ To use your remote surgery, simply strap a slave to the operating table and purc <br><br> -- Owner's Manual, Remote Surgical Unit model 'Caduceus' <br><br> -//It will cost ¤$surgeryCost to purchase a doctor's telepresence and keep the equipment charged with the necessary materials. These procedures are invasive and will reduce a slave's health. Use drugs or rest to counteract this.// +//It will cost <<print cashFormat($surgeryCost)>> to purchase a doctor's telepresence and keep the equipment charged with the necessary materials. These procedures are invasive and will reduce a slave's health. Use drugs or rest to counteract this.// <<case "The Pharmaceutical Fab.">> diff --git a/src/interaction/researchLab.tw b/src/interaction/researchLab.tw index ac8edaf0ba4ac07afaac843d89a685d03baaa6f8..1e5938c963712a03d98b86c4c181a1e5612e688e 100644 --- a/src/interaction/researchLab.tw +++ b/src/interaction/researchLab.tw @@ -16,7 +16,7 @@ <br> <<if $researchLab.aiModule == 1>> - [[Buy and install research module|Research Lab][$cash -= 35000, $researchLab.aiModule = 2]] //This module enables your assistant to assist staff and direct menials assigned to your research facility, increasing efficiency. It costs ¤35000//<br> + [[Buy and install research module|Research Lab][$cash -= 35000, $researchLab.aiModule = 2]] //This module enables your assistant to assist staff and direct menials assigned to your research facility, increasing efficiency. It costs <<print cashFormat(35000)>>//<br> <</if>> <<if ($researchLab.hired + $researchLab.menials) == 0>> //Facility is currently unstaffed.// @@ -42,19 +42,19 @@ Currently, this facility can employ $researchLab.maxSpace people. <<if $researchLab.maxSpace == 5>> [[Expand facility|Research Lab][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $researchLab.maxSpace = 10]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<elseif $researchLab.maxSpace == 10>> [[Expand facility|Research Lab][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $researchLab.maxSpace = 20]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<elseif $researchLab.maxSpace == 20>> [[Expand facility|Research Lab][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $researchLab.maxSpace = 30]] - //Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>// <<elseif $researchLab.maxSpace == 30>> [[Expand facility|Research Lab][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $researchLab.maxSpace = 40]] - //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// <<elseif $researchLab.maxSpace == 40>> [[Expand facility|Research Lab][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $researchLab.maxSpace = 50]] - //Costs ¤<<print Math.trunc(25000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>// <<elseif $researchLab.maxSpace == 50>> //Facility is fully expanded.// <</if>> @@ -71,7 +71,7 @@ | [[x10|Research Lab][$researchLab.hired += 10,$cash -= 50000]] <</if>> scientists.<br> - //Each scientist will require an initial fee of ¤5000 and incur ¤300 weekly.// + //Each scientist will require an initial fee of <<print cashFormat(5000)>> and incur <<print cashFormat(300)>> weekly.// <br> <<if $helots > 0>> Assign [[x1|Research Lab][$researchLab.menials += 1,$helots -= 1]] @@ -84,7 +84,7 @@ menial slaves to lab.<br> <<else>>You do not own any <<if $researchLab.menials != 0>>unassigned <</if>>menial slaves.<br> <</if>> - //Using menial slaves is much cheaper than hiring scientists, but they are less effective. ¤100 per slave each week.//<br> + //Using menial slaves is much cheaper than hiring scientists, but they are less effective. <<print cashFormat(100)>> per slave each week.//<br> <<else>> //Facility is fully staffed.// <</if>> @@ -186,7 +186,7 @@ [[Build ocular implants|Research Lab][$researchLab.productionTime = 80,$researchLab.manufacture = "Ocular implants"]] // Currently have: $stockpile.ocularImplant// <</if>> <<if $researchLab.erectileImplant == 1>><br> - [[Build Erectile implant|Research Lab][$researchLab.productionTime = 50,$researchLab.manufacture = "Erectile implant"]] // Costs ¤25000. Currently have: $stockpile.erectileImplant// + [[Build Erectile implant|Research Lab][$researchLab.productionTime = 50,$researchLab.manufacture = "Erectile implant"]] // Costs <<print cashFormat(25000)>>. Currently have: $stockpile.erectileImplant// <</if>> <</if>> @@ -197,39 +197,39 @@ //You contact representative of one of the larger cybernetics companies and inquired about their products.<br> This is what they have to offer://<br><br> __Hardware__<br> - [[Basic prosthetics interface|Research Lab][$temp = 1, $cash -= 25000, $stockpile.basicPLimbInterface += 1]] //Costs ¤25000. Currently have: $stockpile.basicPLimbInterface//<br> - [[Advanced prosthetics interface|Research Lab][$temp = 1, $cash -= 60000, $stockpile.advPLimbInterface += 1]] //Costs ¤60000. Currently have: $stockpile.advPLimbInterface//<br> - [[Basic prosthetic limbs|Research Lab][$temp = 1, $cash -= 15000, $stockpile.basicPLimb += 1]] //Costs ¤15000. Currently have: $stockpile.basicPLimb//<br> - [[Advanced sex limbs|Research Lab][$temp = 1, $cash -= 30000, $stockpile.advSexPLimb += 1]] //Costs ¤30000. Currently have: $stockpile.advSexPLimb//<br> - [[Advanced beauty limbs|Research Lab][$temp = 1, $cash -= 30000, $stockpile.advGracePLimb += 1]] //Costs ¤30000. Currently have: $stockpile.advGracePLimb//<br> - [[Advanced combat limbs|Research Lab][$temp = 1, $cash -= 30000, $stockpile.advCombatPLimb += 1]] //Costs ¤30000. Currently have: $stockpile.advCombatPLimb//<br> - [[Ocular implants|Research Lab][$temp = 1, $cash -= 35000, $stockpile.ocularImplant += 1]] //Costs ¤35000. Currently have: $stockpile.ocularImplant//<br> - /*[[Erectile implant|Research Lab][$temp = 1, $cash -= 25000, $stockpile.erectileImplant += 1]] //Costs ¤25000. Currently have: $stockpile.erectileImplant//*/ + [[Basic prosthetics interface|Research Lab][$temp = 1, $cash -= 25000, $stockpile.basicPLimbInterface += 1]] //Costs <<print cashFormat(25000)>>. Currently have: $stockpile.basicPLimbInterface//<br> + [[Advanced prosthetics interface|Research Lab][$temp = 1, $cash -= 60000, $stockpile.advPLimbInterface += 1]] //Costs <<print cashFormat(60000)>>. Currently have: $stockpile.advPLimbInterface//<br> + [[Basic prosthetic limbs|Research Lab][$temp = 1, $cash -= 15000, $stockpile.basicPLimb += 1]] //Costs <<print cashFormat(15000)>>. Currently have: $stockpile.basicPLimb//<br> + [[Advanced sex limbs|Research Lab][$temp = 1, $cash -= 30000, $stockpile.advSexPLimb += 1]] //Costs <<print cashFormat(30000)>>. Currently have: $stockpile.advSexPLimb//<br> + [[Advanced beauty limbs|Research Lab][$temp = 1, $cash -= 30000, $stockpile.advGracePLimb += 1]] //Costs <<print cashFormat(30000)>>. Currently have: $stockpile.advGracePLimb//<br> + [[Advanced combat limbs|Research Lab][$temp = 1, $cash -= 30000, $stockpile.advCombatPLimb += 1]] //Costs <<print cashFormat(30000)>>. Currently have: $stockpile.advCombatPLimb//<br> + [[Ocular implants|Research Lab][$temp = 1, $cash -= 35000, $stockpile.ocularImplant += 1]] //Costs <<print cashFormat(35000)>>. Currently have: $stockpile.ocularImplant//<br> + /*[[Erectile implant|Research Lab][$temp = 1, $cash -= 25000, $stockpile.erectileImplant += 1]] //Costs <<print cashFormat(25000)>>. Currently have: $stockpile.erectileImplant//*/ <br><br>__Schematics__<br> <<if $researchLab.basicPLimbInterface != 1 && $researchLab.research != "Basic prosthetics interface">> - [[Basic prosthetics interface|Research Lab][$temp = 1, $cash -= 85000, $researchLab.basicPLimbInterface = 1]] //Costs ¤85000.//<br> + [[Basic prosthetics interface|Research Lab][$temp = 1, $cash -= 85000, $researchLab.basicPLimbInterface = 1]] //Costs <<print cashFormat(85000)>>.//<br> <</if>> <<if $researchLab.advPLimbInterface != 1 && $researchLab.research != "Advanced prosthetics interface">> - [[Advanced prosthetics interface|Research Lab][$temp = 1, $cash -= 260000, $researchLab.advPLimbInterface = 1]] //Costs ¤260000.//<br> + [[Advanced prosthetics interface|Research Lab][$temp = 1, $cash -= 260000, $researchLab.advPLimbInterface = 1]] //Costs <<print cashFormat(260000)>>.//<br> <</if>> <<if $researchLab.basicPLimb != 1 && $researchLab.research != "Basic prosthetic limbs">> - [[Basic prosthetic limbs|Research Lab][$temp = 1, $cash -= 60000, $researchLab.basicPLimb = 1]] //Costs ¤60000.//<br> + [[Basic prosthetic limbs|Research Lab][$temp = 1, $cash -= 60000, $researchLab.basicPLimb = 1]] //Costs <<print cashFormat(60000)>>.//<br> <</if>> <<if $researchLab.advSexPLimb != 1 && $researchLab.research != "Advanced sex limbs">> - [[Advanced sex limbs|Research Lab][$temp = 1, $cash -= 120000, $researchLab.advSexPLimb = 1]] //Costs ¤120000.//<br> + [[Advanced sex limbs|Research Lab][$temp = 1, $cash -= 120000, $researchLab.advSexPLimb = 1]] //Costs <<print cashFormat(120000)>>.//<br> <</if>> <<if $researchLab.advGracePLimb != 1 && $researchLab.research != "Advanced beauty limbs">> - [[Advanced beauty limbs|Research Lab][$temp = 1, $cash -= 120000, $researchLab.advGracePLimb = 1]] //Costs ¤120000.//<br> + [[Advanced beauty limbs|Research Lab][$temp = 1, $cash -= 120000, $researchLab.advGracePLimb = 1]] //Costs <<print cashFormat(120000)>>.//<br> <</if>> <<if $researchLab.advCombatPLimb != 1 && $researchLab.research != "Advanced combat limbs">> - [[Advanced combat limbs|Research Lab][$temp = 1, $cash -= 120000, $researchLab.advCombatPLimb = 1]] //Costs ¤120000.//<br> + [[Advanced combat limbs|Research Lab][$temp = 1, $cash -= 120000, $researchLab.advCombatPLimb = 1]] //Costs <<print cashFormat(120000)>>.//<br> <</if>> <<if $researchLab.ocularImplant != 1 && $researchLab.research != "Ocular implants">> - [[Ocular implants|Research Lab][$temp = 1, $cash -= 160000, $researchLab.ocularImplant = 1]] //Costs ¤160000.//<br> + [[Ocular implants|Research Lab][$temp = 1, $cash -= 160000, $researchLab.ocularImplant = 1]] //Costs <<print cashFormat(160000)>>.//<br> <</if>> /*<<if $researchLab.erectileImplant != 1 && $researchLab.research != "Erectile implant">> - [[Erectile implant|Research Lab][$temp = 1, $cash -= 95000, $researchLab.erectileImplant = 1]] //Costs ¤95000.// + [[Erectile implant|Research Lab][$temp = 1, $cash -= 95000, $researchLab.erectileImplant = 1]] //Costs <<print cashFormat(95000)>>.// <</if>>*/ diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw index 3941d4d3cf05a32a704c4073367d33464046fb36..54124b465b23970279cd8f5b945d111e4dad3662 100644 --- a/src/npc/acquisition.tw +++ b/src/npc/acquisition.tw @@ -600,7 +600,7 @@ The previous owner seems to have left in something of a hurry. <</for>> <</if>> <<if _valueOwed-_valueGiven > 0>> - There are some valuables present, worth ¤<<print _valueOwed-_valueGiven>>. + There are some valuables present, worth <<print cashFormat(_valueOwed-_valueGiven)>>. <<set $cash += _valueOwed-_valueGiven>> <</if>> // diff --git a/src/npc/startingGirls/commitStartingGirl.tw b/src/npc/startingGirls/commitStartingGirl.tw index 987c0c92e39d68d4d3f76d1f2a8e8f324a683ce7..397639917f86e2080e814faeddf808507c7ce11a 100644 --- a/src/npc/startingGirls/commitStartingGirl.tw +++ b/src/npc/startingGirls/commitStartingGirl.tw @@ -24,7 +24,7 @@ <<set $hostage = $slaveWithoutBonuses, $hostageCost = $slaveCost, $hostageAnnounced = -1>> <</if>> -<<SlaveFullName $activeSlave>> has been added to your starting stable of slaves. You now have ¤$cash remaining. +<<SlaveFullName $activeSlave>> has been added to your starting stable of slaves. You now have <<print cashFormat($cash)>> remaining. <br> <<if $cash >= $minimumSlaveCost>> <br> diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index dcb092271d1bdce83a04ed78dcdd5905c06ff16f..1fa1ca1a670cf41445faaf0bcee29374936dad4a 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -1,7 +1,7 @@ :: Starting Girls [nobr] <<if $showStartingGirlsExplanation == 1>> - You're no stranger to the Free Cities, which means you're no stranger to slavery. If you wish, you can bring slaves from your past life with you to your arcology. You have ¤$cash; you can spend it on slaves here, or bring it with you to start the game. Slaves created here will be much cheaper than if they were purchased on the market. + You're no stranger to the Free Cities, which means you're no stranger to slavery. If you wish, you can bring slaves from your past life with you to your arcology. You have <<print cashFormat($cash)>>; you can spend it on slaves here, or bring it with you to start the game. Slaves created here will be much cheaper than if they were purchased on the market. <<if ($PC.dick == 1) && ($PC.vagina == 1) && ($seeDicks != 0 || $makeDicks == 1)>> Since you have both a penis and a vagina yourself, you've obviously had access to a source of advanced surgery and organ farming. @@.springgreen;Slaves get a smaller cost increase here for having both penises and vaginas, and for having both testicles and ovaries.@@ <</if>> @@ -11,7 +11,7 @@ You have $slaves.length slaves already committed. <</if>> <<else>> - You have ¤$cash remaining and have + You have <<print cashFormat($cash)>> remaining and have <<if $slaves.length == 1>> one slave already committed. <<elseif $slaves.length > 1>> diff --git a/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterDelivery.tw b/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterDelivery.tw index 44626393ba898883a856f74e85a6a180495ecf08..bb68baba1c755ebffc64102c3ada5c335ffe9de6 100644 --- a/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterDelivery.tw +++ b/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterDelivery.tw @@ -148,7 +148,7 @@ A slave dealer has submitted a slave to satisfy the order you posted. <br><br> -Her price is ¤<<print $slaveCost>>. +Her price is <<print cashFormat($slaveCost)>>. <br><br> diff --git a/src/pregmod/SecForceEX/SpecialForceUpgradeOptions.tw b/src/pregmod/SecForceEX/SpecialForceUpgradeOptions.tw index 87898970d6f29320af015eafe547d420ed1839c3..d2f4f96b3b687a871d6cfa8c69585fdfbaf6bda0 100644 --- a/src/pregmod/SecForceEX/SpecialForceUpgradeOptions.tw +++ b/src/pregmod/SecForceEX/SpecialForceUpgradeOptions.tw @@ -11,7 +11,7 @@ "Sure, boss." she says, nodding. "Expanding the facilities here should help us support more cool shit." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceArcologyUpgrades++, $cash -= 100000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 100000*$Env>> // + <</link>> // Costs <<print cashFormat(100000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades < _BarracksMax && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5>> <<if $securityForceArcologyUpgrades == 5>> <<set _arcCost = 15000000>> @@ -41,21 +41,21 @@ "Sure, boss." she says, nodding. "Expanding the facilities here should help us support more cool shit." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceArcologyUpgrades++, $cash -= _arcCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _arcCost*$Env>> // + <</link>> // Costs <<print cashFormat(_arcCost*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades == 12 && _Armoury >= 11 && _StimulantLab >= 7 && $securityForceVehiclePower >= 7 && $securityForceAircraftPower >= 8 && $securityForceSpacePlanePower >= 11 && $securityForceFortressZeppelin >= 3 && $securityForceAC130 >= 5 && _DroneBay >= 6 && $securityForceSatellitePower >= 16>> <br><<link "Barracks">> <<replace "#resultX">><br><br> "Sure, boss." she says, nodding. "Expanding the facilities here should help us support more cool shit." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceArcologyUpgrades++, $cash -= _arcCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _arcCost*$Env>> // + <</link>> // Costs <<print cashFormat(_arcCost*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades == 13>> <br><<link "Barracks">> <<replace "#resultX">><br><br> "Sure, boss." she says, nodding. "Expanding the facilities here should help us support more cool shit." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceArcologyUpgrades++, $cash -= _arcCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _arcCost*$Env>> // + <</link>> // Costs <<print cashFormat(_arcCost*$Env)>> // <</if>> <<if _Barracks == 5 || _Barracks == _BarracksMax>> <br>//$securityForceName has fully upgraded the barracks to support it's activities// @@ -67,7 +67,7 @@ "Sure, boss." she says, nodding. "Creating a specialised area for any slaves you send to assist us will benefical to everyone." <<set $securityForceUpgradeToken = 1, $FacilitySupport++, $cash -= Math.trunc(150000000*(Math.max(0.99,$SFAO)/10)*$Env)>> <</replace>> - <</link>> // Costs ¤<<print Math.trunc(150000000*(Math.max(0.99,$SFAO)/10)*$Env)>> // + <</link>> // Costs <<print cashFormat(Math.trunc(150000000*(Math.max(0.99,$SFAO)/10)*$Env))>> // <</if>> <<if $securityForceUpgradeToken == 0 && _Armoury < 5>> @@ -76,14 +76,14 @@ "Sure, boss." she says, nodding. "The boys'll like having some new guns and armour to help them out there." She laughs. "Don't think the poor bastards they'll be shooting will thank you though." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceInfantryPower++, $cash -= 40000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 40000*$Env>> // + <</link>> // Costs <<print cashFormat(40000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && _Armoury >= 5 && _Armoury < _ArmouryMax && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5>> <br><<link "Armoury">> <<replace "#resultX">><br><br> "Sure, boss." she says, nodding. "The boys'll like having some new guns and armour to help them out there." She laughs. "Don't think the poor bastards they'll be shooting will thank you though." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceInfantryPower++, $cash -= 4500000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 4500000*$Env>> // + <</link>> // Costs <<print cashFormat(4500000*$Env)>> // <</if>> <<if _Armoury == 5 || _Armoury == _ArmouryMax>> <br>//$securityForceName has fully upgraded the armoury to support it's activities.// @@ -95,7 +95,7 @@ "Sure, boss." she says, nodding. "The boys are going to like hearing that they'll be getting new stims. Some of them can't get enough." She laughs, sweeping her arm at a corner of the throne, where dozens of empty stimulant injectors are piled. "I might be one of them. Either way, the fucks out there aren't going to like us once we're on the new juice." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceStimulantPower++, $cash -= 40000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 40000*$Env>> // + <</link>> // Costs <<print cashFormat(40000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && _StimulantLab > 5 && _StimulantLab < _StimulantLabMax && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5>> <<if _StimulantLab == 6>> <<set _drugCost = 2265000>> @@ -109,14 +109,14 @@ "Sure, boss." she says, nodding. "The boys are going to like hearing that they'll be getting new stims. Some of them can't get enough." She laughs, sweeping her arm at a corner of the throne, where dozens of empty stimulant injectors are piled. "I might be one of them. Either way, the fucks out there aren't going to like us once we're on the new juice." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceStimulantPower++, $cash -= _drugCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _drugCost*$Env>> // + <</link>> // Costs <<print cashFormat(_drugCost*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && _StimulantLab == 7 && _Armoury >= 11 && $securityForceVehiclePower >= 7 && $securityForceAircraftPower >= 8 && $securityForceSpacePlanePower >= 11 && $securityForceFortressZeppelin >= 3 && $securityForceAC130 >= 5 && _DroneBay >= 6 && $securityForceSatellitePower >= 16 && _Barracks >= 13>> <br><<link "Stimulant Lab">> <<replace "#resultX">><br><br> "Sure, boss." she says, nodding. "The boys are going to like hearing that they'll be getting new stims. Some of them can't get enough." She laughs, sweeping her arm at a corner of the throne, where dozens of empty stimulant injectors are piled. "I might be one of them. Either way, the fucks out there aren't going to like us once we're on the new juice." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceStimulantPower++, $cash -= _drugCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _drugCost*$Env>> // + <</link>> // Costs <<print cashFormat(_drugCost*$Env)>> // <</if>> <<if _StimulantLab == 5 || _StimulantLab == _StimulantLabMax>> <br>//$securityForceName has fully upgraded the stimulant lab to support it's activities.// @@ -137,7 +137,7 @@ "Sure, boss." she says, nodding. "Some new wheels should help a lot." She laughs. "The scum out there don't seem to like it when we roll up on them in something better than their piece of shit junkers." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceVehiclePower++, $cash -= 60000*$Env>> <</replace>> - <</link>>// Costs ¤<<print 60000*$Env>> // + <</link>>// Costs <<print cashFormat(60000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceVehiclePower < _LightAndMediumVehiclesMax && _Barracks >= 5 && $securityForceAircraftPower >= 5 && _DroneBay >= 5 && _StimulantLab >= 5 && _Armoury >= 5>> <<if $securityForceVehiclePower < 6>> <<set _vehCost = 2500000>> @@ -149,7 +149,7 @@ "Sure, boss." she says, nodding. "Some new wheels should help a lot." She laughs. "The scum out there don't seem to like it when we roll up on them in something better than their piece of shit junkers." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceVehiclePower++, $cash -= _vehCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _vehCost*$Env>> // + <</link>> // Costs <<print cashFormat(_vehCost*$Env)>> // <</if>> <<if $securityForceVehiclePower == 5 || $securityForceVehiclePower == _LightAndMediumVehiclesMax >> <br>//$securityForceName has fully upgraded the vehicle fleet to support it's activities.// @@ -163,7 +163,7 @@ "Sure, boss." she says, nodding. "A heavy battle tank should help a lot." She laughs. "The scum out there don't seem to like it when we roll up on them in something better than their piece of shit junkers." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceHeavyBattleTank++, $cash -= 60000000*$Env>> <</replace>> - <</link>>// Costs ¤<<print 60000000*$Env>> // + <</link>>// Costs <<print cashFormat(60000000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceHeavyBattleTank >= 1 && $securityForceHeavyBattleTank < _HeavyBattleTankMax>> <<if $securityForceHeavyBattleTank < 2>> <<set _hbtCost = 75000000>> @@ -175,7 +175,7 @@ "Sure, boss." she says, nodding. "Upgrading the heavy battle tank should help a lot." She laughs. "The scum out there don't seem to like it when we roll up on them in something better than their piece of shit junkers." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceHeavyBattleTank++, $cash -= _hbtCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _hbtCost*$Env>> // + <</link>> // Costs <<print cashFormat(_hbtCost*$Env)>> // <</if>> <<if $securityForceHeavyBattleTank == _HeavyBattleTankMax>> <br>//$securityForceName has fully upgraded the heavy battle tank to support it's activities.// @@ -202,7 +202,7 @@ "Sure, boss." she says, nodding. "Some new VTOLs would be great." She laughs. "They're the real multiplier over the scum out there. Not much a looter gang can do against air support." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceAircraftPower++, $cash -= 70000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 70000*$Env>> // + <</link>> // Costs <<print cashFormat(70000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceAircraftPower < _AircraftMax && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5>> <<if $securityForceAircraftPower == 5>> <<set _airCost = 2750000>> @@ -220,7 +220,7 @@ "Sure, boss." she says, nodding. "Some new VTOLs would be great." She laughs. "They're the real multiplier over the scum out there. Not much a looter gang can do against air support." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceAircraftPower++, $cash -= _airCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _airCost*$Env>> // + <</link>> // Costs <<print cashFormat( _airCost*$Env)>> // <</if>> <<if $securityForceAircraftPower == 5 || $securityForceAircraftPower == _AircraftMax>> <br>//$securityForceName has fully upgraded the air fleet to support it's activities.// @@ -234,7 +234,7 @@ "Sure, boss." she says, nodding. "A orbital plane should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceSpacePlanePower++, $cash -= 4750000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 4750000*$Env>> // + <</link>> // Costs <<print cashFormat(4750000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceSpacePlanePower >= 1 && $securityForceSpacePlanePower < _SpacePlaneMax>> <<if $securityForceSpacePlanePower < 4>> <<set _spCost = 50000000>> @@ -258,7 +258,7 @@ "Sure, boss." she says, nodding. "Upgrading the orbital plane should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceSpacePlanePower++, $cash -= _spCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _spCost*$Env>> // + <</link>> // Costs <<print cashFormat( _spCost*$Env)>> // <</if>> <<if $securityForceSpacePlanePower == _SpacePlaneMax>> <br>//$securityForceName has fully upgraded the space plane to support it's activities.// @@ -269,14 +269,14 @@ <<replace "#resultY">><br><br> "Sure, boss." she says, nodding. "A fortress zeppelin would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceFortressZeppelin++, $cash -= 30000000*$Env>> - <</replace>><</link>> // Costs ¤<<print 30000000*$Env>> // + <</replace>><</link>> // Costs <<print cashFormat(30000000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceFortressZeppelin >= 1 && $securityForceFortressZeppelin < _FortressZeppelinMax>> <<link "Fortress zeppelin">> <<replace "#resultY">><br><br> "Sure, boss." she says, nodding. "Upgrading the Fortress Zeppelin, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceFortressZeppelin++, $cash -= 20000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 20000000*$Env>> // + <</link>> // Costs <<print cashFormat( 20000000*$Env)>> // <</if>> <<if $securityForceFortressZeppelin == _FortressZeppelinMax>> <br>//$securityForceName has fully upgraded the fortress zeppelin to support it's activities.// @@ -288,14 +288,14 @@ "Sure, boss." she says, nodding. "An AC-130 would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceAC130++, $cash -= 35000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 35000000*$Env>> // + <</link>> // Costs <<print cashFormat(35000000*$Env)>> // <<elseif $securityForceAC130 > 1 && $securityForceAC130 < _AC130Max>> <br><<link "AC-130">> <<replace "#resultY">><br><br> "Sure, boss." she says, nodding. "Upgrading the AC-130, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceAC130++, $cash -= 25000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 25000000*$Env>> // + <</link>> // Costs <<print cashFormat(25000000*$Env)>> // <</if>> <<if $securityForceAC130 == _AC130Max>> <br>//$securityForceName has fully upgraded the AC-130 to support it's activities.// @@ -306,14 +306,14 @@ <<replace "#resultY">><br><br> "Sure, boss." she says, nodding. "A heavy transport would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceHeavyTransport++, $cash -= 40000000*$Env>> - <</replace>><</link>> // Costs ¤<<print 40000000*$Env>> // + <</replace>><</link>> // Costs <<print cashFormat(40000000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceHeavyTransport >= 1 && $securityForceHeavyTransport < _heavyTransportMax>> <br><<link "Heavy transport">> <<replace "#resultY">><br><br> "Sure, boss." she says, nodding. "Upgrading the heavy transport, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceHeavyTransport++, $cash -= 30000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 30000000*$Env>> // + <</link>> // Costs <<print cashFormat( 30000000*$Env)>> // <</if>> <<if $securityForceHeavyTransport == _heavyTransportMax>> <br>//$securityForceName has fully upgraded the heavy transport to support it's activities.// @@ -331,14 +331,14 @@ "Sure, boss." she says, nodding. "Some new drones would be nice." She laughs. "The poor bastards out there shit themselves when they see combat drones fly over the horizon." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceDronePower++, $cash -= 45000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 45000*$Env>> // + <</link>> // Costs <<print cashFormat(45000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && _DroneBay < _DroneBayMax && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5>> <br><<link "Drone bay">> <<replace "#resultX">> "Sure, boss." she says, nodding. "Some new drones would be nice." She laughs. "The poor bastards out there shit themselves when they see combat drones fly over the horizon." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceDronePower++, $cash -= 2000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 2000000*$Env>> // + <</link>> // Costs <<print cashFormat( 2000000*$Env)>> // <</if>> <<if _DroneBay == 5 || _DroneBay == _DroneBayMax>> <br>//$securityForceName has fully upgraded the drone bay to support it's activities.// @@ -362,7 +362,7 @@ "Sure, boss." she says, nodding. "A Satellite should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceSatellitePower++, $cash -= 3750000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 3750000*$Env>> // + <</link>> // Costs <<print cashFormat(3750000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceSatellitePower >= 1 && $securityForceSatellitePower < _SatelliteMax>> <<if $securityForceSatellitePower < 11>> <<set _satCost = 2350000>> @@ -388,7 +388,7 @@ "Sure, boss." she says, nodding. "Upgrading the Satellite should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceSatellitePower++, $cash -= _satCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _satCost*$Env>> // + <</link>> // Costs <<print cashFormat(_satCost*$Env)>> // <</if>> <<if $securityForceSatellitePower == _SatelliteMax>> <br>//$securityForceName has fully upgraded the Satellite to support it's activities.// @@ -400,7 +400,7 @@ "Sure, boss." she says, nodding. "A giant robot would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceGiantRobot++, $cash -= 50000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 50000000*$Env>> // + <</link>> // Costs <<print cashFormat(50000000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceGiantRobot >= 1 && $securityForceGiantRobot < _GiantRobotMax>> <<if $securityForceGiantRobot < 3>> <<set _robCost = 25000000>> @@ -428,7 +428,7 @@ "Sure, boss." she says, nodding. "Upgrading the giant robot, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceGiantRobot++, $cash -= _robCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _robCost*$Env>> // + <</link>> // Costs <<print cashFormat(_robCost*$Env)>> // <</if>> <<if $securityForceGiantRobot == 9 || $securityForceGiantRobot == _GiantRobotMax && ($terrain != "oceanic" && $terrain != "marine")>> <br>//$securityForceName has fully upgraded the giant robot to support it's activities.// @@ -440,7 +440,7 @@ "Sure, boss." she says, nodding. "A missile silo would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceMissileSilo++, $cash -= 200000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 200000000*$Env>> // + <</link>> // Costs <<print cashFormat(200000000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceMissileSilo >= 1 && $securityForceMissileSilo < _MissileSiloMax>> <<if $securityForceMissileSilo == 1>> <<set _msCost = 250000000>> @@ -452,7 +452,7 @@ "Sure, boss." she says, nodding. "Upgrading the missile silo, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceMissileSilo++, $cash -= _msCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _msCost*$Env>> // + <</link>> // Costs <<print cashFormat(_msCost*$Env)>> // <</if>> <<if $securityForceMissileSilo == _MissileSiloMax && ($terrain != "oceanic" && $terrain != "marine")>><br>//$securityForceName has fully upgraded the missile silo to support it's activities.//<</if>> @@ -478,14 +478,14 @@ "Sure, boss." she says, nodding. "An aircraft carrier would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceAircraftCarrier++, $cash -= 1500000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 1500000*$Env>> // + <</link>> // Costs <<print cashFormat(1500000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceAircraftCarrier >= 1 && $securityForceAircraftCarrier < _AircraftCarrierMax>> <br><<link "Aircraft carrier">> <<replace "#resultA">><br><br> "Sure, boss." she says, nodding. "Upgrading the aircraft carrier should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceAircraftCarrier++, $cash -= 25000000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 25000000*$Env>> // + <</link>> // Costs <<print cashFormat(25000000*$Env)>> // <</if>> <<if $securityForceAircraftCarrier == _AircraftCarrierMax && ($terrain == "oceanic" || $terrain == "marine")>> <br>//$securityForceName has fully upgraded the aircraft carrier to support it's activities.// @@ -497,7 +497,7 @@ "Sure, boss." she says, nodding. "A submarine would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceSubmarine++, $cash -= 1500000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 1500000*$Env>> // + <</link>> // Costs <<print cashFormat(1500000*$Env)>> // <<elseif $securityForceUpgradeToken == 0 && $securityForceSubmarine >= 1 && $securityForceSubmarine < _SubmarineMax>> <<if $securityForceSubmarine < 4>> <<set _subCost = 25000000>> @@ -509,7 +509,7 @@ "Sure, boss." she says, nodding. "Upgrading the submarine, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceSubmarine++, $cash -= _subCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _subCost*$Env>> // + <</link>> // Costs <<print cashFormat(_subCost*$Env)>> // <</if>> <<if $securityForceSubmarine == _SubmarineMax && ($terrain == "oceanic" || $terrain == "marine")>><br>//$securityForceName has fully upgraded the submarine to support it's activities.//<</if>> @@ -519,7 +519,7 @@ "Sure, boss." she says, nodding. "A heavy amphibious transport would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceHeavyAmphibiousTransport++, $cash -= 1500000*$Env>> <</replace>> - <</link>> // Costs ¤<<print 1500000*$Env>> // + <</link>> // Costs <<print cashFormat(1500000*$Env)>> // <<elseif $securityForceUpgradeToken == 0&& $securityForceHeavyAmphibiousTransport >= 1 && $securityForceHeavyAmphibiousTransport < _HeavyAmphibiousTransportMax>> <<if $securityForceHeavyAmphibiousTransport == 1>> <<set _hatCost = 150000000>> @@ -537,7 +537,7 @@ "Sure, boss." she says, nodding. "Upgrading the heavy amphibious transport, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it." <<set $securityForceUpgradeToken = 1, $securityForceHeavyAmphibiousTransport++, $cash -= _hatCost*$Env>> <</replace>> - <</link>> // Costs ¤<<print _hatCost*$Env>> // + <</link>> // Costs <<print cashFormat(_hatCost*$Env)>> // <</if>> <<if $securityForceHeavyAmphibiousTransport == _HeavyAmphibiousTransportMax && ($terrain == "oceanic" || $terrain == "marine")>><br>//$securityForceName has fully upgraded the heavy amphibious transport to support it's activities.//<</if>> diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw index c11d57200c3136c64298aefabfd88de03bafdacc..5f8cab5d9dcbdfa12264991df14d385b652ae0f7 100644 --- a/src/pregmod/birthStorm.tw +++ b/src/pregmod/birthStorm.tw @@ -24,7 +24,7 @@ The remote surgery allows the removal of the pregnancy generator through convent <</if>> <<set _babyPrice = random(-20,20)>> <<if $Cash4Babies == 1>> - Her babies sold for a total of @@.yellowgreen;¤<<print 50*(50+_babyPrice)>>@@. + Her babies sold for a total of @@.yellowgreen;<<print cashFormat(50*(50+_babyPrice))>>@@. <<set $cash += 50*(50+_babyPrice)>> <</if>> <<set $activeSlave.health -= 80>> diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw index bb36de62cd2b7ef3b17d17d7455555fd4305770a..8509e44538d62a8b440787765067ba76a9903c38 100644 --- a/src/pregmod/electiveSurgery.tw +++ b/src/pregmod/electiveSurgery.tw @@ -3,7 +3,7 @@ You arrive at your favorite plastic surgeon for your appointment to find them as busy as ever, but you find yourself quickly hurried into an exam room by their cute assistant. She wastes no time in hurrying you into her office, stripping you down, measuring you and making sure you are healthy enough for surgery, all the while not so subtly running her hands across every part of you. "So, what can I help you with?" <br><br> -"You sure you want to mess with that lovely face?" She teases, caressing your cheek. "@@.yellowgreen;¤5000@@. Also wouldn't recommend changing you eyes or skin color; some security systems get real uppity over things like that. Though I s'pose race and hair can fall under that as well, but hey, we don't handle racial surgery and this isn't a hair salon, so nothing to worry about, right? Yes, I'm certain your systems will recognize you after we finish working on you, give us some credit." +"You sure you want to mess with that lovely face?" She teases, caressing your cheek. "@@.yellowgreen;<<print cashFormat(5000)>>@@. Also wouldn't recommend changing you eyes or skin color; some security systems get real uppity over things like that. Though I s'pose race and hair can fall under that as well, but hey, we don't handle racial surgery and this isn't a hair salon, so nothing to worry about, right? Yes, I'm certain your systems will recognize you after we finish working on you, give us some credit." <br> You're @@.orange;$PC.actualAge years old.@@ <<if $PC.actualAge >= 65>> @@ -53,7 +53,7 @@ You're @@.orange;$PC.actualAge years old.@@ <</if>> <br><br> -"Your skin is beautiful as is, but we can change it if you want." She says, pulling a large tanning bed like cart out of a closet. "@@.yellowgreen;¤2000@@. This thing just came out of testing. I assure you it doesn't cause cancer anymore! But still, mind your security systems. We won't be held accountable if you get arrested for trying to enter your penthouse." She looks a little worrisome, "Now, there are some side effects, and we will have to keep you under special care for a few days. It's similar to a severe sunburn, across your entire body, all of it, even down there. Now don't give me that look, we have special ointments to soothe the pain and have a little fun with." She tosses you a wink alongside a hesitant giggle. "Now all your typical skin tones are preprogrammed into it, and with a couple button presses... There! I unlocked the option for custom hues. Now this thing is going to recolor your skin pigment permanently, so you might want to take it seriously. It'll all be on you if I choke with laughter<<if $PC.dick == 1>> sucking on your big polka-dotted cock<<else>> going down on your polka-dotted pussy<</if>>!" +"Your skin is beautiful as is, but we can change it if you want." She says, pulling a large tanning bed like cart out of a closet. "@@.yellowgreen;<<print cashFormat(2000)>>@@. This thing just came out of testing. I assure you it doesn't cause cancer anymore! But still, mind your security systems. We won't be held accountable if you get arrested for trying to enter your penthouse." She looks a little worrisome, "Now, there are some side effects, and we will have to keep you under special care for a few days. It's similar to a severe sunburn, across your entire body, all of it, even down there. Now don't give me that look, we have special ointments to soothe the pain and have a little fun with." She tosses you a wink alongside a hesitant giggle. "Now all your typical skin tones are preprogrammed into it, and with a couple button presses... There! I unlocked the option for custom hues. Now this thing is going to recolor your skin pigment permanently, so you might want to take it seriously. It'll all be on you if I choke with laughter<<if $PC.dick == 1>> sucking on your big polka-dotted cock<<else>> going down on your polka-dotted pussy<</if>>!" <br> You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original skin tone was $PC.origSkin.<</if>> <br> @@ -93,7 +93,7 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original [[Custom Color|PC Skin Workaround][$cash -= 2000, $surgeryType = "skinTone"]] -<br><br>"Maybe some breast work? I assure you they are lovely." She says as she brushes the back of your head with her own pair. "@@.yellowgreen;¤5000@@ for a reduction, @@.yellowgreen;¤10000@@ for implants, that includes size ups, and @@.yellowgreen;¤15000@@ for additional breast tissue. That last one might as well be real!<<if $PC.boobsBonus <= 0>> With a little work, we can even remove a small amount of fat from your breasts to bring your cup size down without damaging their inner workings. Though we'll have to build them up some before we can stick reasonable implants into you.<</if>>"<br> +<br><br>"Maybe some breast work? I assure you they are lovely." She says as she brushes the back of your head with her own pair. "@@.yellowgreen;<<print cashFormat(5000)>>@@ for a reduction, @@.yellowgreen;<<print cashFormat(10000)>>@@ for implants, that includes size ups, and @@.yellowgreen;<<print cashFormat(15000)>>@@ for additional breast tissue. That last one might as well be real!<<if $PC.boobsBonus <= 0>> With a little work, we can even remove a small amount of fat from your breasts to bring your cup size down without damaging their inner workings. Though we'll have to build them up some before we can stick reasonable implants into you.<</if>>"<br> <<if $PC.boobsBonus > 2>> <<if $PC.boobsImplant == 1>> You have a @@.orange;pair of round H-cup breasts;@@ they are very obviously implants. @@ -204,7 +204,7 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original "Awwww, you have a bun in the oven! That's so adorable, didn't think you the type." She says as she rubs your slightly swollen belly. No denying it now.<br> <</if>> <<elseif $PC.belly >= 100 && $PC.preg < 1>> - She pinches your belly. "How about a tummy tuck? We can smooth this right out, cheaply too, @@.yellowgreen;¤500.@@" She lets your saggy middle flop back to its usual drooping state. + She pinches your belly. "How about a tummy tuck? We can smooth this right out, cheaply too, @@.yellowgreen;<<print cashFormat(500)>>.@@" She lets your saggy middle flop back to its usual drooping state. [[Firm up your stomach|PC Surgery Degradation][$PC.belly = 0, $cash -= 500, $surgeryType = "tummyTuck"]] <</if>> @@ -239,9 +239,9 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <</if>> <<if $PC.dick == 1>> -<br><br>"We could add gel around your testes to make your balls look bigger. Would also dampen any impacts to them as well, if that is anything to consider." She says, running a finger down the length of your shaft. "@@.yellowgreen;¤7500@@ for draining and @@.yellowgreen;¤15000@@ for filling, it's not the most simple procedure, you know? Anyway, they'll be very obvious, if that turns you on." +<br><br>"We could add gel around your testes to make your balls look bigger. Would also dampen any impacts to them as well, if that is anything to consider." She says, running a finger down the length of your shaft. "@@.yellowgreen;<<print cashFormat(7500)>>@@ for draining and @@.yellowgreen;<<print cashFormat(15000)>>@@ for filling, it's not the most simple procedure, you know? Anyway, they'll be very obvious, if that turns you on." <<if $AGrowth == 2>> - She takes another look at you before offering another option "of course, if you want bigger balls in a <i>functional</i> sense, we can do that too. The doctor's research in advanced targeted growth hormones has shown promising results in slaves, and he's been able to use them successfully on a few citizen patients so far. A direct injection of hormone gel, and your testes and prostate will grow on their own. Unlike the cosmetic gel, there's no reversing this treatment. It's expensive too, for the high quality drugs you want, @@.yellowgreen;¤15000@@ for one round of therapy. It'll cost @@.yellowgreen;¤20000@@ if you want hormone treatment and a gel adjustment at the same time.<br> + She takes another look at you before offering another option "of course, if you want bigger balls in a <i>functional</i> sense, we can do that too. The doctor's research in advanced targeted growth hormones has shown promising results in slaves, and he's been able to use them successfully on a few citizen patients so far. A direct injection of hormone gel, and your testes and prostate will grow on their own. Unlike the cosmetic gel, there's no reversing this treatment. It's expensive too, for the high quality drugs you want, @@.yellowgreen;<<print cashFormat(15000)>>@@ for one round of therapy. It'll cost @@.yellowgreen;<<print cashFormat(20000)>>@@ if you want hormone treatment and a gel adjustment at the same time.<br> <<else>> She takes another look at you before continuing. "Of course, you seem like the type that might want bigger balls in a <i>functional</i> sense. The doctor's been working on a treatment using advanced targeted growth hormones, but it isn't quite ready yet. Might be something to keep in mind before you decide on a gel injection."<br> <</if>> @@ -296,19 +296,19 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <<if $PC.vagina == 1 && $PC.newVag == 0 && ($PC.births > 2 || $PC.career == "servant" || $PC.career == "escort")>> <br><br> -"Looking a little loose down there, I can fix that for you. Get you nice and tight again. Oh, and our pussies are guaranteed to not lose their tightness or your money back! @@.yellowgreen;¤15000@@ for a brand new vagina." +"Looking a little loose down there, I can fix that for you. Get you nice and tight again. Oh, and our pussies are guaranteed to not lose their tightness or your money back! @@.yellowgreen;<<print cashFormat(15000)>>@@ for a brand new vagina." <br> [[Get a tighter vagina|PC Surgery Degradation][$PC.newVag = 1, $cash -= 15000, $surgeryType = "tightPussy"]] <</if>> <<if $PC.preg == -2 && $PC.physicalAge < 60>> <br><br> - Now we can only do this so many times before your body just can't handle it, but if you absolutely must have a child with your, um, vintage, then we can do something for you. For @@.yellowgreen;¤50000,@@ we can clone and replace your depleted ovaries with slightly younger ones. They'll get you a couple more years of ovulation before they dry up too, but if you're desperate for a child, they may be your last option. + Now we can only do this so many times before your body just can't handle it, but if you absolutely must have a child with your, um, vintage, then we can do something for you. For @@.yellowgreen;<<print cashFormat(50000)>>,@@ we can clone and replace your depleted ovaries with slightly younger ones. They'll get you a couple more years of ovulation before they dry up too, but if you're desperate for a child, they may be your last option. [[Regenerate your ovaries and cheat menopause for a couple more years|PC Surgery Degradation][$PC.ovaryAge = 53, $PC.preg == 0, $cash -= 50000, $surgeryType = "ovulationRestart"]] <</if>> <br><br> -"Now, if what you are looking for is sex reassignment surgery, that's going to be more complicated. Personally I think you are fine the way you are, but if you insist on paying me, I won't say no to it. We'll need to take a DNA sample to clone the required organs, and that will take some time to complete, so tell me early if this is what you really want. I've had a few patients seeking a working set of both sexes, so if that gets you off, it is an option. As for prices, @@.yellowgreen;¤50000@@ for a sex swap, @@.yellowgreen;¤150000@@ to be a fully functional herm, oh and @@.red;breasts are not included unless you undergo a full body remodeling.@@ You'll have to set up another appointment for that, however. Oh, and I guess @@.yellowgreen;¤25000@@ is fair for having a sex organ removed, if you have both. It's a very invasive procedure, as we will be near completely remodeling your body. I assure you, we do such fantastic work that no one will know you weren't naturally born that way! Oh, and due to the extent of the surgery, we will not perform the procedure if you are pregnant, please clean yourself out before you arrive." +"Now, if what you are looking for is sex reassignment surgery, that's going to be more complicated. Personally I think you are fine the way you are, but if you insist on paying me, I won't say no to it. We'll need to take a DNA sample to clone the required organs, and that will take some time to complete, so tell me early if this is what you really want. I've had a few patients seeking a working set of both sexes, so if that gets you off, it is an option. As for prices, @@.yellowgreen;<<print cashFormat(50000)>>@@ for a sex swap, @@.yellowgreen;<<print cashFormat(150000)>>@@ to be a fully functional herm, oh and @@.red;breasts are not included unless you undergo a full body remodeling.@@ You'll have to set up another appointment for that, however. Oh, and I guess @@.yellowgreen;<<print cashFormat(25000)>>@@ is fair for having a sex organ removed, if you have both. It's a very invasive procedure, as we will be near completely remodeling your body. I assure you, we do such fantastic work that no one will know you weren't naturally born that way! Oh, and due to the extent of the surgery, we will not perform the procedure if you are pregnant, please clean yourself out before you arrive." <br> <<if $PC.preg > 0>> She pokes your belly. "You're pregnant. What did I tell you?" diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw index 6c0a3952103133874119908df0666f0ab36c0a29..cd966cb7f615f073687669bd971b684b0a8f7d9c 100644 --- a/src/pregmod/fMarry.tw +++ b/src/pregmod/fMarry.tw @@ -691,7 +691,7 @@ You tell $activeSlave.slaveName that you're going to marry her. (A proposal, of <</replace>> <</link>> <<if $cash > 10000>> -<br>Invite prominent citizens to a wedding (This will cost ¤10000): +<br>Invite prominent citizens to a wedding (This will cost <<print cashFormat(10000)>>): <br> <<link "Straightforward ceremony">> <<replace "#result">> You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. diff --git a/src/pregmod/huskSlave.tw b/src/pregmod/huskSlave.tw index 1b30e08b60fb57c1e752ba65fbd30af6324556fe..db43dca215a06ff585bd1967074b3ed9b27df86b 100644 --- a/src/pregmod/huskSlave.tw +++ b/src/pregmod/huskSlave.tw @@ -50,7 +50,7 @@ Virginity: <br><br><br> -Reserving a body will cost ¤10000 up front. Cancelling an order will refund your money, however if a delivered body is rejected; your money will not be refunded. +Reserving a body will cost <<print cashFormat(10000)>> up front. Cancelling 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, $cash += 10000]] <<elseif $cash < 10000>> diff --git a/src/pregmod/huskSlaveSwap.tw b/src/pregmod/huskSlaveSwap.tw index dba1f9f3f6b29803067692678f711ab00ab1bc68..25059cd06a6118fd021afa8337749bc4735eb4b9 100644 --- a/src/pregmod/huskSlaveSwap.tw +++ b/src/pregmod/huskSlaveSwap.tw @@ -16,6 +16,6 @@ After an honestly impressive procedure, $slaves[_m].slaveName is released and al <br><br> <<slaveCost _oldSlave>> <<set _payout = Math.trunc($slaveCost/3)>> -$slaves[_m].slaveName's body was bought by the Flesh Heap for ¤_payout. +$slaves[_m].slaveName's body was bought by the Flesh Heap for <<print cashFormat(_payout)>>. <<set $cash += _payout>> <<set $activeSlave = 0, $swappingSlave = 0>> diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 293bb1cb2e311a41e12802359db1dd1a33fec50a..7efc42061692a9b14c14aa9c31faf7ac650d70cf 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -22,11 +22,11 @@ $incubatorNameCaps is a clean, cold hall designed to be lined with tanks and the <</if>> <br>It can support $incubator <<if $incubator == 1>>child<<else>>children<</if>>. -[[Add another incubation tank|Incubator][$cash -= Math.trunc(60000*$upgradeMultiplierArcology), $incubator += 1]] //Costs ¤<<print Math.trunc(60000*$upgradeMultiplierArcology)>> and will increase upkeep costs// +[[Add another incubation tank|Incubator][$cash -= Math.trunc(60000*$upgradeMultiplierArcology), $incubator += 1]] //Costs <<print cashFormat(Math.trunc(60000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<if $freeTanks == 0>> All of the tanks are currently occupied by growing children. <<elseif $incubator > 1 && $reservedChildren < $freeTanks>> - [[Remove an incubation tank|Incubator][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $incubator -= 1]] //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> and will reduce upkeep costs// + [[Remove an incubation tank|Incubator][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $incubator -= 1]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will reduce upkeep costs// <</if>> <br><br> @@ -163,41 +163,41 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<if $incubatorUpgradeSpeed == 52>> It has been upgraded with perfected growth accelerants; children grow at the rate of 1 week to 1 year. <<elseif $incubatorUpgradeSpeed == 18>> - It has been upgraded with advanced experimental growth accelerants; children grow at the rate of 3 weeks to 1 year. [[Fund speculative research into maximizing growth rate|Incubator][$cash -= Math.trunc(500000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 52]] //Costs ¤<<print Math.trunc(500000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + It has been upgraded with advanced experimental growth accelerants; children grow at the rate of 3 weeks to 1 year. [[Fund speculative research into maximizing growth rate|Incubator][$cash -= Math.trunc(500000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 52]] //Costs <<print cashFormat(Math.trunc(500000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<elseif $incubatorUpgradeSpeed == 9>> - It has been upgraded with advanced growth accelerants; children grow at the rate of 6 weeks to 1 year. [[Fund research into increasing growth rate even further|Incubator][$cash -= Math.trunc(75000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 18]] //Costs ¤<<print Math.trunc(75000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + It has been upgraded with advanced growth accelerants; children grow at the rate of 6 weeks to 1 year. [[Fund research into increasing growth rate even further|Incubator][$cash -= Math.trunc(75000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 18]] //Costs <<print cashFormat(Math.trunc(75000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<elseif $incubatorUpgradeSpeed == 6>> - It has been upgraded with growth accelerants; children grow at the rate of 9 weeks to 1 year. [[Further upgrade the incubators with specialized stem cells to speed growth|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 9]] //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + It has been upgraded with growth accelerants; children grow at the rate of 9 weeks to 1 year. [[Further upgrade the incubators with specialized stem cells to speed growth|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 9]] //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<elseif $incubatorUpgradeSpeed == 5>> - The incubation tanks are basic; children grow at the rate of 12 weeks to 1 year. [[Upgrade the incubators with growth accelerating drugs|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 6]] //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + The incubation tanks are basic; children grow at the rate of 12 weeks to 1 year. [[Upgrade the incubators with growth accelerating drugs|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 6]] //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeWeight == 1>> Advanced caloric monitoring systems have been installed in the tanks to monitor and maintain a developing child's weight. <<else>> - There are no systems in place to control a growing child's weight; they will likely come out emaciated from rapidly growing. [[Upgrade the growth tanks with weight monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeWeight = 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + There are no systems in place to control a growing child's weight; they will likely come out emaciated from rapidly growing. [[Upgrade the growth tanks with weight monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeWeight = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeMuscles == 1>> Advanced monitoring and steroid injection systems have been installed in the tanks to monitor and maintain a developing child's musculature. <<else>> - There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from rapidly growing. [[Upgrade the growth tanks with muscle monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeMuscles = 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from rapidly growing. [[Upgrade the growth tanks with muscle monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeMuscles = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeReproduction == 1>> Advanced monitoring and hormone injection systems have been installed in the tanks to influence a developing child's reproductive organs. <<else>> - There are no systems in place to control a growing child's reproductive capability. [[Upgrade the growth tanks with hormone monitoring systems|Incubator][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $incubatorUpgradeReproduction = 1]] //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + There are no systems in place to control a growing child's reproductive capability. [[Upgrade the growth tanks with hormone monitoring systems|Incubator][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $incubatorUpgradeReproduction = 1]] //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeOrgans == 1>> Surgical tools have been added to the tank to be able to extract tissue samples from the occupant. <<elseif $organFarmUpgrade >= 1>> - The tanks lack the ability to extract tissue samples to be used by the organ fabricator. [[Upgrade the growth tanks with surgical extraction tools|Incubator][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $incubatorUpgradeOrgans = 1]] //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + The tanks lack the ability to extract tissue samples to be used by the organ fabricator. [[Upgrade the growth tanks with surgical extraction tools|Incubator][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $incubatorUpgradeOrgans = 1]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<else>> The tanks lack the ability to extract tissue samples and the dispensary lacks the ability to make use of them to fabricate organs. <</if>> @@ -206,7 +206,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<if $incubatorUpgradeGrowthStims == 1>> Advanced monitoring and stimulant injection systems have been installed in the tanks to monitor and maintain a developing child's height. <<elseif $growthStim == 1>> - There are no systems in place to control a growing child's height. [[Upgrade the growth tanks with stimulants injection systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeGrowthStims = 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + There are no systems in place to control a growing child's height. [[Upgrade the growth tanks with stimulants injection systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeGrowthStims = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<else>> There are no systems in place to control a growing child's height and you lack the capability to fabricate growth stimulants. <</if>> diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 6eccd95df887f2f2dd74402ea67eb66f0504e1b9..6c1706991271d5647c61414c275432b3a97a6961 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -1070,7 +1070,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s You take her to the body modification studio, strap her down, pierce her clit, and insert what appears to be a large stainless steel barbell piercing. It actually contains a device that can vibrate to give her sexual stimulation or create subtle pain to suppress pleasure. It is connected wirelessly to the arcology, which can be given instructions to encourage or discourage sexual pleasure in specific situations. You run a quick test. On the oral setting, as soon as she kneels in front of your crotch, she gasps as the stimulation starts. On the anal setting, she whimpers when you run a finger across her asshole. <</replace>> <</link>> - //This option costs ¤$SPcost// + //This option costs <<print cashFormat($SPcost)>>// <<elseif $activeSlave.dick > 0>> <br><<link "Give her a smart frenulum piercing">> <<set $activeSlave.clitPiercing = 3>> @@ -1079,7 +1079,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s You take her to the body modification studio, strap her down, pierce her frenulum, and insert what appears to be a large stainless steel barbell piercing. It actually contains a device that can vibrate to give her sexual stimulation or create subtle pain to suppress pleasure. It is connected wirelessly to the arcology, which can be given instructions to encourage or discourage sexual pleasure in specific situations. You run a quick test. On the oral setting, as soon as she kneels in front of your crotch, she gasps as the stimulation starts. On the anal setting, she whimpers and gets rock hard when you run a finger across her asshole. <</replace>> <</link>> - //This option costs ¤$SPcost// + //This option costs <<print cashFormat($SPcost)>>// <</if>> <br><<link "Tie her up and give her a good whipping">> @@ -1208,7 +1208,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake tits. She's @@.hotpink;deliriously happy@@ that she has her own pair of giant breasts hanging from her stretched chest and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger, even though she is already struggling to keep upright. As with all surgery @@.red;her health has been slightly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <br><<link "Implant a massive pair of 7500cc string implants in her chest">> <<set $activeSlave.devotion += 25>> <<set $activeSlave.trust += 25>> @@ -1221,7 +1221,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake tits. She's @@.hotpink;deliriously happy@@ that she has her own pair of monster breasts straining her chest and @@.mediumaquamarine;bounces cheerfully@@ when she hears they'll keep growing, despite her near inability to stay upright. As with all surgery @@.red;her health has been slightly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <<elseif $activeSlave.boobs < 1000>> <br><<link "Implant a pair of 1000cc fillable implants in her chest">> <<set $activeSlave.devotion += 15>> @@ -1234,7 +1234,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake balloons. She's @@.hotpink;deliriously happy@@ that she has her own pair of big breasts hanging from her chest and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger. As with all surgery @@.red;her health has been slightly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <br><<link "Implant a heavy pair of 1500cc string implants in her chest">> <<set $activeSlave.devotion += 15>> <<set $activeSlave.trust += 15>> @@ -1247,7 +1247,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake balloons. She's @@.hotpink;deliriously happy@@ that she has her own pair of big breasts hanging from her chest and @@.mediumaquamarine;bounces cheerfully@@ when she hears they'll keep growing. As with all surgery @@.red;her health has been slightly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <<else>> Her breasts are already so large that basic implants will not have a noticeable enough effect to sate her curiosity. <</if>> @@ -1276,7 +1276,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes from her induced coma, she nearly faints at the sight of her immense middle. She's @@.hotpink;deliriously happy@@ at her hugeness and @@.mediumaquamarine;squirms happily@@ when she hears you can make it bigger, despite the fact that it is nearly as large as she is and pins her to the bed she lies upon. As it was an invasive surgery, @@.red;her health has been greatly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <</if>> <br><<link "Implant a 2000cc belly implant in her abdomen">> <<set $activeSlave.devotion += 15>> @@ -1287,7 +1287,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<SetBellySize $activeSlave>> <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new bulbous middle. She's @@.hotpink;deliriously happy@@ that she has her own round belly and @@.mediumaquamarine;bounces cheerfully@@ when she hears you can make it bigger. As with all surgery @@.red;her health has been slightly affected.@@ - <</replace>> //This option costs ¤$surgeryCost// + <</replace>> //This option costs <<print cashFormat($surgeryCost)>>// <</link>> <</if>> @@ -1358,7 +1358,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her wide hips, especially since she can't figure out how to roll over with them. She's @@.hotpink;deliriously happy@@ that she is ridiculously wide and @@.mediumaquamarine;wiggles her door-jammers cheerfully@@ at you whenever she gets the chance. Since the surgery was invasive, @@.red;her health has been greatly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <<elseif $activeSlave.hips < 2>> <br><<link "Surgically widen her hips">> <<set $activeSlave.devotion += 15>> @@ -1370,7 +1370,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her wide hips. She's @@.hotpink;deliriously happy@@ that she is wider than ever and @@.mediumaquamarine;wiggles her hips cheerfully@@ at you whenever she gets the chance. Since the surgery was invasive, @@.red;her health has been greatly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <<else>> Your surgery suite is not outfitted to widen her hips further. <</if>> @@ -1412,7 +1412,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake ass, not that she has much choice, since it has her pinned to the bed. She's @@.hotpink;deliriously happy@@ that she has her own pair of giant butt cheeks ballooning from her bottom and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger, even though she is already struggling to escape from under them. As with all surgery @@.red;her health has been slightly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <<elseif $activeSlave.butt < 6>> <br><<link "Implant a pair of fillable implants in her rear">> <<set $activeSlave.devotion += 15>> @@ -1424,7 +1424,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake bottom. She's @@.hotpink;deliriously happy@@ that she has her own pair of big butt cheeks hanging from her rear and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger. As with all surgery @@.red;her health has been slightly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <br><<link "Implant a heavy pair of string implants in her rear">> <<set $activeSlave.devotion += 15>> <<set $activeSlave.trust += 15>> @@ -1436,10 +1436,10 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<replace "#result">> You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake bottom. She's @@.hotpink;deliriously happy@@ that she has her own pair of big butt cheeks hanging from her rear and @@.mediumaquamarine;bounces them cheerfully@@ when she hears they'll keep growing. As with all surgery @@.red;her health has been slightly affected.@@ <</replace>> - <</link>> //This option costs ¤$surgeryCost// + <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <<else>> Her butt is already so large that basic implants will not have a noticeable enough effect to sate her curiosity. <</if>> <</if>> -</span> \ No newline at end of file +</span> diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index 8a4563481615a8b543fbdcf8926f68dad257556b..74fd8c61e84f1c008331e8e3180a1d74a946ce72 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -63,7 +63,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤5000 and will add a prostate if one is not already present// + <</link>> //Costs <<print cashFormat(5000)>> and will add a prostate if one is not already present// <</if>> <<if $slaveOrgans.testicles != 1>> <br> @@ -73,7 +73,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤5000 and will add a prostate if one is not already present; requires a penis for successful implantation// + <</link>> //Costs <<print cashFormat(5000)>> and will add a prostate if one is not already present; requires a penis for successful implantation// <</if>> <<if $slaveOrgans.scrotum != 1>> <<if $activeSlave.scrotum == 0>> @@ -84,7 +84,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤2500 and requires balls for successful implantation// + <</link>> //Costs <<print cashFormat(2500)>> and requires balls for successful implantation// <</if>> <</if>> <<if $animalParts != 0>> @@ -96,7 +96,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤5000 and requires a penis for successful implantation// + <</link>> //Costs <<print cashFormat(5000)>> and requires a penis for successful implantation// <</if>> <<if $slaveOrgans.dogTesticles != 1>> <br> @@ -106,7 +106,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤5000 and requires a penis for successful implantation// + <</link>> //Costs <<print cashFormat(5000)>> and requires a penis for successful implantation// <</if>> <</if>> <<if $slaveOrgans.foreskin != 1>> @@ -118,7 +118,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤2500// + <</link>> //Costs <<print cashFormat(2500)>>// <</if>> <</if>> <</if>> @@ -130,7 +130,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000 and requires a vagina for successful implantation// + <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> <<if $slaveOrgans.prostate != 1>> <br> @@ -140,7 +140,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤5000 and does not require the presence any specific organ for successful implantation// + <</link>> //Costs <<print cashFormat(5000)>> and does not require the presence any specific organ for successful implantation// <</if>> <<if $animalParts != 0>> <<if $slaveOrgans.pigOvaries != 1>> @@ -151,7 +151,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000 and requires a vagina for successful implantation// + <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> <<if $slaveOrgans.pigOvaries != 1>> <br> @@ -161,7 +161,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000 and requires a vagina for successful implantation// + <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> <</if>> <<if $slaveOrgans.eyes != 1>> @@ -173,7 +173,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000 and is imperfect - eyes will lack natural color// + <</link>> //Costs <<print cashFormat(10000)>> and is imperfect - eyes will lack natural color// <</if>> <</if>> <<if $slaveOrgans.voicebox != 1>> @@ -185,7 +185,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤5000// + <</link>> //Costs <<print cashFormat(5000)>>// <</if>> <</if>> <<if $arcologies[0].FSGenderRadicalistResearch == 1>> @@ -197,7 +197,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤20000 and the slave must not have female repoductive organs for successful implantation// + <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation// <</if>> <<if $animalParts != 0>> <<if $slaveOrgans.mpregPig != 1>> @@ -208,7 +208,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤20000 and the slave must not have female repoductive organs for successful implantation// + <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation// <</if>> <<if $slaveOrgans.mpregDog != 1>> <br> @@ -218,7 +218,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤20000 and the slave must not have female repoductive organs for successful implantation// + <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation// <</if>> <</if>> <</if>> @@ -811,4 +811,4 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <</if>> <</if>> <</for>> /* for of the $completedOrgans loop */ -<</if>> \ No newline at end of file +<</if>> diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw index 64f7553ce3d80b7c200d02e7a3615305dd622a31..cb53cafa0c97209e4ed836280bd319d7573f1528 100644 --- a/src/pregmod/pRaped.tw +++ b/src/pregmod/pRaped.tw @@ -126,7 +126,7 @@ Now the only question is what to do with the would be rapist. You could toss the <<slaveCost $activeSlave>> <<set $slaveCost -= 1000>> <br> -//Applying enslavement as punishment will cost ¤$contractCost. Doing so and then selling her immediately will bring in approximately ¤$slaveCost.// +//Applying enslavement as punishment will cost <<print cashFormat($contractCost)>>. Doing so and then selling her immediately will bring in approximately <<print cashFormat($slaveCost)>>.// <<set $saleDescription = 1>><<include "Long Slave Description">> diff --git a/src/pregmod/reLegendaryWomb.tw b/src/pregmod/reLegendaryWomb.tw index 065438ea9381b6fd65c388dbb380b9b4a05866f7..a3cfb9fe2de4bc111ec929ea91a6b30c3ca5d67d 100644 --- a/src/pregmod/reLegendaryWomb.tw +++ b/src/pregmod/reLegendaryWomb.tw @@ -39,7 +39,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un <</replace>> <</if>> <</link>> -<br><<link "Spend ¤5000 bribing the judges">> +<br><<link "Spend <<print cashFormat(5000)>> bribing the judges">> <<replace "#name">> $activeSlave.slaveName <</replace>> @@ -61,7 +61,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un <</replace>> <</if>> <</link>> -<br><<link "Spend ¤10000 bribing the judges and sabotaging the competition">> +<br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">> <<replace "#name">> $activeSlave.slaveName <</replace>> @@ -85,4 +85,4 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un <</link>> </span> -<</if>> /* closes validity check */ \ No newline at end of file +<</if>> /* closes validity check */ diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw index 66d120e9f939b83fbf7a16734b01c972cf6f3d50..a231e7ee1e326306080a1e7c5d7750ebd638829c 100644 --- a/src/pregmod/seFCTVshows.tw +++ b/src/pregmod/seFCTVshows.tw @@ -336,7 +336,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<set $slaveCost *= 1.3>> <</if>> <<set $slaveCost = 500*Math.trunc($slaveCost/500)>> -The offered price is ¤<<print $slaveCost>>. +The offered price is <<print cashFormat($slaveCost)>>. <<if $cash >= $slaveCost>> <br>[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $nextLink = "Scheduled Event", $returnTo = "Scheduled Event"]] @@ -572,7 +572,7 @@ The offered price is ¤<<print $slaveCost>>. <<set $purchasedSagBGone = 1, $cash -= 50>> Your order should arrive by next week. If the advertisement is to be believed, all you need to do is rub the cream into your breasts several times a day and it will ward off sagging. <</replace>> - <</link>> // This will cost ¤50 // + <</link>> // This will cost <<print cashFormat(50)>> // </span> <<else>> You could always order a crate to play around with. Who knows, maybe it'll actually work?<<if $PC.dick == 1>> At the very least it should make for some decent lubricant for a titfuck.<</if>> @@ -598,7 +598,7 @@ The offered price is ¤<<print $slaveCost>>. <<set $purchasedSagBGone = 1, $cash -= 50>> Your order should arrive by next week. If the advertisement is to be believed, all you need to do is rub the cream into your breasts several times a day and it will ward off sagging. <</replace>> - <</link>> // This will cost ¤50 // + <</link>> // This will cost <<print cashFormat(50)>> // </span> <</if>> diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index 9425e4315de3bd580615357d9b5a6202ee6cb418..286a16293e0af96072fdb1e47acc553a1da80331 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -51,7 +51,7 @@ PC.pregSource documentation <<if $PC.pregSource == -1>> <<set $babyGender = either(1,2)>> - Since you are heavily pregnant with a child of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that and a note stating your next breeding partner and a notice that ¤50000 has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your <<if $PC.pregType == 1>>little <<if $babyGender == 1>>girl<<else>>boy<</if>> before they took <<if $babyGender == 1>>her<<else>>him<</if>><<else>>babies before they took them<</if>> away to be raised into a proper member of the future world. + Since you are heavily pregnant with a child of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that and a note stating your next breeding partner and a notice that <<print cashFormat(50000)>> has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your <<if $PC.pregType == 1>>little <<if $babyGender == 1>>girl<<else>>boy<</if>> before they took <<if $babyGender == 1>>her<<else>>him<</if>><<else>>babies before they took them<</if>> away to be raised into a proper member of the future world. <<if $PC.ovaryAge >= 55 && $playerAging != 0>> You are getting too old to have children; you feel like <<if $PC.pregType > 1>>they<<else>>this<</if>> may be your last. <<set $PC.preg = -2>> @@ -552,7 +552,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<if $arcologies[0].FSRepopulationFocus > 40>> | <<link "Breeding School">><<replace "#choice">><<print "You have decided to send them to be raised into a proper breeder. Perhaps you'll even see them again, though it's unlikely you'll recognize them with their reproduction focused body.">><</replace>><<set $breederOrphanageTotal += $PC.pregType>><</link>> <</if>> - <<if $Cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child to be sold at auction amongst other prestigious slaves. The winning bid for your offspring came in at @@.yellowgreen;¤<<print 1000*$seed>>.@@">><</replace>><<set $cash += 1000*$seed*$PC.pregType>><</link>><</if>> + <<if $Cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child to be sold at auction amongst other prestigious slaves. The winning bid for your offspring came in at @@.yellowgreen;<<print cashFormat(1000*$seed)>>.@@">><</replace>><<set $cash += 1000*$seed*$PC.pregType>><</link>><</if>> </span> <</if>> @@ -567,4 +567,4 @@ You arrange yourself to give birth, relaxing until your body urges you to begin -<<set $badBirth = 0, $PC.pregSource = 0, $PC.pregType = 0, $seed = 0, $babyGender = 0, $PC.belly = 2000>> \ No newline at end of file +<<set $badBirth = 0, $PC.pregSource = 0, $PC.pregType = 0, $seed = 0, $babyGender = 0, $PC.belly = 2000>> diff --git a/src/pregmod/theCattleRanch.tw b/src/pregmod/theCattleRanch.tw index 86d2d4f123654af6a7e46d8e6a71540d023e989a..b39fea3424bb6463c9a9bcdb94bed149e09ad1b5 100644 --- a/src/pregmod/theCattleRanch.tw +++ b/src/pregmod/theCattleRanch.tw @@ -21,7 +21,7 @@ <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> -<br><br>The price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> +<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <<if $cash >= $slaveCost>> <br>[[Buy her and check out other cows to order|The Cattle Ranch][$cash -= $slaveCost, $TCR.schoolSale = 0, $TCR.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/pregmod/theHippolytaAcademy.tw b/src/pregmod/theHippolytaAcademy.tw index 6483725ea1bcdfbe184d2ae23ee5bf91c0e06287..8001f721a07748fcd46d51d790c5c1cc59294298 100644 --- a/src/pregmod/theHippolytaAcademy.tw +++ b/src/pregmod/theHippolytaAcademy.tw @@ -30,7 +30,7 @@ The Hippolyta Academy is one of the most famous slave bodyguarding schools in al <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> -<br><br>The price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> +<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <<if $cash >= $slaveCost>> <br>[[Buy her and check out other slaves to order|The Hippolyta Academy][$cash -= $slaveCost, $HA.schoolSale = 0, $HA.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/pregmod/widgets/economyWidgets.tw b/src/pregmod/widgets/economyWidgets.tw index 9e367e45ca0b0b5235e2cee2ff6d4ca49d4d7a89..38f6bb1ebf042d68cc2e4bf79983f2b7620a1688 100644 --- a/src/pregmod/widgets/economyWidgets.tw +++ b/src/pregmod/widgets/economyWidgets.tw @@ -387,24 +387,24 @@ <<widget "CorpDevBuySell">> <<set _textboxMLArg = '_'+$args[1]>> | Trade Qty -<<textbox `'_Num' + $args[0]` `eval(parse('_Num' + $args[0]))`>><<script>>setTextboxMaxLength(State.temporary["textboxMLArg"], 5);<</script>>: +<<textbox `'_Num' + $args[0]` `eval(parse('_Num' + $args[0]))`>><<script>>setTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>: <<link "Buy">> <<if Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0])))) == false>> /* Checks if _Numasset is string */ /* Buy all */ <<if State.temporary[$args[1]].toLowerCase() == "all" || "max">> <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - Bought <<print Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> units for ¤<<print Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))*500*State.variables[$args[0]+"AssetPrice"]>> + Bought <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> units for <<print cashFormat(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))*500*State.variables[$args[0]+"AssetPrice"])>> <</replace>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> - ¤<<print State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"]>> (<<print Math.floor(State.variables[$args[0]+"Assets"]/500)>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) + <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> - <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 5);<</script>> + <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> <<else>> /* Error if decimal or not "all" or "max" string */ <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Please input a round number. <</replace>> @@ -414,35 +414,35 @@ <<set _DesPerc = State.temporary[$args[1]]>> <<set State.temporary[$args[1]] = Math.floor((Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)*$corpCash)/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - Purchased <<print State.temporary[$args[1]]>> units (<<print (State.temporary[$args[1]]*(State.variables[$args[0]+"AssetPrice"] * 50000)/$corpCash).toFixed(2)>>% of cash, desired was _DesPerc) + Purchased <<print commaNum(State.temporary[$args[1]])>> units (<<print commaNum((State.temporary[$args[1]]*(State.variables[$args[0]+"AssetPrice"] * 50000)/$corpCash).toFixed(2))>>% of cash, desired was _DesPerc) <</replace>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> - ¤<<print State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"]>> (<<print Math.floor(State.variables[$args[0]+"Assets"]/500)>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) + <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> - <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 5);<</script>> + <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Successful buy */ <<elseif (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"] < $corpCash>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> - ¤<<print State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"]>> (<<print Math.floor(State.variables[$args[0]+"Assets"]/500)>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) + <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>> /* Unsuccessful buy but have enough cash for more than 1 unit */ <<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - The corp can only buy <<print Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. + The corp can only buy <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. <</replace>> <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> - <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 5);<</script>> + <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Unsuccessful buy */ <<else>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>>There are insufficient funds for additional purchases.<</replace>> @@ -453,18 +453,18 @@ /* Sell all */ <<if State.temporary[$args[1]].toLowerCase() == "all" || "max">> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - Sold <<print Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> units for ¤<<print Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)*500*State.variables[$args[0]+"AssetPrice"]>> + Sold <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> units for <<print cashFormat(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)*500*State.variables[$args[0]+"AssetPrice"])>> <</replace>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> - ¤<<print State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"]>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print Math.ceil(State.variables[$args[0]+"Assets"]/500)>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) + <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> - <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 5);<</script>> + <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Error if decimal or not "all" or "max" string */ <<else>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Please input a round number. <</replace>> @@ -474,38 +474,38 @@ <<set _DesPerc = State.temporary[$args[1]]>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500*(Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - Sold <<print State.temporary[$args[1]]>> units (<<print (State.temporary[$args[1]]*100/((State.variables[$args[0]+"Assets"]-500)/500)).toFixed(2)>>% of $args[0] assets, desired was _DesPerc) + Sold <<print commaNum(State.temporary[$args[1]])>> units (<<print commaNum((State.temporary[$args[1]]*100/((State.variables[$args[0]+"Assets"]-500)/500)).toFixed(2))>>% of $args[0] assets, desired was _DesPerc) <</replace>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> - ¤<<print State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"]>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print Math.ceil(State.variables[$args[0]+"Assets"]/500)>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) + <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> - <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 5);<</script>> + <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Successful sell */ <<elseif State.variables[$args[0]+"Assets"] > 500 && eval(parse('_Num' + $args[0])) * 500 < State.variables[$args[0]+"Assets"]>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> - ¤<<print State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"]>> (<<if (State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print Math.ceil(State.variables[$args[0]+"Assets"]/500)>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) + <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if (State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>> /* Unsuccessful sell but have enough assets for more than 1 unit */ <<elseif State.variables[$args[0]+"Assets"] > 500>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - The corp can only sell <<print Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> more unit<<if Math.ceil((State.variables[$args[0]+"Assets"]-500)/500) > 1 >>s<</if>> of $args[0] assets. + The corp can only sell <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> more unit<<if Math.ceil((State.variables[$args[0]+"Assets"]-500)/500) > 1 >>s<</if>> of $args[0] assets. <</replace>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> - <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 5);<</script>> + <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Unsuccessful sell */ <<else>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>>The corp cannot sell any more $args[0] assets.<</replace>> <</if>> <</link>> -<</widget>> \ No newline at end of file +<</widget>> diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index 60bccc1646d81295b74dd7183c387ec31f225ba1..ca99e56b504fca6e2f5577f39d1ce45599e270bb 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -427,7 +427,7 @@ In order to be eligible to be bred, the potential breeding bitch must first sati <br>She must be big, soft and fat. <</if>> <</if>> -<br>For each slave examined, a fee of @@.yellowgreen;¤5000@@ will be deducted from your account. +<br>For each slave examined, a fee of @@.yellowgreen;<<print cashFormat(5000)>>@@ will be deducted from your account. <br>Failures will be sterilized. Please make sure your slave fits the criteria before submitting them for testing. We shall not be held responsible for time wasted. <br>Updates will be posted periodically. It is your responsibility to keep up to date with current standards. <</widget>> @@ -608,7 +608,7 @@ $activeSlave.slaveName is up for review: <br>They are not permitted for public use or anything that may harm their growing child. The child within them is considered a member of the elite class and as such, any harm that comes to them will result in severe penalties to the breeder's owner. Development of the child will be closely monitored; should the fetus be identified as not of the owner's blood (or any other member of the Elite class), said owner shall face severe fines. <<set $activeSlave.breedingMark = 1, $activeSlave.pregControl = "none">> <</if>> -<br>@@.yellowgreen;¤5000@@ has been deducted from your account as agreed. +<br>@@.yellowgreen;<<print cashFormat(5000)>>@@ has been deducted from your account as agreed. <<removeJob $activeSlave $activeSlave.assignment>> <</widget>> @@ -1243,10 +1243,10 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set _lostBabies = 0>> <<else>> <<if $slaves[$i].pregType == 50>> - As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + As for the rest; $possessive babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - As for the rest; $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + As for the rest; $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> @@ -1286,7 +1286,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set $breederOrphanageTotal +=$slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> <</replace>> <</link>> - //Will cost a one time ¤50// | + //Will cost a one time <<print cashFormat(50)>>// | <</if>> <<link 'Send them to a citizen school'>> <<replace `"#" + _dispositionId`>> @@ -1303,7 +1303,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal +=$slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> <</replace>> <</link>> - //Will cost ¤100 weekly// + //Will cost <<print cashFormat(100)>> weekly// | <<link 'Have them raised privately'>> <<replace `"#" + _dispositionId`>> The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $slaves[$i].slaveName @@ -1320,7 +1320,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> <</replace>> <</link>> - //Will cost ¤500 weekly// + //Will cost <<print cashFormat(500)>> weekly// <</capture>> <</if>> <</span>> @@ -1328,10 +1328,10 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<elseif $Cash4Babies == 1>> <<set _babyCost = random(-12,12)>> <<if $slaves[$i].pregType == 50>> - As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + As for the rest; $possessive babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + As for the rest; $possessive babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> @@ -1670,10 +1670,10 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set _lostBabies = 0>> <<else>> <<if $slaves[$i].pregType == 50>> - As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + As for the rest; $possessive babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - As for the rest; $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + As for the rest; $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> @@ -1713,7 +1713,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set $breederOrphanageTotal +=$slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> <</replace>> <</link>> - //Will cost a one time ¤50// | + //Will cost a one time <<print cashFormat(50)>>// | <</if>> <<link 'Send them to a citizen school'>> <<replace `"#" + _dispositionId`>> @@ -1730,7 +1730,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal +=$slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> <</replace>> <</link>> - //Will cost ¤100 weekly// + //Will cost <<print cashFormat(100)>> weekly// | <<link 'Have them raised privately'>> <<replace `"#" + _dispositionId`>> The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $slaves[$i].slaveName @@ -1747,7 +1747,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> <</replace>> <</link>> - //Will cost ¤500 weekly// + //Will cost <<print cashFormat(500)>> weekly// <</capture>> <</if>> <</span>> @@ -1755,10 +1755,10 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<elseif $Cash4Babies == 1 && $slaves[$i].pregType > 0>> <<set _babyCost = random(-12,12)>> <<if $slaves[$i].pregType == 50>> - As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + As for the rest; $possessive babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + As for the rest; $possessive babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 6dbf11e2c39b9d7b195c35902c4212ed36c845cc..e9ad2fa7c23c6446b9b2c904fc30c0eabad2f7e7 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -278,7 +278,7 @@ She sees you examining at her, and looks back at you submissively, too tired to <<set $rep += 500>> <<set $activeSlave.devotion += 4>> <</replace>> -<</link>> //This option will cost ¤1000// +<</link>> //This option will cost <<print cashFormat(1000)>>// <br><<link "Keep her to yourself for a week">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> @@ -297,7 +297,7 @@ She sees you examining at her, and looks back at you submissively, too tired to <<set $rep += 500>> <<set $activeSlave.prestige = 1>> <</replace>> -<</link>> //This option will cost ¤10000// +<</link>> //This option will cost <<print cashFormat(10000)>>// <</if>> <<case "tired collectrix">> diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw index e59b9f29057502e25a95fd25e19b3cd12dfaa4e8..d0af00e28a4880aec4bf90f86ac4cae538f2141d 100644 --- a/src/uncategorized/REFS.tw +++ b/src/uncategorized/REFS.tw @@ -128,7 +128,7 @@ On this particular outing you happen to cross paths with a comely female citizen <<include "New Slave Intro">> <<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> <</replace>> -<</link>> // Taking custody of the girl will cost ¤2000. // +<</link>> // Taking custody of the girl will cost <<print cashFormat(2000)>>. // <</if>> <br><<link "Publicly confront the citizen">> <<replace "#result">> @@ -163,7 +163,7 @@ On this particular outing you happen to cross paths with a comely female citizen <<include "New Slave Intro">> <<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> <</replace>> -<</link>> // Taking custody of the girl will cost ¤2000. // +<</link>> // Taking custody of the girl will cost <<print cashFormat(2000)>>. // <</if>> <br><<link "Publicly confront the citizen">> <<replace "#result">> @@ -187,7 +187,7 @@ On this particular outing you happen to cross paths with a comely female citizen Despite her hulking, muscular exterior, the citizen proves to be a shrewd and capable advertisement executive as well. The two of you sit beside a hefty dumbbell rack for some time and together craft a simple promotional ad campaign featuring the herculean physical form of the citizen. Shooting the video is simple, footage of the citizen going about her various fitness routines is inspiring enough, and soon her every muscle and sinew is being broadcast across the world to laud the physical achievements of $arcologies[0].name. Your citizens are @@.green;filled with pride@@, knowing the rest of the world was just awed by their pursuit of bodily perfection. <<set $rep += 1000, $cash -= 1000>> <</replace>> -<</link>> // This will cost ¤1000. // +<</link>> // This will cost <<print cashFormat(1000)>>. // <</if>> <br><<link "Spend some time working out with her">> <<replace "#result">> @@ -213,7 +213,7 @@ On this particular outing you happen to cross paths with a comely female citizen You soon discover that the owner of the establishment is a matronly woman who sources her dairy from other mothers in the arcology, having found that new or expectant mothers are often in need of a revenue stream. The two of you sit at the counter for some time, though the owner often excuses herself for a milking in the back room, and together craft a simple promotional ad campaign featuring a simple slogan. Posters bearing the words "Got MILF?" soon grace the walls of $arcologies[0].name, and your citizens take to the idea of motherly milkshakes and admire your @@.green;marketing acumen@@. <<set $rep += 1000, $cash -= 1000>> <</replace>> -<</link>> // This will cost ¤1000. // +<</link>> // This will cost <<print cashFormat(1000)>>. // <</if>> <br><<link "Have a shake">> <<replace "#result">> @@ -239,7 +239,7 @@ On this particular outing you happen to cross paths with a comely female citizen It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the clinic and announce your intent to pay to give your loyal citizen the absolute transformative works. When you next see her it's on a gurney as she's wheeled out of the surgery, her patient's gown jutting out from her chest due to the size of her new rack. Through swollen lips she gushes to you about how great she feels to finally be a veritable bimbo, and how she's going to tell every citizen she fucks in $arcologies[0].name @@.green;that they have you to thank for her new body@@. <<set $rep += 1000, $cash -= 1000>> <</replace>> -<</link>> // The treatment will cost ¤1000. // +<</link>> // The treatment will cost <<print cashFormat(1000)>>. // <</if>> <br><<link "Offer to enhance her in your remote surgery in exchange for a fuck">> <<replace "#result">> @@ -268,7 +268,7 @@ On this particular outing you happen to cross paths with a comely female citizen <<set $cash -= 10000>> <<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> <</replace>> - <</link>> // Purchasing her outstanding debts will cost ¤10000. // + <</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. // </span> <</if>> <</replace>> @@ -289,7 +289,7 @@ On this particular outing you happen to cross paths with a comely female citizen It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the spa and announce your intent to pay for a day of cleansing, pampering and luxury. When you next see her it's on a wallscreen television at your penthouse praising you profusely. The rejuvenated young woman has clearly spread word of your generosity @@.green;across $arcologies[0].name@@. <<set $rep += 1000, $cash -= 1000>> <</replace>> -<</link>> // The treatment will cost ¤1000. // +<</link>> // The treatment will cost <<print cashFormat(1000)>>. // <</if>> <<if ($Attendant != 0)>> <br><<link "Give her a day of pampering with your attendant at your spa">> @@ -318,7 +318,7 @@ On this particular outing you happen to cross paths with a comely female citizen It takes a moment for you to convince the young girl and her father that you aren't playing some cruel joke on them, but once you do she enthusiastically agrees to be your companion for the evening. With a pretty young thing on your arm for the rest of the night, and her father trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of her father, he politely continues eating his dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take his daughter over the dinner table. When you part ways, the young girl is clearly smitten with you - so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire@@. <<set $rep += 500, $cash -= 500>> <</replace>> -<</link>> // This will cost ¤500. // +<</link>> // This will cost <<print cashFormat(500)>>. // <</if>> <br><<link "Manipulate her into having sex with you">> <<replace "#result">> @@ -349,7 +349,7 @@ On this particular outing you happen to cross paths with a comely female citizen <<include "New Slave Intro">> <<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> <</replace>> - <</link>> // Purchasing her outstanding debts will cost ¤10000. // + <</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. // </span> <</if>> <</replace>> @@ -371,7 +371,7 @@ On this particular outing you happen to cross paths with a comely female citizen It takes a moment for you to convince the older woman and her sons that you aren't playing some cruel joke on them, but once you do she enthusiastically agrees to be your companion for the evening. With a mature lady on your arm for the rest of the night, and her sons trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of her sons, they politely continue eating their dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take their mother over the dinner table. When you part ways, the older woman is clearly smitten with you - so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire@@. <<set $rep += 500, $cash -= 500>> <</replace>> -<</link>> // This will cost ¤500. // +<</link>> // This will cost <<print cashFormat(500)>>. // <</if>> <br><<link "Manipulate her into having sex with you">> <<replace "#result">> @@ -404,7 +404,7 @@ On this particular outing you happen to cross paths with a comely female citizen <<include "New Slave Intro">> <<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> <</replace>> - <</link>> // Purchasing her outstanding debts will cost ¤10000. // + <</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. // </span> <</if>> <</replace>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index ed8d50bbb6ae011e39263add43b19777b6019c85..1a252d7f15b61f279717a6aa7ee16411629fca06 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -4287,14 +4287,14 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust += 10; } })>> <<set $cash -= $surgeryCost>> <</replace>> - <</link>> //Will cost ¤$surgeryCost// + <</link>> //Will cost <<print cashFormat($surgeryCost)>>// <br><<link "Castrate her">> <<replace "#result2">> As you pull her limp body to the remote surgery, you notice she understands what she has done and begs you to reconsider your decision; but your mind is set. She had the balls to try and rape you, and now she won't. Restrained as she is, the most she can do is cry and beg. Once she comes to after the surgery, she faces her new life; @@.mediumorchid;she'll never get hard again@@ and she's @@.gold;the only one to blame@@ for her @@.red;suffering.@@ Every other rebellious slave is @@.gold;mortified by the example.@@ <<set $activeSlave.trust -= 20, $activeSlave.devotion -= 10, $activeSlave.health -= 10>> <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> - <</replace>> //Will cost ¤$surgeryCost// + <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter her gender">> @@ -4305,7 +4305,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <<else>> <br><<link "Remove her male genitalia">> <<replace "#result2">> @@ -4314,7 +4314,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <</if>> <br><<link "Deny her from ever having satisfying sex again">> <<replace "#result2">> @@ -4324,7 +4324,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*4)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*4)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*4))>>// <</if>> </span> <</replace>> @@ -4387,14 +4387,14 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust += 10; } })>> <<set $cash -= $surgeryCost>> <</replace>> - <</link>> //Will cost ¤$surgeryCost// + <</link>> //Will cost <<print cashFormat($surgeryCost)>>// <br><<link "Castrate her">> <<replace "#result2">> As you pull her limp body to the remote surgery, you notice she understands what she has done and begs you to reconsider your decision; but your mind is set. She had the balls to try and rape you, and now she won't. Restrained as she is, the most she can do is cry and beg. Once she comes to after the surgery, she faces her new life; @@.mediumorchid;she'll never get hard again@@ and she's @@.gold;the only one to blame@@ for her @@.red;suffering.@@ Every other rebellious slave is @@.gold;mortified by the example.@@ <<set $activeSlave.trust -= 20, $activeSlave.devotion -= 10, $activeSlave.health -= 10>> <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> - <</replace>> //Will cost ¤$surgeryCost// + <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter her gender">> @@ -4405,7 +4405,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <<else>> <br><<link "Remove her male genitalia">> <<replace "#result2">> @@ -4414,7 +4414,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <</if>> <br><<link "Deny her from ever having satisfying sex again">> <<replace "#result2">> @@ -4424,7 +4424,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*4)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*4)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*4))>>// <</if>> </span> <</replace>> @@ -4482,14 +4482,14 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust += 10; } })>> <<set $cash -= $surgeryCost>> <</replace>> - <</link>> //Will cost ¤$surgeryCost// + <</link>> //Will cost <<print cashFormat($surgeryCost)>>// <br><<link "Castrate her">> <<replace "#result2">> As you pull her limp body to the remote surgery, you notice she understands what she has done and begs you to reconsider your decision; but your mind is set. She had the balls to try and rape you, and now she won't. Restrained as she is, the most she can do is cry and beg. Once she comes to after the surgery, she faces her new life; @@.mediumorchid;she'll never get hard again@@ and she's @@.gold;the only one to blame@@ for her @@.red;suffering.@@ Every other rebellious slave is @@.gold;mortified by the example.@@ <<set $activeSlave.trust -= 20, $activeSlave.devotion -= 10, $activeSlave.health -= 10>> <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> - <</replace>> //Will cost ¤$surgeryCost// + <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter her gender">> @@ -4500,7 +4500,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <<else>> <br><<link "Remove her male genitalia">> <<replace "#result2">> @@ -4509,7 +4509,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <</if>> <br><<link "Deny her from ever having satisfying sex again">> <<replace "#result2">> @@ -4519,7 +4519,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*4)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*4)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*4))>>// <</if>> </span> <</replace>> @@ -4552,14 +4552,14 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust += 10; } })>> <<set $cash -= $surgeryCost>> <</replace>> - <</link>> //Will cost ¤$surgeryCost// + <</link>> //Will cost <<print cashFormat($surgeryCost)>>// <br><<link "Castrate her">> <<replace "#result2">> As you pull her limp body to the remote surgery, you notice she understands what she has done and begs you to reconsider your decision; but your mind is set. She had the balls to try and rape you, and now she won't. Restrained as she is, the most she can do is cry and beg. Once she comes to after the surgery, she faces her new life; @@.mediumorchid;she'll never get hard again@@ and she's @@.gold;the only one to blame@@ for her @@.red;suffering.@@ Every other rebellious slave is @@.gold;mortified by the example.@@ <<set $activeSlave.trust -= 20, $activeSlave.devotion -= 10, $activeSlave.health -= 10>> <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> - <</replace>> //Will cost ¤$surgeryCost// + <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter her gender">> @@ -4570,7 +4570,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <<else>> <br><<link "Remove her male genitalia">> <<replace "#result2">> @@ -4579,7 +4579,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*2)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*2)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*2))>>// <</if>> <br><<link "Deny her from ever having satisfying sex again">> <<replace "#result2">> @@ -4589,7 +4589,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<set $slaves.forEach(function(s) { if (s.devotion <= -50) { s.trust -= 15; } })>> <<set $cash -= ($surgeryCost*4)>> <</replace>> - <</link>> //Will cost ¤<<print ($surgeryCost*4)>>// + <</link>> //Will cost <<print cashFormat(($surgeryCost*4))>>// <</if>> </span> <</if>> @@ -7706,7 +7706,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<link "Put the old whore in her place">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You call out to stop her, and she turns obediently to listen. You tell her you're interested to see if her old body can still perform. Something about the way you say 'old' makes her flinch, and she's right to worry. You tell her to go out and make you ¤200, and to hurry back if she wants to avoid punishment. She hesitates for an instant before hurrying outside. A few hours later you check on her remotely. The feed shows her <<if $activeSlave.belly >= 10000>>waddle<<else>>walk<</if>> quickly up to a couple out on the street; you can't hear what's said, but she + You call out to stop her, and she turns obediently to listen. You tell her you're interested to see if her old body can still perform. Something about the way you say 'old' makes her flinch, and she's right to worry. You tell her to go out and make you <<print cashFormat(200)>>, and to hurry back if she wants to avoid punishment. She hesitates for an instant before hurrying outside. A few hours later you check on her remotely. The feed shows her <<if $activeSlave.belly >= 10000>>waddle<<else>>walk<</if>> quickly up to a couple out on the street; you can't hear what's said, but she <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> turns around to rub her bare butt against the crotch of the man's pants. He pulls them down and fucks her right there<<if canDoVaginal($activeSlave) && $activeSlave.vagina == 0>>@@.lime;taking her virginity@@<<set _didVaginal = 1>><<elseif canDoAnal($activeSlave) && $activeSlave.anus == 0>>@@.lime;taking her anal virginity@@<<set _didAnal = 1>><</if>>, as the woman pulls and abuses her poor nipples. Boring of this, she switches to torturing the poor slave's <<if ($activeSlave.dick > 0)>> @@ -7716,7 +7716,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> pussy, <</if>> - slapping her until she cries and then making out with the weeping whore. Much later, $activeSlave.slaveName limps tiredly into your office and gives you your @@.yellowgreen;¤200.@@ You ask her how she's feeling, and she mumbles, "I'm OK, <<Master>>. Hole<<s>> are pretty <<s>>ore though. Kinda loo<<s>>e." + slapping her until she cries and then making out with the weeping whore. Much later, $activeSlave.slaveName limps tiredly into your office and gives you your @@.yellowgreen;<<print cashFormat(200)>>.@@ You ask her how she's feeling, and she mumbles, "I'm OK, <<Master>>. Hole<<s>> are pretty <<s>>ore though. Kinda loo<<s>>e." <<else>> drops to her knees to nuzzle against the man's pants. He pulls them down and face-fucks her right there, as the woman pulls and abuses her poor nipples. Boring of this, she switches to torturing the poor slave's <<if ($activeSlave.dick > 0)>> @@ -7726,7 +7726,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> pussy, <</if>> - slapping her until she cries and then making out with the weeping whore. Much later, $activeSlave.slaveName limps tiredly into your office and gives you your @@.yellowgreen;¤200.@@ You ask her how she's feeling, and she mumbles, "I'm OK, <<Master>>. My jaw kinda hurt<<s>> and my leg<<s>> are really <<s>>ore." + slapping her until she cries and then making out with the weeping whore. Much later, $activeSlave.slaveName limps tiredly into your office and gives you your @@.yellowgreen;<<print cashFormat(200)>>.@@ You ask her how she's feeling, and she mumbles, "I'm OK, <<Master>>. My jaw kinda hurt<<s>> and my leg<<s>> are really <<s>>ore." <</if>> You tell her that's of little concern, since she has relatively few years of use left: you may as well extract what value you can from her. She's too exhausted to hide her response, and collapses, @@.gold;sobbing.@@ <<set $cash += 200>> @@ -8247,7 +8247,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<set _RESS = $slaves.findIndex(function(s) { return s.ID == $HeadGirl.ID; })>> <<set $slaves[_RESS].devotion += 4>> <</replace>> -<</link>> //This option will cost ¤500// +<</link>> //This option will cost <<print cashFormat(500)>>// <</if>> <<case "tendon fall">> @@ -14263,7 +14263,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<set $cash -= 2000>> <<set $arcologies[0].prosperity += 1>> <</replace>> -<</link>> //This will cost ¤2000// +<</link>> //This will cost <<print cashFormat(2000)>>// <<case "sleeping ambivalent">> @@ -16265,7 +16265,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <</link>> </span> <</replace>> -<</link>> //This option will cost ¤25000// +<</link>> //This option will cost <<print cashFormat(25000)>>// <<case "torpedo squeeze">> @@ -17024,7 +17024,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<set $cash -= $surgeryCost>> <</replace>> <</link>> -<</if>> //This option will cost <<print $surgeryCost>>¤// +<</if>> //This option will cost <<print cashFormat($surgeryCost)>>// <<if canGetPregnant($activeSlave) && $PC.dick == 1>> <<link "Give her bust a boost by knocking her up">> <<EventNameDelink $activeSlave>> diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index 9578dacba2f190641d971e6d84939fceadca7f6c..fa799d87531d7fbfd2d1bace253849f6e0ce68d9 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -1146,7 +1146,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<set _rets = $slaves.findIndex(function(s) { return s.ID == $subSlave.ID; })>> <<set $slaves[_rets] = $subSlave>> <</replace>> -<</link>> //This will cost ¤500// +<</link>> //This will cost <<print cashFormat(500)>>// <<if $Attendant != 0>> <<if $Attendant.ID != $activeSlave.ID>> <<if $Attendant.ID != $subSlave.ID>> @@ -1162,7 +1162,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<set _rets = $slaves.findIndex(function(s) { return s.ID == $subSlave.ID; })>> <<set $slaves[_rets] = $subSlave>> <</replace>> -<</link>> //This will cost ¤500// +<</link>> //This will cost <<print cashFormat(500)>>// <</if>> <</if>> <</if>> @@ -1178,7 +1178,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<set _rets = $slaves.findIndex(function(s) { return s.ID == $subSlave.ID; })>> <<set $slaves[_rets] = $subSlave>> <</replace>> -<</link>> //This will cost ¤1000// +<</link>> //This will cost <<print cashFormat(1000)>>// <<case "anal cowgirl">> diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw index da3994ce0c2f4bc2eb263f882e510873d9ce949d..5218a31b5429990ea0ea4c8d0670dfea517ee546 100644 --- a/src/uncategorized/REroyalblood.tw +++ b/src/uncategorized/REroyalblood.tw @@ -74,7 +74,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<include "New Slave Intro">> <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ <</replace>> -<</link>> // You will need to utilize a portion of your reputation and ¤50000 to enslave her.// +<</link>> // You will need to utilize a portion of your reputation and <<print cashFormat(50000)>> to enslave her.// <<else>> //You lack the necessary funds and reputation to enslave a princess.// <</if>> @@ -169,7 +169,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<include "New Slave Intro">> <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ <</replace>> -<</link>> // Purchasing the goods and hiring the VTOLs will cost about ¤35000.// +<</link>> // Purchasing the goods and hiring the VTOLs will cost about <<print cashFormat(35000)>>.// <<else>> <br>//You lack the necessary funds to enslave a crown prince.// <</if>> @@ -328,7 +328,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</if>> <<AddSlave $activeSlave>> /* skip New Slave Intro */ <</replace>> -<</link>> // You will need to utilize a sizable portion of your reputation and ¤100000 to enslave them.// +<</link>> // You will need to utilize a sizable portion of your reputation and <<print cashFormat(100000)>> to enslave them.// <<else>> <br>//You lack the necessary funds and reputation to enslave both the crown prince and princess.// <</if>> @@ -487,7 +487,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ <</for>> <</replace>> -<</link>> // It will cost about ¤25000 to enslave them.// +<</link>> // It will cost about <<print cashFormat(25000)>> to enslave them.// <<else>> <br>//You lack the necessary funds to enslave a handful of court ladies.// <</if>> @@ -594,7 +594,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<include "New Slave Intro">> <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ <</replace>> -<</link>> // It will cost about ¤15000 to enslave her.// +<</link>> // It will cost about <<print cashFormat(15000)>> to enslave her.// <<else>> <br>//You lack the necessary funds to enslave a queen.// <</if>> @@ -751,7 +751,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set _queen = clone($activeSlave)>> <<AddSlave _queen>> /* skip New Slave Intro */ <</replace>> -<</link>> // It will cost about ¤500000 to enslave both the Princess and Queen.// +<</link>> // It will cost about <<print cashFormat(500000)>> to enslave both the Princess and Queen.// <<else>> <br>//You lack the necessary funds and reputation to enslave both the Queen and princess.// <</if>> @@ -1042,7 +1042,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ <</for>> <</replace>> -<</link>> // It will cost about ¤2500000 to enslave the entire court.// +<</link>> // It will cost about <<print cashFormat(2500000)>> to enslave the entire court.// <<elseif $familyTesting == 1>> <br>//You lack the necessary funds to enslave the entire court.// <</if>> @@ -1053,7 +1053,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set _loot = random(10,300)*100>> Seizing a tablet, you quickly send a message to The Colonel. After dark, a flight of VTOLs land in the new arcology laden with troops. When they take off again they have the prince and princess, clad in chains and bound face to face in a forced embrace, the Queen, resigned to her fate, a gaggle of terrified court ladies and as much loot as they could carry. <br><br> - Eventually they all arrive in your penthouse. The prince and princess are flushed with embarrassment in their compromising position. The former prince is beside himself with rage, but seems to be holding himself back for his little sister's sake, while she struggles to maintain a facade of poise and grace. The slightest trembling of her balled up fists, the minute tremors that mar her immaculate posture, her inability to meet your eyes with her own, all signs that she is still a scared girl despite all her royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to her in her new life in the penthouse, it does stand in stark contrast to her more common slave peers. However, the prince's submission to life as a slave is another question entirely. The Queen, on the other hand, seems almost relieved and basks in the opulence of her new surroundings. Yet, it seems likely that her relief has more to do with saving her from a lifetime of gang rape at the mercy of her former subjects, than it does the familiar luxury. She submits to biometric scanning obediently and without fuss, during which you discover to her surprise that she is pregnant. Since she hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice she cradles her ever so slightly rounded stomach protectively nonetheless. Lastly, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over. You also scored @@.yellowgreen;¤<<print _loot>>@@ in valuables from the raid. + Eventually they all arrive in your penthouse. The prince and princess are flushed with embarrassment in their compromising position. The former prince is beside himself with rage, but seems to be holding himself back for his little sister's sake, while she struggles to maintain a facade of poise and grace. The slightest trembling of her balled up fists, the minute tremors that mar her immaculate posture, her inability to meet your eyes with her own, all signs that she is still a scared girl despite all her royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to her in her new life in the penthouse, it does stand in stark contrast to her more common slave peers. However, the prince's submission to life as a slave is another question entirely. The Queen, on the other hand, seems almost relieved and basks in the opulence of her new surroundings. Yet, it seems likely that her relief has more to do with saving her from a lifetime of gang rape at the mercy of her former subjects, than it does the familiar luxury. She submits to biometric scanning obediently and without fuss, during which you discover to her surprise that she is pregnant. Since she hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice she cradles her ever so slightly rounded stomach protectively nonetheless. Lastly, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over. You also scored @@.yellowgreen;<<print cashFormat(_loot)>>@@ in valuables from the raid. <<set $arcologies[0].prosperity = 2>> <<set $rep = 0>> /* princess */ @@ -1237,4 +1237,4 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</replace>> <</link>> //You will loathed for this action and trade will be crippled.// <</if>> -</span> \ No newline at end of file +</span> diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw index 83b9f72633906bd9bf6b176623126598121380c8..ef6f50363a3a610ee36226fe92b86cfc941dda82 100644 --- a/src/uncategorized/SFMBarracks.tw +++ b/src/uncategorized/SFMBarracks.tw @@ -50,12 +50,12 @@ <<set $CashGift = (Math.ceil((Math.abs($cash)*0.05)*(Math.max(0.99,$SFAO))))*$Env>> <<if random(1,100) > 50>> <<if random(1,100) > 50>> - _Name nods. "Sure boss," she says, "we had a bit of a haul this week. One of my sergeants convinced a woman to tell us where she had hidden her shit. Cut her up pretty bad, but she told us. Bunch of nice jewelry, I kept a nice piece for myself." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ ¤<<print $CashGift>>." + _Name nods. "Sure boss," she says, "we had a bit of a haul this week. One of my sergeants convinced a woman to tell us where she had hidden her shit. Cut her up pretty bad, but she told us. Bunch of nice jewelry, I kept a nice piece for myself." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ <<print cashFormat($CashGift)>>." <<else>> - _Name smiles widely. "Sure boss," she says, "we pulled in some good shit this week. One of the boys found a real nice family hiding in a basement. 18-year old triplets. Brought in a good bit of cash." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ ¤<<print $CashGift>>." + _Name smiles widely. "Sure boss," she says, "we pulled in some good shit this week. One of the boys found a real nice family hiding in a basement. 18-year old triplets. Brought in a good bit of cash." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut,@@ <<print cashFormat($CashGift)>>." <</if>> <<else>> - _Name picks up a tablet. "Sure boss," she says, "we had a nice score this week. Looters fucked up and left a bunch of nice shit behind." She taps a few commands on the tablet. "@@.green;There's your cut,@@ ¤<<print $CashGift>>." + _Name picks up a tablet. "Sure boss," she says, "we had a nice score this week. Looters fucked up and left a bunch of nice shit behind." She taps a few commands on the tablet. "@@.green;There's your cut,@@ <<print cashFormat($CashGift)>>." <</if>> <<set $securityForceGiftToken = 1>> <<set $cash += $CashGift>> @@ -122,7 +122,7 @@ <<set $securityForceUpgradeTokenReset += 1>> <<set $cash -= _securityForceUpgradeResetTokenCurrentCost>> <<goto "SFM Barracks">> - <</link>> <br>It will cost 5% of your currently displayed cash, which is ¤<<print Math.trunc(_securityForceUpgradeResetTokenCurrentCost)>>. + <</link>> <br>It will cost 5% of your currently displayed cash, which is <<print cashFormat(Math.trunc(_securityForceUpgradeResetTokenCurrentCost))>>. <</if>> <<if $securityForceUpgradeTokenReset >= 1>> <br><br>"In total, you have asked _Name about upgrading $securityForceName $securityForceUpgradeTokenReset times." diff --git a/src/uncategorized/apartments.tw b/src/uncategorized/apartments.tw index c1ec53e09ff1943813a7e0c42ef4ca107eb5c5af..5710b16ea7979c89aebe468fd8f3f36b316b0727 100644 --- a/src/uncategorized/apartments.tw +++ b/src/uncategorized/apartments.tw @@ -20,17 +20,17 @@ You control this part of the arcology and all these tenants pay you rent. <<if $sectors[$AS].type != "DenseApartments">> <br> [[Upgrade this sector of apartments for dense occupancy by as many citizens as possible|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "DenseApartments"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<if $sectors[$AS].type != "LuxuryApartments">> <br> [[Improve this sector of apartments for occupancy by the Free Cities' wealthiest citizens|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "LuxuryApartments"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<if $sectors[$AS].type != "Apartments">> <br> [[Return this sector to standard, mixed housing|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Apartments"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// -<</if>> \ No newline at end of file + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// +<</if>> diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw index eba059ae476e1547b70436707a0d9d8034eb8c30..f9d0bc1e393b7d46398b266a646dd1d0b93ce0b0 100644 --- a/src/uncategorized/arcade.tw +++ b/src/uncategorized/arcade.tw @@ -82,7 +82,7 @@ $arcadeNameCaps @@.yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be converted to a standard Fuckdoll this week. <</if>> <<set _Tmult0 = Math.trunc($arcade*1000*$upgradeMultiplierArcology)>> -[[Expand the arcade|Arcade][$cash -= _Tmult0, $arcade += 5]] //Costs ¤_Tmult0 and will increase upkeep costs// +[[Expand the arcade|Arcade][$cash -= _Tmult0, $arcade += 5]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> @@ -93,7 +93,7 @@ $arcadeNameCaps <<else>> <br>It is a standard arcade. It can be upgraded to either maximize the pleasure of those that visit it at the expense of the health or the inmates, or to keep them healthy (if not happy) and milk them of useful fluids.<br> [[Upgrade the arcade with invasive performance-enhancing systems|Arcade][$cash -= _Tmult1, $arcadeUpgradeInjectors = 1]] | [[Retrofit the arcade to collect useful fluids|Arcade][$cash -= _Tmult1, $arcadeUpgradeCollectors = 1]]<br> - //Choosing either upgrade will cost ¤_Tmult1 and will increase upkeep costs. They are mutually exclusive; only one can be chosen.// <br> + //Choosing either upgrade will cost <<print cashFormat(_Tmult1)>> and will increase upkeep costs. They are mutually exclusive; only one can be chosen.// <br> <</if>> <<if $arcologies[0].FSPaternalist == "unset">> @@ -105,7 +105,7 @@ $arcadeNameCaps In addition to the low walls that house inmates, there are also rows of simple shackles that allow menial Fuckdolls to be restrained here to add still more rapeable holes to $arcadeName's capacity. They're empty at present. <</if>> <<else>> - There is no provision for menial Fuckdolls. [[Add shackles to restrain more holes|Arcade][$cash -= _Tmult1, $arcadeUpgradeMenials = 1]] //Costs ¤_Tmult1// + There is no provision for menial Fuckdolls. [[Add shackles to restrain more holes|Arcade][$cash -= _Tmult1, $arcadeUpgradeMenials = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <</if>> @@ -114,7 +114,7 @@ $arcadeNameCaps equipped to convert surplus inmates into standard Fuckdolls. <<else>> <<set _Tmult2 = Math.trunc(5000*$upgradeMultiplierArcology)>> - not equipped to convert surplus inmates into standard Fuckdolls. [[Upgrade the arcade to create Fuckdolls|Arcade][$cash -= _Tmult2, $arcadeUpgradeFuckdolls = 1]] //Costs ¤_Tmult2// + not equipped to convert surplus inmates into standard Fuckdolls. [[Upgrade the arcade to create Fuckdolls|Arcade][$cash -= _Tmult2, $arcadeUpgradeFuckdolls = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <!-- Statistics output --> diff --git a/src/uncategorized/arcadeReport.tw b/src/uncategorized/arcadeReport.tw index d895732483845225ed42d3f32cbb2a07021421e1..888f1775ac4f43220c8ee2b94ff15fbd949108d7 100644 --- a/src/uncategorized/arcadeReport.tw +++ b/src/uncategorized/arcadeReport.tw @@ -158,7 +158,7 @@ <<else>> $vasectomiesUndone <</if>> - of them had severed vas deferens, so they were reattached to allow sperm through, costing @@.red;¤<<print $surgeryCost*$vasectomiesUndone>>.@@ + of them had severed vas deferens, so they were reattached to allow sperm through, costing @@.red;<<print cashFormat($surgeryCost*$vasectomiesUndone)>>.@@ <</if>> <<if $boobsImplanted>> <<if $boobsImplanted == 1>> @@ -166,7 +166,7 @@ <<else>> $boobsImplanted of them were not lactating, so they were <</if>> - implanted with long-acting lactation inducing drugs, costing @@.red;¤<<print $surgeryCost*$boobsImplanted>>.@@ + implanted with long-acting lactation inducing drugs, costing @@.red;<<print cashFormat($surgeryCost*$boobsImplanted)>>.@@ <</if>> <<if $prostatesImplanted>> <<if $prostatesImplanted == 1>> @@ -174,14 +174,14 @@ <<else>> $prostatesImplanted of them were not producing the maximum possible amount of precum, so they were <</if>> - implanted with long-acting prostate stimulation drugs, costing @@.red;¤<<print $surgeryCost*$prostatesImplanted>>.@@ + implanted with long-acting prostate stimulation drugs, costing @@.red;<<print cashFormat($surgeryCost*$prostatesImplanted)>>.@@ <</if>> <<if _cockmilked == 1>> One of them retains testicles and is brutally cockmilked as she is used. <<elseif _cockmilked > 1>> _cockmilked of them retain testicles and are brutally cockmilked as they are used. <</if>> - The arcade makes you @@.yellowgreen;¤_profits@@ from selling the inmates' holes<<if ($arcadeUpgradeCollectors > 0)>> and @@.yellowgreen;¤_milkprofits@@ from selling the fluids they produced<</if>> this week. + The arcade makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ from selling the inmates' holes<<if ($arcadeUpgradeCollectors > 0)>> and @@.yellowgreen;<<print cashFormat(_milkprofits)>>@@ from selling the fluids they produced<</if>> this week. <<if ($arcologies[0].FSDegradationist > 20)>> <<elseif ($arcologies[0].FSPaternalist > 20)>> <<set $repGain -= Math.trunc(_profits/20)>> diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index b998bb246f5147b4e8fd24f3fcddfd3be35e3202..1cdef4784b6601004e0a82e9e2df615f24ff0cca 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -285,9 +285,9 @@ $ACitizens citizens and <<print $ASlaves+$helots+$slaves.length>> slaves now liv This week, rents from $arcologies[0].name came to <<if $rents > 0>> - @@.yellowgreen;¤$rents.@@ + @@.yellowgreen;<<print cashFormat($rents)>>.@@ <<else>> - @@.red;¤$rents.@@ + @@.red;<<print cashFormat($rents)>>.@@ <</if>> <<if $economy > 1>> @@ -295,7 +295,7 @@ This week, rents from $arcologies[0].name came to <<if $cash > 1000>> <<set $rents += Math.trunc($cash/10)>> <</if>> - The @@.red;degenerating world economy@@ makes supplying and maintaining $arcologies[0].name extremely difficult. This week, bribes and other costs to keep it running came to @@.yellowgreen;¤$rents.@@ + The @@.red;degenerating world economy@@ makes supplying and maintaining $arcologies[0].name extremely difficult. This week, bribes and other costs to keep it running came to @@.yellowgreen;<<print cashFormat($rents)>>.@@ <<set $cash -= $rents>> <</if>> @@ -328,7 +328,7 @@ You own <<set _earnings += random(1,10)>> <<set $cash += _earnings>> -earning you @@.yellowgreen;¤_earnings.@@ +earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ <</if>> <<set _refugees = 0>> diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw index 42e30b8f7f727f7f9750b30a243013c3ca35fd05..fbef38bc0206f32886de206f6607fe34cef8f290 100644 --- a/src/uncategorized/arcologyDescription.tw +++ b/src/uncategorized/arcologyDescription.tw @@ -698,7 +698,7 @@ Its lingua franca is $language. <<set $peacekeepers.undermining = Math.clamp(Math.ceil($peacekeepers.undermining/1000)*1000, 0, 10000)>> You are spending ¤<<textbox "_newUndermining" $peacekeepers.undermining>> each week to promote misinformation in the old world that undermines the peacekeepers. [[Save changes|Manage Arcology][$peacekeepers.undermining = Number(_newUndermining) || 0]] - <<if _warn>><br>//Spending more than ¤10000 weekly would be counterproductive//<</if>> + <<if _warn>><br>//Spending more than <<print cashFormat(10000)>> weekly would be counterproductive//<</if>> <<else>> You are not undermining the peacekeepers. [[Start a misinformation campaign|Manage Arcology][$peacekeepers.undermining = 1000]] <</if>> diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index 0a6799cfb04a7c41c1578b6b15b817a422be0e9c..1e02a46c7e94932b2ea94bafeccb62e25dd7c6b5 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -488,7 +488,7 @@ Choose piercing style: <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.clitPiercing != 3>> <br> - Give $object a [[smart piercing?|Body Modification][$activeSlave.clitPiercing = 3,$activeSlave.clitSetting = "all",$cash -=$SPcost,$degradation += 1]] //Costs ¤$SPcost, unlocks options to mold sexuality// + Give $object a [[smart piercing?|Body Modification][$activeSlave.clitPiercing = 3,$activeSlave.clitSetting = "all",$cash -=$SPcost,$degradation += 1]] //Costs <<print cashFormat($SPcost)>>, unlocks options to mold sexuality// <<else>> <br> $pronounCap already has a smart piercing! diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index e2dee9511e8b7a7d79dd9f079e3991b549a624f6..1bff5cff187439c3d84309b422b1680682ff2c5b 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -147,7 +147,7 @@ $brothelNameCaps <<set _Tmult0 = Math.trunc($brothel*1000*$upgradeMultiplierArcology)>> <br>It can support $brothel whores. -[[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs ¤_Tmult0 and will increase upkeep costs// +[[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> <<if $brothelUpgradeDrugs == 1>> @@ -158,7 +158,7 @@ $brothelNameCaps It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently disabled. [[Enable them|Brothel][$brothelUpgradeDrugs = 1]] //Will increase upkeep costs// <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> - It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1]] //Costs ¤_Tmult1 and will increase upkeep costs// + It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// <</if>> <br>$brothelNameCaps is diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw index 96a033e5fe69384a40d5afcf3b102cc18325cade..650d6ed4fa8abf88b7e639656b5eee4ff21ed365 100644 --- a/src/uncategorized/brothelAdvertisement.tw +++ b/src/uncategorized/brothelAdvertisement.tw @@ -123,7 +123,7 @@ <<nobr>> -You are spending ¤$brothelAdsSpending each week to advertise the brothel. +You are spending <<print cashFormat($brothelAdsSpending)>> each week to advertise the brothel. <<if $brothelAdsSpending > 900>> <<link "Decrease">><<set $brothelAdsSpending -= 1000>><<goto "Brothel Advertisement">><</link>> | diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index fb7db1a822c23b85f2a473f668e22b0b84b87a72..3e5b4851e10e04a25f8441d17351b6aa81b5d445 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -209,7 +209,7 @@ <<silently>><<include "SA whore">><</silently>> <</if>> <<set _seed = $cash-_oldCash, $cash += Math.trunc(0.5*_seed), _seed = Math.trunc(1.5*_seed), _profits += _seed>> - <br> Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@.yellowgreen;¤_seed@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam. + <br> Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@.yellowgreen;<<print cashFormat(_seed)>>@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam. <</if>> <</if>> <<if (_DL > 0)>><br><br><</if>> @@ -506,7 +506,7 @@ b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance; b.profit = b.totalIncome - b.totalExpenses; <</script>> - $brothelNameCaps makes you @@.yellowgreen;¤_profits@@ this week. + $brothelNameCaps makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ this week. <<if $brothelDecoration != "standard">> $brothelNameCaps's customers enjoy @@.green;fucking whores in $brothelDecoration surroundings.@@ diff --git a/src/uncategorized/buildingWidgets.tw b/src/uncategorized/buildingWidgets.tw index f43b6a530f53a1a443853289478b1dcaa8098c58..de183e1ad36eebc0a71b76926966d950f8550ce8 100644 --- a/src/uncategorized/buildingWidgets.tw +++ b/src/uncategorized/buildingWidgets.tw @@ -194,7 +194,7 @@ if(!Macro.has('sectorblock')) { <<widget "SectorSell">> <<set $price = 1000*Math.trunc($arcologies[0].prosperity*(1+($arcologies[0].demandFactor/100)))>> -Selling this sector would relinquish a 4% interest in $arcologies[0].name. Such an interest is worth ¤$price. +Selling this sector would relinquish a 4% interest in $arcologies[0].name. Such an interest is worth <<print cashFormat($price)>>. <<if $arcologies[0].ownership >= 4>> [[Sell|Main][$cash += $price, $arcologies[0].ownership -= 4, $arcologies[0].demandFactor -= 20, $sectors[$AS].ownership = 0]] <</if>> diff --git a/src/uncategorized/bulkSlaveIntro.tw b/src/uncategorized/bulkSlaveIntro.tw index 6b42c4c085a54bed201fce3e2dc1e129339341ca..be9ced8684e4d6ac3b390175e748122fbf71abe9 100644 --- a/src/uncategorized/bulkSlaveIntro.tw +++ b/src/uncategorized/bulkSlaveIntro.tw @@ -35,7 +35,7 @@ <<else>> With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount; <</if>> - You spent @@.yellowgreen;¤$spent@@ on your new slaves.<br><br> + You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br> <<case "inStock">> You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves. @@ -46,7 +46,7 @@ <<else>> With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount; <</if>> - You spent @@.yellowgreen;¤$spent@@ on your new slaves.<br><br> + You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br> <<case "event">> This is placeholder event info. diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 4879c7b2c666da77a45232a445fcb75f9852704c..43f5d129225646f0f7dd70aefae8e026708edcc6 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -225,7 +225,7 @@ The parts of your arcology you own can house a total of $PopCap menial slaves. <<else>> You do not own any menial slaves. <</if>> -The market price of menials is ¤_menialPrice. +The market price of menials is <<print cashFormat(_menialPrice)>>. <<set _optionsBreak = 0>> <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>> [[Buy|Buy Slaves][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]] @@ -264,11 +264,11 @@ The market price of menials is ¤_menialPrice. <</if>> <</if>> [[(all)|Buy Slaves][$fuckdolls+=$helots,$cash-=(_fconvertCost)*($helots),$helots=0]] - //Costs ¤_fconvertCost// + //Costs <<print cashFormat(_fconvertCost)>>// <</if>> <<if $dairyFeedersUpgrade > 0>> <br> [[Convert to Bioreactor|Buy Slaves][$helots-=1,$menialBioreactors+=1,$cash-=500]] - //Costs ¤500// + //Costs <<print cashFormat(500)>>// <<if $helots >= 10>> [[(x10)|Buy Slaves][$helots-=10,$menialBioreactors+=10,$cash-=5000]] <<if $helots >= 100>> @@ -276,7 +276,7 @@ The market price of menials is ¤_menialPrice. <</if>> <</if>> [[(all)|Buy Slaves][$menialBioreactors+=$helots,$cash-=500*$helots,$helots=0]] - //Costs ¤500// + //Costs <<print cashFormat(500)>>// <</if>> <</if>> <</if>> @@ -289,7 +289,7 @@ The market price of menials is ¤_menialPrice. <br>You do not own any standard Fuckdolls. <</if>> <<if ($fuckdolls > 0) || ($arcologies[0].FSPaternalist == "unset")>> -The market price of standard fuckdolls is ¤<<print _menialPrice*2>>. +The market price of standard fuckdolls is <<print cashFormat(_menialPrice*2)>>. <<set _optionsBreak = 0>> <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>> <<if $arcologies[0].FSPaternalist == "unset">> @@ -327,7 +327,7 @@ The market price of standard fuckdolls is ¤<<print _menialPrice*2>>. <br>You do not own any standard bioreactors. <</if>> <<if ($menialBioreactors > 0) || ($arcologies[0].FSPaternalist == "unset")>> -The market price of standard bioreactors is ¤<<print (_menialPrice-100)>>. +The market price of standard bioreactors is <<print cashFormat((_menialPrice-100))>>. <<set _optionsBreak = 0>> <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>> <<if $arcologies[0].FSPaternalist == "unset">> diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw index 0f8115c1946bc2df568591edad599befc6af28e4..aa1fe88262eefabe9f5c338ffc34115e5c0207cb 100644 --- a/src/uncategorized/cellblock.tw +++ b/src/uncategorized/cellblock.tw @@ -72,14 +72,14 @@ $cellblockNameCaps <<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>> <br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement. -[[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs ¤_Tmult0// +[[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $cellblockUpgrade == 1>> Its compliance systems have been upgraded to allow slaves no mental respite, painstakingly correcting the tiniest misbehaviors to soften flaws into quirks at the cost of considerable anguish to inmates denied any rest from correction. <<else>> <<set _Tmult1 = Math.trunc(20000*$upgradeMultiplierArcology)>> - Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][$cash -= _Tmult1, $cellblockUpgrade = 1]] //Costs ¤_Tmult1// + Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][$cash -= _Tmult1, $cellblockUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <<if $Wardeness != 0 && canPenetrate($Warden)>> diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw index b690745472b986eaeadd5f7502db54a1c0444e3d..cdb7b5d6b7d9268684a2dfd26244f98db83f461b 100644 --- a/src/uncategorized/cellblockReport.tw +++ b/src/uncategorized/cellblockReport.tw @@ -129,7 +129,7 @@ <</for>> <<if (_DL < $cellblock)>> <<set _seed = random(1,10)+(($cellblock-_DL)*(random(150,170)+(_idleBonus*10))), $cash += _seed>> - <br> Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@.yellowgreen;¤_seed.@@ + <br> Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@ <</if>> <<if (_DL > 0)>><br><br><</if>> <</if>> diff --git a/src/uncategorized/changeLanguage.tw b/src/uncategorized/changeLanguage.tw index a70dd43d340becfccc8fbe2fce739448323bfb06..fb6f040dd9a5b9d263654274eeb27664a32363c8 100644 --- a/src/uncategorized/changeLanguage.tw +++ b/src/uncategorized/changeLanguage.tw @@ -33,7 +33,7 @@ The lingua franca of the arcology is ''$language''. <br><br> -//Changing the lingua franca of the arcology is a difficult process. Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses. It will also cost ¤500 for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language. Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity. Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.// +//Changing the lingua franca of the arcology is a difficult process. Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses. It will also cost <<print cashFormat(500)>> for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language. Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity. Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.// <br><br> Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.// diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw index 3fff979c36e9441562331f5152dde140f5f5c1f3..3e04e09a1b74c64bb040c758dcb5e0ea6d2d0efa 100644 --- a/src/uncategorized/clinic.tw +++ b/src/uncategorized/clinic.tw @@ -72,14 +72,14 @@ $clinicNameCaps <<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>> <br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. -[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs ¤_Tmult0// +[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $clinicUpgradeScanner == 1>> $clinicNameCaps's scanners have been upgraded with a sampling system that can estimate carcinogenic damage to a slave's genome. <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> - It mounts powerful medical scanning technology. [[Upgrade the scanners to help detect genomic damage|Clinic][$cash -= _Tmult1, $clinicUpgradeScanner = 1]] //Costs ¤_Tmult1// + It mounts powerful medical scanning technology. [[Upgrade the scanners to help detect genomic damage|Clinic][$cash -= _Tmult1, $clinicUpgradeScanner = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <br> @@ -88,14 +88,14 @@ $clinicNameCaps The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. The blood is intensely cleaned to greatly decrease the presence of impurities at the cost of compatibility. Patients will likely be ill for the duration of the treatment. <<else>> <<set _Tmult3 = Math.trunc(150000*$upgradeMultiplierArcology)>> - The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. [[Increase the effectiveness of the impurity purging|Clinic][$cash -= _Tmult3, $clinicUpgradePurge to 1]] //Costs ¤_Tmult3 and may cause health problems in slaves// + The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. [[Increase the effectiveness of the impurity purging|Clinic][$cash -= _Tmult3, $clinicUpgradePurge to 1]] //Costs <<print cashFormat(_Tmult3)>> and may cause health problems in slaves// <</if>> <<if $Nurse == 0>> <br>However, without a nurse in attendance, the blood treatment equipment remains idle. <</if>> <<else>> <<set _Tmult2 = Math.trunc(50000*$upgradeMultiplierArcology)>> - It includes standard dialysis equipment. [[Install advanced blood treatment equipment to help address drug side effects|Clinic][$cash -= _Tmult2, $clinicUpgradeFilters = 1]] //Costs ¤_Tmult2// + It includes standard dialysis equipment. [[Install advanced blood treatment equipment to help address drug side effects|Clinic][$cash -= _Tmult2, $clinicUpgradeFilters = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <br> diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw index 4006db67df3ab7e32858299426b79066c2fd69a9..ca26c4d59e274326a474ae7526856ae6b71838bc 100644 --- a/src/uncategorized/clinicReport.tw +++ b/src/uncategorized/clinicReport.tw @@ -191,7 +191,7 @@ <</for>> <<if (_DL < $clinic)>> <<set _seed = random(1,10)+(($clinic-_DL)*(random(150,170)+(_idleBonus*10))), $cash += _seed>> - <br> Since she doesn't have enough girls to occupy all her time, the clinic takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;¤_seed.@@ + <br> Since she doesn't have enough girls to occupy all her time, the clinic takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@ <</if>> <<if (_DL > 0)>><br><br><</if>> <</if>> diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 448b0351f7c02e5bb96676d470705ca28ddfe7f1..1a53c52b633a994021b8a9c3c7b1a3c02b3d06d8 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -202,14 +202,14 @@ $clubNameCaps <<set _Tmult0 = Math.trunc($club*1000*$upgradeMultiplierArcology)>> <br>There are rooms off $clubName to support slaves as they work as club sluts. They can support $club slaves. -[[Expand the club|Club][$cash -= _Tmult0, $club += 5, $PC.engineering += .1]] //Costs ¤_Tmult0 and will increase upkeep costs// +[[Expand the club|Club][$cash -= _Tmult0, $club += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> <<if $clubUpgradePDAs == 1>> $clubNameCaps has been wired for unobtrusive personal data assistants to let your sluts pass tips about enslaveable people to your recruiter. <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> - The rooms are standard. [[Upgrade them with PDAs to help your recruiter|Club][$cash -= _Tmult1, $clubUpgradePDAs = 1]] //Costs ¤_Tmult1 and will increase upkeep costs// + The rooms are standard. [[Upgrade them with PDAs to help your recruiter|Club][$cash -= _Tmult1, $clubUpgradePDAs = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// <</if>> <br> diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index 123eb6678394a1b86455e4d3e92b796ac2610976..d7b9539dd8048336c3d5bc5595d0fb6e71ef4f87 100644 --- a/src/uncategorized/clubAdvertisement.tw +++ b/src/uncategorized/clubAdvertisement.tw @@ -123,7 +123,7 @@ <<nobr>> -You are spending ¤$clubAdsSpending each week to advertise $clubName. +You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $clubName. <<if $clubAdsSpending > 900>> <<link "Decrease">><<set $clubAdsSpending -= 1000>><<goto "Club Advertisement">><</link>> | diff --git a/src/uncategorized/completeCatalog.tw b/src/uncategorized/completeCatalog.tw index 650fc813ad04b30a3aaa1e38e643fa8a07ad577b..20db61479629533e39fa11b6ae0415e0ca698d45 100644 --- a/src/uncategorized/completeCatalog.tw +++ b/src/uncategorized/completeCatalog.tw @@ -58,7 +58,7 @@ <br><br> -The offered price is ¤<<print $slaveCost>>. +The offered price is <<print cashFormat($slaveCost)>>. [[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $activeSlave.weekAcquired = $week, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main", $specialSlave = 1]] diff --git a/src/uncategorized/corporateMarket.tw b/src/uncategorized/corporateMarket.tw index aa4219db5b289befe1fb6c1ed4aae75575c3e01a..a8d7872f206046572cabafdc6d6c96c0e5ae4550 100644 --- a/src/uncategorized/corporateMarket.tw +++ b/src/uncategorized/corporateMarket.tw @@ -84,7 +84,7 @@ while you browse. <</if>> <<set $slaveCost = 500*Math.trunc($slaveCost/500)>> -The offered price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> +The offered price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <br> <<if $cash >= $slaveCost>> [[Buy her slave contract|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]] diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw index 2df4babc673599dd35b5c4c6fe08b49aab907dbc..cc830b7e288bc98aea6d3b31d055cea8801feb01 100644 --- a/src/uncategorized/corporationDevelopments.tw +++ b/src/uncategorized/corporationDevelopments.tw @@ -18,7 +18,7 @@ <<set $corpValue = ($generalAssets*$generalAssetPrice)+($slaveAssets*$slaveAssetPrice)+($entrapmentAssets*$entrapmentAssetPrice)+($captureAssets*$captureAssetPrice)+($trainingAssets*$trainingAssetPrice)+($surgicalAssets*$surgicalAssetPrice)+($drugAssets*$drugAssetPrice)>> <<set $corpProfit = Math.trunc($corpValue*(random(7,15)/1000))>> <<set $corpCash += $corpProfit>> -Your corporation made a profit of ¤$corpProfit last week. +Your corporation made a profit of <<print cashFormat($corpProfit)>> last week. <<if $mercenariesHelpCorp > 0>> The $mercenariesTitle assist it with difficult enslavement targets. Otherwise, it <<set $slaveAssets += $mercenaries*1000>> @@ -47,7 +47,7 @@ Your corporation made a profit of ¤$corpProfit last week. <<set $slaveAssets += Math.trunc(($captureAssets+$entrapmentAssets)*0.01)>> <<set $corpPeopleEnslaved += Math.trunc(($captureAssets+$entrapmentAssets)*0.0001)>> <</if>> -in total, the corporation has enslaved $corpPeopleEnslaved people. +in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> people. <<if $slaveAssets < ($trainingAssets+$surgicalAssets+$drugAssets)>> The corporation has enough training and medical assets to rapidly improve its human holdings. <<set $slaveAssets = Math.trunc($slaveAssets*1.1)>> @@ -74,27 +74,27 @@ in total, the corporation has enslaved $corpPeopleEnslaved people. <</if>> <</if>> <<if $corpProfit*0.6 > ($personalShares+$publicShares)*3>> - Since it is incredibly profitable, a massive dividend of ¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))>> was paid out to stockholders; you received @@.yellowgreen;¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>.@@ + Since it is incredibly profitable, a massive dividend of <<print cashFormat(Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares)))>> was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat(Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares)>>.@@ <<set $cash += Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>> <<set $corpCash -= Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>> <<elseif $corpProfit > ($personalShares+$publicShares)*2.4>> - Since it is extremely profitable, a huge dividend of ¤2/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*2>>.@@ + Since it is extremely profitable, a huge dividend of ¤2/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*2)>>.@@ <<set $cash += $personalShares*2>> <<set $corpCash -= ($personalShares+$publicShares)*2>> <<elseif $corpProfit > ($personalShares+$publicShares)*1.5>> - Since it is highly profitable, a large dividend of ¤1/share was paid out to stockholders; you received @@.yellowgreen;¤$personalShares.@@ + Since it is highly profitable, a large dividend of ¤1/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares)>>.@@ <<set $cash += $personalShares>> <<set $corpCash -= ($personalShares+$publicShares)>> <<elseif $corpProfit > ($personalShares+$publicShares)*0.8>> - Since it is very profitable, a moderate dividend of ¤0.5/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.5>>.@@ + Since it is very profitable, a moderate dividend of ¤0.5/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.5)>>.@@ <<set $cash += Math.trunc($personalShares*0.5)>> <<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.5)>> <<elseif $corpProfit > ($personalShares+$publicShares)*0.4>> - Since it is moderately profitable, a reasonable dividend of ¤0.2/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.2>>.@@ + Since it is moderately profitable, a reasonable dividend of ¤0.2/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.2)>>.@@ <<set $cash += Math.trunc($personalShares*0.2)>> <<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.2)>> <<elseif $corpProfit > ($personalShares+$publicShares)*0.2>> - Since it is acceptably profitable, a small dividend of ¤0.1/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.1>>.@@ + Since it is acceptably profitable, a small dividend of ¤0.1/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.1)>>.@@ <<set $cash += Math.trunc($personalShares*0.1)>> <<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.1)>> <</if>> @@ -118,19 +118,19 @@ in total, the corporation has enslaved $corpPeopleEnslaved people. <<set $sharePrice = (Math.trunc($sharePrice*random(85,random(90,95))))/100>> <</if>> -Shares in your corporation are trading at ¤$sharePrice: +Shares in your corporation are trading at <<print cashFormat($sharePrice)>>: <<if $oldSharePrice == $sharePrice>> no different from last week. <<elseif $oldSharePrice > $sharePrice>> - down <<print Math.trunc(($oldSharePrice-$sharePrice)*100)/100>> since last week. + down <<print cashFormat(Math.trunc(($oldSharePrice-$sharePrice)*100)/100)>> since last week. <<else>> - up <<print Math.trunc(($sharePrice - $oldSharePrice)*100)/100>> since last week. + up <<print cashFormat(Math.trunc(($sharePrice - $oldSharePrice)*100)/100)>> since last week. <</if>> <<set $oldSharePrice = Math.trunc($sharePrice)>> -You hold $personalShares shares personally while $publicShares are publicly held. +You hold <<print commaNum($personalShares)>> shares personally while <<print commaNum($publicShares)>> are publicly held. <span id="CorpAction"> <br>Purchase shares from corporation: <<if $cash > 1000*$sharePrice>> @@ -189,7 +189,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <br> <span id="purchasing"></span> -<span id="cashOnHand">¤$corpCash </span>in cash on hand. +<span id="cashOnHand"><<print cashFormat($corpCash)>></span> in cash on hand. <span id="update"></span> <br> @@ -216,7 +216,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <<if $detailedCorpControls != 1>> - <span id="genAssets">¤<<print $generalAssetPrice*$generalAssets>></span> in general assets. + <span id="genAssets"><<print cashFormat($generalAssetPrice*$generalAssets)>></span> in general assets. General asset prices are <<if $generalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $generalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $generalAssetPrice == 10>>average<<elseif $generalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>. | <<link "Buy">> @@ -224,10 +224,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $generalAssets += 500>> <<set $corpCash -= 500*$generalAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#genAssets">> - ¤<<print $generalAssetPrice*$generalAssets>> + <<print cashFormat($generalAssetPrice*$generalAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -242,10 +242,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*500)))*500>> <<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*500)))*($generalAssetPrice*500)>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#genAssets">> - ¤<<print $generalAssetPrice*$generalAssets>> + <<print cashFormat($generalAssetPrice*$generalAssets)>> <</replace>> <<else>> <<replace "#purchasing">> @@ -258,10 +258,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $generalAssets -= 500>> <<set $corpCash += 500*$generalAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#genAssets">> - ¤<<print $generalAssetPrice*$generalAssets>> + <<print cashFormat($generalAssetPrice*$generalAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -278,10 +278,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $generalAssets = Math.trunc($generalAssets/2)>> <<set $corpCash += $generalAssets*$generalAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#genAssets">> - ¤<<print $generalAssetPrice*$generalAssets>> + <<print cashFormat($generalAssetPrice*$generalAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -292,14 +292,14 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <</link>> <<else>> - <span id="generalAssetsDisp">¤<<print $generalAssetPrice*$generalAssets>> (<<print $generalAssets/500>> unit<<if $generalAssets/500 > 1>>s<</if>>)</span> in general assets. + <span id="generalAssetsDisp"><<print cashFormat($generalAssetPrice*$generalAssets)>> (<<print commaNum($generalAssets/500)>> unit<<if $generalAssets/500 > 1>>s<</if>>)</span> in general assets. Prices are <<if $generalAssetPrice > 10>> - @@.yellowgreen;¤<<print $generalAssetPrice*500>>ea@@. + @@.yellowgreen;<<print cashFormat($generalAssetPrice*500)>>ea@@. <<elseif $generalAssetPrice < 10>> - @@.gold;¤<<print $generalAssetPrice*500>>ea@@. + @@.gold;<<print cashFormat($generalAssetPrice*500)>>ea@@. <<else>> - ¤<<print $generalAssetPrice*500>>ea. + <<print cashFormat($generalAssetPrice*500)>>ea. <</if>> <span id="controlsgeneral"><<CorpDevBuySell "general" "Numgeneral">></span><span id='generalAssetsPurchasing'></span> <</if>> @@ -308,7 +308,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $slaveAssetPrice = Math.trunc(10*$slaveCostFactor)>> <<if $detailedCorpControls != 1>> - <span id="slavAssets">¤<<print $slaveAssetPrice*$slaveAssets>></span> in slaves. + <span id="slavAssets"><<print cashFormat($slaveAssetPrice*$slaveAssets)>></span> in slaves. Slave prices are <<if $slaveAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $slaveAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $slaveAssetPrice == 10>>average<<elseif $slaveAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>. | <<link "Buy">> @@ -317,10 +317,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $corpPeopleEnslaved += Math.trunc((500*$slaveAssetPrice)/1000)>> <<set $corpCash -= 500*$slaveAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#slavAssets">> - ¤<<print $slaveAssetPrice*$slaveAssets>> + <<print cashFormat($slaveAssetPrice*$slaveAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -336,10 +336,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $corpPeopleEnslaved += Math.trunc(($corpCash/($slaveAssetPrice*2))/1000)>> <<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*500)))*($slaveAssetPrice*500)>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#slavAssets">> - ¤<<print $slaveAssetPrice*$slaveAssets>> + <<print cashFormat($slaveAssetPrice*$slaveAssets)>> <</replace>> <<else>> <<replace "#purchasing">> @@ -352,10 +352,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $slaveAssets -= 500>> <<set $corpCash += 500*$slaveAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#slavAssets">> - ¤<<print $slaveAssetPrice*$slaveAssets>> + <<print cashFormat($slaveAssetPrice*$slaveAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -370,10 +370,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $slaveAssets = Math.trunc($slaveAssets/2)>> <<set $corpCash += $slaveAssets*$slaveAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#slavAssets">> - ¤<<print $slaveAssetPrice*$slaveAssets>> + <<print cashFormat($slaveAssetPrice*$slaveAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -384,14 +384,14 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <</link>> <<else>> - <span id="slaveAssetsDisp">¤<<print $slaveAssetPrice*$slaveAssets>> (<<print Math.floor($slaveAssets/500)>> unit<<if Math.floor($slaveAssets/500) > 1>>s<</if>>)</span> in slaves. + <span id="slaveAssetsDisp"><<print cashFormat($slaveAssetPrice*$slaveAssets)>> (<<print commaNum(Math.floor($slaveAssets/500))>> unit<<if Math.floor($slaveAssets/500) > 1>>s<</if>>)</span> in slaves. Prices are <<if $slaveAssetPrice > 10>> - @@.yellowgreen;¤<<print $slaveAssetPrice*500>>ea@@ + @@.yellowgreen;<<print cashFormat($slaveAssetPrice*500)>>ea@@ <<elseif $slaveAssetPrice < 10>> - @@.gold;¤<<print $slaveAssetPrice*500>>ea@@ + @@.gold;<<print cashFormat($slaveAssetPrice*500)>>ea@@ <<else>> - ¤<<print $slaveAssetPrice*500>>ea + <<print cashFormat($slaveAssetPrice*500)>>ea <</if>> <span id="controlsslave"><<CorpDevBuySell "slave" "Numslave">></span><span id='slaveAssetsPurchasing'></span> <</if>> @@ -422,7 +422,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <<if $detailedCorpControls != 1>> - <span id="trapAssets">¤<<print $entrapmentAssetPrice*$entrapmentAssets>></span> in legal enslavement assets. + <span id="trapAssets"><<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>></span> in legal enslavement assets. Legal enslavement asset prices are <<if $entrapmentAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $entrapmentAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $entrapmentAssetPrice == 10>>average<<elseif $entrapmentAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>. | <<link "Buy">> @@ -430,10 +430,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $entrapmentAssets += 500>> <<set $corpCash -= 500*$entrapmentAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trapAssets">> - ¤<<print $entrapmentAssetPrice*$entrapmentAssets>> + <<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -448,10 +448,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*500>> <<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*($entrapmentAssetPrice*500)>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trapAssets">> - ¤<<print $entrapmentAssetPrice*$entrapmentAssets>> + <<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>> <</replace>> <<else>> <<replace "#purchasing">> @@ -464,10 +464,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $entrapmentAssets -= 500>> <<set $corpCash += 500*$entrapmentAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trapAssets">> - ¤<<print $entrapmentAssetPrice*$entrapmentAssets>> + <<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -482,10 +482,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $entrapmentAssets = Math.trunc($entrapmentAssets/2)>> <<set $corpCash += $entrapmentAssets*$entrapmentAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trapAssets">> - ¤<<print $entrapmentAssetPrice*$entrapmentAssets>> + <<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -496,14 +496,14 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <</link>> <<else>> - <span id="entrapmentAssetsDisp">¤<<print $entrapmentAssetPrice*$entrapmentAssets>> (<<print Math.floor($entrapmentAssets/500)>> unit<<if Math.floor($entrapmentAssets/500) > 1>>s<</if>>)</span> in legal enslavement assets. + <span id="entrapmentAssetsDisp"><<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>> (<<print commaNum(Math.floor($entrapmentAssets/500))>> unit<<if Math.floor($entrapmentAssets/500) > 1>>s<</if>>)</span> in legal enslavement assets. Prices are <<if $entrapmentAssetPrice > 10>> - @@.yellowgreen;¤<<print $entrapmentAssetPrice*500>>ea@@ + @@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*500)>>ea@@ <<elseif $entrapmentAssetPrice < 10>> - @@.gold;¤<<print $entrapmentAssetPrice*500>>ea@@ + @@.gold;<<print cashFormat($entrapmentAssetPrice*500)>>ea@@ <<else>> - ¤<<print $entrapmentAssetPrice*500>>ea + <<print cashFormat($entrapmentAssetPrice*500)>>ea <</if>> <span id="controlsentrapment"><<CorpDevBuySell "entrapment" "Numentrapment">></span><span id='entrapmentAssetsPurchasing'></span> <</if>> @@ -534,7 +534,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <<if $detailedCorpControls != 1>> - <span id="capAssets">¤<<print $captureAssetPrice*$captureAssets>></span> in conflict zone enslavement assets. + <span id="capAssets"><<print cashFormat($captureAssetPrice*$captureAssets)>></span> in conflict zone enslavement assets. Extralegal enslavement asset prices are <<if $captureAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $captureAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $captureAssetPrice == 10>>average<<elseif $captureAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>. | <<link "Buy">> @@ -542,10 +542,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $captureAssets += 500>> <<set $corpCash -= 500*$captureAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#capAssets">> - ¤<<print $captureAssetPrice*$captureAssets>> + <<print cashFormat($captureAssetPrice*$captureAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -560,10 +560,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*500)))*500>> <<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*500)))*($captureAssetPrice*500)>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#capAssets">> - ¤<<print $captureAssetPrice*$captureAssets>> + <<print cashFormat($captureAssetPrice*$captureAssets)>> <</replace>> <<else>> <<replace "#purchasing">> @@ -576,10 +576,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $captureAssets -= 500>> <<set $corpCash += 500*$captureAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#capAssets">> - ¤<<print $captureAssetPrice*$captureAssets>> + <<print cashFormat($captureAssetPrice*$captureAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -594,10 +594,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $captureAssets = Math.trunc($captureAssets/2)>> <<set $corpCash += $captureAssets*$captureAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#capAssets">> - ¤<<print $captureAssetPrice*$captureAssets>> + <<print cashFormat($captureAssetPrice*$captureAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -608,14 +608,14 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <</link>> <<else>> - <span id="captureAssetsDisp">¤<<print $captureAssetPrice*$captureAssets>> (<<print Math.floor($captureAssets/500)>> unit<<if Math.floor($captureAssets/500) > 1>>s<</if>>)</span> in conflict zone enslavement assets. + <span id="captureAssetsDisp"><<print cashFormat($captureAssetPrice*$captureAssets)>> (<<print commaNum(Math.floor($captureAssets/500))>> unit<<if Math.floor($captureAssets/500) > 1>>s<</if>>)</span> in conflict zone enslavement assets. Prices are <<if $captureAssetPrice > 10>> - @@.yellowgreen;¤<<print $captureAssetPrice*500>>ea@@ + @@.yellowgreen;<<print cashFormat($captureAssetPrice*500)>>ea@@ <<elseif $captureAssetPrice < 10>> - @@.gold;¤<<print $captureAssetPrice*500>>ea@@ + @@.gold;<<print cashFormat($captureAssetPrice*500)>>ea@@ <<else>> - ¤<<print $captureAssetPrice*500>>ea + <<print cashFormat($captureAssetPrice*500)>>ea <</if>> <span id="controlscapture"><<CorpDevBuySell "capture" "Numcapture">></span><span id='captureAssetsPurchasing'></span> <</if>> @@ -646,7 +646,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <<if $detailedCorpControls != 1>> - <span id="trainAssets">¤<<print $trainingAssetPrice*$trainingAssets>></span> in slave training assets. + <span id="trainAssets"><<print cashFormat($trainingAssetPrice*$trainingAssets)>></span> in slave training assets. Slave training asset prices are <<if $trainingAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $trainingAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $trainingAssetPrice == 10>>average<<elseif $trainingAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>. | <<link "Buy">> @@ -654,10 +654,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $trainingAssets += 500>> <<set $corpCash -= 500*$trainingAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trainAssets">> - ¤<<print $trainingAssetPrice*$trainingAssets>> + <<print cashFormat($trainingAssetPrice*$trainingAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -672,10 +672,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*500)))*500>> <<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*500)))*($trainingAssetPrice*500)>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trainAssets">> - ¤<<print $trainingAssetPrice*$trainingAssets>> + <<print cashFormat($trainingAssetPrice*$trainingAssets)>> <</replace>> <<else>> <<replace "#purchasing">> @@ -688,10 +688,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $trainingAssets -= 500>> <<set $corpCash += 500*$trainingAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trainAssets">> - ¤<<print $trainingAssetPrice*$trainingAssets>> + <<print cashFormat($trainingAssetPrice*$trainingAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -706,10 +706,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $trainingAssets = Math.trunc($trainingAssets/2)>> <<set $corpCash += $trainingAssets*$trainingAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#trainAssets">> - ¤<<print $trainingAssetPrice*$trainingAssets>> + <<print cashFormat($trainingAssetPrice*$trainingAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -720,14 +720,14 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <</link>> <<else>> - <span id="trainingAssetsDisp">¤<<print $trainingAssetPrice*$trainingAssets>> (<<print Math.floor($trainingAssets/500)>> unit<<if Math.floor($trainingAssets/500) > 1>>s<</if>>)</span> of slave training assets. + <span id="trainingAssetsDisp"><<print cashFormat($trainingAssetPrice*$trainingAssets)>> (<<print commaNum(Math.floor($trainingAssets/500))>> unit<<if Math.floor($trainingAssets/500) > 1>>s<</if>>)</span> of slave training assets. Prices are <<if $trainingAssetPrice > 10>> - @@.yellowgreen;¤<<print $trainingAssetPrice*500>>ea@@ + @@.yellowgreen;<<print cashFormat($trainingAssetPrice*500)>>ea@@ <<elseif $trainingAssetPrice < 10>> - @@.gold;¤<<print $trainingAssetPrice*500>>ea@@ + @@.gold;<<print cashFormat($trainingAssetPrice*500)>>ea@@ <<else>> - ¤<<print $trainingAssetPrice*500>>ea + <<print cashFormat($trainingAssetPrice*500)>>ea <</if>> <span id="controlstraining"><<CorpDevBuySell "training" "Numtraining">></span><span id='trainingAssetsPurchasing'></span> <</if>> @@ -758,7 +758,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <<if $detailedCorpControls != 1>> - <span id="surgAssets">¤<<print $surgicalAssetPrice*$surgicalAssets>></span> in surgical assets. + <span id="surgAssets"><<print cashFormat($surgicalAssetPrice*$surgicalAssets)>></span> in surgical assets. Surgical asset prices are <<if $surgicalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $surgicalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $surgicalAssetPrice == 10>>average<<elseif $surgicalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>. | <<link "Buy">> @@ -766,10 +766,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $surgicalAssets += 500>> <<set $corpCash -= 500*$surgicalAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#surgAssets">> - ¤<<print $surgicalAssetPrice*$surgicalAssets>> + <<print cashFormat($surgicalAssetPrice*$surgicalAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -784,10 +784,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*500)))*500>> <<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*500)))*($surgicalAssetPrice*500)>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#surgAssets">> - ¤<<print $surgicalAssetPrice*$surgicalAssets>> + <<print cashFormat($surgicalAssetPrice*$surgicalAssets)>> <</replace>> <<else>> <<replace "#purchasing">> @@ -800,10 +800,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $surgicalAssets -= 500>> <<set $corpCash += 500*$surgicalAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#surgAssets">> - ¤<<print $surgicalAssetPrice*$surgicalAssets>> + <<print cashFormat($surgicalAssetPrice*$surgicalAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -818,10 +818,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $surgicalAssets = Math.trunc($surgicalAssets/2)>> <<set $corpCash += $surgicalAssets*$surgicalAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#surgAssets">> - ¤<<print $surgicalAssetPrice*$surgicalAssets>> + <<print cashFormat($surgicalAssetPrice*$surgicalAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -832,14 +832,14 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <</link>> <<else>> - <span id="surgicalAssetsDisp">¤<<print $surgicalAssetPrice*$surgicalAssets>> (<<print Math.floor($surgicalAssets/500)>> unit<<if Math.floor($surgicalAssets/500) > 1>>s<</if>>)</span> in surgical assets. + <span id="surgicalAssetsDisp"><<print cashFormat($surgicalAssetPrice*$surgicalAssets)>> (<<print commaNum(Math.floor($surgicalAssets/500))>> unit<<if Math.floor($surgicalAssets/500) > 1>>s<</if>>)</span> in surgical assets. Prices are <<if $surgicalAssetPrice > 10>> - @@.yellowgreen;¤<<print $surgicalAssetPrice*500>>ea@@ + @@.yellowgreen;<<print cashFormat($surgicalAssetPrice*500)>>ea@@ <<elseif $surgicalAssetPrice < 10>> - @@.gold;¤<<print $surgicalAssetPrice*500>>ea@@ + @@.gold;<<print cashFormat($surgicalAssetPrice*500)>>ea@@ <<else>> - ¤<<print $surgicalAssetPrice*500>>ea + <<print cashFormat($surgicalAssetPrice*500)>>ea <</if>> <span id="controlssurgical"><<CorpDevBuySell "surgical" "Numsurgical">></span><span id='surgicalAssetsPurchasing'></span> <</if>> @@ -870,7 +870,7 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <<if $detailedCorpControls != 1>> - <span id="drAssets">¤<<print $drugAssetPrice*$drugAssets>></span> in pharmaceutical assets. + <span id="drAssets"><<print cashFormat($drugAssetPrice*$drugAssets)>></span> in pharmaceutical assets. Drug asset prices are <<if $drugAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $drugAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $drugAssetPrice == 10>>average<<elseif $drugAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>. | <<link "Buy">> @@ -878,10 +878,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $drugAssets += 500>> <<set $corpCash -= 500*$drugAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#drAssets">> - ¤<<print $drugAssetPrice*$drugAssets>> + <<print cashFormat($drugAssetPrice*$drugAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -896,10 +896,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*500)))*500>> <<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*500)))*($drugAssetPrice*500)>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#drAssets">> - ¤<<print $drugAssetPrice*$drugAssets>> + <<print cashFormat($drugAssetPrice*$drugAssets)>> <</replace>> <<else>> <<replace "#purchasing">> @@ -912,10 +912,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $drugAssets -= 500>> <<set $corpCash += 500*$drugAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#drAssets">> - ¤<<print $drugAssetPrice*$drugAssets>> + <<print cashFormat($drugAssetPrice*$drugAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -930,10 +930,10 @@ You hold $personalShares shares personally while $publicShares are publicly held <<set $drugAssets = Math.trunc($drugAssets/2)>> <<set $corpCash += $drugAssets*$drugAssetPrice>> <<replace "#cashOnHand">> - ¤<<print $corpCash>> + <<print cashFormat($corpCash)>> <</replace>> <<replace "#drAssets">> - ¤<<print $drugAssetPrice*$drugAssets>> + <<print cashFormat($drugAssetPrice*$drugAssets)>> <</replace>> <<replace "#update">> <</replace>> @@ -944,14 +944,14 @@ You hold $personalShares shares personally while $publicShares are publicly held <</if>> <</link>> <<else>> - <span id="drugAssetsDisp">¤<<print $drugAssetPrice*$drugAssets>> (<<print Math.floor($drugAssets/500)>> unit<<if Math.floor($drugAssets/500) > 1>>s<</if>>)</span> in pharmaceutical assets. + <span id="drugAssetsDisp"><<print cashFormat($drugAssetPrice*$drugAssets)>> (<<print commaNum(Math.floor($drugAssets/500))>> unit<<if Math.floor($drugAssets/500) > 1>>s<</if>>)</span> in pharmaceutical assets. Prices are <<if $drugAssetPrice > 10>> - @@.yellowgreen;¤<<print $drugAssetPrice*500>>ea@@ + @@.yellowgreen;<<print cashFormat($drugAssetPrice*500)>>ea@@ <<elseif $drugAssetPrice < 10>> - @@.gold;¤<<print $drugAssetPrice*500>>ea@@ + @@.gold;<<print cashFormat($drugAssetPrice*500)>>ea@@ <<else>> - ¤<<print $drugAssetPrice*500>>ea + <<print cashFormat($drugAssetPrice*500)>>ea <</if>> <span id="controlsdrug"><<CorpDevBuySell "drug" "Numdrug">></span><span id='drugAssetsPurchasing'></span> <</if>> diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 264141c0cf079591b9f161d3fed3de6d7b8af93d..04b06fa8be3b51ac894adfaa01fbfe391533b91f 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -5,41 +5,41 @@ //Your weekly costs are as follows.// <<if $girls == 3>> - Since you are accustomed to luxury, your __personal living expenses__ are ¤<<print ($girls*(250+($economy*500)))>>. + Since you are accustomed to luxury, your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*500))))>>. <<elseif $girls == 2>> - Since you are used to living well, your __personal living expenses__ are ¤<<print ($girls*(250+($economy*500)))>>. + Since you are used to living well, your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*500))))>>. <<else>> - Since you are used to a fairly normal life, your __personal living expenses__ are ¤<<print ($girls*(250+($economy*500)))>>. + Since you are used to a fairly normal life, your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*500))))>>. <</if>> <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>> - <br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' ¤500 + <br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>> <</if>> <<if $PC.preg == -1>> - <br>Your Contraceptives expenses: ¤25 + <br>Your Contraceptives expenses: <<print cashFormat(25)>> <<elseif $PC.fertDrugs == 1>> - <br>Your fertility regimen: ¤50 + <br>Your fertility regimen: <<print cashFormat(50)>> <<elseif $PC.preg >= 16>> - <br>Increased living expenses due to being pregnant : ¤100 + <br>Increased living expenses due to being pregnant : <<print cashFormat(100)>> <</if>> <<if $citizenOrphanageTotal+$privateOrphanageTotal > 0>> You are paying <<if $citizenOrphanageTotal > 0>> - ¤<<print $citizenOrphanageTotal*100>> for education of $citizenOrphanageTotal of your slaves' children in citizen schools<<if $privateOrphanageTotal > 0>>, and<<else>>.<</if>> + <<print cashFormat($citizenOrphanageTotal*100)>> for education of $citizenOrphanageTotal of your slaves' children in citizen schools<<if $privateOrphanageTotal > 0>>, and<<else>>.<</if>> <</if>> <<if $privateOrphanageTotal > 0>> - ¤<<print $privateOrphanageTotal*500>> for private tutelage of $privateOrphanageTotal of your slaves' children. + <<print cashFormat($privateOrphanageTotal*500)>> for private tutelage of $privateOrphanageTotal of your slaves' children. <</if>> <</if>> <<if $breederOrphanageTotal > 0>> - Since $breederOrphanageTotal of your slaves' children are being raised into productive members of society in a soceity funded school, you pay a ¤50 usage fee. + Since $breederOrphanageTotal of your slaves' children are being raised into productive members of society in a soceity funded school, you pay a <<print cashFormat(50)>> usage fee. <</if>> <<if $peacekeepers != 0>> <<if $peacekeepers.undermining != 0>> - ¤$peacekeepers.undermining to undermine political support for the nearby old world peacekeeping mission. + <<print cashFormat($peacekeepers)>>.undermining to undermine political support for the nearby old world peacekeeping mission. <</if>> <</if>> @@ -47,7 +47,7 @@ <<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: ¤_mercCosts + <br>__Mercenary__ expenses: <<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>> <</if>> @@ -57,7 +57,7 @@ <<if $brothel > 0>> <<set _advertising = $brothelAdsSpending>> <</if>> - <br>__Brothel__ maintenance: ¤<<print ($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising>> + <br>__Brothel__ maintenance: <<print cashFormat(($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising)>> <</if>> <<if $club > 0>> @@ -65,34 +65,34 @@ <<if $club > 0>> <<set _advertising = $clubAdsSpending>> <</if>> - <br>__Club__ maintenance: ¤<<print ($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising>> + <br>__Club__ maintenance: <<print cashFormat(($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising)>> <</if>> <<if $arcade > 0>> - <br>__Arcade__ maintenance: ¤<<print (0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost)>> + <br>__Arcade__ maintenance: <<print cashFormat((0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost))>> <</if>> <<if $dairy > 0>> - <br>__Dairy__ maintenance: ¤<<print ($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost)>> + <br>__Dairy__ maintenance: <<print cashFormat(($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 ($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100>> + <br> Additional maintenance for milking machines upgraded with biological components: <<print cashFormat(($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100)>> <</if>> <</if>> <<if ($servantsQuarters > 0) && ($servantsQuartersUpgradeMonitoring > 0)>> - <br>__Servants' Quarters__ maintenance: ¤<<print (0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost)>> + <br>__Servants' Quarters__ maintenance: <<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>> <</if>> <<if $incubator > 0>> - <br>__Incubation Facility__ maintenance and resource drain: ¤<<print (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__ maintenance and resource drain: <<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))>> <<if $incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting > 0>> - <br> Additional monitoring and maintenance costs for growing children: ¤<<print (($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500)>> + <br> Additional monitoring and maintenance costs for growing children: <<print cashFormat((($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500))>> <</if>> <</if>> <<if ($masterSuiteUpgradePregnancy == 1)>> - <br>__Master Suite__ maintenance: ¤<<print ((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements))>> + <br>__Master Suite__ maintenance: <<print cashFormat(((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements)))>> <</if>> <<if $cyberMod != 0>> <<if ($researchLab.built == "true")>> - <br>__Research Lab__ maintenance: ¤<<print (100*$researchLab.maxSpace)>> - <<if $researchLab.hired != 0>> __Scientists__: ¤<<print (300*$researchLab.hired)>><</if>> - <<if $researchLab.menials != 0>> __Menial slaves__: ¤<<print (100*$researchLab.menials)>><</if>> + <br>__Research Lab__ maintenance: <<print cashFormat((100*$researchLab.maxSpace))>> + <<if $researchLab.hired != 0>> __Scientists__: <<print cashFormat((300*$researchLab.hired))>><</if>> + <<if $researchLab.menials != 0>> __Menial slaves__: <<print cashFormat((100*$researchLab.menials))>><</if>> <</if>> <</if>> @@ -100,19 +100,19 @@ <<if $secExp == 1>> <br> <<if $edictsUpkeep + $SFSupportUpkeep > 0>> - __Edicts Upkeep__: ¤<<print $edictsUpkeep + $SFSupportUpkeep>> + __Edicts Upkeep__: <<print cashFormat($edictsUpkeep + $SFSupportUpkeep)>> <</if>> <<if $propHub != 0>> - <br>__Propaganda Hub__ maintenance: ¤<<print $propHubUpkeep>> + <br>__Propaganda Hub__ maintenance: <<print cashFormat($propHubUpkeep)>> <</if>> <<if $secHQ != 0>> - <br>__Security Headquarters__ maintenance: ¤<<print ($secHQUpkeep)+(20*$secHelots)>> + <br>__Security Headquarters__ maintenance: <<print cashFormat(($secHQUpkeep)+(20*$secHelots))>> <</if>> <<if $secBarracks != 0>> - <br>__Barracks__ maintenance: ¤<<print $secBarracksUpkeep>> + <br>__Barracks__ maintenance: <<print cashFormat($secBarracksUpkeep)>> <</if>> <<if $riotCenter != 0>> - <br>__Riot Control Center__ maintenance: ¤<<print $riotUpkeep>> + <br>__Riot Control Center__ maintenance: <<print cashFormat($riotUpkeep)>> <</if>> <<if $soldierWages == 0>> @@ -123,99 +123,99 @@ <<set _soldierMod = 2>> <</if>> <<for _i = 0; _i < $militiaUnits.length; _i++>> - <br>__<<print $militiaUnits[_i].platoonName>>__ upkeep: ¤<<print $militiaUnits[_i].troops*$soldierUpkeep * _soldierMod>> + <br>__<<print $militiaUnits[_i].platoonName>>__ upkeep: <<print cashFormat($militiaUnits[_i].troops*$soldierUpkeep * _soldierMod)>> <</for>> <<for _i = 0; _i < $slaveUnits.length; _i++>> - <br>__<<print $slaveUnits[_i].platoonName>>__ upkeep: ¤<<print $slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod>> + <br>__<<print $slaveUnits[_i].platoonName>>__ upkeep: <<print cashFormat($slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod)>> <</for>> <<for _i = 0; _i < $mercUnits.length; _i++>> - <br>__<<print $mercUnits[_i].platoonName>>__ upkeep: ¤<<print $mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod>> + <br>__<<print $mercUnits[_i].platoonName>>__ upkeep: <<print cashFormat($mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod)>> <</for>> <</if>> <<if $FSSpending != 0>> - <br>__Society Shaping__ expenses: ¤$FSSpending + <br>__Society Shaping__ expenses: <<print cashFormat($FSSpending)>> <</if>> <<if $Recruiter != 0>> - <br>__Recruiting__ expenses: ¤250 + <br>__Recruiting__ expenses: <<print cashFormat(250)>> <</if>> <<if $TSS.schoolPresent == 1>> - <br>__The Slavegirl School__ branch campus upkeep: ¤1000 + <br>__The Slavegirl School__ branch campus upkeep: <<print cashFormat(1000)>> <</if>> <<if $GRI.schoolPresent == 1>> - <br>__Growth Research Institute__ subsidiary lab upkeep: ¤1000 + <br>__Growth Research Institute__ subsidiary lab upkeep: <<print cashFormat(1000)>> <</if>> <<if $SCP.schoolPresent == 1>> - <br>__St. Claver Preparatory__ branch campus upkeep: ¤1000 + <br>__St. Claver Preparatory__ branch campus upkeep: <<print cashFormat(1000)>> <</if>> <<if $LDE.schoolPresent == 1>> - <br>__L'Encole des Enculees__ branch campus upkeep: ¤1000 + <br>__L'Encole des Enculees__ branch campus upkeep: <<print cashFormat(1000)>> <</if>> <<if $TGA.schoolPresent == 1>> - <br>__The Gymnasium-Academy__ branch campus upkeep: ¤1000 + <br>__The Gymnasium-Academy__ branch campus upkeep: <<print cashFormat(1000)>> <</if>> <<if $TCR.schoolPresent == 1>> - <br>__The Cattle Ranch__ local pasture upkeep: ¤1000 + <br>__The Cattle Ranch__ local pasture upkeep: <<print cashFormat(1000)>> <</if>> <<if ($TFS.schoolPresent == 1) && (($PC.dick == 0) || ($PC.vagina == 0) || ($PC.boobs == 0))>> - <br>__The Futanari Sisters__ community upkeep: ¤1000 + <br>__The Futanari Sisters__ community upkeep: <<print cashFormat(1000)>> <</if>> <<if $TSS.subsidize != 0>> - <br>__The Slavegirl School__ branch campus influence: ¤1000 + <br>__The Slavegirl School__ branch campus influence: <<print cashFormat(1000)>> <</if>> <<if $GRI.subsidize != 0>> - <br>__Growth Research Institute__ subsidiary lab influence: ¤1000 + <br>__Growth Research Institute__ subsidiary lab influence: <<print cashFormat(1000)>> <</if>> <<if $SCP.subsidize != 0>> - <br>__St. Claver Preparatory__ branch campus influence: ¤1000 + <br>__St. Claver Preparatory__ branch campus influence: <<print cashFormat(1000)>> <</if>> <<if $LDE.subsidize != 0>> - <br>__L'Encole des Enculees__ branch campus influence: ¤1000 + <br>__L'Encole des Enculees__ branch campus influence: <<print cashFormat(1000)>> <</if>> <<if $TGA.subsidize != 0>> - <br>__The Gymnasium-Academy__ branch campus influence: ¤1000 + <br>__The Gymnasium-Academy__ branch campus influence: <<print cashFormat(1000)>> <</if>> <<if $HA.subsidize != 0>> - <br>__The Hippolyta-Academy__ branch influence: ¤1000 + <br>__The Hippolyta-Academy__ branch influence: <<print cashFormat(1000)>> <</if>> <<if $TCR.subsidize != 0>> - <br>__The Cattle Ranch__ local pasture influence: ¤1000 + <br>__The Cattle Ranch__ local pasture influence: <<print cashFormat(1000)>> <</if>> <<if $TFS.subsidize != 0>> - <br>__The Futanari Sisters__ community influence: ¤1000 + <br>__The Futanari Sisters__ community influence: <<print cashFormat(1000)>> <</if>> <<if $alwaysSubsidizeGrowth == 1>> - <br>Weekly arcology growth subsidy: ¤$policyCost + <br>Weekly arcology growth subsidy: <<print cashFormat($policyCost)>> <</if>> <<if $alwaysSubsidizeRep == 1>> - <br>Weekly self-promotion budget: $policyCost + <br>Weekly self-promotion budget: <<print cashFormat($policyCost)>> <</if>> <<if $RegularParties == 1>> - <br>Weekly social gatherings: $policyCost + <br>Weekly social gatherings: <<print cashFormat($policyCost)>> <</if>> <<if $ProImmigrationCash == 1>> - <br>Pro-immigration promotion budget: $policyCost + <br>Pro-immigration promotion budget: <<print cashFormat($policyCost)>> <</if>> <<if $AntiEnslavementCash == 1>> - <br>Anti-enslavement charity budget: $policyCost + <br>Anti-enslavement charity budget: <<print cashFormat($policyCost)>> <</if>> <<if $CoursingAssociation == 1>> - <br>Coursing Association membership: ¤1000 + <br>Coursing Association membership: <<print cashFormat(1000)>> <</if>> <<if ($personalAttention == "trading")>> - <br>Trading trainer fees: ¤10000 + <br>Trading trainer fees: <<print cashFormat(10000)>> <<elseif ($personalAttention == "warfare")>> - <br>Warfare trainer fees: ¤10000 + <br>Warfare trainer fees: <<print cashFormat(10000)>> <<elseif ($personalAttention == "slaving")>> - <br>Slaving trainer fees: ¤10000 + <br>Slaving trainer fees: <<print cashFormat(10000)>> <<elseif ($personalAttention == "engineering")>> - <br>Engineering trainer fees: ¤10000 + <br>Engineering trainer fees: <<print cashFormat(10000)>> <<elseif ($personalAttention == "medicine")>> - <br>Medicine trainer fees: ¤10000 + <br>Medicine trainer fees: <<print cashFormat(10000)>> <</if>> <br> @@ -224,51 +224,51 @@ <<set $individualCosts = 0>> ''$slaves[$i].slaveName'': <<if ($slaves[$i].assignment == "work in the dairy" && $dairyRestraintsSetting >= 2) || ($slaves[$i].assignment == "be confined in the arcade")>> - <br> Living expenses: ¤<<print ($rulesCost*.75)>> + <br> Living expenses: <<print cashFormat(($rulesCost*.75))>> <<set $individualCosts += ($rulesCost*.75)>> <<elseif ($slaves[$i].assignment == "be the Madam")>> - <br> Living expenses: ¤<<print ($rulesCost*2)>> + <br> Living expenses: <<print cashFormat(($rulesCost*2))>> <<set $individualCosts += ($rulesCost*2)>> <<elseif ($slaves[$i].assignment == "be the DJ")>> - <br> Living expenses: ¤<<print ($rulesCost*2)>> + <br> Living expenses: <<print cashFormat(($rulesCost*2))>> <<set $individualCosts += ($rulesCost*2)>> <<elseif ($slaves[$i].assignment == "be the Nurse")>> - <br> Living expenses: ¤<<print ($rulesCost*2)>> + <br> Living expenses: <<print cashFormat(($rulesCost*2))>> <<set $individualCosts += ($rulesCost*2)>> <<elseif ($slaves[$i].assignment == "be the Wardeness")>> - <br> Living expenses: ¤<<print ($rulesCost*2)>> + <br> Living expenses: <<print cashFormat(($rulesCost*2))>> <<set $individualCosts += ($rulesCost*2)>> <<elseif ($slaves[$i].assignment == "be the Attendant")>> <br> Living expenses: ¤<<print ($rulesCost*2)>> <<set $individualCosts += ($rulesCost*2)>> <<elseif ($slaves[$i].assignment == "serve in the club")>> - <br> Living expenses: ¤<<print ($rulesCost*1.5)>> + <br> Living expenses: <<print cashFormat(($rulesCost*1.5))>> <<set $individualCosts += ($rulesCost*2)>> <<elseif ($slaves[$i].assignment == "work in the brothel")>> <<if $slaves[$i].livingRules == "normal">> - <br> Living expenses: ¤<<print ($rulesCost*1.5)>> + <br> Living expenses: <<print cashFormat(($rulesCost*1.5))>> <<set $individualCosts += ($rulesCost*1.5)>> <<else>> - <br> Living expenses: ¤<<print $rulesCost>> + <br> Living expenses: <<print cashFormat($rulesCost)>> <<set $individualCosts += $rulesCost>> <</if>> <<elseif ($slaves[$i].assignment == "get treatment in the clinic")>> <<if $slaves[$i].livingRules == "luxurious">> - <br> Living expenses: ¤<<print ($rulesCost*2)>> + <br> Living expenses: <<print cashFormat(($rulesCost*2))>> <<set $individualCosts += ($rulesCost*2)>> <<elseif $slaves[$i].livingRules == "normal">> - <br> Living expenses: ¤<<print ($rulesCost*1.5)>> + <br> Living expenses: <<print cashFormat(($rulesCost*1.5))>> <<set $individualCosts += ($rulesCost*1.5)>> <<else>> - <br> Living expenses: ¤<<print $rulesCost>> + <br> Living expenses: <<print cashFormat($rulesCost)>> <<set $individualCosts += $rulesCost>> <</if>> <<elseif ($slaves[$i].assignment == "be confined in the cellblock")>> <<if $slaves[$i].livingRules == "normal">> - <br> Living expenses: ¤<<print ($rulesCost*1.25)>> + <br> Living expenses: <<print cashFormat(($rulesCost*1.25))>> <<set $individualCosts += ($rulesCost*1.25)>> <<else>> - <br> Living expenses: ¤<<print ($rulesCost*.9)>> + <br> Living expenses: <<print cashFormat(($rulesCost*.9))>> <<set $individualCosts += ($rulesCost*.9)>> <</if>> <<elseif ($slaves[$i].assignment == "rest in the spa")>> @@ -285,50 +285,50 @@ <<else>> <<if $slaves[$i].livingRules == "luxurious">> <<if $slaves[$i].relationship >= 4>> - <br> Living expenses: ¤<<print ($rulesCost*3)>> + <br> Living expenses: <<print cashFormat(($rulesCost*3))>> <<set $individualCosts += ($rulesCost*3)>> <<else>> - <br> Living expenses: ¤<<print ($rulesCost*4)>> + <br> Living expenses: <<print cashFormat(($rulesCost*4))>> <<set $individualCosts += ($rulesCost*4)>> <</if>> <<elseif $slaves[$i].livingRules == "normal">> - <br> Living expenses: ¤<<print ($rulesCost*2)>> + <br> Living expenses: <<print cashFormat(($rulesCost*2))>> <<set $individualCosts += ($rulesCost*2)>> <<else>> - <br> Living expenses: ¤<<print ($rulesCost)>> + <br> Living expenses: <<print cashFormat(($rulesCost))>> <<set $individualCosts += $rulesCost>> <</if>> <</if>> - <br> Basic slave food cost: ¤<<print $foodCost*4>> + <br> Basic slave food cost: <<print cashFormat($foodCost*4)>> <<set $individualCosts += $foodCost*4>> <<switch $slaves[$i].diet>> <<case "fattening" "muscle building">> - <br> Heavy diet: ¤<<print $foodCost>> + <br> Heavy diet: <<print cashFormat($foodCost)>> <<set $individualCosts += $foodCost>> <<case "restricted" "slimming">> - <br> Light diet: //reduced by// ¤<<print $foodCost>> + <br> Light diet: //reduced by// <<print cashFormat($foodCost)>> <<set $individualCosts -= $foodCost>> <</switch>> <<if $slaves[$i].weight > 130>> - <br> Caloric adjustment for heavy weight: ¤<<print $foodCost*2>> + <br> Caloric adjustment for heavy weight: <<print cashFormat($foodCost*2)>> <<set $individualCosts += $foodCost*2>> <<elseif $slaves[$i].weight > 50>> - <br> Caloric adjustment for high weight: ¤<<print $foodCost>> + <br> Caloric adjustment for high weight: <<print cashFormat($foodCost)>> <<set $individualCosts += $foodCost>> <<elseif $slaves[$i].weight < -50>> - <br> Caloric adjustment for light weight: //reduced by// ¤<<print $foodCost>> + <br> Caloric adjustment for light weight: //reduced by// <<print cashFormat($foodCost)>> <<set $individualCosts -= $foodCost>> <</if>> <<if $slaves[$i].drugs == "appetite suppressors">> - <br> Food saved via suppressed appetite: //reduced by// ¤<<print $foodCost>> + <br> Food saved via suppressed appetite: //reduced by// <<print cashFormat($foodCost)>> <<set $individualCosts -= $foodCost>> <</if>> <<if $slaves[$i].lactation > 0>> <br> 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>>: - ¤<<print $foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000))>> + <<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 > 5>> @@ -338,25 +338,25 @@ <br> Extra feeding costs to support pregnancy are covered by $masterSuiteName luxuries. <<else>> <<set _pAccMult = 1>> - <br> Extra feeding to support <<if $slaves[$i].pregControl == "speed up">>accelerated <<set _pAccMult = 3>><</if>>pregnancy: ¤<<print $foodCost*$slaves[$i].pregType*_pAccMult>> + <br> Extra feeding to support <<if $slaves[$i].pregControl == "speed up">>accelerated <<set _pAccMult = 3>><</if>>pregnancy: <<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>> <<set $individualCosts += $foodCost*$slaves[$i].pregType*_pAccMult>> <</if>> <</if>> <<switch $slaves[$i].diet>> <<case "XX" "XY">> - <br> Hormone enriched diet: ¤25 + <br> Hormone enriched diet: <<print cashFormat(25)>> <<set $individualCosts += 25>> <<case "XXY">> - <br> Specialized hermaphrodite diet: ¤75 + <br> Specialized hermaphrodite diet: <<print cashFormat(75)>> <<set $individualCosts += 75>> <<case "cleansing">> - <br> Chemical cleansing diet: ¤50 + <br> Chemical cleansing diet: <<print cashFormat(50)>> <<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> Increased living expenses due to inconveniently huge boobs: ¤50 + <br> Increased living expenses due to inconveniently huge boobs: <<print cashFormat(50)>> <<set $individualCosts += 50>> <</if>> <</if>> @@ -364,7 +364,7 @@ <<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> Increased living expenses due to an inconveniently huge belly: ¤100 + <br> Increased living expenses due to an inconveniently huge belly: <<print cashFormat(100)>> <<set $individualCosts += 100>> <</if>> <</if>> @@ -372,7 +372,7 @@ <<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> Increased living expenses due to an inconveniently huge penis: ¤50 + <br> Increased living expenses due to an inconveniently huge penis: <<print cashFormat(50)>> <<set $individualCosts += 50>> <</if>> <</if>> @@ -380,7 +380,7 @@ <<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> Increased living expenses due to inconveniently huge balls: ¤50 + <br> Increased living expenses due to inconveniently huge balls: <<print cashFormat(50)>> <<set $individualCosts += 50>> <</if>> <</if>> @@ -388,141 +388,141 @@ <<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> Increased living expenses due to an inconveniently huge butt: ¤50 + <br> Increased living expenses due to an inconveniently huge butt: <<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> Increased living expenses due to lack of sight: ¤50 + <br> Increased living expenses due to lack of sight: <<print cashFormat(50)>> <<set $individualCosts += 50>> <<elseif $slaves[$i].eyes <= -1>> - <br> Increased living expenses due to poor vision: ¤25 + <br> Increased living expenses due to poor vision: <<print cashFormat(25)>> <<set $individualCosts += 25>> <<elseif ($slaves[$i].eyewear == "blurring glasses") || ($slaves[$i].eyewear == "blurring contacts")>> - <br> Increased living expenses due to blurred vision: ¤25 + <br> Increased living expenses due to blurred vision: <<print cashFormat(25)>> <<set $individualCosts += 25>> <</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> Increased living expenses due to limblessness: ¤$rulesCost + <br> Increased living expenses due to limblessness: <<print cashFormat($rulesCost)>> <<set $individualCosts += $rulesCost>> <<else>> - <br> Increased living expenses due to prosthetics: ¤<<print $rulesCost/2>> + <br> Increased living expenses due to prosthetics: <<print cashFormat($rulesCost/2)>> <<set $individualCosts += $rulesCost/2>> <</if>> <<elseif !canWalk($slaves[$i])>> - <br> Increased living expenses due to immobility: ¤<<print $rulesCost>> + <br> Increased living expenses due to immobility: <<print cashFormat($rulesCost)>> <<set $individualCosts += $rulesCost>> <</if>> <</if>> <<if $slaves[$i].boobs > 10000>> <<if $slaves[$i].boobsImplantType == 1>> - <br> Maintenance cost for oversized string implants: ¤50 + <br> Maintenance cost for oversized string implants: <<print cashFormat(50)>> <<set $individualCosts += 50>> <</if>> <</if>> <<if $slaves[$i].butt > 10>> <<if $slaves[$i].buttImplantType == 1>> - <br> Maintenance cost for oversized string implants: ¤50 + <br> Maintenance cost for oversized string implants: <<print cashFormat(50)>> <<set $individualCosts += 50>> <</if>> <</if>> <<if $slaves[$i].preg > 35>> <<if $slaves[$i].universalRulesBirthing == 1>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2)>> - <br> Coverage cost for daily pregnancy scanning: ¤50 + <br> Coverage cost for daily pregnancy scanning: <<print cashFormat(50)>> <<set $individualCosts += 50>> <</if>> <</if>> <</if>> <<if $CitizenRetirement == 1>> - <br> Retirement account payments: ¤250 + <br> Retirement account payments: <<print cashFormat(250)>> <<set $individualCosts += 250>> <</if>> <<if ($slaves[$i].inflation == 3)>> <<switch $slaves[$i].inflationType>> <<case "water">> - <br> Costs of specially formulated water for enemas; 2 gallons: ¤100 + <br> Costs of specially formulated water for enemas; 2 gallons: <<print cashFormat(100)>> <<set $individualCosts += 100>> <<case "food">> - <br> Costs of filler food for slave stuffing; 2 gallons: ¤<<print ($foodCost*4)>> + <br> Costs of filler food for slave stuffing; 2 gallons: <<print cashFormat(($foodCost*4))>> <<set $individualCosts += ($foodCost*4)>> <<case "curative" "aphrodisiac" "tightener">> - <br> Costs of specially formulated drug mixtures for enemas; 2 gallons: ¤<<print (100+($drugsCost*2))>> + <br> Costs of specially formulated drug mixtures for enemas; 2 gallons: <<print cashFormat((100+($drugsCost*2)))>> <<set $individualCosts += (100+($drugsCost*2))>> <</switch>> <<elseif ($slaves[$i].inflation == 2)>> <<switch $slaves[$i].inflationType>> <<case "water">> - <br> Costs of specially formulated water for enemas; 1 gallon: ¤50 + <br> Costs of specially formulated water for enemas; 1 gallon: <<print cashFormat(50)>> <<set $individualCosts += 50>> <<case "food">> - <br> Costs of filler food for slave stuffing; 1 gallon: ¤<<print ($foodCost*2)>> + <br> Costs of filler food for slave stuffing; 1 gallon: <<print cashFormat(($foodCost*2))>> <<set $individualCosts += ($foodCost*4)>> <<case "curative" "aphrodisiac" "tightener">> - <br> Costs of specially formulated drug mixtures for enemas; 1 gallon: ¤<<print (50+($drugsCost*2))>> + <br> Costs of specially formulated drug mixtures for enemas; 1 gallon: <<print cashFormat((50+($drugsCost*2)))>> <<set $individualCosts += (50+($drugsCost*2))>> <</switch>> <<elseif ($slaves[$i].inflation == 1)>> <<switch $slaves[$i].inflationType>> <<case "water">> - <br> Costs of specially formulated water for enemas; 2 liters: ¤25 + <br> Costs of specially formulated water for enemas; 2 liters: <<print cashFormat(25)>> <<set $individualCosts += 25>> <<case "food">> - <br> Costs of filler food for slave stuffing; 2 liters: ¤<<print ($foodCost)>> + <br> Costs of filler food for slave stuffing; 2 liters: <<print cashFormat(($foodCost))>> <<set $individualCosts += ($foodCost)>> <<case "curative" "aphrodisiac" "tightener">> - <br> Costs of specially formulated drug mixtures for enemas; 2 liters: ¤<<print (25+($drugsCost*2))>> + <br> Costs of specially formulated drug mixtures for enemas; 2 liters: <<print cashFormat((25+($drugsCost*2)))>> <<set $individualCosts += (25+($drugsCost*2))>> <</switch>> <</if>> <<switch $slaves[$i].drugs>> <<case "anti-aging cream">> - <br> Anti-aging creams: ¤<<print ($drugsCost*10)>> + <br> Anti-aging creams: <<print cashFormat(($drugsCost*10))>> <<set $individualCosts += ($drugsCost*10)>> <<case "female hormone injections" "male hormone injections">> - <br> Hormonal injections: ¤<<print ($drugsCost*5)>> + <br> Hormonal injections: <<print cashFormat(($drugsCost*5))>> <<set $individualCosts += ($drugsCost*5)>> <<case "growth stimulants">> - <br> Growth stimulants: ¤<<print ($drugsCost*5)>> + <br> Growth stimulants: <<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> Intensive drugs: ¤<<print $drugsCost*5>> + <br> Intensive drugs: <<print cashFormat($drugsCost*5)>> <<set $individualCosts += $drugsCost*5>> <<case "sag-B-gone">> - <br> Questionable infomercial creams: ¤<<print ($drugsCost/10)>> + <br> Questionable infomercial creams: <<print cashFormat(($drugsCost/10))>> <<set $individualCosts += ($drugsCost/10)>> <<case "no drugs" "none">> <<default>> - <br> Standard drugs: ¤<<print ($drugsCost*2)>> + <br> Standard drugs: <<print cashFormat(($drugsCost*2))>> <<set $individualCosts += ($drugsCost*2)>> <</switch>> <<if $slaves[$i].curatives == 1 && $slaves[$i].assignmentVisible != 1>> <<elseif $slaves[$i].curatives > 0>> - <br> Health drugs: ¤<<print $drugsCost+($slaves[$i].curatives*$drugsCost)>> + <br> Health drugs: <<print cashFormat($drugsCost+($slaves[$i].curatives*$drugsCost))>> <<set $individualCosts += $drugsCost+($slaves[$i].curatives*$drugsCost)>> <</if>> <<if ($slaves[$i].aphrodisiacs !== 0)>> - <br> Aphrodisiacs/Anaphrodisiacs: ¤<<print ($drugsCost*Math.abs($slaves[$i].aphrodisiacs))>> + <br> Aphrodisiacs/Anaphrodisiacs: <<print cashFormat(($drugsCost*Math.abs($slaves[$i].aphrodisiacs)))>> <<set $individualCosts += $drugsCost*Math.abs($slaves[$i].aphrodisiacs)>> <</if>> <<if ($slaves[$i].hormones != 0)>> - <br> Hormones: ¤<<print (Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5))>> + <br> Hormones: <<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].preg == -1) && isFertile($slaves[$i])>> - <br> Contraceptives: ¤<<print (Math.trunc($drugsCost*0.5))>> + <br> Contraceptives: <<print cashFormat((Math.trunc($drugsCost*0.5)))>> <<set $individualCosts += Math.trunc($drugsCost*0.5)>> <</if>> <<if ($studio == 1)>> <<if ($slaves[$i].pornFameSpending > 0)>> - <br> Publicity: ¤$slaves[$i].pornFameSpending + <br> Publicity: <<print cashFormat($slaves)>>[$i].pornFameSpending <<set $individualCosts += $slaves[$i].pornFameSpending>> <</if>> <</if>> - <br> __Total__: ¤<<print ($individualCosts)>> + <br> __Total__: <<print cashFormat(($individualCosts))>> <br> <</for>> @@ -540,4 +540,4 @@ <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>>% <</if>> <</if>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index 59c14f9cf2055bd6a32f5f5302aac31cd0fc6800..ce5ab3fdd9e7ff074595353f2497d0a53a331135 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -307,7 +307,7 @@ $dairyNameCaps <</if>> <<set _Tmult0 = Math.trunc($dairy*1000*$upgradeMultiplierArcology)>> -<br>$dairyNameCaps can support $dairy milkers. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs ¤_Tmult0 and will increase upkeep costs// +<br>$dairyNameCaps can support $dairy milkers. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> <br> @@ -322,7 +322,7 @@ $dairyNameCaps ''inactive.'' [[Active|Dairy][$dairyFeedersSetting = 1]] <</if>> <<else>> - $dairyNameCaps is equipped to feed and clean slaves normally. [[Upgrade the milking machines with intubators|Dairy][$cash -= _Tmult1, $dairyFeedersUpgrade = 1]] //Costs ¤_Tmult1 and will increase upkeep costs// + $dairyNameCaps is equipped to feed and clean slaves normally. [[Upgrade the milking machines with intubators|Dairy][$cash -= _Tmult1, $dairyFeedersUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// <</if>> @@ -341,7 +341,7 @@ $dairyNameCaps <</if>> <<else>> $dairyNameCaps is not prepared to support cow pregnancies, and therefore cannot be used to contract out fertile slaves' wombs. - <br> [[Upgrade the dairy to support pregnancies|Dairy][$cash -= 2500, $dairyPregUpgrade = 1]] //Costs ¤2500 and will increase upkeep costs// + <br> [[Upgrade the dairy to support pregnancies|Dairy][$cash -= 2500, $dairyPregUpgrade = 1]] //Costs <<print cashFormat(2500)>> and will increase upkeep costs// <</if>> @@ -357,7 +357,7 @@ $dairyNameCaps ''inactive.'' [[Activate|Dairy][$dairyStimulatorsSetting = 1]] <</if>> <<else>> - $dairyNameCaps does not automatically sodomize. [[Upgrade the cockmilking machines with sodomizers|Dairy][$cash -= _Tmult1, $dairyStimulatorsUpgrade = 1]] //Costs ¤_Tmult1 and will increase upkeep costs// + $dairyNameCaps does not automatically sodomize. [[Upgrade the cockmilking machines with sodomizers|Dairy][$cash -= _Tmult1, $dairyStimulatorsUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// <</if>> <<set _Tmult2 = Math.trunc(5000*$upgradeMultiplierArcology)>> @@ -366,7 +366,7 @@ $dairyNameCaps <<if $dairyPrepUpgrade == 1>> $dairyNameCaps features a preparatory raper designed to gape slaves for integration. <<else>> - $dairyNameCaps's industrial machines can only accept slaves with loose holes. [[Install a preparatory raper|Dairy][$cash -= _Tmult2, $dairyPrepUpgrade = 1]] //Costs ¤_Tmult2// + $dairyNameCaps's industrial machines can only accept slaves with loose holes. [[Install a preparatory raper|Dairy][$cash -= _Tmult2, $dairyPrepUpgrade = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <</if>> @@ -382,7 +382,7 @@ $dairyNameCaps ''only when necessary,'' allowing obedient cows freedom to range around. [[Restrain the cows|Dairy][$dairyRestraintsSetting = 1, $dairyFeedersSettingChanged = 1]] <</if>> <<else>> - $dairyNameCaps is not equipped to restrain recalcitrant cows. [[Equip the dairy with milking racks|Dairy][$cash -= _Tmult2, $dairyRestraintsUpgrade = 1]] //Costs ¤_Tmult2// + $dairyNameCaps is not equipped to restrain recalcitrant cows. [[Equip the dairy with milking racks|Dairy][$cash -= _Tmult2, $dairyRestraintsUpgrade = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <<if ($seeHyperPreg == 1) && ($dairyRestraintsSetting == 2) && ($dairyStimulatorsSetting == 2) && ($dairyFeedersSetting == 2) && ($dairyPregSetting >= 1)>> @@ -390,7 +390,7 @@ $dairyNameCaps <<if $dairyHyperPregRemodel == 1>> $dairyNameCaps's milking racks have been remodeled to allow cows' abnormal pregnancies room to grow. <<else>> - $dairyNameCaps's milking racks can be remodeled to hold hyper-pregnant cattle. [[Expand the milking racks|Dairy][$cash -= _Tmult1, $dairyHyperPregRemodel = 1]] //Costs ¤_Tmult1// + $dairyNameCaps's milking racks can be remodeled to hold hyper-pregnant cattle. [[Expand the milking racks|Dairy][$cash -= _Tmult1, $dairyHyperPregRemodel = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <</if>> @@ -414,7 +414,7 @@ $dairyNameCaps $dairyNameCaps is currently set to normal operation, and will allow the breasts of slimmer slaves to expand due to milking. [[Set milkers to preserve small breast sizes|Dairy][$dairySlimMaintain = 1]] //NOTE: This will NOT remove existing lactation implants// <</if>> <<else>> - Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs ¤_Tmult2// + Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <<elseif $arcologies[0].FSSlimnessEnthusiast > 20>> <br> @@ -426,7 +426,7 @@ $dairyNameCaps $dairyNameCaps is currently set to normal operation, and will allow the breasts of slimmer slaves to expand due to milking. [[Set milkers to preserve small breast sizes|Dairy][$dairySlimMaintain = 1]] //NOTE: This will NOT remove existing lactation implants// <</if>> <<else>> - Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs ¤_Tmult2// + Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <</if>> @@ -470,7 +470,7 @@ $dairyNameCaps In addition to the standard milking machines, $dairyName includes numerous hose hookups for menial Bioreactors. When there's space, any menial milkers you own can be placed in any empty space and connected. <</if>> <<else>> - There is no provision for milking menial Bioreactors. [[Add hose hookups|Dairy][$cash -= _Tmult1, $dairyUpgradeMenials = 1]] //Costs ¤_Tmult1// + There is no provision for milking menial Bioreactors. [[Add hose hookups|Dairy][$cash -= _Tmult1, $dairyUpgradeMenials = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <</if>> diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index e411cc790d8158ef8cdf161c440f108e98cca5f3..3e87e4de7f512cc2c7d14368c5e4b47cc1c390be 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -807,7 +807,7 @@ <<else>> <<set $cash += _seed*9>> <</if>> - <br><br>_Tadd permanently converted biological "machine<<if _Tadd > 1>>s<</if>>" produce<<if _Tadd == 1>>s<</if>> @@.yellowgreen;¤<<print $cash-_tempCash>>@@ income. + <br><br>_Tadd permanently converted biological "machine<<if _Tadd > 1>>s<</if>>" produce<<if _Tadd == 1>>s<</if>> @@.yellowgreen;<<print cashFormat($cash-_tempCash)>>@@ income. <</if>> <<if $inflatedSlavesMilk > 0>> @@ -959,9 +959,9 @@ $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumW b.profit = b.totalIncome - b.totalExpenses; <</script>> <<if (_profits > 0)>> -These sale of these products makes a profit of @@.yellowgreen;¤_profits@@. +These sale of these products makes a profit of @@.yellowgreen;<<print cashFormat(_profits)>>@@. <<elseif (_profits < 0)>> -Due to one-off costs of hormonal implants to encourage fluid production, your dairy made a loss of @@.red;¤_profits@@. +Due to one-off costs of hormonal implants to encourage fluid production, your dairy made a loss of @@.red;<<print cashFormat(_profits)>>@@. <</if>> <<if ($arcologies[0].FSPastoralistLaw == 1)>> diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw index b947b2a6561e25cf7cda23fdc3de30d30264cb1b..09b96ff44603893f11391b8f2746294de3044fac 100644 --- a/src/uncategorized/dispensary.tw +++ b/src/uncategorized/dispensary.tw @@ -16,7 +16,7 @@ The Dispensary <<if ($dispensaryUpgrade == 0)>> <<if ($rep > 5000)>> [[Upgrade the pharmaceutical fabricator|Dispensary][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $dispensaryUpgrade = 1, $drugsCost = $drugsCost/2]] - //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>>// <br> //Will improve production efficiency further decreasing costs.// <br> <<else>> @@ -39,17 +39,17 @@ The Organ Farm <br> <<elseif ($organFarmUpgrade == 2) && ($rep > 10000*$upgradeMultiplierMedicine)>> [[Upgrade to the organ farm to the cutting edge model|Dispensary][$cash -= 150000*$upgradeMultiplierMedicine, $organFarmUpgrade = 3]] - //Costs ¤<<print 150000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(150000*$upgradeMultiplierMedicine)>>// <br> //Will allow the organ farm to rapidly grow organs without risk to the implantee's health.// <br> <<elseif ($organFarmUpgrade == 1) && ($rep > 10000*$upgradeMultiplierMedicine)>> [[Upgrade the organ farm with an experimental growth accelerator|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine, $organFarmUpgrade = 2]] - //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>// <br> //Will allow the organ farm to quickly grow organs. Implanted organs may cause health issues.// <br> <<elseif ($organFarmUpgrade == 0) && ($rep > 10000*$upgradeMultiplierMedicine)>> [[Upgrade the fabricator with an experimental organ farm|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine, $organFarmUpgrade = 1]] - //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of tailored organs using the autosurgery.// <br> <</if>> @@ -128,7 +128,7 @@ The fabricator is producing standard growth hormones. <<if $rep > 6000>> [[Purchase data on prototype growth hormone tests|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $injectionUpgrade = 1]] - //Costs ¤<<print 25000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>// <br> //Should improve the reliability of growth injections of all kinds.// <br> <<else>> @@ -139,7 +139,7 @@ The fabricator is producing prototype growth hormones. <<if $rep > 10000>> [[Upgrade the fabricator to customize each slave's growth hormones|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine, $injectionUpgrade = 2]] - //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>// <br> //Should improve the reliability of growth injections of all kinds.// <<else>> //You lack the reputation to obtain prototype fabricator upgrades// @@ -148,7 +148,7 @@ The fabricator is producing prototype growth hormones. <<if $rep > 14000>> [[Upgrade the fabricator with prototype biomechanical microfactories|Dispensary][$cash -= 100000*$upgradeMultiplierMedicine, $injectionUpgrade = 3]] - //Costs ¤<<print 100000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(100000*$upgradeMultiplierMedicine)>>// <br> //Should improve the reliability of growth injections of all kinds.// <br> <<else>> @@ -165,7 +165,7 @@ The fabricator is producing standardized hormone replacement therapies. <<if $rep > 2000>> [[Upgrade for individualized therapy|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $hormoneUpgradeMood = 1]] - //Costs ¤<<print 10000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>// <br> //Should eliminate the occasional moodiness and sexual disinterest caused by generalized therapy.// <br> <<else>> @@ -182,7 +182,7 @@ The hormone replacement therapies are traditional: they're formulated to mimic natural hormones. <<if $rep > 4000>> [[Purchase data on advanced HRT|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $hormoneUpgradePower = 1]] - //Costs ¤<<print 25000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>// <br> //Should increase the power of hormone therapies.// <br> <<else>> @@ -199,7 +199,7 @@ The hormone replacement therapies are broad-spectrum. <<if $rep > 4000>> [[Purchase data on targeted HRT|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $hormoneUpgradeShrinkage = 1]] - //Costs ¤<<print 25000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>// <br> //Should reduce atrophy of organs corresponding to original sex.// <br> <<else>> @@ -217,7 +217,7 @@ The hormone replacement therapies <br> <<elseif ($pubertyHormones == 0) && ($rep > 4500*$upgradeMultiplierMedicine)>> [[Fund research into powerful hormonal injections to jumpstart puberty|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine, $pubertyHormones = 1]] - //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>// <br> //Will allow the production of powerful hormonal drugs designed to force a slave through puberty without regard for side effects. // <br> <<elseif ($pubertyHormones == 1)>> @@ -235,7 +235,7 @@ Dietary Upgrades <br> <<elseif ($dietXXY == 0) && ($rep > 3500*$upgradeMultiplierMedicine)>> [[Fund research into developing hermaphrodite hormone therapies|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $dietXXY = 1]] - //Costs ¤<<print 10000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>// <br> //Will allow for specially balanced meals to be served in the cafeteria designed to promote both halves of a herm's sexuality. // <br> <<elseif ($dietXXY == 1)>> @@ -249,7 +249,7 @@ Dietary Upgrades <<if $cumProDiet == 0>> [[Purchase recipes to encourage cum production|Dispensary][$cash -= 5000*$upgradeMultiplierMedicine, $cumProDiet = 1]] - //Costs ¤<<print 5000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(5000*$upgradeMultiplierMedicine)>>// <br> //Will allow for specially designed meals to be served in the cafeteria to promote cum production.// <br> <<elseif $cumProDiet == 1>> @@ -259,7 +259,7 @@ Dietary Upgrades <<if $dietCleanse == 0>> [[Purchase cleansing recipes to lessen genome damage|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $dietCleanse = 1]] - //Costs ¤<<print 10000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>// <br> //Will allow for specially designed meals to be served in the cafeteria to counteract excessive drug use.// <br> <<elseif $dietCleanse == 1>> @@ -272,7 +272,7 @@ Pharmacological Upgrades <hr> <<if ($curativeUpgrade == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>> [[Purchase data on advanced curatives|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $curativeUpgrade = 1]] - //Costs ¤<<print 25000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>// <br> //Should improve the effectiveness of curative treatment.// <br> <<elseif ($curativeUpgrade == 1)>> @@ -282,7 +282,7 @@ Pharmacological Upgrades <<if ($growthStim == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>> [[Purchase data on growth stimulants|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $growthStim = 1]] - //Costs ¤<<print 20000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>// <br> //Will allow the manufacturing of drugs to encourage growth in slave height.// <br> <<elseif ($growthStim == 1)>> @@ -292,7 +292,7 @@ Pharmacological Upgrades <<if ($aphrodisiacUpgradeRefine == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>> [[Purchase data on refined aphrodisiacs|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $aphrodisiacUpgradeRefine = 1]] - //Costs ¤<<print 20000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>// <br> //Will prevent most physical side effects of aphrodisiacs. Once the formulas are changed they can not be changed back.// <br> <<elseif ($aphrodisiacUpgradeRefine == 1)>> @@ -302,7 +302,7 @@ Pharmacological Upgrades <<if ($aphrodisiacUpgrade == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>> [[Purchase data on aphrodisiac withdrawal treatment|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $aphrodisiacUpgrade = 1]] - //Costs ¤<<print 10000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>// <br> //Should prevent most negative effects of withdrawal.// <br> <<elseif ($aphrodisiacUpgrade == 1)>> @@ -314,7 +314,7 @@ Pharmacological Upgrades <<if (($organFarmUpgrade >= 1) && ($injectionUpgrade != 0) && ($curativeUpgrade == 1) && ($aphrodisiacUpgrade == 1))>> <<if ($rep >= 15000*$upgradeMultiplierMedicine)>> [[Fund research into drug formulations without negative physical side effects|Dispensary][$cash -= 500000*$upgradeMultiplierMedicine,$healthyDrugsUpgrade = 1]] - //Costs ¤<<print 500000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(500000*$upgradeMultiplierMedicine)>>// <br> //Will prevent the negative side effects of excessive drug usage on your slaves.// <br> <<else>> @@ -342,7 +342,7 @@ Fertility Focused Pharmacology <<if $seeHyperPreg == 1>> <<if $superFertilityDrugs == 1 && ($rep > 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>> [[Fund research pregnancy speed control methods|Dispensary][$cash -= 200000*$upgradeMultiplierMedicine, $pregSpeedControl = 1, $clinicSpeedGestation = 0]] - //Costs ¤<<print 200000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(200000*$upgradeMultiplierMedicine)>>// <br> // Fund underground research labs to develop methods for controlling pregnancy progress. // <br> <<elseif ($rep <= 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>> @@ -355,7 +355,7 @@ Fertility Focused Pharmacology <<elseif $birthsTotal > 10>> <<if ($rep > 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>> [[Fund research pregnancy speed control methods|Dispensary][$cash -= 200000*$upgradeMultiplierMedicine, $pregSpeedControl = 1, $clinicSpeedGestation = 0]] - //Costs ¤<<print 200000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(200000*$upgradeMultiplierMedicine)>>// <br> // Fund underground research labs to develop methods for controlling pregnancy progress. // <br> <<elseif ($rep <= 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>> @@ -372,7 +372,7 @@ Fertility Focused Pharmacology <<if ($superFertilityDrugs == 0) && ($rep > 2500*$upgradeMultiplierMedicine) && $seeHyperPreg == 1>> [[Purchase data on powerful fertility drugs|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $superFertilityDrugs = 1]] - //Costs ¤<<print 20000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>// <br> //Should improve the likelihood of conception and multiples. // <br> <<elseif ($superFertilityDrugs == 1)>> @@ -390,7 +390,7 @@ Implant Production <<if ($ImplantProductionUpgrade == 0) && ($rep > 2000*$upgradeMultiplierMedicine)>> [[Upgrade the fabricator with an experimental implant manufacturer|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $ImplantProductionUpgrade = 1]] - //Costs ¤<<print 20000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of special implants using the autosurgery.// <br> <<elseif ($ImplantProductionUpgrade > 0)>> @@ -405,7 +405,7 @@ Implant Production <</if>> <<if ($permaPregImplant == 0) && ($rep > 4000*$upgradeMultiplierMedicine)>> [[Purchase schematics for an experimental implantable pregnancy generator|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine, $permaPregImplant = 1]] - //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of implants that force perpetual pregnancy.// <br> <<elseif ($permaPregImplant > 0)>> @@ -422,7 +422,7 @@ Implant Production <<if ($bellyImplants == 0) && ($rep > 2000*$upgradeMultiplierMedicine)>> [[Purchase schematics for fillable abdominal implants|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $bellyImplants = 1]] - //Costs ¤<<print 20000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of fillable abdominal implants using the autosurgery.// <br> <<elseif ($bellyImplants > 0)>> @@ -437,7 +437,7 @@ Implant Production <<if ($bellyImplants == 1) && ($cervixImplants != 1) && ($rep >6000*$upgradeMultiplierMedicine)>> /* nanotech like technology much more impressive and costly than simple implant */ [[Purchase schematics for cervix filter micropumps|Dispensary][$cash -= 70000*$upgradeMultiplierMedicine, $cervixImplants = 1]] - //Costs ¤<<print 70000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(70000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of cervix filter micropumps for fillable abdominal implants using the autosurgery.// <br> <<elseif ($cervixImplants > 0)>> @@ -451,7 +451,7 @@ Implant Production <</if>> <<if ($prostateImplants != 1) && ($rep > 3000*$upgradeMultiplierMedicine)>> [[Purchase plans for ejaculation enhancing prostate implants|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine, $prostateImplants = 1]] - //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of a prostate implant designed to stimulate fluid production for massive ejaculations. Beware of leaking and dehydration.// <br> <<elseif ($prostateImplants > 0)>> @@ -465,7 +465,7 @@ Implant Production <</if>> <<if ($meshImplants != 1) && ($rep > 10000*$upgradeMultiplierMedicine)>> [[Purchase plans for supportive mesh breast implants|Dispensary][$cash -= 40000*$upgradeMultiplierMedicine, $meshImplants = 1]] - //Costs ¤<<print 40000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(40000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of an organic, supportive mesh breast implants.// <br> <<elseif ($meshImplants > 0)>> @@ -482,7 +482,7 @@ Future Societies Research <<if $arcologies[0].FSGenderRadicalistDecoration == 100 && $organFarmUpgrade > 0>> <<if ($arcologies[0].FSGenderRadicalistResearch == 0)>> <<if ($rep >= 10000*$upgradeMultiplierMedicine)>> - [[Fund research into developing male pregnancy methods|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSGenderRadicalistResearch = 1]] //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>. Will allow cloning and production of anal uteri and ovaries.// + [[Fund research into developing male pregnancy methods|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSGenderRadicalistResearch = 1]] //Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>. Will allow cloning and production of anal uteri and ovaries.// <br> <<else>> // You lack the reputation to access the research necessary to develop anal uteri and ovaries. // @@ -506,7 +506,7 @@ Future Societies Research <br> <<elseif ($arcologies[0].FSTransformationFetishistResearch == 0)>> [[Purchase data on gigantic implants and elasticizing filler|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $arcologies[0].FSTransformationFetishistResearch = 1]] - //Costs ¤<<print 20000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>// <br> //Will allow the fabrication of gigantic implants using the autosurgery and filler capable of overfilling existing fillable implants.// <br> <<elseif ($arcologies[0].FSTransformationFetishistResearch > 0)>> @@ -524,7 +524,7 @@ Future Societies Research <<if $arcologies[0].FSAssetExpansionistDecoration == 100>> <<if ($arcologies[0].FSAssetExpansionistResearch == 0)>> <<if ($rep >= 5000*$upgradeMultiplierMedicine)>> - [[Fund research into drug formulations for growth without limit|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSAssetExpansionistResearch = 1]] //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>. Will allow creation of drugs to push assets to unthinkable sizes.// + [[Fund research into drug formulations for growth without limit|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSAssetExpansionistResearch = 1]] //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>. Will allow creation of drugs to push assets to unthinkable sizes.// <br> <<else>> // You lack the reputation to access the research necessary to develop advanced growth drug formulations. // @@ -545,7 +545,7 @@ Future Societies Research <<if $arcologies[0].FSSlimnessEnthusiastDecoration == 100>> <<if ($arcologies[0].FSSlimnessEnthusiastResearch == 0)>> <<if ($rep >= 5000*$upgradeMultiplierMedicine)>> - [[Fund research into drug formulations for slimming slaves|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>. Will allow creation of drugs to shrink assets.// + [[Fund research into drug formulations for slimming slaves|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>. Will allow creation of drugs to shrink assets.// <br> <<else>> // You lack the reputation to access the research necessary to develop asset reducing drug formulations. // @@ -566,7 +566,7 @@ Future Societies Research <<if $arcologies[0].FSYouthPreferentialistDecoration == 100>> <<if ($arcologies[0].FSYouthPreferentialistResearch == 0)>> <<if ($rep >= 5000*$upgradeMultiplierMedicine)>> - [[Fund research into skin care designed to reverse the effects of aging|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSYouthPreferentialistResearch = 1]] //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>. Will allow creation of beauty creams designed to make slaves look young again.// + [[Fund research into skin care designed to reverse the effects of aging|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSYouthPreferentialistResearch = 1]] //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>. Will allow creation of beauty creams designed to make slaves look young again.// <br> <<else>> // You lack the reputation to access the research necessary to develop beauty creams designed to make slaves look young again. // @@ -587,7 +587,7 @@ Future Societies Research <<if $arcologies[0].FSHedonisticDecadenceDecoration == 100>> <<if ($arcologies[0].FSHedonisticDecadenceResearch == 0)>> <<if ($rep >= 5000*$upgradeMultiplierMedicine)>> - [[Purchase recipes for concentrated, shaped slave food|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceResearch = 1]] //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>. Will allow production of solid slave food in various familiar shapes and flavors. Addictive and a little fatty.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, a modified recipe formulated to cause severe stomach cramps minutes after ingestion will be developed.<</if>> // + [[Purchase recipes for concentrated, shaped slave food|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceResearch = 1]] //Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>. Will allow production of solid slave food in various familiar shapes and flavors. Addictive and a little fatty.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, a modified recipe formulated to cause severe stomach cramps minutes after ingestion will be developed.<</if>> // <br> <<else>> // You lack the reputation to access the research necessary to purchase concentrated, shaped slave food recipes. // @@ -597,7 +597,7 @@ Future Societies Research The fabricator has been upgraded to manufacture tasty, extremely addictive, solid slave food in various familiar shapes and flavors. While they look and taste like real food, their consistency is all wrong. Slaves gorging on them are likely to experience steady weight gain.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, all food crafted will cause severe stomach cramps minutes after ingestion. Coupled with their addictive nature, it ought to be quite torturous.<</if>> <<if $arcologies[0].FSSlimnessEnthusiast > 50 && $arcologies[0].FSHedonisticDecadenceDietResearch == 0>> [[Purchase diet recipes|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceDietResearch = 1]] - //Costs ¤<<print 10000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>// <br> Will prevent rampant weight gain from ruining your slim slaves. <br> <<elseif $arcologies[0].FSHedonisticDecadenceDietResearch == 1>> @@ -609,7 +609,7 @@ Future Societies Research The fabricator has been upgraded to manufacture tasty, extremely addictive, solid slave food in various familiar shapes and flavors. While they look and taste like real food, their consistency is all wrong. Slaves gorging on them are likely to experience steady weight gain.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, all food crafted will cause severe stomach cramps minutes after ingestion. Coupled with their addictive nature, it ought to be quite torturous.<</if>> <<if $arcologies[0].FSSlimnessEnthusiast > 50 && $arcologies[0].FSHedonisticDecadenceDietResearch == 0>> [[Purchase diet recipes|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceDietResearch = 1]] - //Costs ¤<<print 10000*$upgradeMultiplierMedicine>>// + //Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>// <br> Will prevent rampant weight gain from ruining your slim slaves. <br> <<elseif $arcologies[0].FSHedonisticDecadenceDietResearch == 1>> diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw index 2e8c45da1dc8ee4af520bbf5b887dae2c36e15f1..e7bc37a315d36c76d11a2fcdaad9bb2f16e7198a 100644 --- a/src/uncategorized/economics.tw +++ b/src/uncategorized/economics.tw @@ -28,7 +28,7 @@ <br> <<if $corpIncorporated == 0>> <span id="incorporate"> - You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at ¤20/share.">><</replace>><</link>> //Costs ¤30000// + You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(20)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>// </span> <<else>> <<include "Corporation Developments">> @@ -104,7 +104,7 @@ <div class="content"> <<if $corpIncorporated == 0>> <span id="incorporate"> -You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at ¤20/share.">><</replace>><</link>> //Costs ¤30000// +You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(20)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>// </span> <<else>> <<include "Corporation Developments">> diff --git a/src/uncategorized/fullReport.tw b/src/uncategorized/fullReport.tw index 10fdb400a64cd24c243ff7cdbccf8e45a9c4c14c..3a8585aae18525ec68b18f4132edfedaf41c8dc2 100644 --- a/src/uncategorized/fullReport.tw +++ b/src/uncategorized/fullReport.tw @@ -54,7 +54,7 @@ <</if>> <<silently>><<include "SA get milked">><</silently>> <<set $servantMilkersMultiplier = 1>> - and $pronoun gives $milk liters of milk over the week, which is sold for @@.yellowgreen;¤$milkSale.@@ + and $pronoun gives $milk liters of milk over the week, which is sold for @@.yellowgreen;<<print cashFormat($milkSale)>>.@@ <</if>> <br> diff --git a/src/uncategorized/futureSocities.tw b/src/uncategorized/futureSocities.tw index 84ad6c1bef33d71cb8b4cf4c7887ef7ea58d038b..e8baaebbf388c5dd2066855a078f4f3996944aea 100644 --- a/src/uncategorized/futureSocities.tw +++ b/src/uncategorized/futureSocities.tw @@ -448,7 +448,7 @@ You have unlocked possible societal customizations. /* -You are spending ¤$FSSpending each week to support your societal goals. +You are spending <<print cashFormat($FSSpending)>> each week to support your societal goals. <<if $FSSpending > 900>> [[Decrease|Future Society][$FSSpending -= 1000]] | <<else>> @@ -464,7 +464,7 @@ You are spending ¤$FSSpending each week to support your societal goals. <<set $FSSpending = Number($FSSpending) || 0>> <<set $FSSpending = Math.clamp(Math.ceil($FSSpending/1000)*1000, 0, 10000)>> <br>You are spending ¤<<textbox "_newFSSpending" $FSSpending>> each week to support your societal goals. [[Save changes|Future Society][$FSSpending = Number(_newFSSpending) || 0]] -<<if _warn>><br>//Spending more than ¤10000 weekly would be counterproductive//<</if>> +<<if _warn>><br>//Spending more than <<print cashFormat(10000)>> weekly would be counterproductive//<</if>> <br> <span id="mass"> @@ -594,28 +594,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<if $arcologies[0].FSSupremacistDecoration == 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSSupremacist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<elseif $arcologies[0].FSSupremacistDecoration == 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSSupremacist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<elseif $arcologies[0].FSSupremacistDecoration == 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSSupremacist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<elseif $arcologies[0].FSSupremacistDecoration == 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSSupremacist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -653,28 +653,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<if $arcologies[0].FSSubjugationistDecoration == 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSSubjugationist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<elseif $arcologies[0].FSSubjugationistDecoration == 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSSubjugationist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<elseif $arcologies[0].FSSubjugationistDecoration == 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSSubjugationist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<elseif $arcologies[0].FSSubjugationistDecoration == 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSSubjugationist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<elseif $arcologies[0].FSSubjugationistDecoration == 100>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -715,28 +715,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSRepopulationFocus >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSRepopulationFocus >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSRepopulationFocus >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSRepopulationFocus >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -769,28 +769,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSRestart >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSRestart >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSRestart >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRestartDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRestartDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSRestart >= 70>> - [[Customize the exterior of the arcology to support this goal and fully establish the Societal Elite|Future Society][$arcologies[0].FSRestartDecoration = 100,$upgradeMultiplierArcology = 0.5, $upgradeMultiplierMedicine = 0.5, $cash -= 75000]] //Costs ¤75000 and may dilute your control over the arcology// + [[Customize the exterior of the arcology to support this goal and fully establish the Societal Elite|Future Society][$arcologies[0].FSRestartDecoration = 100,$upgradeMultiplierArcology = 0.5, $upgradeMultiplierMedicine = 0.5, $cash -= 75000]] //Costs <<print cashFormat(75000)>> and may dilute your control over the arcology// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -821,28 +821,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSGenderRadicalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSGenderRadicalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSGenderRadicalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSGenderRadicalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -872,28 +872,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSGenderFundamentalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSGenderFundamentalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSGenderFundamentalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSGenderFundamentalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -922,28 +922,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSPaternalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSPaternalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSPaternalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSPaternalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -972,28 +972,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSDegradationist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSDegradationist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSDegradationist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSDegradationist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1022,28 +1022,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSBodyPurist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSBodyPurist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSBodyPurist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSBodyPurist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1072,28 +1072,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSTransformationFetishist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSTransformationFetishist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSTransformationFetishist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSTransformationFetishist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1122,28 +1122,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSYouthPreferentialist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSYouthPreferentialist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSYouthPreferentialist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSYouthPreferentialist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1172,28 +1172,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSMaturityPreferentialist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSMaturityPreferentialist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSMaturityPreferentialist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSMaturityPreferentialist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1222,28 +1222,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSSlimnessEnthusiast >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSSlimnessEnthusiast >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSSlimnessEnthusiast >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSSlimnessEnthusiast >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1272,28 +1272,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSAssetExpansionist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSAssetExpansionist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSAssetExpansionist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSAssetExpansionist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1321,28 +1321,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSPastoralist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSPastoralist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSPastoralist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSPastoralist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1370,28 +1370,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSPhysicalIdealist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSPhysicalIdealist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSPhysicalIdealist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSPhysicalIdealist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1420,28 +1420,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSHedonisticDecadence >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSHedonisticDecadence >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSHedonisticDecadence >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSHedonisticDecadence >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1470,28 +1470,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSChattelReligionist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSChattelReligionist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSChattelReligionist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSChattelReligionist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1520,28 +1520,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSRomanRevivalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSRomanRevivalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSRomanRevivalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSRomanRevivalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1570,28 +1570,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSAztecRevivalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSAztecRevivalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSAztecRevivalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSAztecRevivalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1620,28 +1620,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSEgyptianRevivalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSEgyptianRevivalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSEgyptianRevivalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSEgyptianRevivalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1670,28 +1670,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSEdoRevivalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSEdoRevivalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSEdoRevivalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSEdoRevivalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1718,28 +1718,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSArabianRevivalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSArabianRevivalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSArabianRevivalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSArabianRevivalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> @@ -1766,28 +1766,28 @@ You are spending ¤$FSSpending each week to support your societal goals. <<case 20>> $arcologies[0].name is not customized to support this goal. <<if $arcologies[0].FSChineseRevivalist >= 10>> - [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500// + [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>// <<else>> You must advance this goal before customization to support it becomes available. <</if>> <<case 40>> $arcologies[0].name's media is supporting this goal. <<if $arcologies[0].FSChineseRevivalist >= 30>> - [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000// + [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 60>> $arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too. <<if $arcologies[0].FSChineseRevivalist >= 50>> - [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000// + [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> <<case 80>> $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. <<if $arcologies[0].FSChineseRevivalist >= 70>> - [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000// + [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>// <<else>> You must advance this goal before further customization to support it becomes available. <</if>> diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index b96c4a0a59bcce1bbd01b07236e00d2e0f10df2d..e5bd67de94cb3227758c5026b8e9b0ad589a6bad 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -76,7 +76,7 @@ As you step off the elevator, you hear female shouting. Apparently one of $arcol <br><br> As you pass, a tired-looking streetwalker walking by wearing ripped jeans and a torn top offers herself to you. She's halfway through her clumsy come-on before she curses and rushes over to kneel at your feet. As she does, she shrieks, "You own this arcology! You - you offered to enslave us strippers when the old place closed down! Please, please, can I accept? I'm sorry I didn't earlier. I'm sorry. I'll fucking do anything! Please!" <br><br> - //Enslaving her will cost ¤<<print $contractCost>>. Alternatively, you could sell her. Less costs, this will bring in ¤<<print $slaveCost>>.// + //Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell her. Less costs, this will bring in <<print cashFormat($slaveCost)>>.// <br><br> <<set $saleDescription = 0>> <<include "Long Slave Description">> @@ -109,7 +109,7 @@ As you step off the elevator, you hear female shouting. Apparently one of $arcol <br><br> As you pass, a pretty streetwalker walking by wearing an attractive club girl outfit sidles up to you. She's halfway through her first flirty come-on before she recognizes you. She gasps and says, "You own this arcology! <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I was a stripper here! Thank you so much for helping us. That money set most of us up pretty well." She hefts her chest. "It bought me new boobs, that's for sure. So, um," she bites her lip in indecision, "I hear -" she hesitates and then the words come out in a rush. "I hear your girls do really well. I've seen them, they look good. Can I come?" You arch an eyebrow and begin to ask whether she knows what that means. "Yep," she interrupts. "I'll be your sex slave." <br><br> - //Enslaving her will cost ¤<<print $contractCost>>. Alternatively, you could sell her. Less costs, this will bring in ¤<<print $slaveCost>>.// + //Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell her. Less costs, this will bring in <<print cashFormat($slaveCost)>>.// <br><br> <<set $saleDescription = 0>> <<include "Long Slave Description">> @@ -629,7 +629,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<set $cash -= 1000>> <<set $PStrip = 2>> <</replace>> -<</link>> //This will cost ¤1000// +<</link>> //This will cost <<print cashFormat(1000)>>// <br><<link "Offer to set them up independently">> <<replace "#result">> You offer a way out of their situation. They, you suggest, can keep working in the now-vacant shop if they work together to pay the rent. They can move into a couple of vacant rooms nearby that you can easily have set up as a bunkhouse. You'll collect a little more rent, and they'll have a second chance. They @@.green;accept it with gratitude.@@ It's quite likely they'll either fail or have to accept being whores rather than strippers, but that's not your concern. @@.green;Your arcology's prosperity has increased.@@ @@ -638,7 +638,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<set $cash -= 500>> <<set $PStrip = 3>> <</replace>> -<</link>> //This will cost ¤500// +<</link>> //This will cost <<print cashFormat(500)>>// <<case "strip club aftermath">> @@ -689,7 +689,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<set $cash -= 5000>> <<set $personalArms = 3>> <</replace>> -<</link>> //This will cost ¤5000// +<</link>> //This will cost <<print cashFormat(5000)>>// <br> <</if>> <<link "Arm yourself">> @@ -697,10 +697,10 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your In a time of uncertainty, the public looks up to people who project strength. So, you purchase yourself some of the latest armor and weapons, and make sure they are visible in a glass-walled cabinet in your office. Many of your wealthier tenants follow suit. A few of them even emulate your example and practice using these implements once a week. @@.green;Your reputation has improved.@@ <<set $nextButton = "Continue">> <<set $rep += 500>> - <<set $cash -= 2000>> //This will cost ¤2000// + <<set $cash -= 2000>> //This will cost <<print cashFormat(2000)>>// <<set $personalArms = 1>> <</replace>> -<</link>> //This will cost ¤2000// +<</link>> //This will cost <<print cashFormat(2000)>>// <br><<link "Ignore this foolishness">> <<replace "#result">> No doubt this panicky fad will pass. You ignore the controversy. In a few days, the subject of a militia passes from the public mind. @@ -922,7 +922,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<set $cash -= _price>> <</if>> <</replace>> -<</link>> //This will cost ¤<<print _price>>// +<</link>> //This will cost <<print cashFormat(_price)>>// <<case "aid result">> diff --git a/src/uncategorized/growthResearchInstitute.tw b/src/uncategorized/growthResearchInstitute.tw index 8a496ea2c65fcad73f333c711388c16f243f49ce..baf48742f5ef4b31ba2cdb2e87fd76548da8dbfe 100644 --- a/src/uncategorized/growthResearchInstitute.tw +++ b/src/uncategorized/growthResearchInstitute.tw @@ -20,7 +20,7 @@ <</if>> <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> -<br><br>The price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> +<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <<if $cash >= $slaveCost>> <br>[[Buy her and check out other slaves to order|Growth Research Institute][$cash -= $slaveCost, $GRI.schoolSale = 0, $GRI.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/uncategorized/householdLiquidator.tw b/src/uncategorized/householdLiquidator.tw index 935f32c742cf98ed6424651acde3a9fc5f9bd94a..f71c0a750fba196ddcdcf760856949c961512023 100644 --- a/src/uncategorized/householdLiquidator.tw +++ b/src/uncategorized/householdLiquidator.tw @@ -28,7 +28,7 @@ The household liquidator is offering a set of siblings for sale. As usual, you w <<slaveCost $activeSlave>> -The price is ¤<<print $slaveCost*3>>. +The price is <<print cashFormat($slaveCost*3)>>. <br><br> <<if $cash >= $slaveCost*3>> @@ -73,7 +73,7 @@ The household liquidator is offering a mother and her daughter for sale. As usua <<slaveCost $activeSlave>> <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> -The price is ¤<<print $slaveCost*3>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> +The price is <<print cashFormat($slaveCost*3)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <br><br> <<if $cash >= $slaveCost*3>> @@ -114,7 +114,7 @@ The household liquidator is offering something special: twins. The markup is hug <</if>> <<slaveCost $activeSlave>> -The price is ¤<<print $slaveCost*4>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> +The price is <<print cashFormat($slaveCost*4)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <br><br> <<if $cash >= $slaveCost*4>> diff --git a/src/uncategorized/jeSlaveDispute.tw b/src/uncategorized/jeSlaveDispute.tw index 10c83d78ed19e71f51651b24d536a759f15a9c0a..0dc403b7c802480d8ad2b7122bda8247db017559 100644 --- a/src/uncategorized/jeSlaveDispute.tw +++ b/src/uncategorized/jeSlaveDispute.tw @@ -211,7 +211,7 @@ <<set $rep += 500>> <<include "New Slave Intro">> <</replace>> - <</link>> //This will cost ¤$contractCost and give you the slave// + <</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave// <<case "slave training">> <<link "Privately inform both parties you'll settle this in favor of the most generous">> <<replace "#result">> @@ -243,7 +243,7 @@ <<set $rep += 500>> <<include "New Slave Intro">> <</replace>> - <</link>> //This will cost ¤$contractCost and give you the slave// + <</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave// <<case "majority deal">> <<link "Privately inform both parties you'll settle this in favor of the most generous">> <<replace "#result">> @@ -275,7 +275,7 @@ <<set $rep += 300>> <<include "New Slave Intro">> <</replace>> - <</link>> //This will cost ¤$contractCost and give you the slave// + <</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave// <<case "indenture deal">> <<link "Privately inform both parties you'll settle this in favor of the most generous">> <<replace "#result">> @@ -307,7 +307,7 @@ <<set $rep -= 100>> <<include "New Slave Intro">> <</replace>> - <</link>> //This will cost ¤$contractCost and give you the slave// + <</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave// <<default>> <<link "Privately inform both parties you'll settle this in favor of the most generous">> <<replace "#result">> @@ -337,6 +337,6 @@ <br><br> <<include "New Slave Intro">> <</replace>> - <</link>> //This will cost ¤$contractCost and give you the slave// + <</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave// <</switch>> </span> diff --git a/src/uncategorized/labReport.tw b/src/uncategorized/labReport.tw index 7447f1ee79e1405afd7c66dd610b6c7a6c3fbabf..9102000b9870ff46e4d0d5e8ad6dfc093d69fe41 100644 --- a/src/uncategorized/labReport.tw +++ b/src/uncategorized/labReport.tw @@ -4,7 +4,7 @@ <br> <<if ($researchLab.hired + $researchLab.menials) != 0>> <<if $researchLab.research == "none" && $researchLab.manufacture == "none">> - Since the lab is currently not working on any projects it takes contract work and earns you @@.yellowgreen;¤<<print (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>>.@@ + Since the lab is currently not working on any projects it takes contract work and earns you @@.yellowgreen;<<print cashFormat((($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20))>>.@@ <<set $cash += (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>> <<elseif $researchLab.research != "none">> <<set $researchLab.productionTime -= (($researchLab.hired * 3) + ($researchLab.menials) * ($researchLab.aiModule))>> @@ -57,4 +57,4 @@ Your lab staff are currently working on @@.yellow;$researchLab.manufacture@@. <</if>> <</if>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/uncategorized/lecoleDesEnculees.tw b/src/uncategorized/lecoleDesEnculees.tw index d964af6e657cee9b1ec5d4bc285030ffedc99e91..5de48140fe64a5d5b0418f65219c4c0f37a55226 100644 --- a/src/uncategorized/lecoleDesEnculees.tw +++ b/src/uncategorized/lecoleDesEnculees.tw @@ -20,7 +20,7 @@ <</if>> <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> -<br><br>The price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> +<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <<if $cash >= $slaveCost>> <br>[[Buy her and check out other slaves to order|L'école des Enculées][$cash -= $slaveCost, $LDE.schoolSale = 0, $LDE.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 0dd6192e747f2c140e36c81a5e556e035a76aa58..7c131b4d26ffcaa2b0bc035d4edba4fb8532bf4f 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -82,7 +82,7 @@ <</if>> /* Saves use the first eight printed words to make the "file name", the below line cheats and makes saves here nicer named. */ -@@font-size: 0; $arcologies[0].name, Week $week, $slaves.length Slaves, ¤$cash … … … @@ +@@font-size: 0; $arcologies[0].name, Week $week, $slaves.length Slaves, <<print cashFormat($cash)>> … … … @@ <<if $newModelUI == 1>><<DisplayBuilding>><</if>> <<if $seeArcology == 1>> <<include "Arcology Description">> | [[Hide|Main][$seeArcology = 0]]<br><</if>> diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw index 35539bc40171a9225f835ba8c02b18298aeb45cd..6f771501d3bbd127987832b18458d39047b754c6 100644 --- a/src/uncategorized/manageArcology.tw +++ b/src/uncategorized/manageArcology.tw @@ -35,7 +35,7 @@ __Construction__ <br> <<if $arcologyUpgrade.drones != 1>> - //The first major upgrade needed is the installation of a drone security system so higher-class citizens will feel safe and protected should they choose to immigrate. This upgrade will cost ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>.// + //The first major upgrade needed is the installation of a drone security system so higher-class citizens will feel safe and protected should they choose to immigrate. This upgrade will cost <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.// <<link "Install drone security system">> <<set $cash -= Math.trunc(5000*$upgradeMultiplierArcology)>> <<set $arcologyUpgrade.drones = 1>> @@ -46,13 +46,13 @@ __Construction__ <<if $PC.engineering < 100>><<set $PC.engineering += 1>><</if>> <</link>> <<elseif $arcologyUpgrade.hydro != 1>> - //The next major upgrade needed is the installation of a better water reclamation system so your residents will have access to cheaper water and hydroponically grown food. This upgrade will cost ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>.// [[Upgrade water reclamation system|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcologyUpgrade.hydro = 1, $PC.engineering += 1]] + //The next major upgrade needed is the installation of a better water reclamation system so your residents will have access to cheaper water and hydroponically grown food. This upgrade will cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>.// [[Upgrade water reclamation system|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcologyUpgrade.hydro = 1, $PC.engineering += 1]] <<elseif $arcologyUpgrade.apron != 1>> - //The next major upgrade needed is the installation of a broader apron at the bottom of the arcology to increase its surface area and gather more solar energy. Right now, tenants that use a lot of power have to import it from outside. This upgrade will cost ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>.// [[Install solar apron|Manage Arcology][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $arcologyUpgrade.apron = 1, $PC.engineering += 1]] + //The next major upgrade needed is the installation of a broader apron at the bottom of the arcology to increase its surface area and gather more solar energy. Right now, tenants that use a lot of power have to import it from outside. This upgrade will cost <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>.// [[Install solar apron|Manage Arcology][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $arcologyUpgrade.apron = 1, $PC.engineering += 1]] <<elseif $arcologyUpgrade.grid != 1>> - //The next major upgrade needed is an improvement of the arcology's electrical transmission lines to make efficient use of the additional power from the solar apron. This upgrade will cost ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>.// [[Upgrade transmission lines|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $arcologyUpgrade.grid = 1, $PC.engineering += 1]] + //The next major upgrade needed is an improvement of the arcology's electrical transmission lines to make efficient use of the additional power from the solar apron. This upgrade will cost <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>.// [[Upgrade transmission lines|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $arcologyUpgrade.grid = 1, $PC.engineering += 1]] <<elseif $arcologyUpgrade.spire != 1>> - //The next major upgrade needed is the addition of a spire at the top of the arcology to increase the space available for the wealthiest citizens to own whole floors. This huge project will cost ¤<<print Math.trunc(250000*$upgradeMultiplierArcology)>>.// [[Add spire|Manage Arcology][$cash -= Math.trunc(250000*$upgradeMultiplierArcology), $arcologyUpgrade.spire = 1, $sectors[1].type = "Apartments", $sectors[2].type = "Apartments", $sectors[3].type = "Apartments", $sectors[4].type = "Apartments", $sectors[1].ownership = 1, $sectors[2].ownership = 1, $sectors[3].ownership = 1, $sectors[4].ownership = 1, $PC.engineering += 1]] + //The next major upgrade needed is the addition of a spire at the top of the arcology to increase the space available for the wealthiest citizens to own whole floors. This huge project will cost <<print cashFormat(Math.trunc(250000*$upgradeMultiplierArcology))>>.// [[Add spire|Manage Arcology][$cash -= Math.trunc(250000*$upgradeMultiplierArcology), $arcologyUpgrade.spire = 1, $sectors[1].type = "Apartments", $sectors[2].type = "Apartments", $sectors[3].type = "Apartments", $sectors[4].type = "Apartments", $sectors[1].ownership = 1, $sectors[2].ownership = 1, $sectors[3].ownership = 1, $sectors[4].ownership = 1, $PC.engineering += 1]] <<else>> //The arcology's public areas are fully upgraded.// <</if>> @@ -65,9 +65,9 @@ __Construction__ <br> <<if $weatherCladding == 0>> - //Extreme weather is becoming common worldwide. The arcology's exterior can be hardened to reduce damage in case of heavy weather, but this will reduce its beauty somewhat and will cost ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>. Your citizens are <<if $weatherAwareness == 0>>likely to disapprove of this measure as alarmism.<<else>>@@.yellow;concerned that this measure has not been taken already.@@<</if>> // [[Apply weather cladding|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $weatherCladding = 1, $PC.engineering += 1]] + //Extreme weather is becoming common worldwide. The arcology's exterior can be hardened to reduce damage in case of heavy weather, but this will reduce its beauty somewhat and will cost <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>. Your citizens are <<if $weatherAwareness == 0>>likely to disapprove of this measure as alarmism.<<else>>@@.yellow;concerned that this measure has not been taken already.@@<</if>> // [[Apply weather cladding|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $weatherCladding = 1, $PC.engineering += 1]] <<elseif $weatherCladding == 1 && $arcologyUpgrade.spire == 1>> - The arcology's exterior is jacketed with unsightly but sturdy weather cladding. Your arcology is so prosperous that remodeling the cladding into something beautiful is within the realm of possibility. This massive project will cost ¤<<print Math.trunc(3500000*$upgradeMultiplierArcology)>> and without a doubt render your arcology one of the wonders of the world. + The arcology's exterior is jacketed with unsightly but sturdy weather cladding. Your arcology is so prosperous that remodeling the cladding into something beautiful is within the realm of possibility. This massive project will cost <<print cashFormat(Math.trunc(3500000*$upgradeMultiplierArcology))>> and without a doubt render your arcology one of the wonders of the world. [[Remodel weather cladding|Manage Arcology][$cash -= Math.trunc(3500000*$upgradeMultiplierArcology), $weatherCladding = 2, $PC.engineering += 1]] <<elseif $weatherCladding == 1>> //The arcology's exterior is jacketed with unsightly but sturdy weather cladding.// @@ -78,7 +78,7 @@ __Construction__ <br> <<if ($receiverAvailable == 1) && ($FCTVenable != 0) && ($FCTVreceiver == 0)>> - You have not installed an FCTV receiver. Installing this receiver yourself will cost ¤<<print Math.trunc(25000*$upgradeMultiplierArcology)>>. You can have your citizens pay for the fiberoptic upgrades, reducing the cost to ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>. You can also have them heavily subsidize installation, they will be upset about it, but it will only cost ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>. + You have not installed an FCTV receiver. Installing this receiver yourself will cost <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>. You can have your citizens pay for the fiberoptic upgrades, reducing the cost to <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>. You can also have them heavily subsidize installation, they will be upset about it, but it will only cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>. [[No subsidy|Manage Arcology][$cash -= Math.trunc(25000*$upgradeMultiplierArcology), $FCTVreceiver = 1, $receiverAvailable = $week, $rep += 500, $PC.engineering += 1]] | [[Light subsidy|Manage Arcology][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $FCTVreceiver = 1, $receiverAvailable = $week, $PC.engineering += 1]] | [[Heavy subsidy|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FCTVreceiver = 1, $receiverAvailable = $week, $rep -= 1500, $PC.engineering += 1]] <<elseif ($FCTVreceiver == 3)>> You have installed the FCTV receiver and have access to the full range of FCTV's programs. High viewership rates amongst your citizens makes it easier to pursue your societal goals. @@ -95,7 +95,7 @@ __Construction__ <<if $propHub == 0>> <br> [[Set up the propaganda Hub|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $propHub = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>.// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.// <br>//Building specialized in the management of authority.// <<else>> <br> @@ -104,7 +104,7 @@ __Construction__ <<if $secHQ == 0>> <br> [[Set up the security headquarters|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $secHQ = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>.// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.// <br>//Building specialized in the management of security and crime.// <<else>> <br> @@ -114,7 +114,7 @@ __Construction__ <<if $secBarracks == 0>> <br> [[Set up the barracks|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $secBarracks = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <br>//Building specialized in the management of armed forces.// <<else>> <br> @@ -124,7 +124,7 @@ __Construction__ <<if $riotCenter == 0 && $rebellionsEnabled == 1>> <br> [[Set up the riot control center|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $riotCenter = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<if $PC.engineering < 100>><<set $PC.engineering += 1>><</if>> <br>//Building specialized in the management and suppression of rebellions.// <<elseif $rebellionsEnabled == 1>> diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw index aea2057e1abb2748afe5252ef5fc22644866c99f..cbff8aca8464250b24630e95832d5f140ac7b1b6 100644 --- a/src/uncategorized/managePenthouse.tw +++ b/src/uncategorized/managePenthouse.tw @@ -20,7 +20,7 @@ __Penthouse Capacity__ The main penthouse dormitory, which houses slaves who aren't living in a facility and aren't granted a luxurious standard of living, has a capacity of ''$dormitory'' slaves. [[Expand the dormitory|Manage Penthouse][$cash -= Math.trunc($dormitory*1000*$upgradeMultiplierArcology), $dormitory += 10, $PC.engineering += .1]] -//Costs ¤<<print Math.trunc($dormitory*1000*$upgradeMultiplierArcology)>>// +//Costs <<print cashFormat(Math.trunc($dormitory*1000*$upgradeMultiplierArcology))>>// <br> //Exceeding this limit is bad for slaves' health, devotion and trust// @@ -28,7 +28,7 @@ The main penthouse dormitory, which houses slaves who aren't living in a facilit The penthouse also features little individual rooms, which house slaves who do enjoy a luxurious standard of living. They have a capacity of ''$rooms'' slaves. [[Expand the rooms|Manage Penthouse][$cash -= Math.trunc($rooms*1000*$upgradeMultiplierArcology), $rooms += 5, $PC.engineering += .1]] -//Costs ¤<<print Math.trunc($rooms*1000*$upgradeMultiplierArcology)>>// +//Costs <<print cashFormat(Math.trunc($rooms*1000*$upgradeMultiplierArcology))>>// <br> //The number of rooms determines the number of slaves that can be granted luxury// @@ -40,7 +40,7 @@ __Penthouse Facilities__ <<if $masterSuite == 0>> [[Improve your master bedroom to house a harem of personal toys|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $masterSuite = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> Your penthouse is capped by a master suite with room for an entire harem of personal toys. <</if>> @@ -49,7 +49,7 @@ __Penthouse Facilities__ <<if $servantsQuarters == 0>> [[Build a dormitory to house large numbers of house servants|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $servantsQuarters = 5, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> Your penthouse includes a dormitory to house large numbers of house servants. <</if>> @@ -58,7 +58,7 @@ __Penthouse Facilities__ <<if $schoolroom == 0>> [[Build a schoolroom where slaves can be educated|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $schoolroom = 5, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> Your penthouse includes a schoolroom where slaves can be educated. <</if>> @@ -67,7 +67,7 @@ __Penthouse Facilities__ <<if $spa == 0>> [[Install open baths to provide relaxation space for resting slaves|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $spa = 5, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> The penthouse includes a fully appointed spa where slaves can rest and recuperate. <</if>> @@ -76,7 +76,7 @@ __Penthouse Facilities__ <<if $clinic == 0>> [[Expand the surgical recovery area to accommodate patients and a nurse|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clinic = 5, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> The surgical recovery area has been expanded to take in more unhealthy slaves and be staffed by a nurse. <</if>> @@ -85,7 +85,7 @@ __Penthouse Facilities__ <<if $cellblock == 0>> [[Construct cells to properly confine disobedient slaves|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $cellblock = 5, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> The lower level of the penthouse includes a hallway of cells to confine slaves in. <</if>> @@ -96,7 +96,7 @@ __Penthouse Facilities__ <<if $arcologyUpgrade.grid == 1>> <<if $incubator == 0>> [[Install an incubation chamber to rapidly age children|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $incubator = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// <<else>> The penthouse has a specialized facility dedicated to rapidly aging children. <</if>> @@ -108,7 +108,7 @@ __Penthouse Facilities__ <<if $HGSuite != 1>> [[Build a small suite for a Head Girl to live in|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $HGSuite = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> There is a small but handsome suite next to yours reserved for the Head Girl. <</if>> @@ -119,7 +119,7 @@ __Penthouse Facilities__ Your penthouse is now equipped with a research lab. <<else>> [[Clear out one of the floors and install research equipment|Manage Penthouse][$cash -= Math.trunc(15000*$upgradeMultiplierArcology), $researchLab.built = "true", $researchLab.maxSpace = 5, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>// <</if>> <</if>> @@ -131,7 +131,7 @@ __Penthouse Upgrades__ <<if $servantMilkers != 1>> Your penthouse is equipped with basic milkers for lactating slaves. [[Install more and tie them into the liquid systems|Manage Penthouse][$cash -= Math.trunc(25000*$upgradeMultiplierArcology), $servantMilkers = 1, $PC.engineering += .1]] - //Costs ¤<<print Math.trunc(25000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>// <<else>> Every room in the penthouse is equipped with milkers tied into the liquid systems, letting slaves with full udders drain them anywhere. <</if>> @@ -141,10 +141,10 @@ __Penthouse Upgrades__ <<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][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $boobAccessibility = 1, $PC.engineering += .5]] - //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>// + //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][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $boobAccessibility = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>// + //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. @@ -155,10 +155,10 @@ __Penthouse Upgrades__ <<if $pregAccessibility != 1>> <<if $boobAccessibility == 1 || $ballsAccessibility || $buttAccessibility>> Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with enormous pregnancies. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $pregAccessibility = 1, $PC.engineering += .5]] - //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// <<else>> Your penthouse has no special accessibility provisions for slaves with enormous pregnancies. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $pregAccessibility = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// <</if>> <<else>> The entire penthouse has been remodeled to make life with enormous pregnancies easier. The doorways have been widened, and tables, sinks and other items are now designed to work around a massively distended belly. @@ -170,7 +170,7 @@ __Penthouse Upgrades__ <<if $dickAccessibility != 1>> Your penthouse has no special accessibility provisions for slaves with enormous dicks. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $dickAccessibility = 1, $PC.engineering += .5]] - //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>// + //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>> @@ -179,10 +179,10 @@ __Penthouse Upgrades__ <<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][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $ballsAccessibility = 1, $PC.engineering += .5]] - //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>// + //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][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $ballsAccessibility = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>// + //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. @@ -192,10 +192,10 @@ __Penthouse Upgrades__ <<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 posteriours. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $buttAccessibility = 1, $PC.engineering += .5]] - //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>// + //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][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $buttAccessibility = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>// + //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. @@ -207,7 +207,7 @@ __Penthouse Upgrades__ <<if $feeder == 0>> [[Upgrade the kitchen's nutritional sensing systems|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $feeder = 1, $PC.engineering += .1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> The kitchen mounts sensors to refine diets in real time. <</if>> @@ -216,7 +216,7 @@ __Penthouse Upgrades__ <<if $cockFeeder == 0>> [[Enhance the feeding system with faux phalli|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $cockFeeder = 1, $PC.engineering += .1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> The kitchen dispenses food from phalli slaves must suck off in order to eat. //[[Remove them|Manage Penthouse][$cockFeeder = 0]]// <</if>> @@ -225,7 +225,7 @@ __Penthouse Upgrades__ <<if $suppository == 0>> [[Replace the drug dispensers with reciprocating dildo suppositories|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $suppository = 1, $PC.engineering += .1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>> The kitchen applies drugs that can be absorbed rectally by assfucking slaves with dildos that cum the pharmaceuticals. //[[Remove them|Manage Penthouse][$suppository = 0]]// <</if>> @@ -235,7 +235,7 @@ __Penthouse Upgrades__ <<if $dairy != 0>> <<if $dairyPiping == 0>> [[Install pipes connecting the Dairy to the rest of your penthouse for use in enema play|Manage Penthouse][$cash -= Math.trunc(15000*$upgradeMultiplierArcology), $dairyPiping = 1, $PC.engineering += .5]] - //Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology)>>// + //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>> @@ -247,7 +247,7 @@ __Penthouse Upgrades__ <<if $studio == 0>> [[Install a media hub to convert slave video feeds into pornography|Manage Penthouse][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $studio = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<else>> The arcology's video systems are connected to a media hub that can convert slave video feeds into pornography. <</if>> @@ -256,10 +256,10 @@ __Penthouse Upgrades__ <<if $dojo == 0>> [[Set up a personal armory to support a bodyguard|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $dojo = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<elseif $dojo == 1>> 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][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $dojo = 2, $PC.engineering += .5]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //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. <</if>> @@ -269,7 +269,7 @@ __Penthouse Upgrades__ <<if $surgeryUpgrade == 0>> <<if $rep > 10000>> [[Upgrade the remote surgery|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $surgeryUpgrade = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>// <<else>> //You lack the reputation to secure rare surgery upgrades// <</if>> @@ -282,7 +282,7 @@ __Penthouse Upgrades__ <<if $dispensary == 0>> <<if $rep > 2000>> [[Install a pharmaceutical fabricator|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $dispensary = 1, $drugsCost = $drugsCost/4, $PC.engineering += .1]] - //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>// <<else>> //You lack the reputation to obtain cutting-edge pharmaceutical technology// <</if>> @@ -300,7 +300,7 @@ __Penthouse Upgrades__ There is a facility to construct mechanical prosthetic limbs for amputated slaves. <<if ($rep > 14000)>> [[Research advanced prototype prosthetics|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $prostheticsUpgrade = 2]] - //Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// <<else>> //You lack the reputation to research and produce prototype prosthetics.// <</if>> @@ -308,7 +308,7 @@ __Penthouse Upgrades__ There is a prosthetics facility upgraded to use advanced materials and designs. <<if ($rep > 16000)>> [[Research high-tech cybernetic limbs|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $prostheticsUpgrade = 3]] - //Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// <<else>> //You lack the reputation to research and produce prototype cybernetic limbs.// <</if>> @@ -317,9 +317,9 @@ __Penthouse Upgrades__ <<default>> <<if ($rep > 12000)>> [[Construct a mechanical prosthetics facility|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $prostheticsUpgrade = 1, $PC.engineering += 1]] - //Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>// <<else>> //You lack the reputation to construct a prosthetics facility.// <</if>> <</switch>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/uncategorized/manufacturing.tw b/src/uncategorized/manufacturing.tw index 5c49e85641d261efbfb22cb9f887452eb7cda742..b427db51bbc901135cfe669fab1bb1ecbce17479 100644 --- a/src/uncategorized/manufacturing.tw +++ b/src/uncategorized/manufacturing.tw @@ -30,14 +30,14 @@ This is a space in the arcology's service areas, <<if $dairy == 0>> <br> [[Construct a dairy to milk slaves on an industrial scale|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $dairy = 5, $sectors[$AS].type = "Dairy"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> and will incur upkeep costs// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will incur upkeep costs// <</if>> <<if $mercenaries>> <<if $barracks != 1>> <br> [[Build an armoury to properly house your mercenaries|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $barracks = 1, $sectors[$AS].type = "Barracks"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> but will reduce mercenary upkeep// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> but will reduce mercenary upkeep// <</if>> <</if>> @@ -47,22 +47,22 @@ This is a space in the arcology's service areas, <<if $weapManu != 1>> <br> [[Convert this sector to weapons manufacturing|Main][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $weapManu = 1, $sectors[$AS].type = "weapManu"]] - //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> but will provide a weekly income and will unlock upgrades for our troops// + //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>> but will provide a weekly income and will unlock upgrades for our troops// <</if>> <</if>> <br> [[Convert to pens to increase the number of menial slaves you can house|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Pens"]] -//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// +//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<if $sectors[$AS].type != "Sweatshops">> <br> [[Convert these facilities to use the labor of menial slaves|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Sweatshops"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<if $sectors[$AS].type != "Manufacturing">> <br> [[Return this sector to standard manufacturing|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Manufacturing"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> diff --git a/src/uncategorized/markets.tw b/src/uncategorized/markets.tw index 86ce91ea4b2191f17219418cf23ef718ca256733..691e36dc0f5d2e3379e512ccb7221717f6d50e08 100644 --- a/src/uncategorized/markets.tw +++ b/src/uncategorized/markets.tw @@ -9,24 +9,24 @@ This is an area of the concourse occupied by large stores and markets, many of w <<if $arcade == 0>> <br> [[Construct a sex arcade to present slaves' holes for public use|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcade = 5, $sectors[$AS].type = "Arcade"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> and will incur upkeep costs// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will incur upkeep costs// <</if>> <<if $pit == 0>> <br> [[Build a pit to host proper slave fights|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $pit = 1, $sectors[$AS].type = "Pit"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<if $secExp == 1 && $transportHub == 0>> <br> [[Centralize and modernize the transport hub|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $transportHub = 1, $sectors[$AS].type = "transportHub", $docks = 1, $railway = 1, $airport = 1]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<if $corpMarket == 0 && $corpIncorporated == 1>> <br> [[Create a flagship slave market for your corporation here|Main][$corpCash -= Math.trunc(10000*$upgradeMultiplierArcology), $corpMarket = 1, $sectors[$AS].type = "CorporateMarket"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> of the corporation's money// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> of the corporation's money// <</if>> diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index 9e5f43d78a12335b424824adc22e925d79d6df29..003848dc3ee1eb4fb3d85184b0b8e9ebec8e885d 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -289,14 +289,14 @@ $masterSuiteNameCaps is furnished <<else>> None of your slaves are serving here. <</if>> -<br> [[Refit the suite to the height of traditional opulence|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 1]] //Costs ¤_Tmult2 and will focus the suite on you// -<br> [[Remodel the suite around a luxurious pit for group sex|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 2]] //Costs ¤_Tmult2; will encourage fucktoys to fuck each other// +<br> [[Refit the suite to the height of traditional opulence|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 1]] //Costs <<print cashFormat(_Tmult2)>> and will focus the suite on you// +<br> [[Remodel the suite around a luxurious pit for group sex|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 2]] //Costs <<print cashFormat(_Tmult2)>>; will encourage fucktoys to fuck each other// <</if>> <br>$masterSuiteNameCaps has room for $masterSuite slaves to live comfortably<<if $masterSuiteUpgradeLuxury == 2>> in the moments when they're not in the fuckpit<<elseif $masterSuiteUpgradeLuxury == 1>> on its huge bed<</if>>. <<set _Tmult0 = Math.trunc($masterSuite*1000*$upgradeMultiplierArcology)>> -[[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs ¤_Tmult0// +[[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $masterSuiteUpgradePregnancy == 1>> @@ -304,7 +304,7 @@ $masterSuiteNameCaps is furnished <<if $masterSuitePregnancySlaveLuxuries == 1>> Pregnant slaves are being ''given some luxuries'' to reduce stress. [[End the special treatment of pregnant slaves|Master Suite][$masterSuitePregnancySlaveLuxuries = 0]]<br> <<else>> - Pregnant slaves ''have no extra luxuries'' to reduce stress. [[Give pregnant slaves lighter duties|Master Suite][$masterSuitePregnancySlaveLuxuries = 1]] //Costs ¤500/week//<br> + Pregnant slaves ''have no extra luxuries'' to reduce stress. [[Give pregnant slaves lighter duties|Master Suite][$masterSuitePregnancySlaveLuxuries = 1]] //Costs <<print cashFormat(500)>>/week//<br> <</if>> <<if $masterSuitePregnancyFertilityDrugs == 1 || $masterSuiteHyperPregnancy == 1>> Fertile slaves ''are being given'' <<if $masterSuiteHyperPregnancy == 1>>super fertility drugs<<else>>fertility drugs<</if>>, encouraging impregnation and multiple pregnancy.<<if $masterSuiteHyperPregnancy == 1>> [[End the drug regime|Master Suite][$masterSuiteHyperPregnancy = 0, $masterSuitePregnancyFertilitySupplements = 0]]<<else>> [[End the drug regime|Master Suite][$masterSuitePregnancyFertilityDrugs = 0, $masterSuitePregnancyFertilitySupplements = 0]]<</if>><br> @@ -314,13 +314,13 @@ $masterSuiteNameCaps is furnished <<if $masterSuitePregnancyFertilityDrugs == 0 && $masterSuiteHyperPregnancy == 0>> //Fertile slaves ''must be on fertility drugs'' to be given fertility supplements// <br> <<elseif $masterSuitePregnancyFertilitySupplements == 0 && ($masterSuitePregnancyFertilityDrugs == 1 || $masterSuiteHyperPregnancy == 1)>> - Fertile slaves ''are not being given'' fertility drug supplements. [[Give supplements to slaves on fertility drugs|Master Suite][$masterSuitePregnancyFertilitySupplements = 1]] //Costs ¤1000/week//<br> + Fertile slaves ''are not being given'' fertility drug supplements. [[Give supplements to slaves on fertility drugs|Master Suite][$masterSuitePregnancyFertilitySupplements = 1]] //Costs <<print cashFormat(1000)>>/week//<br> <</if>> <<if $masterSuitePregnancyFertilitySupplements == 1 && ($masterSuitePregnancyFertilityDrugs == 1 || $masterSuiteHyperPregnancy == 1)>> Fertile slaves ''are being given'' supplements to their fertility drugs, further enhancing the chances of multiple pregnancy. [[End the supplement regime|Master Suite][$masterSuitePregnancyFertilitySupplements = 0]]<br> <</if>> <<else>> - The master suite does not currently have special customizations to support slave pregnancy. [[Refit the suite to support and encourage slave pregnancy|Master Suite][$cash -= _Tmult3, $masterSuiteUpgradePregnancy = 1]] //Costs ¤_Tmult3// + The master suite does not currently have special customizations to support slave pregnancy. [[Refit the suite to support and encourage slave pregnancy|Master Suite][$cash -= _Tmult3, $masterSuiteUpgradePregnancy = 1]] //Costs <<print cashFormat(_Tmult3)>>// <</if>> <br><br> diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw index 3d1f6983c826a7ef0cc396676c7cdd2a07bc80ed..afb1db1ac027bc86a0e0f4e5206f3fe83d1868f1 100644 --- a/src/uncategorized/matchmaking.tw +++ b/src/uncategorized/matchmaking.tw @@ -334,7 +334,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he <</replace>> <</link>> <<if $cash > 10000>> -<br>Invite prominent citizens to a wedding (This will cost ¤10000): +<br>Invite prominent citizens to a wedding (This will cost <<print cashFormat(10000)>>): <br> <<link "Straightforward ceremony">> <<replace "#result2">> You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. @@ -530,4 +530,4 @@ Being ordered into a relationship would be difficult for anyone, but they're so <</if>> -<<set $activeSlave = $eventSlave>> /* this should be harmless, keyword should */ \ No newline at end of file +<<set $activeSlave = $eventSlave>> /* this should be harmless, keyword should */ diff --git a/src/uncategorized/neighborDescription.tw b/src/uncategorized/neighborDescription.tw index 2ee7a112716544d2bb6fb73abc9c97262d2402c3..403220c55f7ea8ced76d2ce385c13a2641bc88ff 100644 --- a/src/uncategorized/neighborDescription.tw +++ b/src/uncategorized/neighborDescription.tw @@ -32,7 +32,7 @@ Its leadership has control of approximately @@.orange;<<print Math.trunc(($arcol <</if>> <<if $arcologies[$i].PCminority > 0>>You own @@.lime;$arcologies[$i].PCminority%@@ of this arcology<<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a @.red;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>><</if>>.<</if>> <<set $economicUncertainty -= 2*$assistantPower>> -The arcology has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>m,@@ +The arcology has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100))>>m,@@ <<if Math.abs($arcologies[$i].prosperity - $averageProsperity) < 5>> average among <<elseif $arcologies[$i].prosperity > $averageProsperity>> diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index 9393ff5f8ee0b9878437c8aadb13ba60ee714dae..357bf67745c4efc8dee8a10a8d04ec9dc4cbd308 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -173,7 +173,7 @@ <</if>> <br> You own ''$activeArcology.PCminority%'' of $activeArcology.name. <<set $seed = 500*Math.trunc($activeArcology.prosperity*(1+($activeArcology.demandFactor/100)))>> -A 1% interest in $activeArcology.name is worth ¤$seed and will require a transaction cost of ¤10000 to acquire. +A 1% interest in $activeArcology.name is worth <<print cashFormat($seed)>> and will require a transaction cost of <<print cashFormat(10000)>> to acquire. <<if ($activeArcology.ownership + $activeArcology.PCminority + $activeArcology.minority < 100)>> [[Buy|Neighbor Interact][$buyArcologyDirection = $activeArcology.direction, $transaction = 1]] <<if ($activeArcology.ownership + $activeArcology.PCminority + $activeArcology.minority <= 90)>> diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 15d4e14326267e2da4505c6678c60a7ac610ca5e..c55e290dd2c845cdad56c37fa750607cc165d78d 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -68,7 +68,7 @@ <<set _error = 10>> <</if>> <<set _error -= 2*$assistantPower>> -has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100)>>m,@@ +has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100))>>m,@@ <<if ($arcologies[$i].rival == 1) && ($arcologies[$i].government != "an individual")>> undergoing some internal turmoil. @@.yellow;It undergoes a change of government.@@ A power struggle is won by a single individual, leaving the arcology ruled like yours is. @@ -466,7 +466,7 @@ has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i] <<if $arcologies[$i].PCminority > 0>> <<set $rents = ($arcologies[$i].prosperity*$arcologies[$i].PCminority*2)+random(1,100)>> <<set $cash += $rents>> - This week, you made @@.yellowgreen;¤$rents@@ from your holdings in this arcology. + This week, you made @@.yellowgreen;<<print cashFormat($rents)>>@@ from your holdings in this arcology. <</if>> /* AI ARCOLOGY RENAMING */ @@ -2508,4 +2508,4 @@ has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i] <<set $rep -= 100>> <</if>> <</if>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw index 414cea14fa80ec99a3d56669a4a1b2e5f6ab86e8..90d02ab3e8a9765910f19d844743eba8e7f2fc27 100644 --- a/src/uncategorized/newGamePlus.tw +++ b/src/uncategorized/newGamePlus.tw @@ -12,10 +12,10 @@ You have decided to start over. You'll be able to take a few things with you: a <br><br> You have the funds to bring $slavesToImportMax slaves with you (or your equivalent) to a new arcology. <<if $cash >= 50000+($slavesToImportMax*10000)>> - It will cost ¤<<print 50000+($slavesToImportMax*10000)>> to insure another slave's safe transfer. You have ¤$cash to spend. + It will cost <<print cashFormat(50000+($slavesToImportMax*10000))>> to insure another slave's safe transfer. You have <<print cashFormat($cash)>> to spend. <br>[[Increase minimum transferred slaves by 1.|New Game Plus][$cash -= (50000+($slavesToImportMax*10000)), $slavesToImportMax++]] <<else>> - You lack the funds to bring more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology. It would cost <<print 50000+($slavesToImportMax*10000)>>¤ to guarantee another's safe transfer. + You lack the funds to bring more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology. It would cost <<print cashFormat(50000+($slavesToImportMax*10000))>> to guarantee another's safe transfer. <</if>> <br> diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index 53be0799197872fdd0214d4e0f34e365d7df7a4f..b8e3741e214434c554aae02a06b805f4dad4e4d5 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -1023,7 +1023,7 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if <</replace>> <<set $activeSlave.clitPiercing = 3>> <</link>> - //This option costs ¤$SPcost// + //This option costs <<print cashFormat($SPcost)>>// <<else>> | <<link "Give her a smart frenulum piercing">> <<set $cash -= $SPcost>> @@ -1032,7 +1032,7 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if <</replace>> <<set $activeSlave.clitPiercing = 3>> <</link>> - //This option costs ¤$SPcost// + //This option costs <<print cashFormat($SPcost)>>// <</if>> diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw index b79acf2499f193f4aed76887d7045366661af61c..e5a83b09e6b55e4b10112c6986d90fcd6ca32c79 100644 --- a/src/uncategorized/options.tw +++ b/src/uncategorized/options.tw @@ -226,6 +226,15 @@ Economic detail sheets for facilities are @@.red;DISABLED@@. [[Enable|Options][$showEconomicDetails = 1]] <</if>> +<br> + +<<if ($formatNumbers == 1)>> + Numeric formatting is currently @@.cyan;ENABLED@@. [[Disable|Options][$formatNumbers = 0]] +<<else>> + Numeric formatting is currently @@.red;DISABLED@@. [[Enable|Options][$formatNumbers = 1]] + //This will comma-format numbers in some areas.// +<</if>> + <br><br> ''FLAVOR SCENES'' <br> diff --git a/src/uncategorized/pCitizensAndCivilians.tw b/src/uncategorized/pCitizensAndCivilians.tw index 44b9bb24888d3d8f5b9d81994d182ccbfa241627..c1fedbb7c0cff09183768088f9862c17a077374b 100644 --- a/src/uncategorized/pCitizensAndCivilians.tw +++ b/src/uncategorized/pCitizensAndCivilians.tw @@ -67,7 +67,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Knights">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <<if $arcologies[0].FSRomanRevivalist >= 10>> <br><<link "They shall be my Evocati">> <<replace "#result">> @@ -77,7 +77,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Evocati">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSAztecRevivalist >= 10>>\ <<link "They shall be my Shorn Ones">> @@ -89,7 +89,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Shorn Ones">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSChineseRevivalist >= 10>>\ <<link "They shall be my Imperial Guards">> @@ -101,7 +101,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Imperial Guards">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSEgyptianRevivalist >= 10>> <br><<link "They shall be my Medjay">> @@ -112,7 +112,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Medjay">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSEdoRevivalist >= 10>> <br><<link "Naturally, they shall be the Samurai">> @@ -123,7 +123,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Samurai">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSArabianRevivalist >= 10>> <br><<link "They shall be my Janissaries">> @@ -134,7 +134,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Janissaries">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSChattelReligionist >= 10>> <br><<link "They shall be the Knights Templar">> @@ -145,7 +145,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Knights Templar">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSDegradationist >= 10>> <br><<link "They shall be my Immortals">> @@ -156,7 +156,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Immortals">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSAssetExpansionist >= 10>> <br><<link "They shall be the Vast Legions">> @@ -167,7 +167,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Vast Legions">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSTransformationFetishist >= 10>> <br><<link "They shall be the Surgical Corps">> @@ -178,7 +178,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Surgical Corps">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSGenderRadicalist >= 10>> <br><<link "They shall be the Inglorious Bitches">> @@ -189,7 +189,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Inglorious Bitches">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSGenderFundamentalist >= 10>> <br><<link "They shall be the Thousand Sons">> @@ -200,7 +200,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Thousand Sons">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSRepopulationFocus >= 10>> <br><<link "They shall be the Guardians of the Unborn">> @@ -211,7 +211,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Guardians of the Unborn">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSRestart >= 10>> <br><<link "They shall be my Shadowed Hand">> @@ -222,7 +222,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Shadowed Hand">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSPhysicalIdealist >= 10>> <br><<link "They shall be the Asgardians">> @@ -233,7 +233,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Asgardians">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSHedonisticDecadence >= 10>> <br><<link "They shall be the Tasters">> @@ -244,7 +244,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Tasters">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSSupremacist >= 10>> <br><<link "They shall be the Knights of the Blood">> @@ -255,7 +255,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Knights of the Blood">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSSubjugationist >= 10>> <br><<link "They shall be the Knights of the Purge">> @@ -266,7 +266,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Knights of the Purge">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSPaternalist >= 10>> <br><<link "They shall be the Wardens">> @@ -277,7 +277,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Wardens">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSBodyPurist >= 10>> <br><<link "They shall be the Purifiers">> @@ -288,7 +288,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Purifiers">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSSlimnessEnthusiast >= 10>> <br><<link "They shall be the Abstemious">> @@ -299,7 +299,7 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Abstemious">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> <<if $arcologies[0].FSPastoralist >= 10>> <br><<link "They shall be the Rangers">> @@ -310,6 +310,6 @@ <<set $mercenaries = 5>> <<set $mercenariesTitle = "Rangers">> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(20000)>> and incur significant upkeep costs//<</if>> <</if>> </span> diff --git a/src/uncategorized/pCoupAftermath.tw b/src/uncategorized/pCoupAftermath.tw index cddcda95a95d70fe80244ca1b3e99eb5f3cae2dd..6555fd36d31ac0d2d19c39cb3f6193f8c680ecf9 100644 --- a/src/uncategorized/pCoupAftermath.tw +++ b/src/uncategorized/pCoupAftermath.tw @@ -82,5 +82,5 @@ You inquire as to whether there's any identifiable cause for the evident dislike <<set $rivalOwner = $arcologies[0].prosperity>> <</if>> <</replace>> -<</link>> //This will cost ¤20000// +<</link>> //This will cost <<print cashFormat(20000)>>// </span> diff --git a/src/uncategorized/pDefenseFears.tw b/src/uncategorized/pDefenseFears.tw index ded773130819372e455d41e748078c5abf1408f3..402195622d9de6861439423f7b7b450b292ff551 100644 --- a/src/uncategorized/pDefenseFears.tw +++ b/src/uncategorized/pDefenseFears.tw @@ -27,7 +27,7 @@ A deputation of slaveowning citizens comes to see you. Though they haven't exper <<set $cash -= 10000>> <<set $mercenaries = 3>> <</replace>> -<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(10000)>> and incur significant upkeep costs//<</if>> <br><<link "Refuse to quarter so many troops in your arcology">> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<replace "#result">> diff --git a/src/uncategorized/pHackerSupport.tw b/src/uncategorized/pHackerSupport.tw index c8eedc137f1ca39054e9c00e18fff20a209f23ec..ac992d7f3fd0d6c408f57cf3caddc4d52273d946 100644 --- a/src/uncategorized/pHackerSupport.tw +++ b/src/uncategorized/pHackerSupport.tw @@ -117,6 +117,6 @@ As she finishes speaking, another spasm distorts her expression, and then she su <<set $cash -= 10000>> <<set $hackerSupport = 1>> <</replace>> -<</link>> //This will cost ¤10000// +<</link>> //This will cost <<print cashFormat(10000)>>// </span> diff --git a/src/uncategorized/pMercenaries.tw b/src/uncategorized/pMercenaries.tw index 3d63cfdf5f6635c49c24a712a4aea358e1a92418..64900f48b82fdf6f80e43f514cb617acd6c11848 100644 --- a/src/uncategorized/pMercenaries.tw +++ b/src/uncategorized/pMercenaries.tw @@ -32,7 +32,7 @@ The budgetary difficulty many old world countries are in has resulted in unemplo <<set $mercTotalManpower = 15>> <<set $mercFreeManpower = 15>> <</replace>> -<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost ¤<<print _price>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤5000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(_price)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(5000)>> and incur significant upkeep costs//<</if>> <br><<link "Install a full platoon">> <<replace "#result">> You hire a full platoon of reputable mercenaries with a veteran officer to command them, kit them in excellent gear, and quarter them in $arcologies[0].name. The sight of many armed men on patrol has @@.red;deeply offended some of the more free-spirited citizens@@ of $arcologies[0].name. @@ -42,7 +42,7 @@ The budgetary difficulty many old world countries are in has resulted in unemplo <<set $mercTotalManpower = 30>> <<set $mercFreeManpower = 30>> <</replace>> -<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost ¤<<print (_price*2)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>> +<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat((_price*2))>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(10000)>> and incur significant upkeep costs//<</if>> <br><<link "Do not quarter troops in your arcology">> <<replace "#result">> Having armed men on permanent watch is a step too far. $arcologies[0].name's security systems are formidable and will have to serve. diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw index 6df288e87aa467cfa275b6fca9de1732f5d65491..cffccf4b33a7a5aeafa825da96749779cb7fdb96 100644 --- a/src/uncategorized/pMercenaryRomeo.tw +++ b/src/uncategorized/pMercenaryRomeo.tw @@ -49,7 +49,7 @@ proffered by an attentive slave girl, he seems almost bashful. <br><br> -"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I'll say this straight. I'd like to buy one of your slaves. I've been seeing <<EventNameLink $activeSlave>> a lot, and she makes the years sit a little lighter on me. I've scraped together what I can, and I can pay ¤$slaveCost." It's a decent price, probably a little less than you could get at auction. It's a huge sum for a mercenary; it's probably his entire savings. You ask what he would do with her. "Well," he says, actually blushing, "I'd free her. And marry her, if she'd have me." +"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I'll say this straight. I'd like to buy one of your slaves. I've been seeing <<EventNameLink $activeSlave>> a lot, and she makes the years sit a little lighter on me. I've scraped together what I can, and I can pay <<print cashFormat($slaveCost)>>." It's a decent price, probably a little less than you could get at auction. It's a huge sum for a mercenary; it's probably his entire savings. You ask what he would do with her. "Well," he says, actually blushing, "I'd free her. And marry her, if she'd have me." <br><br> diff --git a/src/uncategorized/pPeacekeepersDeficit.tw b/src/uncategorized/pPeacekeepersDeficit.tw index cf8ccf39fa7f6a522fd0f462ae15cc6f7045c1f9..a95c9610ca72fca50acd5e8c570f17f5fc5e8af8 100644 --- a/src/uncategorized/pPeacekeepersDeficit.tw +++ b/src/uncategorized/pPeacekeepersDeficit.tw @@ -30,7 +30,7 @@ The singular solution to the two problems is obvious. It's equally obvious that The general is unable to keep from smiling slightly when he hears that you understand perfectly and are willing and able to assist. There's some bitterness there, but not much. The two of you adjust the terms. The new menial slaves will be delivered immediately, several hundred of them; the general prefers to have this be a one-time transfer. After all, having an ongoing prisoner pipeline between his prisoner pens and the Free City might draw unwanted political attention. For now, he has the funds he needs, not to mention an empty prison camp. <<set $peacekeepers.attitude += 5, $cash -= 100000, $helots += 200>> <</replace>> - <</link>> //This will cost ¤100000 and provide a number of menial slaves// + <</link>> //This will cost <<print cashFormat(100000)>> and provide a number of menial slaves// <<else>> //You lack the funds to buy the prisoners.// <</if>> @@ -47,4 +47,4 @@ The singular solution to the two problems is obvious. It's equally obvious that <<set $peacekeepers.attitude -= 10, $rep += 500>> <</replace>> <</link>> -</span> \ No newline at end of file +</span> diff --git a/src/uncategorized/pPeacekeepersIndependence.tw b/src/uncategorized/pPeacekeepersIndependence.tw index 40c9b4565508c7038a46bd5c9d6432c6c2708358..963037167f42ec984a4b5d2f7295aa67d78683a6 100644 --- a/src/uncategorized/pPeacekeepersIndependence.tw +++ b/src/uncategorized/pPeacekeepersIndependence.tw @@ -23,28 +23,28 @@ General $peacekeepers.generalName contacts you again, looking more tired and bat <<if $cash >= 100000>> <<link "Provide immediate assistance">> <<replace "#result">> - You immediately wire General $peacekeepers.generalName ¤100000, not an impressive sum by Free Cities standards, but probably enough to turn the scales in his plans to keep his force together as it transitions from old world peacekeeping to autocratic nation building. Soon enough, he'll be able to support his men and women through armed extortion, the original form of taxation and, arguably, the only form of taxation. + You immediately wire General $peacekeepers.generalName <<print cashFormat(100000)>>, not an impressive sum by Free Cities standards, but probably enough to turn the scales in his plans to keep his force together as it transitions from old world peacekeeping to autocratic nation building. Soon enough, he'll be able to support his men and women through armed extortion, the original form of taxation and, arguably, the only form of taxation. <br><br> "You have my thanks," he says formally. "We'll be in control here soon enough. The one thing we'll have an almost limitless supply of is people. I don't think anyone's likely to notice a few menial slaves transferred into the Free City. I'm sure a regular trade already exists; we'll just be adding a few undesirables to it." He ends the call, looking determined. Despite his confidence, he has his work cut out for him. <<set $cash -= 100000, $peacekeepers.strength = 50, $peacekeepers.attitude += 5, $peacekeepers.undermining = 0>> <</replace>> -<</link>> //This will cost ¤100000// +<</link>> //This will cost <<print cashFormat(100000)>>// <<else>> You lack the ¤ to make any meaningful contribution. <</if>> <<if $cash >= 250000>> <br><<link "Deliver generous aid">> <<replace "#result">> - You immediately wire General $peacekeepers.generalName ¤250000, enough to keep his force together through the critical period as it transitions from old world peacekeeping to autocratic nation building. Soon enough, he'll be able to support his men and women through armed extortion, the original form of taxation and, arguably, the only form of taxation. + You immediately wire General $peacekeepers.generalName <<print cashFormat(250000)>>, enough to keep his force together through the critical period as it transitions from old world peacekeeping to autocratic nation building. Soon enough, he'll be able to support his men and women through armed extortion, the original form of taxation and, arguably, the only form of taxation. <br><br> "That's extremely generous of you," he says, with an undertone of relief. "This is going to go much more smoothly than I'd originally thought. And I see that we're going to have friends and allies out here, as we establish ourselves. We're going to have quite a few undesirables to rid ourselves of, here, and the menial slave trade between this area and the Free City seems like an opportune way to do that." He ends the call, looking confident. <<set $cash -= 250000, $peacekeepers.strength = 50, $peacekeepers.attitude += 25, $peacekeepers.undermining = 0>> <</replace>> - <</link>> //This will cost ¤250000// + <</link>> //This will cost <<print cashFormat(250000)>>// <</if>> <br><<link "Decline to support him">> <<replace "#result">> You inform General $peacekeepers.generalName that you will not be providing assistance. He does not falter, but he looks suddenly older, as thought he prospect of a decisive stroke was giving him the strength to carry on. He expresses his regrets dully, and then ends the call. <</replace>> <</link>> -</span> \ No newline at end of file +</span> diff --git a/src/uncategorized/pRaidInvitation.tw b/src/uncategorized/pRaidInvitation.tw index 1eeb36a1e7bc013d8222c348a0ef4dc168e4664b..0805b6397a5793230fb103af3d86fe35231c6970 100644 --- a/src/uncategorized/pRaidInvitation.tw +++ b/src/uncategorized/pRaidInvitation.tw @@ -15,7 +15,7 @@ The former country whose citizens launched the ultimately futile attack on the a The citizens of $arcologies[0].name view their discomfiture without much pity. These people almost certainly would have abused them just as much as they are now in danger of being abused themselves, had the attack on the Free City been a success. There would be little to no criticism if you and your mercenary contingent were to take this unique opportunity to corral one of the refugee groups. They are refugees, after all; no one will miss them. \ <span id="result"> -Fund a quick raid on the refugees with ¤5000, targeting: +Fund a quick raid on the refugees with <<print cashFormat(5000)>>, targeting: <<link "Ex-soldiers">> <<replace "#result">> Your mercenaries probably would have been enthusiastic even before the recent combat, but now they're positively eager. The split agreed upon is that they keep the proceeds from the sale of anything that isn't sex slave material, while you keep anything that is. diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw index 4441be88f156d9c08aa6dd1b7609134697edacc6..34ea631982ffe5f68e8ad791b64e24a495028b70 100644 --- a/src/uncategorized/pRivalryActions.tw +++ b/src/uncategorized/pRivalryActions.tw @@ -3788,7 +3788,7 @@ You remind yourself that success in this conflict will not be defined by the tra <br><br> <span id="result"> -<<link "Apply ¤10000 in standard corporate warfare">> +<<link "Apply <<print cashFormat(10000)>> in standard corporate warfare">> <<if random(1,100) > 50>> <<replace "#result">> Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died taking the enemy's positions. Today, your ¤ die @@.green;taking@@ <<if _num < $seeDicks>>his<<else>>her<</if>> holdings. Once more unto the breach. @@ -3803,7 +3803,7 @@ You remind yourself that success in this conflict will not be defined by the tra <</replace>> <</if>> <</link>> -<br><<link "Spend ¤10000 funding sabotage">> +<br><<link "Spend <<print cashFormat(10000)>> funding sabotage">> <<if random(1,100) > 70>> <<replace "#result">> Since you are not so uncouth as to, for example, help fund a coup attempt, you fund traditional acts of corporate sabotage, including hacking, slander, and actual, physical thievery. There are some @@.red;minor rumors@@ that you are to blame, but they're outweighed by the @@.green;great pressure@@ these incidents put on your enemy. @@ -3820,14 +3820,14 @@ You remind yourself that success in this conflict will not be defined by the tra <</replace>> <</if>> <</link>> -<br><<link "Use ¤25000 creating local shortages">> +<br><<link "Use <<print cashFormat(25000)>> creating local shortages">> <<replace "#result">> With enough money, it's entirely possible to temporarily overwhelm even the advanced free market of the Free Cities. You choose a few critical items - Pharmaceutical materials, electronic components, and other physical items - and purchase shipments intended for your rival's arcology. <<if _num < $seeDicks>>His<<else>>Her<</if>> tenants are @@.green;seriously inconvenienced@@ and blame their difficulties on their hapless landlord. <<set $cash -= 25000>> <<set $rivalryPower += 3>> <</replace>> <</link>> -<br><<link "Devote ¤50000 to purchasing the support of your peers">> +<br><<link "Devote <<print cashFormat(50000)>> to purchasing the support of your peers">> <<replace "#result">> Your fellow arcology owners have an interest in seeing the funder of the Daughters' attempt on you destroyed, but few of them are willing to spend any money or real effort on the matter. You do a few of them the favor of making the money and effort spent yours. Your rival finds <<if _num < $seeDicks>>his<<else>>her<</if>> dealings with your mutual peers becoming @@.green;strangely difficult.@@ Market opinion is swinging your way. <<set $cash -= 50000>> diff --git a/src/uncategorized/pRivalryVictory.tw b/src/uncategorized/pRivalryVictory.tw index fb5c3f314123e716aae89fd3f4ccaa24a6a9c8f5..db03712cdc56f5a27c77d4526eb235e4963852e4 100644 --- a/src/uncategorized/pRivalryVictory.tw +++ b/src/uncategorized/pRivalryVictory.tw @@ -55,7 +55,7 @@ For the first time, you receive a direct call from your rival. You pictured the <<if $hostageAnnounced == 1>> <br><br> <span id="result2"> - <br><<link "Place a bounty of ¤10000 on your rival's psychological warfare tool">> + <br><<link "Place a bounty of <<print cashFormat(10000)>> on your rival's psychological warfare tool">> <<replace "#result2">> <<set $cash -= 10000>> You make sure to post a bounty sufficient to ensure that $hostage.slaveName, your rival's psychological warfare tool, does not escape or go unrescued, depending on one's point of view. She is quickly picked out of the chaos of your rival's escape and delivered to you. @@ -71,7 +71,7 @@ For the first time, you receive a direct call from your rival. You pictured the <</replace>> <</link>> <<if $rivalryDuration >= 30 && $hostageAnnounced == 0 && $rivalSet != 0>> -<br><<link "Refuse, and place a bounty of ¤50000 on your rival's death">> +<br><<link "Refuse, and place a bounty of <<print cashFormat(50000)>> on your rival's death">> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<replace "#result">> You coldly decline. "That was a mistake," your rival replies, entering a computer command. "All my remaining liquid assets have just been @@.red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin. Your rival vanishes back into the old world @@ -92,7 +92,7 @@ For the first time, you receive a direct call from your rival. You pictured the <</replace>> <</link>> <</if>> -<br><<link "Refuse, and place a bounty of ¤50000 on your rival's enslavement">> +<br><<link "Refuse, and place a bounty of <<print cashFormat(50000)>> on your rival's enslavement">> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<replace "#result">> You coldly decline. "That was a mistake," your rival replies, entering a computer command. @@ -111,7 +111,7 @@ For the first time, you receive a direct call from your rival. You pictured the <<if $hostageAnnounced == 1>> <br><br> <span id="result2"> - <br><<link "Place a bounty of ¤10000 on your rival's psychological warfare tool">> + <br><<link "Place a bounty of <<print cashFormat(10000)>> on your rival's psychological warfare tool">> <<replace "#result2">> <<set $cash -= 10000>> You make sure to post a bounty sufficient to ensure that $hostage.slaveName, your rival's psychological warfare tool, does not escape or go unrescued, depending on one's point of view. She is quickly picked out of the chaos of your rival's escape and delivered to you. diff --git a/src/uncategorized/pSchoolSuggestion.tw b/src/uncategorized/pSchoolSuggestion.tw index 67d42d33779c02d1037e8261f901732d3c8eb913..652c3c81f1e0c5772a5055e99c943850bf3d1b84 100644 --- a/src/uncategorized/pSchoolSuggestion.tw +++ b/src/uncategorized/pSchoolSuggestion.tw @@ -32,7 +32,7 @@ The unusually competent young heiress standing next to him snickers. "If you're <br><br> "I see good taste is scarce within this walls" suddenly stated a young man previously quiet in his corner. "I say quality and strength is where the game should be played and there's nothing better than the girls from the Hippolyta Academy. <br><br> -The older gentleman who seems to have been acting as unofficial moderator before you came in turns to you. "In any case, <<if $PC.title == 1>>sir<<else>>madam<</if>>, we agreed before you came in. We'd like to get together and pay half the cost of encouraging a slave school to set up a branch campus here, if you'd be willing to pay the other half and choose which. I think ¤10000 from you would cover it." He looks around the group. "Before we started this little debate, we all agreed to chip in regardless of which you chose." +The older gentleman who seems to have been acting as unofficial moderator before you came in turns to you. "In any case, <<if $PC.title == 1>>sir<<else>>madam<</if>>, we agreed before you came in. We'd like to get together and pay half the cost of encouraging a slave school to set up a branch campus here, if you'd be willing to pay the other half and choose which. I think <<print cashFormat(10000)>> from you would cover it." He looks around the group. "Before we started this little debate, we all agreed to chip in regardless of which you chose." <br><br> <span id="result"> @@ -90,5 +90,5 @@ The older gentleman who seems to have been acting as unofficial moderator before <</replace>> <</link>> <</if>> -<br> //Selecting a school will cost ¤10000 and add minor upkeep costs// +<br> //Selecting a school will cost <<print cashFormat(10000)>> and add minor upkeep costs// </span> diff --git a/src/uncategorized/pSlaveMedic.tw b/src/uncategorized/pSlaveMedic.tw index 9c41ff1284b38c566313248874dc70621734493e..c4f4234383d613b36c08234df7b0d4fb2a4b8415 100644 --- a/src/uncategorized/pSlaveMedic.tw +++ b/src/uncategorized/pSlaveMedic.tw @@ -102,12 +102,12 @@ When you enter the lounge of their <<if $barracks>>barracks<<else>>main living a <</if>> <span id="result"> -<br><<link "Offer ¤10000 for her">> +<br><<link "Offer <<print cashFormat(10000)>> for her">> <<replace "#result">> The mercenary laughs at your offered price. "No offense, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, but no. Even if I wanted to sell her on everyone's behalf for that price, my buddies would kill me for that. She's popular, that $activeSlave.slaveName." <</replace>> <</link>> -<br><<link "Offer a very generous ¤25000 for her">> +<br><<link "Offer a very generous <<print cashFormat(25000)>> for her">> <<replace "#result">> <<set $cash -= 25000>> "Huh," says the mercenary. "She's popular, but for that we could probably buy two of her. Might be fun to train a couple of new nurses. Let me ask the boys and girls." He speaks into his helmet for a few minutes, and then turns back to you. "Sold. Enjoy, she's a good fuck." diff --git a/src/uncategorized/pSnatchAndGrab.tw b/src/uncategorized/pSnatchAndGrab.tw index 4bb986c3005a65edabdc563f5a00bdb65faf2295..fee760b29c884ba48f1a3d65711d663098811dd3 100644 --- a/src/uncategorized/pSnatchAndGrab.tw +++ b/src/uncategorized/pSnatchAndGrab.tw @@ -9,7 +9,7 @@ <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> forwards a discreet message from the leader of your mercenaries. <br><br> -"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I've just become aware of a... business opportunity through some old friends. There's an unregistered lab doing illegal gene therapy work. At least two agencies are onto them, which is how I heard of it. Word is, they're packing up and moving out. I believe me and my people can appropriate that shipment. Catch is, to make this work I need to pay some serious bribes, and I need to pay them today. We'll cut you in as an equal partner for ¤10000 cash, right now. One share should come to one of the lab rats, more or less. Are you in or out?" +"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I've just become aware of a... business opportunity through some old friends. There's an unregistered lab doing illegal gene therapy work. At least two agencies are onto them, which is how I heard of it. Word is, they're packing up and moving out. I believe me and my people can appropriate that shipment. Catch is, to make this work I need to pay some serious bribes, and I need to pay them today. We'll cut you in as an equal partner for <<print cashFormat(10000)>> cash, right now. One share should come to one of the lab rats, more or less. Are you in or out?" <<if $assistant == 1>> <br><br> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>'s $assistantAppearance avatar appears on your desk next to the message. diff --git a/src/uncategorized/pens.tw b/src/uncategorized/pens.tw index 9a126f8e2a094a58a96e86b9357c42fb13ab3d45..70e0fa4fc6c0423de11d20ffb6338f11dc2b9ff9 100644 --- a/src/uncategorized/pens.tw +++ b/src/uncategorized/pens.tw @@ -40,4 +40,4 @@ This is a space in the arcology's service areas, designed to house hundreds of s <br> [[Convert this sector into a manufacturing district|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Manufacturing"]] -//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// \ No newline at end of file +//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 26eec017a6646244170dc779e23f7f67752c3bca..590e9eecc3ece4d52842d2e61ef5a8b4a618c12a 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -20,7 +20,7 @@ <</if>> <<if $cash < 0>> - @@.red;You are in debt.@@ This week, interest came to ¤<<print (1+Math.trunc(Math.abs($cash)/100))>>. + @@.red;You are in debt.@@ This week, interest came to <<print cashFormat((1+Math.trunc(Math.abs($cash)/100)))>>. <<set $cash -= (1+Math.trunc(Math.abs($cash)/100))>> <<if $arcologies[0].FSRomanRevivalist != "unset">> Society @@.red;very strongly disapproves@@ of your being in debt; this damages the idea that you model yourself on what a Roman leader should be. @@ -44,35 +44,35 @@ <<if $PC.belly >= 1500>> <<if $arcologies[0].FSRepopulationFocus != "unset">> <<set $seed = random(2000,4500)>> - You focus on finding "dates" this week and earn @@.yellowgreen;¤<<print Math.trunc(($seed*($rep/500))+($PC.belly))>>@@ for your body, much more than usual; guess your pregnancy focused population wants your baby rounded body more than ever. However, doing such things @@.red;damages your reputation@@. + You focus on finding "dates" this week and earn @@.yellowgreen;<<print cashFormat(Math.trunc(($seed*($rep/500))+($PC.belly)))>>@@ for your body, much more than usual; guess your pregnancy focused population wants your baby rounded body more than ever. However, doing such things @@.red;damages your reputation@@. <<set $cash += Math.trunc(($seed*($rep/500))+($PC.belly))>> <<set $rep = Math.trunc($rep*.90)>> <<elseif $arcologies[0].FSRestart != "unset">> <<if $PC.pregSource != -1>> - You focus on finding "dates" this week and earn @@.yellowgreen;¤25@@, barely enough to cover the abortion the john that gave it to you told you to get. Showing off your gravid body @@.red;infuriates your citizens and cripples your reputation@@. + You focus on finding "dates" this week and earn @@.yellowgreen;<<print cashFormat(25)>>@@, barely enough to cover the abortion the john that gave it to you told you to get. Showing off your gravid body @@.red;infuriates your citizens and cripples your reputation@@. <<set $cash += 25>> <<set $rep = Math.trunc($rep*.25)>> <<set $failedElite += 25>> <<else>> <<set $seed = random(2000,4500)>> - You focus on finding "dates" this week and earn @@.yellowgreen;¤<<print Math.trunc($seed*($rep/500))>>@@ for your body. However, doing such things @@.red;damages your reputation@@. + You focus on finding "dates" this week and earn @@.yellowgreen;<<print cashFormat(Math.trunc($seed*($rep/500)))>>@@ for your body. However, doing such things @@.red;damages your reputation@@. <<set $cash += Math.trunc($seed*($rep/500))>> <<set $rep = Math.trunc($rep*.75)>> <</if>> <<else>> <<set $seed = random(5,2500)>> - You focus on finding "dates" this week and earn @@.yellowgreen;¤<<print Math.trunc($seed*($rep/800))>>@@ for your body, much less than usual; your pregnancy must be turning off potential clients. However, doing such things @@.red;damages your reputation@@. + You focus on finding "dates" this week and earn @@.yellowgreen;<<print cashFormat(Math.trunc($seed*($rep/800)))>>@@ for your body, much less than usual; your pregnancy must be turning off potential clients. However, doing such things @@.red;damages your reputation@@. <<set $cash += Math.trunc($seed*($rep/800))>> <<set $rep = Math.trunc($rep*.75)>> <</if>> <<else>> <<set $seed = random(2000,4500)>> - You focus on finding "dates" this week and earn @@.yellowgreen;¤<<print Math.trunc($seed*($rep/500))>>@@ for your body. However, doing such things @@.red;damages your reputation@@. + You focus on finding "dates" this week and earn @@.yellowgreen;<<print cashFormat(Math.trunc($seed*($rep/500)))>>@@ for your body. However, doing such things @@.red;damages your reputation@@. <<set $cash += Math.trunc($seed*($rep/500))>> <<set $rep = Math.trunc($rep*.75)>> <<if $PC.preg == 0 && ($PC.vagina == 1)>> <<if $arcologies[0].FSRepopulationFocus != "unset" && random(1,100) > 80>> - A horny client offered you an extra @@.yellowgreen;¤1000@@ for downing some fertility drugs. You're already forgoing birth control, so what harm could an extra baby do? + A horny client offered you an extra @@.yellowgreen;<<print cashFormat(1000)>>@@ for downing some fertility drugs. You're already forgoing birth control, so what harm could an extra baby do? <<set $cash += 1000>> <<set $PC.forcedFertDrugs += 2>> <<elseif random(1,100) > 90>> @@ -179,128 +179,128 @@ <<switch _smugglingFS>> <<case "degradationist">> <<set $seed = random(2000,3000)>> - During your free time, you make business with a few low-standards slavers and manage to buy stolen slaves and sell them at a profit. Even if people recognized you, such treatment of slaves is normal, and only a few people would really complain about it. Your dealings have made you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>.@@ + During your free time, you make business with a few low-standards slavers and manage to buy stolen slaves and sell them at a profit. Even if people recognized you, such treatment of slaves is normal, and only a few people would really complain about it. Your dealings have made you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>.@@ <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "paternalist">> - You manage to find a few low-standards slavers without any problem, but when you actually try to do business, you are quickly recognized. You only manage to make @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ before you are sent away. The people of your arcology are @@.red;outraged by your lack of respect@@ for slave rights. + You manage to find a few low-standards slavers without any problem, but when you actually try to do business, you are quickly recognized. You only manage to make @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ before you are sent away. The people of your arcology are @@.red;outraged by your lack of respect@@ for slave rights. <<set $seed = random(1000,1500)>> <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<set $rep = Math.trunc($rep*.1)>> <<set $enduringRep *= .2>> <<case "eugenics">> <<set $seed = random(2500,4000)>> - You are smuggling <<if $PC.dick != 0>>your<<else>>one of the Societal Elite's<</if>> semen to allow some desperate girls to be pregnant. Anonymity is really hard to attain, and it is easy to find out what you've been doing. Even if you did manage to make @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@, the Societal Elite are @@.red;quite displeased@@ by your actions. + You are smuggling <<if $PC.dick != 0>>your<<else>>one of the Societal Elite's<</if>> semen to allow some desperate girls to be pregnant. Anonymity is really hard to attain, and it is easy to find out what you've been doing. Even if you did manage to make @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@, the Societal Elite are @@.red;quite displeased@@ by your actions. <<set $failedElite += 50>> <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "repopulation">> <<set $seed = random(1500,2500)>> - You manage to discreetly rent out your remote surgery services for abortions. You make sure the people do not recognize your penthouse, having them come blindfolded or unconscious, should the abortion request does not come from themselves. With this, you make @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + You manage to discreetly rent out your remote surgery services for abortions. You make sure the people do not recognize your penthouse, having them come blindfolded or unconscious, should the abortion request does not come from themselves. With this, you make @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "fundamentalist">> <<set $seed = random(1500,2500)>> - You manage to arrange a few sex-changes and geldings in your own remote surgery for some powerful people to accommodate your Arcology's sense of power, but also for people who want to transform others into females so that they lose all the power they have. This makes you @@.yellowgreen;¤<<print Math.trunc ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + You manage to arrange a few sex-changes and geldings in your own remote surgery for some powerful people to accommodate your Arcology's sense of power, but also for people who want to transform others into females so that they lose all the power they have. This makes you @@.yellowgreen;<<print cashFormat(Math.trunc ($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "hedonistic">> <<set $seed = random(1500,2500)>> - Since most of what the Old World considered to be illegal is legal in your arcology, "smuggling" is quite common, and you easily find people ready to pay for your help with dealing with their competition. With this, you manage to make @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Since most of what the Old World considered to be illegal is legal in your arcology, "smuggling" is quite common, and you easily find people ready to pay for your help with dealing with their competition. With this, you manage to make @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "pastoralist">> <<set $seed = random (1500,2500)>> - You take advantage of your own laws, making sure that animal products still come into your arcology. But you also make sure to make them as disgusting as possible so that people would rather turn to slave-produced ones instead. This allows you to make @@.yellowgreen;¤<<print ($seed+Math.trunc(Maths.abs($cash)/40))>>. + You take advantage of your own laws, making sure that animal products still come into your arcology. But you also make sure to make them as disgusting as possible so that people would rather turn to slave-produced ones instead. This allows you to make @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Maths.abs($cash)/40)))>>. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "supremacist">> <<set $seed = random(2000,3000)>> - When it comes to smuggling in your arcology, there is no better target than $arcologies[0].FSSupremacistRace slaves, and there is a high demand for them, making you a nice @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>.@@ Participating in this slave trade means you can control who is set. Your people do not see things in the same light though, and @@.red;your reputation takes a big hit@@. + When it comes to smuggling in your arcology, there is no better target than $arcologies[0].FSSupremacistRace slaves, and there is a high demand for them, making you a nice @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>.@@ Participating in this slave trade means you can control who is set. Your people do not see things in the same light though, and @@.red;your reputation takes a big hit@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<set $rep = Math.trunc($rep*.25)>> <<set $enduringRep *= .5>> <<case "body purist">> <<set $seed = random(1500,2500)>> - In your arcology, people are expected to be all natural, but this doesn't mean the same thing applies outside. By buying slaves, giving them implants and quickly selling them before anyone notices, you manage to make @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>. + In your arcology, people are expected to be all natural, but this doesn't mean the same thing applies outside. By buying slaves, giving them implants and quickly selling them before anyone notices, you manage to make @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "subjugationist">> <<set $seed = random(1500,2500)>> - You manage to work with some slavers that deal exclusively in $arcologies[0].FSSubjugationistRace slaves, and you export them from the arcology at a cost, bringing in @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. Considering most people do not care about the fate of the slaves, they are simply mildly annoyed at the short-term raise of prices due to the exportation. + You manage to work with some slavers that deal exclusively in $arcologies[0].FSSubjugationistRace slaves, and you export them from the arcology at a cost, bringing in @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. Considering most people do not care about the fate of the slaves, they are simply mildly annoyed at the short-term raise of prices due to the exportation. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "radicalist">> <<set $seed = random(2500,4000)>> - Anal pregnancy may be accepted in your arcology, but seeing how it goes against the laws of nature makes it a gold mine for dirty businesses; you have rich slave owners and well-known slavers come to you with their best sissies so that you can implant them with artificial uteri. This flourishing business made you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Anal pregnancy may be accepted in your arcology, but seeing how it goes against the laws of nature makes it a gold mine for dirty businesses; you have rich slave owners and well-known slavers come to you with their best sissies so that you can implant them with artificial uteri. This flourishing business made you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "transformation">> <<set $seed = random(2500,4000)>> - Your arcology is well known for its implants, and usually, one would have to pay a fortune simply to have a clinic implant them with normal implants. You take advantage of this trend to rent your remote surgery and your knowledge of gigantic implants to slavers for a cut of their profit.This gets you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Your arcology is well known for its implants, and usually, one would have to pay a fortune simply to have a clinic implant them with normal implants. You take advantage of this trend to rent your remote surgery and your knowledge of gigantic implants to slavers for a cut of their profit.This gets you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "youth">> <<set $seed = random(1500,2500)>> - Youth is more important than anything in your arcology, yet some people who are not really in their prime are rich and powerful, enough that renting your remote surgery to them for age lifts and total body rework is quite worth it, both for them and for you. You get paid @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ for these services. + Youth is more important than anything in your arcology, yet some people who are not really in their prime are rich and powerful, enough that renting your remote surgery to them for age lifts and total body rework is quite worth it, both for them and for you. You get paid @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ for these services. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "maturity">> <<set $seed = random(1500,2500)>> - In your arcology, the older the slave, the better. This also means that your arcology deals a lot in curatives and preventatives, as well as less-than-legal drugs that are supposed to extend one's lifespan. You manage to ship in a few of these drugs and sell them at a high price, making you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + In your arcology, the older the slave, the better. This also means that your arcology deals a lot in curatives and preventatives, as well as less-than-legal drugs that are supposed to extend one's lifespan. You manage to ship in a few of these drugs and sell them at a high price, making you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "slimness">> <<set $seed = random(1500,2500)>> - Your arcology treats chubby people quite poorly, so they are ready to spend a lot of money on surgeries and supposed "miracle" solutions. When they can't afford legal and efficient methods, they have to turn to other drugs. The sales bring you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Your arcology treats chubby people quite poorly, so they are ready to spend a lot of money on surgeries and supposed "miracle" solutions. When they can't afford legal and efficient methods, they have to turn to other drugs. The sales bring you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "expansionist">> <<set $seed = random(2500,4000)>> - Your arcology likes its slaves nice and stacked and you have exactly the drugs for it. But you always make sure to produce just a bit more, enough to not alarm anybody who might be watching, but also enough to sell to other prominent slave owners outside your arcology, who pay you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ for them. + Your arcology likes its slaves nice and stacked and you have exactly the drugs for it. But you always make sure to produce just a bit more, enough to not alarm anybody who might be watching, but also enough to sell to other prominent slave owners outside your arcology, who pay you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ for them. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "idealist">> <<set $seed = random(1500,2500)>> - Your society's obsession with fit and muscular slaves has developed a particular interest in steroids and all kinds of drugs to tone one's body. As an arcology owner, you always have access to the most potent of them, but this is not the case for lower class citizens; some of them just aren't willing to pay a lot for them, so they buy experimental drugs off the black market. Participating in these activities made you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Your society's obsession with fit and muscular slaves has developed a particular interest in steroids and all kinds of drugs to tone one's body. As an arcology owner, you always have access to the most potent of them, but this is not the case for lower class citizens; some of them just aren't willing to pay a lot for them, so they buy experimental drugs off the black market. Participating in these activities made you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "religion">> <<set $seed = random(2000,3000)>> - The best smugglers know how to use the law to its advantage, and not only are you a really good smuggler, you're also the law itself. You have word spread that some company has done something blasphemous, and have them pray and pay for forgiveness. Panicked at the word of their Prophet, the higher-ups of the company give you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ for salvation. + The best smugglers know how to use the law to its advantage, and not only are you a really good smuggler, you're also the law itself. You have word spread that some company has done something blasphemous, and have them pray and pay for forgiveness. Panicked at the word of their Prophet, the higher-ups of the company give you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ for salvation. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "roman law">> <<set $seed = random(2000,3000)>> - Every citizen of your arcology is trained in the art of war and supposed to defend its arcology when the time comes. This, of course, also means that people are supposed to be able to defend themselves. By arranging with the best fighters around, you manage to make some citizens face outrageous losses; so bad, in fact, that they are forced to pay @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ for you to forget the shame they've put on your arcology. + Every citizen of your arcology is trained in the art of war and supposed to defend its arcology when the time comes. This, of course, also means that people are supposed to be able to defend themselves. By arranging with the best fighters around, you manage to make some citizens face outrageous losses; so bad, in fact, that they are forced to pay @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ for you to forget the shame they've put on your arcology. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "roman">> <<set $seed = random(1500,2500)>> - Slave owners from all around your arcology are rushing to the pit, eager to show their most recent training. Some of them, having more cunning than experience, are ready to sway the fight in their direction, no matter what it takes. You make sure to catch such people, and only agree to let them do their dirty tricks if they pay you. By the times the bribes and betting are done, you have made @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Slave owners from all around your arcology are rushing to the pit, eager to show their most recent training. Some of them, having more cunning than experience, are ready to sway the fight in their direction, no matter what it takes. You make sure to catch such people, and only agree to let them do their dirty tricks if they pay you. By the times the bribes and betting are done, you have made @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "egyptian">> <<set $seed = random(1500,2500)>> - Having a society that likes incest often means that people are ready to go to great length to get their hands on people related to their slaves. In the smuggling business, this means that kidnapped relatives are common, and as an arcology owner with access to data on most of the slaves, you are able to control this trade a bit in exchange for @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Having a society that likes incest often means that people are ready to go to great length to get their hands on people related to their slaves. In the smuggling business, this means that kidnapped relatives are common, and as an arcology owner with access to data on most of the slaves, you are able to control this trade a bit in exchange for @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "aztec law">> <<set $seed = random(2000,3000)>> - People that inherit trades are sometimes too lazy to take classes in an academy, but at the same time, they fear what might happen were they to go against you. To solve both problems, you arrange a trade of fake diplomas, making sure that there is always a small detail to recognize them, so that they will get exposed in due time. This has made you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>. + People that inherit trades are sometimes too lazy to take classes in an academy, but at the same time, they fear what might happen were they to go against you. To solve both problems, you arrange a trade of fake diplomas, making sure that there is always a small detail to recognize them, so that they will get exposed in due time. This has made you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "aztec">> <<set $seed = random(1500,2500)>> - There are a lot of slave owners in your arcology that tend to grow quickly attached to the slaves they planned on sacrificing to sate the blood thirst of other important citizens, and such owners often come to you, begging you to swap two of their slaves' appearance. You accept, but not for free. After the surgery, this has made you @@.yellowgreen;¤<<print; ($seed+Math.trunc(Math.abs($cash)/40))>>. + There are a lot of slave owners in your arcology that tend to grow quickly attached to the slaves they planned on sacrificing to sate the blood thirst of other important citizens, and such owners often come to you, begging you to swap two of their slaves' appearance. You accept, but not for free. After the surgery, this has made you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "arabian law">> <<set $seed = random(2000,3000)>> - You have a lot of persons scared of the consequences of not being a part of your society; even if they pay the Jizya, other citizens are not forced to accept them. So if they were to get mugged in some dark alley, people would not get outraged, and there probably wouldn't be any investigations. After buying everyone's silence, you still had @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ to put in your pockets. + You have a lot of persons scared of the consequences of not being a part of your society; even if they pay the Jizya, other citizens are not forced to accept them. So if they were to get mugged in some dark alley, people would not get outraged, and there probably wouldn't be any investigations. After buying everyone's silence, you still had @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ to put in your pockets. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "arabian">> <<set $seed = random(1500,2500)>> - People in your arcology are supposed to keep a myriad of slaves as their personal harem, and failure to do so is considered to be highly dishonorable. This opens up some opportunities for smuggling, as people are ready to go to great length to get an edge against their competitors. Becoming a part for this business has made you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + People in your arcology are supposed to keep a myriad of slaves as their personal harem, and failure to do so is considered to be highly dishonorable. This opens up some opportunities for smuggling, as people are ready to go to great length to get an edge against their competitors. Becoming a part for this business has made you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "edo law">> <<set $seed = random(2000,3000)>> - Outside culture is banned in your arcology. Your citizens do not need anything other than what you have inside. But this doesn't help with their curiosity - they always want to discover what the outside world is like. So you let somes news and a few books from other cultures slip in, but not before you made sure they would disgust your citizens and reinforce their love for the Edo culture. The sales brought you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>. + Outside culture is banned in your arcology. Your citizens do not need anything other than what you have inside. But this doesn't help with their curiosity - they always want to discover what the outside world is like. So you let somes news and a few books from other cultures slip in, but not before you made sure they would disgust your citizens and reinforce their love for the Edo culture. The sales brought you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "edo">> <<set $seed = random(1500,2500)>> - During important meetings with higher society, it is wise to have a lot of slaves to put at the disposition of others. But some slave owners grow really attached to their slaves, and so they'd much rather rent out unknown slaves from an anonymous owner's stock than use their own. This is a good opportunity to make some money, as shown by the @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ you managed to make. + During important meetings with higher society, it is wise to have a lot of slaves to put at the disposition of others. But some slave owners grow really attached to their slaves, and so they'd much rather rent out unknown slaves from an anonymous owner's stock than use their own. This is a good opportunity to make some money, as shown by the @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ you managed to make. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "chinese law">> <<set $seed = random(2000,3000)>> - This time, you have a good idea that will also make use of your Head Girl. You coax her into thinking she should accept bribes for the time being, making up a good reason on the spot, and she ends up bringing back @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@ from all the bribes people gave for her to turn the other way. + This time, you have a good idea that will also make use of your Head Girl. You coax her into thinking she should accept bribes for the time being, making up a good reason on the spot, and she ends up bringing back @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@ from all the bribes people gave for her to turn the other way. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "chinese">> <<set $seed = random(1500,2500)>> - Being under what people call the Mandate of Heaven means you have a crucial importance in society, and some desperate people are willing to pay just for you throw a word or small gesture in their direction, such as simply acknowledging a child or a slave, thinking that such things will make sure the Heavens smile upon them. For these services, you get @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. + Being under what people call the Mandate of Heaven means you have a crucial importance in society, and some desperate people are willing to pay just for you throw a word or small gesture in their direction, such as simply acknowledging a child or a slave, thinking that such things will make sure the Heavens smile upon them. For these services, you get @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>@@. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<case "Prestigious">> <<set $seed = random(1000,3000)>> - Your strong reputation makes it both really easy to find opportunities to gain quite a bit of money, @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>,@@ but at the same time, it makes it hard to do so anonymously. + Your strong reputation makes it both really easy to find opportunities to gain quite a bit of money, @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>,@@ but at the same time, it makes it hard to do so anonymously. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<if random(1,100) >= 25>> Even with your attempts at discretion, some people somehow managed to recognize you, and @@.red;rumors that you're back in the gang business@@ are spreading through your arcology like wildfire. @@ -317,7 +317,7 @@ <</if>> <<case "Well Known">> <<set $seed = random(500,2500)>> - Your reputation helps you find opportunities that need people who have proved. Those brought you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>,@@ but even when taking precautions, nothing guarantees you can stay anonymous. + Your reputation helps you find opportunities that need people who have proved. Those brought you @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>,@@ but even when taking precautions, nothing guarantees you can stay anonymous. <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<if random(1,100) >= 40>> Try as you might, people notice who you are, and the next day, @@.red;rumors about your business affairs@@ are already spreading everywhere in your arcology. @@ -333,7 +333,7 @@ <</if>> <<default>> <<set $seed = random(500,2000)>> - You use former contacts to get you some opportunities in your arcology and deal with them. You make little money, only @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>, but at least, you'll be safe from scandals breaking out.@@ + You use former contacts to get you some opportunities in your arcology and deal with them. You make little money, only @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>, but at least, you'll be safe from scandals breaking out.@@ <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<if random(1,100) >= 90>> You work efficiently, not spending any time talking to people more than you need. Your efficiency even managed to earn you @@.green;quite a few good words@@ from some people who were leading double lives like you were, and they made sure to get a word in about you in their business conversations. @@ -363,14 +363,14 @@ <<else>> You focus on business this week and make money: <</if>> - @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>.@@ + @@.yellowgreen;<<print cashFormat(($seed+Math.trunc(Math.abs($cash)/40)))>>.@@ <<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>> <<if $arcologies[0].FSRomanRevivalist != "unset">> Society @@.green;approves@@ of your close attention to your own affairs; this advances your image as a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>well-rounded Roman man<<else>>responsible Roman lady<</if>>. <<FSChange "RomanRevivalist" 2>> <</if>> <<elseif ($cash > 1000)>> - You have significant assets. This week, your business endeavors made you @@.yellowgreen;¤<<print (1+Math.trunc(Math.abs($cash)/50))>>.@@ + You have significant assets. This week, your business endeavors made you @@.yellowgreen;<<print cashFormat((1+Math.trunc(Math.abs($cash)/50)))>>.@@ <<set $cash += (1+Math.trunc(Math.abs($cash)/50))>> <<else>> You have enough cash to manage your affairs, but not enough to do much business. @@ -558,7 +558,7 @@ <<if $CashForRep == 1>> <<if $cash > 1000>> - This week you gave up business opportunities worth ¤$policyCost to help deserving citizens, @@.green;burnishing your reputation.@@ + This week you gave up business opportunities worth <<print cashFormat($policyCost)>> to help deserving citizens, @@.green;burnishing your reputation.@@ <<set $rep += 100, $cash -= $policyCost>> <<if $PC.degeneracy > 1>> This also helps @@.green;offset any rumors@@ about your private actions. @@ -570,7 +570,7 @@ <</if>> <<if $goodImageCampaign == 1>> <<if $cash > 1000>> - This week you paid ¤$policyCost to have positive rumors spread about you, @@.green;making you look good<<if $PC.degeneracy > 1>> and weakening existing undesirable rumors<<set $PC.degeneracy -= 2>><</if>>.@@ + This week you paid <<print cashFormat($policyCost)>> to have positive rumors spread about you, @@.green;making you look good<<if $PC.degeneracy > 1>> and weakening existing undesirable rumors<<set $PC.degeneracy -= 2>><</if>>.@@ <<set $rep += 50, $cash -= $policyCost>> <<else>> You lacked enough extra ¤ to pay people to spread positive rumors about you this week. @@ -578,7 +578,7 @@ <</if>> <<if $rep > 100>> <<if $RepForCash == 1>> - This week you used your position to secure business opportunities worth ¤$policyCost at the expense of citizens, @@.red;damaging your reputation.@@ + This week you used your position to secure business opportunities worth <<print cashFormat($policyCost)>> at the expense of citizens, @@.red;damaging your reputation.@@ <<set $rep -= 100, $cash += $policyCost>> <</if>> <</if>> @@ -657,22 +657,22 @@ <</if>> <</if>> -Routine upkeep of your demesne costs @@.yellow;¤$costs.@@ +Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@ <<if $plot == 1>> <<if $week > 10>> <<if $weatherToday.severity-$weatherCladding > 2>> <<set $weatherAwareness = 1>> <<if $weatherCladding == 1>> <<set $seed = Math.trunc((($weatherToday.severity-3)*($arcologies[0].prosperity*random(50,100)))+random(1,100)), $PC.engineering += .1>> - $arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@.yellow;¤$seed.@@ Your citizens are @@.green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate. + $arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@.yellow;<<print cashFormat($seed)>>.@@ Your citizens are @@.green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate. <<set $rep += 100>> <<elseif $weatherCladding == 2>> <<set $seed to Math.trunc((($weatherToday.severity-4)*($arcologies[0].prosperity*random(50,100)))+random(1,100)), $PC.engineering += .1>> - $arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@.yellow;¤$seed.@@ Your citizens are @@.green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate. + $arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@.yellow;<<print cashFormat($seed)>>.@@ Your citizens are @@.green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate. <<set $rep += 100>> <<else>> <<set $seed = Math.trunc((($weatherToday.severity-2)*($arcologies[0].prosperity*random(50,100)))+random(1,100)), $PC.engineering += .1>> - Severe weather damaged the arcology this week, requiring repairs costing @@.yellow;¤$seed.@@ Your citizens are @@.red;unhappy@@ that the arcology has proven vulnerable to the terrible climate. + Severe weather damaged the arcology this week, requiring repairs costing @@.yellow;<<print cashFormat($seed)>>.@@ Your citizens are @@.red;unhappy@@ that the arcology has proven vulnerable to the terrible climate. <<set $rep -= 100>> <</if>> <<if $cash > 0>> @@ -747,7 +747,7 @@ Routine upkeep of your demesne costs @@.yellow;¤$costs.@@ <<set _income += Math.round($peacekeepers.strength * _price * 10 * _factoryMod)>> <</if>> <<set _income = Math.trunc(_income * 0.5)>> - This week we made @@.yellowgreen;¤<<print _income>>@@ + This week we made @@.yellowgreen;<<print cashFormat(_income)>>@@ <<if !isInt(_income)>> <br>@@.red;Error failed to calculate income@@ <<else>> @@ -756,7 +756,7 @@ Routine upkeep of your demesne costs @@.yellow;¤$costs.@@ <</if>> <<if $taxTrade == 1>> - <br>Fees on transitioning goods this week made @@.yellowgreen;¤<<print $trade * random(80,120)>>@@ + <br>Fees on transitioning goods this week made @@.yellowgreen;<<print cashFormat($trade * random(80,120))>>@@ <<set $cash += $trade * 100>> <</if>> <</if>> diff --git a/src/uncategorized/personalAssistantOptions.tw b/src/uncategorized/personalAssistantOptions.tw index a42b533ceba108b4af1d1b43e78828ee868da458..0a016d9daa8c550f3b48154fd283040d7bac78d8 100644 --- a/src/uncategorized/personalAssistantOptions.tw +++ b/src/uncategorized/personalAssistantOptions.tw @@ -30,9 +30,9 @@ __Computer Core Upgrades__ <br> <<if $assistantPower == 0>> - //The first upgrade needed is a switch to a holographic memory core to store the immense quantity of data $assistantName gathers. This upgrade will cost ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>.// [[Install holographic memory core|Personal assistant options][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $assistantPower += 1, $PC.engineering += 1]] + //The first upgrade needed is a switch to a holographic memory core to store the immense quantity of data $assistantName gathers. This upgrade will cost <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>.// [[Install holographic memory core|Personal assistant options][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $assistantPower += 1, $PC.engineering += 1]] <<elseif $assistantPower == 1>> - //The final upgrade needed is a transition to optical RAM. This huge project will cost ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>.// [[Install optical RAM|Personal assistant options][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $assistantPower += 1, $PC.engineering += 1]] + //The final upgrade needed is a transition to optical RAM. This huge project will cost <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>.// [[Install optical RAM|Personal assistant options][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $assistantPower += 1, $PC.engineering += 1]] <<else>> //The arcology's computer core is fully upgraded.// <</if>> @@ -815,7 +815,7 @@ __Downloadable Appearances:__ /* <<if $assistantExtra1 == 0>> [[Purchase a set of monstergirl appearances|Assistant Events][$event = "", $cash -= Math.trunc(10000*$upgradeMultiplier), $assistantExtra1 = 1]] - //Costs ¤<<print Math.trunc(6000*$upgradeMultiplier)>>// + //Costs <<print cashFormat(Math.trunc(6000*$upgradeMultiplier))>>// <<else>>You have downloaded a set of monstergirl appearances for your avatar. <</if>> */ @@ -823,7 +823,7 @@ __Downloadable Appearances:__ <<link "Purchase a set of heaven and hell themed appearances">> <<set $cash -= Math.trunc(10000*$upgradeMultiplierArcology), $assistantExtra2 = 1, $nextLink = "Personal assistant options">> <<goto "Assistant Appearance Pack Two">> - <</link>> //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + <</link>> //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<else>>You have downloaded a set of heavenly and hellish appearances for your avatar. <</if>> <</if>> @@ -977,7 +977,7 @@ The arcology's upgraded computers support advanced business analysis. <br> <<if $assistant>>She<<else>>It<</if>> is <<if $marketAssistantLimit>> - ''allowed'' to use excess liquid assets over ¤$marketAssistantLimit to play the menial slave market. [[Disallow|Personal assistant options][$marketAssistantLimit = 0]] + ''allowed'' to use excess liquid assets over <<print cashFormat($marketAssistantLimit)>> to play the menial slave market. [[Disallow|Personal assistant options][$marketAssistantLimit = 0]] <br> //Define custom cash limit://<<textbox "$marketAssistantLimit" $marketAssistantLimit "Personal assistant options">> <br> diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw index 209b182ac7cc37e0aa88926d10482d43c734e066..3c600d9b77b694c27faa8b37bc34a223739caebc 100644 --- a/src/uncategorized/personalAttentionSelect.tw +++ b/src/uncategorized/personalAttentionSelect.tw @@ -111,7 +111,7 @@ [[Hire a doctor to train you in medicine|Main][$personalAttention = "medicine", $personalAttentionChanged = 1]] <</if>> <</if>> -<br>//Training will cost ¤10000 per week.//<br><br> +<br>//Training will cost <<print cashFormat(10000)>> per week.//<br><br> <<if ($personalAttentionChanged == 1)>> <<if ($activeSlave.health < -20)>> diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw index 3d961b330e722f795d470b6884e49ce0e06c44b7..00bea6b3b8e32091e642dcfa1a6f8d5d578f52a7 100644 --- a/src/uncategorized/policies.tw +++ b/src/uncategorized/policies.tw @@ -674,7 +674,7 @@ <</if>> /* CLOSES FINAL CATEGORY DISPLAY */ <br><br> ''__Available policies__'' -<br>//Passing any law will cost ¤5000 and a small amount of reputation. More policies will become available as the arcology develops.// +<br>//Passing any law will cost <<print cashFormat(5000)>> and a small amount of reputation. More policies will become available as the arcology develops.// <<if $rep >= 1000>> @@ -872,7 +872,7 @@ <<if $ProImmigrationCash == 0>> <br>''Immigration Promotion:'' you will offer citizen immigrants a generous promotion. [[Implement|Policies][$ProImmigrationCash = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤$policyCost weekly to maintain, and increase the citizen population// + <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and increase the citizen population// <</if>> <</if>> @@ -888,7 +888,7 @@ <<if $AntiImmigrationCash == 0>> <br>''Immigrant Information Brokerage:'' you will covertly sell information on troubled potential immigrants to your arcology to their old world enemies. [[Implement|Policies][$AntiImmigrationCash = 1, $cash -=5000, $rep -= 1000]] - <br> //Will produce ¤$policyCost weekly, and slow growth of the citizen population// + <br> //Will produce <<print cashFormat($policyCost)>> weekly, and slow growth of the citizen population// <</if>> <</if>> @@ -904,7 +904,7 @@ <<if $ProEnslavementCash == 0>> <br>''Enslavement Kickbacks:'' you will take kickbacks in return for turning a blind eye to enslavement of poor citizens. [[Implement|Policies][$ProEnslavementCash = 1, $cash -=5000, $rep -= 1000]] - <br> //Will produce ¤$policyCost weekly, and reduce the population of citizens// + <br> //Will produce <<print cashFormat($policyCost)>> weekly, and reduce the population of citizens// <</if>> <</if>> @@ -920,7 +920,7 @@ <<if $AntiEnslavementCash == 0>> <br>''Poor Citizen Relief:'' you will offer limited emergency assistance to poor citizens in danger of being enslaved. [[Implement|Policies][$AntiEnslavementCash = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤$policyCost weekly to maintain, and slow population movement from citizens to slaves// + <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and slow population movement from citizens to slaves// <</if>> <</if>> @@ -937,30 +937,30 @@ <<if $alwaysSubsidizeGrowth == 0>> <br>''Economic Growth Subsidy:'' promising new businesses will be offered generous subsidies, driving arcology prosperity. [[Implement|Policies][$alwaysSubsidizeGrowth = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤$policyCost weekly to maintain, and improve arcology prosperity// + <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and improve arcology prosperity// <</if>> <<if $alwaysSubsidizeRep == 0>> <br>''Self-Promotion Program:'' subtle paid advertising will communicate your good side to the public and ease any rumors about you. [[Implement|Policies][$alwaysSubsidizeRep = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤$policyCost weekly to maintain, and improve your reputation// + <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and improve your reputation// <</if>> <<if $RepForCash == 0>> <<if $CashForRep == 0>> <br>''Business Generosity:'' you will do your best to help your citizens, even when it disadvantages you personally. [[Implement|Policies][$CashForRep = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost approximately ¤$policyCost weekly, and improve your reputation// + <br> //Will cost approximately <<print cashFormat($policyCost)>> weekly, and improve your reputation// <br>''Business Selfishness:'' you will leverage your position as arcology owner for money, even when it disadvantages citizens. [[Implement|Policies][$RepForCash = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost some reputation, and produce approximately ¤$policyCost weekly// + <br> //Will cost some reputation, and produce approximately <<print cashFormat($policyCost)>> weekly// <</if>> <</if>> <<if $goodImageCampaign == 0>> <br>''Good Image Campaign:'' positive rumors will be spread throughout the arcology regarding you. [[Implement|Policies][$goodImageCampaign = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤$policyCost weekly to maintain, and lesson any potential rumors about you while giving a small boost to your reputation// + <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain, and lesson any potential rumors about you while giving a small boost to your reputation// <</if>> <<if $Cash4Babies == 0>> @@ -972,7 +972,7 @@ <<if $RegularParties == 0>> <br>''Regular Entertainments:'' you will host regular parties for prominent citizens, an expected social duty of an arcology owner. [[Implement|Policies][$RegularParties = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤$policyCost weekly<<if $rep > 18000>>, and prevent damage to your reputation<</if>>// + <br> //Will cost <<print cashFormat($policyCost)>> weekly<<if $rep > 18000>>, and prevent damage to your reputation<</if>>// <</if>> <<if $PAPublic == 0>> @@ -984,13 +984,13 @@ <<if $CoursingAssociation == 0>> <br>''Coursing Association:'' you will sponsor a Coursing Association that will hold monthly races. [[Implement|Policies][$CoursingAssociation = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤1000 weekly to maintain// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain// <</if>> <<if ($RaidingMercenaries == 0) && ($mercenariesHelpCorp == 1)>> <br>''Mercenary Raiding:'' you will allow your mercenaries to occasionally conduct a raid directly for your benefit. [[Implement|Policies][$RaidingMercenaries = 1, $cash -=5000, $rep -= 1000]] - <br> //Will cost ¤$policyCost weekly to maintain// + <br> //Will cost <<print cashFormat($policyCost)>> weekly to maintain// <</if>> <br>__Education Policy__ @@ -1000,11 +1000,11 @@ <<if $TSS.schoolProsperity < 10>> <br>''The Slave School subsidy:'' you will subsidize this school's branch campus in your arcology. [[Implement|Policies][$TSS.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine The Slave School:'' you will covertly hurt this school's branch campus in your arcology. [[Implement|Policies][$TSS.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> @@ -1013,11 +1013,11 @@ <<if $GRI.schoolProsperity < 10>> <br>''The Growth Research Institute subsidy:'' you will subsidize this school's branch campus in your arcology. [[Implement|Policies][$GRI.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine the Growth Research Institute:'' you will covertly hurt this school's branch campus in your arcology. [[Implement|Policies][$GRI.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> @@ -1026,11 +1026,11 @@ <<if $SCP.schoolProsperity < 10>> <br>''St. Claver Preparatory subsidy:'' you will subsidize this school's branch campus in your arcology. [[Implement|Policies][$SCP.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine St. Claver Preparatory:'' you will covertly hurt this school's branch campus in your arcology. [[Implement|Policies][$SCP.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> @@ -1039,11 +1039,11 @@ <<if $LDE.schoolProsperity < 10>> <br>''L'Ecole des Enculees subsidy:'' you will subsidize this school's branch campus in your arcology. [[Implement|Policies][$LDE.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine L'Ecole des Enculees:'' you will covertly hurt this school's branch campus in your arcology. [[Implement|Policies][$LDE.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> @@ -1052,11 +1052,11 @@ <<if $TGA.schoolProsperity < 10>> <br>''The Gymnasium-Academy subsidy:'' you will subsidize this school's branch campus in your arcology. [[Implement|Policies][$TGA.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine the Gymnasium-Academy:'' you will covertly hurt this school's branch campus in your arcology. [[Implement|Policies][$TGA.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> @@ -1065,11 +1065,11 @@ <<if $TCR.schoolProsperity < 10>> <br>''The Cattle Ranch subsidy:'' you will subsidize this school's local branch in your arcology. [[Implement|Policies][$TCR.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine The Cattle Ranch:'' you will covertly hurt this school's local branch in your arcology. [[Implement|Policies][$TCR.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> @@ -1078,11 +1078,11 @@ <<if $TFS.schoolProsperity < 10>> <br>''Futanari Sisters subsidy:'' you will subsidize this school's branch campus in your arcology. [[Implement|Policies][$TFS.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine the Futanari Sisters:'' you will covertly hurt this school's branch campus in your arcology. [[Implement|Policies][$TFS.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> @@ -1091,11 +1091,11 @@ <<if $HA.schoolProsperity < 10>> <br>''Hippolyta Academy subsidy:'' you will subsidize this school's branch campus in your arcology. [[Implement|Policies][$HA.subsidize = 1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <br>''Undermine the Hippolyta Academy:'' you will covertly hurt this school's branch campus in your arcology. [[Implement|Policies][$HA.subsidize = -1, $cash -=5000]] - <br> //Will cost ¤1000 weekly to maintain; does not cost reputation to start// + <br> //Will cost <<print cashFormat(1000)>> weekly to maintain; does not cost reputation to start// <</if>> <</if>> diff --git a/src/uncategorized/prestigiousSlave.tw b/src/uncategorized/prestigiousSlave.tw index 93be30fe47ea229d73a0e7d6899d536f3e3db42a..322d4d3e986bc3054f4c502772708e25e7b2bfe7 100644 --- a/src/uncategorized/prestigiousSlave.tw +++ b/src/uncategorized/prestigiousSlave.tw @@ -798,7 +798,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres <<slaveCost $activeSlave>> <</nobr>>\ \ -It will take ¤<<print $slaveCost>> to win the auction. +It will take <<print cashFormat($slaveCost)>> to win the auction. \ <<nobr>> <<if $cash >= $slaveCost>> diff --git a/src/uncategorized/private.tw b/src/uncategorized/private.tw index 611ba9a2c6562444506b2d45bf4b1a10586e0787..e6be3e5525112443ccd38f15158b9221a8f2b269 100644 --- a/src/uncategorized/private.tw +++ b/src/uncategorized/private.tw @@ -26,7 +26,7 @@ This is a privately-owned <</switch>> <<set $price = 1000*Math.trunc($arcologies[0].prosperity*(1+($arcologies[0].demandFactor/100)))>> -You will have to acquire an additional 4% interest in $arcologies[0].name to take control of this sector. Such an interest is worth ¤$price and will require a transaction cost of ¤10000 to acquire for a total cost of ¤<<print $price+10000>>. +You will have to acquire an additional 4% interest in $arcologies[0].name to take control of this sector. Such an interest is worth <<print cashFormat($price)>> and will require a transaction cost of <<print cashFormat(10000)>> to acquire for a total cost of <<print cashFormat($price+10000)>>. <<if $arcologies[0].ownership+$arcologies[0].minority <= 96>> [[Buy|Main][$cash -= $price+10000, $arcologies[0].demandFactor += 20, $sectors[$AS].ownership = 1]] <<if $rep >= 18000>> @@ -36,4 +36,4 @@ You will have to acquire an additional 4% interest in $arcologies[0].name to tak <</if>> <<else>> Too much of the arcology is owned by a single minority holder for you to force a purchase of this sector right now. Your control of the arcology should naturally resolve this situation in a few weeks. -<</if>> \ No newline at end of file +<</if>> diff --git a/src/uncategorized/reAWOL.tw b/src/uncategorized/reAWOL.tw index 102e4ac4c99d62822e13d21599f431973f4698cf..da1089162e4d0c240a7e38204f166f9ac047f781 100644 --- a/src/uncategorized/reAWOL.tw +++ b/src/uncategorized/reAWOL.tw @@ -194,7 +194,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th </span> /* closes bountyresult */ <</replace>> /* result */ - <</link>> // It will cost ¤5000 to put out a bounty on her.// + <</link>> // It will cost <<print cashFormat(5000)>> to put out a bounty on her.// <</if>> /* cash >= 5000 */ </span> /* closes result */ diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw index 1f656b817d9a8863f0f47f9d0985349f8a8f4c66..8105b9fb66f1a492cb2fadbeeb2de79b9a8d5564 100644 --- a/src/uncategorized/reBoomerang.tw +++ b/src/uncategorized/reBoomerang.tw @@ -364,14 +364,14 @@ It isn't obvious how she managed to escape, though no doubt you could review the The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing her thanks. She's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistantName do the necessary work to falsify the arcology records and conceal her origins. Even so, it would probably be wise to keep her off public assignments for a while. In no time at all, she's standing in front of your desk like any other new slave. She waits obediently, knowing that it's in her best interests not to mention anything out of the ordinary. <<include "New Slave Intro">> <</replace>> -<</link>> //This will cost in ¤$contractCost.// +<</link>> //This will cost in <<print cashFormat($contractCost)>>.// <br><<link "Sell her immediately">> <<set $cash += $slaveCost>> <<replace "#result">> The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing her thanks. She's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistantName do the necessary work to falsify the arcology records and conceal her origins. Before she's even out from under anaesthesia, she's bundled off into one of the hundreds of slave shipments that move between arcologies every day. This time she'll be sold far enough away that no matter how much of an escape artist she is, you won't be seeing any more of her. She can whine elsewhere. <<set $boomerangStats = 0>> <</replace>> -<</link>> //This will bring in ¤$slaveCost.// +<</link>> //This will bring in <<print cashFormat($slaveCost)>>.// <<else>> //You lack the necessary funds to enslave her.// <</if>> diff --git a/src/uncategorized/reBrothelFunction.tw b/src/uncategorized/reBrothelFunction.tw index ae2a2544eee7f2d927020c8da273048e482840fb..2decc5dee4a97a131cc481ee23838e41e9d40953 100644 --- a/src/uncategorized/reBrothelFunction.tw +++ b/src/uncategorized/reBrothelFunction.tw @@ -5,7 +5,7 @@ $brothelNameCaps is a reputable establishment in $arcologies[0].name, a veritable bedrock to sexual life in your arcology. As is befitting of its position, requests to rent out your brothel for one function or another come across your desk with some regularity. On this particular day, $assistantName has laid out a number of potential clients for your perusal. Given the importance of $brothelNameCaps in the arcology's sex trade, it would be unwise to indulge more than one of these requests at this time. <br><br> -One request comes to you written on a letterhead featuring the logo of a fellow arcology owner. She describes her husband's preference for your hard working brothel whores, whom he patronizes on his regular business trips to your arcology. Such indulgences have been a distraction to her husband of late, and she has dispatched him to undertake a task in your arcology that simply cannot go poorly. With this in mind, she beseeches you to close down your brothel for a single day out of solidarity for a fellow arcology owner - and for the significant sum of 10000¤. +One request comes to you written on a letterhead featuring the logo of a fellow arcology owner. She describes her husband's preference for your hard working brothel whores, whom he patronizes on his regular business trips to your arcology. Such indulgences have been a distraction to her husband of late, and she has dispatched him to undertake a task in your arcology that simply cannot go poorly. With this in mind, she beseeches you to close down your brothel for a single day out of solidarity for a fellow arcology owner - and for the significant sum of <<print cashFormat(10000)>>. <br><br> Another of these bids for your brothel comes in the form of a curious video call. The video comes from an infamous lothario in your arcology, a seducer of powerful and prominent women citizens. Indeed, the recording was surreptitiously recorded in the bedroom of one such influential woman, with the casanova describing his request in hushed tones while his wealthy host minces about unknowingly in the background. He explains that he is finally ready to hang up his coat and end his days of debauchery and copious casual sex, but that he would like to do so by engaging in a full day of indulgence at $brothelNameCaps. <br><br> @@ -24,7 +24,7 @@ The last of these requests comes in the form of a letter, stamped with the heral <</for>> <<set $cash += 10000>> <</replace>> -<</link>> //This will earn you ¤10000// +<</link>> //This will earn you <<print cashFormat(10000)>>// <br><<link "Give this lady-killing rake a proper send off into retirement">> <<replace "#result">> Though a citizen he may be, this serial seducer may have more notches on his proverbial bedpost than even your oldest slaves. Though you are not present to view his mastery of the sexual craft first-hand, the dreamy fucked-out looks of exhaustion and gratified satisfaction painting every single one of your girls' faces at the end of the day speak volumes. Indeed, all of your brothel slaves with any room for improvement in their whoring skills @@.green;learn from his skillful coupling,@@ while even those with nothing to learn from him @@.hotpink;gain confidence@@ from the intensity of their sexual congress. @@ -51,7 +51,7 @@ The last of these requests comes in the form of a letter, stamped with the heral <</for>> <<set $cash += 2000>> <</replace>> -<</link>> //This will earn you ¤2000// +<</link>> //This will earn you <<print cashFormat(2000)>>// <br><<link "Welcome the boy into manhood in Free Cities fashion">> <<replace "#result">> Though he was but a boy yesterday, none can say that this newly made man entered his manhood with anything less than a sterling display of enthusiasm and virility, though he is somewhat lacking in general technique. Nevertheless, any man able to fuck his way through an entire brothel of sex slaves and back again is clearly capable of bearing the mantle of citizenry in $arcologies[0].name. The story of a boy entering manhood in such a spectacular manner spreads rapidly and reflects well in the court of @@.green;public opinion,@@ with many citizens recalling their own passage past the age of majority. However, a lifetime of indulgence and spoiling have rendered this new citizen unable to understand the concept of being refused - not that your slaves could refuse him, in any case. His rough treatment has left your poor slave whores @@.red;battered@@ by his brutally selfish lovemaking. @@ -75,5 +75,5 @@ The last of these requests comes in the form of a letter, stamped with the heral <<set $cash += 1000>> <<set $rep += 500>> <</replace>> -<</link>> //This will earn you ¤1000// +<</link>> //This will earn you <<print cashFormat(1000)>>// </span> diff --git a/src/uncategorized/reBusyBrothel.tw b/src/uncategorized/reBusyBrothel.tw index c882cae92ea1fd29991ecf1d9ab021334edd9db0..e964a99e010f8cf2071447858f434b2fe14cdb38 100644 --- a/src/uncategorized/reBusyBrothel.tw +++ b/src/uncategorized/reBusyBrothel.tw @@ -19,7 +19,7 @@ Of course, $brothelName is the best establishment of its kind in the arcology. C <</for>> <<set $cash -= 1000>> <</replace>> -<</link>> //This will cost ¤1000// +<</link>> //This will cost <<print cashFormat(1000)>>// <br><<link "Hire an expert hooker to give lessons">> <<replace "#result">> The citizen streetwalker has had her day. A few of the cleverest have avoided being driven into poverty, either by becoming madams or by finding a way to build a new career serving the slave brothel industry. One of these is touring the city, offering her long sexual experience in seminars for slave prostitutes. Her services are not cheap, but it rapidly becomes clear that they are worth it. She is a grey-haired but still elegant woman with deep crow's feet and a smoker's voice. She is not only a sexual master, but a hardbitten and comprehensively experienced businesswoman. All of your brothel slaves with any room for improvement in their whoring skills @@.green;learn from her lessons,@@ while those who have nothing to learn @@.hotpink;gain confidence@@ from her praise. @@ -34,7 +34,7 @@ Of course, $brothelName is the best establishment of its kind in the arcology. C <</for>> <<set $cash -= 2000>> <</replace>> -<</link>> //This will cost ¤2000// +<</link>> //This will cost <<print cashFormat(2000)>>// <br><<link "Eliminate prices for one morning to promote the brothel">> <<replace "#result">> The news that sex will be free at the brothel travels like wildfire. Security measures are necessary to control the throng that spends the entire day entering and leaving the brothel, though as the day goes on the crowds thin. By midmorning, all the holes on offer are so fucked out that only those who fetishize that sort of thing stick around. The brothel is a real seminal sewer by noon, and it smells like it. Nevertheless, free sex is a short route to @@.green;public approval,@@ though you do miss a morning's fees. The poor slave whores are @@.red;fairly battered@@ by so much wear and tear in so little time. @@ -57,5 +57,5 @@ Of course, $brothelName is the best establishment of its kind in the arcology. C <<set $cash -= 2000>> <<set $rep += 200>> <</replace>> -<</link>> //This will cost ¤2000// +<</link>> //This will cost <<print cashFormat(2000)>>// </span> diff --git a/src/uncategorized/reBusyClub.tw b/src/uncategorized/reBusyClub.tw index 372ddc43eea465479dcb228e3f0207360d2f4506..9b2ab664a710c302162ed3ecc0e9e33c0f5b0432 100644 --- a/src/uncategorized/reBusyClub.tw +++ b/src/uncategorized/reBusyClub.tw @@ -18,7 +18,7 @@ Offering slaves for free sex would become unmanageable if the club where your pu <<set $cash -= 2000>> <<set $rep += 500>> <</replace>> -<</link>> //This will cost ¤2000// +<</link>> //This will cost <<print cashFormat(2000)>>// <<link "Host a business exposition">> <<replace "#result">> With the world economy in a perilous state, the Free Cities are one of the few remaining areas where innovation and new business opportunities still appear. The novel markets associated with the slave trade only reinforce this trend, offering a cornucopia of opportunities for the clear-eyed investor with liquid assets. Every other week there is news of a new fortune being made from smart investments in leather, in human growth hormones, or in psychoactive drugs. You host an exposition for slave services centered on the club, with your slaves serving as greeters who are eager to ensure that all the little wants of visiting notables are thoroughly satisfied. The optimistic outlook projected by this event @@.green;improves $arcologies[0].name's business prospects@@ and even @@.green;reflects well on you personally.@@ @@ -26,5 +26,5 @@ Offering slaves for free sex would become unmanageable if the club where your pu <<set $arcologies[0].prosperity += 2>> <<set $rep += 500>> <</replace>> -<</link>> //This will cost ¤5000// +<</link>> //This will cost <<print cashFormat(5000)>>// </span> diff --git a/src/uncategorized/reBusyDairy.tw b/src/uncategorized/reBusyDairy.tw index cba60971ed2403a940310aa89b72af67e30667fd..1a6bb647b10a9210ab49da2382e0b12b8370e786 100644 --- a/src/uncategorized/reBusyDairy.tw +++ b/src/uncategorized/reBusyDairy.tw @@ -31,7 +31,7 @@ Even with high doses of modern drugs, human cows simply do not produce a very hi <</for>> <<set $cash -= 1000>> <</replace>> -<</link>> //This will cost ¤1000// +<</link>> //This will cost <<print cashFormat(1000)>>// <<if $club != 0>>\ <<link "Add fresh milk to the club for a day to advertise">> <<replace "#result">> @@ -39,7 +39,7 @@ Even with high doses of modern drugs, human cows simply do not produce a very hi <<set $cash -= 2000>> <<set $rep += 500>> <</replace>> -<</link>> //This will cost ¤2000// +<</link>> //This will cost <<print cashFormat(2000)>>// <</if>>\ <<if ($cumSlaves >= 5) && ($activeSlave.fetish != "cumslut")>> <<link "Cum in, milk out">> @@ -48,6 +48,6 @@ Even with high doses of modern drugs, human cows simply do not produce a very hi <<set $rep += 1000>> <<set $cash -= 1000>> <</replace>> - <</link>> //This will cost ¤1000// + <</link>> //This will cost <<print cashFormat(1000)>>// <</if>> </span> diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw index 5ffe45f597da17ff2e7e85490baa51f14a435f00..e1a7a5b225538b537c9b9842ee157db601b5e6f1 100644 --- a/src/uncategorized/reFSAcquisition.tw +++ b/src/uncategorized/reFSAcquisition.tw @@ -1226,7 +1226,7 @@ The call comes in from an office, and you suppress the urge to check whether $as <</switch>>\ <<include "New Slave Intro">> <</replace>> -<</link>> //This will cost ¤$contractCost// +<</link>> //This will cost <<print cashFormat($contractCost)>>// <<link "Sell her immediately">> <<set $cash += $slaveCost>> <<replace "#result">> @@ -1313,7 +1313,7 @@ The call comes in from an office, and you suppress the urge to check whether $as She arrives and works her way through the enslavement process, doing her best to ingratiate herself. When a buyer's agent arrives, she immediately understands that she has been sold. She looks rueful for a moment, obviously realizing that you made no commitment not to do this, and that such a commitment would have been worthless in any case. She transfers her focus to the agent without hesitation, doing her best to improve her rapidly changing position. <</switch>>\ <</replace>> -<</link>> //This will bring in ¤$slaveCost// +<</link>> //This will bring in <<print cashFormat($slaveCost)>>// <<else>>\ //You lack the necessary funds to enslave her.// <</if>>\ diff --git a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw index 7d9f4c2788cfed49e9b457dfad0375dc7951817f..b7a499e96d55bd65a111d837946911f69b7ca185 100644 --- a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw +++ b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw @@ -40,7 +40,7 @@ You receive so many messages, as a noted titan of the new Free Cities world, tha This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain, with many nervous glances off-camera to ensure they are not overheard, that they are both siblings and lovers, and their attempts to keep the truth of the nature of their relationship from their friends, family, and society at large have failed. They had heard of $arcologies[0].name's reverence for incestuous relationships, and have managed to talk themselves into the questionable conclusion that their only chance to be together was for them to sell themselves to someone who would not just accept but encourage their incest - namely, you. -//Enslaving them will cost ¤<<print $contractCost>>. Selling them immediately will bring in approximately ¤<<print $slaveCost*2>>.// +//Enslaving them will cost <<print cashFormat($contractCost)>>. Selling them immediately will bring in approximately <<print cashFormat($slaveCost*2)>>.// <<include "Long Slave Description">>\ diff --git a/src/uncategorized/reFSNonconformist.tw b/src/uncategorized/reFSNonconformist.tw index 1c7c7398854e717ec02232e2a0bfefedb3d8335a..d9fbb942237f44360da7a4cdc91f8593fc824553 100644 --- a/src/uncategorized/reFSNonconformist.tw +++ b/src/uncategorized/reFSNonconformist.tw @@ -272,7 +272,7 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem <</if>> The oligarchy is pleased by how you managed to defuse the situation without causing a spectacle. They're disappointed that you permitted their nonconforming peer to remain in the arcology's upper echelons for the time being, but they accept your solution to the problem. <</nobr>><</replace>> -<</link>> //This will cost ¤10000// +<</link>> //This will cost <<print cashFormat(10000)>>// <<else>> //You lack the necessary ready cash to manage a nuanced solution// <</if>> diff --git a/src/uncategorized/reFormerAbolitionist.tw b/src/uncategorized/reFormerAbolitionist.tw index 8a7fec925071f2169c88c53486c3f4a97c5d9241..7021d78500a300a5f80f06eee5188ff3a5a68470 100644 --- a/src/uncategorized/reFormerAbolitionist.tw +++ b/src/uncategorized/reFormerAbolitionist.tw @@ -40,13 +40,13 @@ You spend the week parading $activeSlave.slaveName around in public, letting eve $activeSlave.slaveName\ <</replace>>\ <<replace "#result">> -You fasten $activeSlave.slaveName in a kneeling position in the center of your club, secured by shackles around her wrists and ankles - purely decorative, since she's so devoted she'd perform her role in this if you just hinted it would please you if she did. In front of her, you place a sign: "Fuck the mouth that preached abolitionism, 5¤." In a few moments, the morning crowd will begin to arrive, and you have no doubt that $activeSlave.slaveName will be very, very popular. And she is. Even with an extra dose of curatives and a check-up every night, the strain of a week of dicks and a diet of cum @@.red;has taken a toll on her health@@. But even after you pay to have the area that $activeSlave.slaveName worked thoroughly cleaned, you have made @@.yellowgreen;a tidy profit@@. +You fasten $activeSlave.slaveName in a kneeling position in the center of your club, secured by shackles around her wrists and ankles - purely decorative, since she's so devoted she'd perform her role in this if you just hinted it would please you if she did. In front of her, you place a sign: "Fuck the mouth that preached abolitionism, <<print cashFormat(5)>>." In a few moments, the morning crowd will begin to arrive, and you have no doubt that $activeSlave.slaveName will be very, very popular. And she is. Even with an extra dose of curatives and a check-up every night, the strain of a week of dicks and a diet of cum @@.red;has taken a toll on her health@@. But even after you pay to have the area that $activeSlave.slaveName worked thoroughly cleaned, you have made @@.yellowgreen;a tidy profit@@. <<set $activeSlave.health -= 10>> <<set $activeSlave.oralCount += random(410,440)>> <<set $cash += 2000>> <</replace>> <</link>> -<<link "Invest ¤5000 in making her locally famous">> +<<link "Invest <<print cashFormat(5000)>> in making her locally famous">> <<replace "#name">>\ $activeSlave.slaveName\ <</replace>>\ @@ -66,7 +66,7 @@ You buy media coverage of her, invest in an ad campaign, and even arrange for he <</replace>> <</if>> <</link>> -<<link "Lavish ¤10000 on her locally famous">> +<<link "Lavish <<print cashFormat(10000)>> on her locally famous">> <<replace "#name">>\ $activeSlave.slaveName\ <</replace>>\ @@ -87,7 +87,7 @@ You buy prime media coverage of her, invest in a lavish ad campaign, and even ar <</if>> <</link>> </span> -<<link "Spend ¤25000 on an attempt to make her world famous">> +<<link "Spend <<print cashFormat(25000)>> on an attempt to make her world famous">> <<replace "#name">>\ $activeSlave.slaveName\ <</replace>>\ diff --git a/src/uncategorized/reLegendaryBalls.tw b/src/uncategorized/reLegendaryBalls.tw index 50d62270768f0644ee11df07088e68782d507063..c17472753a6187da11caddf02daa07941951e74a 100644 --- a/src/uncategorized/reLegendaryBalls.tw +++ b/src/uncategorized/reLegendaryBalls.tw @@ -38,7 +38,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa <</replace>> <</if>> <</link>> -<br><<link "Spend ¤5000 bribing the judges">> +<br><<link "Spend <<print cashFormat(5000)>> bribing the judges">> <<replace "#name">> $activeSlave.slaveName <</replace>> @@ -60,7 +60,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa <</replace>> <</if>> <</link>> -<br><<link "Spend ¤10000 bribing the judges and sabotaging the competition">> +<br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">> <<replace "#name">> $activeSlave.slaveName <</replace>> diff --git a/src/uncategorized/reLegendaryCow.tw b/src/uncategorized/reLegendaryCow.tw index 7c195d84fbb73f631fd784924d439876b1fe29f1..cbddb092fb83bc471f32434cf41549783cf13c69 100644 --- a/src/uncategorized/reLegendaryCow.tw +++ b/src/uncategorized/reLegendaryCow.tw @@ -38,7 +38,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa <</replace>> <</if>> <</link>> -<br><<link "Spend ¤5000 bribing the judges">> +<br><<link "Spend <<print cashFormat(5000)>> bribing the judges">> <<replace "#name">> $activeSlave.slaveName <</replace>> @@ -60,7 +60,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa <</replace>> <</if>> <</link>> -<br><<link "Spend ¤10000 bribing the judges and sabotaging the competition">> +<br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">> <<replace "#name">> $activeSlave.slaveName <</replace>> diff --git a/src/uncategorized/reLegendaryEntertainer.tw b/src/uncategorized/reLegendaryEntertainer.tw index 4ce11e72ae11b6fa84c540f8863dbc2760f8875b..04b69e8ec4943b7fe0bf445aee123bc6e2d1ebed 100644 --- a/src/uncategorized/reLegendaryEntertainer.tw +++ b/src/uncategorized/reLegendaryEntertainer.tw @@ -27,7 +27,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <<set $rep += 200>> <</replace>> <</link>> -<br><<link "Invest ¤5000 in her image">> +<br><<link "Invest <<print cashFormat(5000)>> in her image">> <<replace "#name">> $activeSlave.slaveName <</replace>> @@ -51,7 +51,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <</replace>> <</if>> <</link>> -<br><<link "Lavish ¤10000 on her fame">> +<br><<link "Lavish <<print cashFormat(10000)>> on her fame">> <<replace "#name">> $activeSlave.slaveName <</replace>> diff --git a/src/uncategorized/reLegendaryWhore.tw b/src/uncategorized/reLegendaryWhore.tw index 581fffc39907ee0a37177fa23deb11d3e3abc422..4b2d9283b8f38234fce33cbb963e8af8c9f9cc0d 100644 --- a/src/uncategorized/reLegendaryWhore.tw +++ b/src/uncategorized/reLegendaryWhore.tw @@ -28,7 +28,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <<set $rep += 100>> <</replace>> <</link>> -<br><<link "Invest ¤5000 in her notoriety">> +<br><<link "Invest <<print cashFormat(5000)>> in her notoriety">> <<replace "#name">> $activeSlave.slaveName <</replace>> @@ -50,7 +50,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <</replace>> <</if>> <</link>> -<br><<link "Lavish ¤10000 on her fame">> +<br><<link "Lavish <<print cashFormat(10000)>> on her fame">> <<replace "#name">> $activeSlave.slaveName <</replace>> diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw index 631b4ddf3cc47942975679fab6204714934f9183..22ebce10f267d1de673bb6cc28d84113e07f858e 100644 --- a/src/uncategorized/reMalefactor.tw +++ b/src/uncategorized/reMalefactor.tw @@ -245,7 +245,7 @@ <<slaveCost $activeSlave>> <<set $slaveCost -= 1000>> -//Applying enslavement as punishment will cost ¤$contractCost. Doing so and then selling her immediately will bring in approximately ¤$slaveCost.// +//Applying enslavement as punishment will cost <<print cashFormat($contractCost)>>. Doing so and then selling her immediately will bring in approximately <<print cashFormat($slaveCost)>>.// <br><br> diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw index be4f268e36df4b17a4ca79d9da04d178cdb2fd48..8c1874cd6607aae1c7e80d40aa19ad138bce5175 100644 --- a/src/uncategorized/reMilfTourist.tw +++ b/src/uncategorized/reMilfTourist.tw @@ -125,7 +125,7 @@ <<include "New Slave Intro">> <<set $activeSlave.recruiter = 0>> <</replace>> -<</link>> //This will require an unprofitable ¤20000, since she is wealthy and obfuscating her fate will require considerable spending// -<<else>>//You cannot afford the ¤20000 enslaving her would require, since she is wealthy and obfuscating her fate would necessitate considerable spending// +<</link>> //This will require an unprofitable <<print cashFormat(20000)>>, since she is wealthy and obfuscating her fate will require considerable spending// +<<else>>//You cannot afford the <<print cashFormat(20000)>> enslaving her would require, since she is wealthy and obfuscating her fate would necessitate considerable spending// <</if>> </span> diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw index 7be57a2dacdf91c5c21edb845a6ae5a9d2a6b02c..f7da0e3431eb2ff43dbba5a7a9c46d72eb963f3d 100644 --- a/src/uncategorized/rePokerNight.tw +++ b/src/uncategorized/rePokerNight.tw @@ -32,7 +32,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <<link "Attend the poker night">> <<replace "#result">> - You instruct to $assistantName to inform your $mercenariesTitle that you will be attending their poker night, and after settling your affairs in the penthouse you head down to the barracks. Unsurprisingly the atmosphere in the barracks is casual, especially in comparison to the high stakes games commonplace in arcology high society, though your mercenaries still maintain some measure of decorum towards you as their employer. Eventually, you settle in at the table with a handful of $mercenariesTitle officers and cash in your ¤5000 into chips. All that remains is to decide your strategy for the night. + You instruct to $assistantName to inform your $mercenariesTitle that you will be attending their poker night, and after settling your affairs in the penthouse you head down to the barracks. Unsurprisingly the atmosphere in the barracks is casual, especially in comparison to the high stakes games commonplace in arcology high society, though your mercenaries still maintain some measure of decorum towards you as their employer. Eventually, you settle in at the table with a handful of $mercenariesTitle officers and cash in your <<print cashFormat(5000)>> into chips. All that remains is to decide your strategy for the night. <br><br> <span id="bountyresult"> @@ -42,7 +42,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message Despite your attempts to mitigate risk and play the safest hands possible, it seems lady luck has conspired against you this evening. However, even when your last chip is spent, your mercenaries pitch you a few chips to keep you in the game for the rest of the night. You may have lost most of your ¤, but it seems you've @@.green;made some friends.@@ <<set $rep += 1000, $cash -= 2500>> <<else>> - While a careful eye for risk has buoyed you through the evening, ultimately lady luck is the decider in handing you the win in a number of close hands. Unfortunately your meticulous play limited your chance at a larger payout, and you only come away from the evening with ¤1000 more than you arrived with and @@.green;the respect of your mercenaries.@@ + While a careful eye for risk has buoyed you through the evening, ultimately lady luck is the decider in handing you the win in a number of close hands. Unfortunately your meticulous play limited your chance at a larger payout, and you only come away from the evening with <<print cashFormat(1000)>> more than you arrived with and @@.green;the respect of your mercenaries.@@ <<set $rep += 100, $cash += 1000>> <</if>> <</replace>> @@ -108,7 +108,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message </span> <</replace>> - <</link>> // It will cost ¤5000 to participate in the poker night.// + <</link>> // It will cost <<print cashFormat(5000)>> to participate in the poker night.// <</if>> </span> diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw index b64633743c54168b1e941ce8f94b0219ff7a7236..1a80e5886ff58b903ef25d5defab6b559a27aaea 100644 --- a/src/uncategorized/reRecruit.tw +++ b/src/uncategorized/reRecruit.tw @@ -327,7 +327,7 @@ A young slave is going door to door offering herself for sale on behalf of her o <br><br> She hikes up her skirt and spins around slowly. "The drugs also made my butt bigger, and I've had my butt done too. Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave, I'm a virgin and my anus has never had anything up it, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." She pulls her buttocks apart to prove it. <br><br> -"I cost ¤2500, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." +"I cost <<print cashFormat(2500)>>, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." <<case "school trap">> @@ -368,7 +368,7 @@ A young slave is going door to door offering herself for sale on behalf of her o <br><br> She hikes up her skirt and spins around slowly, displaying a petite, half-hard cock. "The drugs also made my butt bigger and my hips wider. Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave, my anus has never had anything up it, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." She pulls her buttocks apart to prove it. "I... I would be happy to serve you like I am now <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, or you could send me for surgery to give me a pussy instead, I would like that too, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." <br><br> -"I cost ¤2500, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." +"I cost <<print cashFormat(2500)>>, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." <<case "handsome PC">> @@ -499,7 +499,7 @@ One dented hood and smashed windshield later, someone was in big trouble. The ev <br><br> Given the damage to an expensive classic car and the meager balance of her bank accounts, this student is definitively up for enslavement. There's no way she or even anyone related to her could come up with the cash. All of which leaves you with an opportunity... the car's owner hasn't seen her yet, so you could conceivably approach him and buy the debt for this beauty off him. Better be quick, if he realizes what is waiting in a cell for him, you doubt he'd sell her at all. <br><br> -//Her debt will cost ¤5000 to pay off, with the usual ¤1000 in registration fees afterward. Alternatively, you could buy her and sell her.// +//Her debt will cost <<print cashFormat(5000)>> to pay off, with the usual <<print cashFormat(1000)>> in registration fees afterward. Alternatively, you could buy her and sell her.// <<case "male SD">> @@ -539,7 +539,7 @@ One dented hood and smashed windshield later, someone was in big trouble. The ev <br><br> Given the damage to an expensive classic car and the meager balance of his bank accounts, this student is definitively up for enslavement. There's no way he or even anyone related to him could come up with the cash. All of which leaves you with an opportunity... the car's owner hasn't seen the arrested student yet, so you could conceivably approach him and buy the debt for this young buck off him. Better be quick, or the owner might just choose to keep such a promising slave himself. <br><br> -//His debt will cost ¤5000 to pay off, with the usual ¤1000 in registration fees and a little work to make a satisfactory dickgirl out of him afterward. Alternatively, you could buy him and after just a little work with the remote surgery sell a newly made dickgirl.// +//His debt will cost <<print cashFormat(5000)>> to pay off, with the usual <<print cashFormat(1000)>> in registration fees and a little work to make a satisfactory dickgirl out of him afterward. Alternatively, you could buy him and after just a little work with the remote surgery sell a newly made dickgirl.// <<case "female SD 2">> @@ -595,7 +595,7 @@ Given the damage to an expensive classic car and the meager balance of her bank Most slavers wouldn't give such a bloated slave a second look, but your eyes are keen; there is a rather pretty face buried under all that flab. With a bit of work, she can be turned into a rather valuable asset; also it's always fun to break a haughty bitch into an obedient slut. <</if>> <br><br> -//Her debt will cost ¤5000 to pay off, with the usual ¤1000 in registration fees afterward. Alternatively, you could buy her and sell her.// +//Her debt will cost <<print cashFormat(5000)>> to pay off, with the usual <<print cashFormat(1000)>> in registration fees afterward. Alternatively, you could buy her and sell her.// <<case "female SE">> @@ -632,7 +632,7 @@ A (quite unrealistic) blockbuster movie took your arcology by storm recently, ca <br><br> The situation does yield a few business opportunities too, as not all of the guys think just with their dicks. One of them is currently offering his free girl for sale, which your assistant instantly flags for your attention. A video attached to the offer does look quite nice, as the slave-girl happily poses in the nude for her 'beloved', not knowing that he's planning to sell her. <br><br> -//The young woman will be auctioned off, but you think you should be able to get her for about ¤4000 or so... she's pretty and a virgin, but the nonexistent sex skills will keep the price relatively low in the end.// +//The young woman will be auctioned off, but you think you should be able to get her for about <<print cashFormat(4000)>> or so... she's pretty and a virgin, but the nonexistent sex skills will keep the price relatively low in the end.// <<case "MTF SE">> @@ -670,7 +670,7 @@ A (quite unrealistic) blockbuster movie took your arcology by storm recently, ca <br><br> It isn't just all natural females either, as a few men also jumped on the bandwagon, throwing in a little bit of transformative surgery in the mix. Either going all the way to making themselves into female slaves or hoping to be accepted as dick-girls after making the target of their affection fall for a pretty face and breasts. One of former cases gets flagged by your assistant as a business opportunity, as the new slave-owner wasn't impressed by a former male - despite her good looks and virgin pussy, he can't forget she originally was a man. A video attached to the 'sale offer' online post does show a relatively pretty young woman, sniffling quietly as she gets ordered to show off her body to prospective buyers. <br><br> -//The girl should go pretty cheap, just ¤2000. Sounds like the owner mostly wants to not be bothered by her anymore.// +//The girl should go pretty cheap, just <<print cashFormat(2000)>>. Sounds like the owner mostly wants to not be bothered by her anymore.// <<case "DG SE">> @@ -708,7 +708,7 @@ A (quite unrealistic) blockbuster movie took your arcology by storm recently, ca <br><br> It isn't just all natural females either, as a few men also jumped on the bandwagon, throwing in a little bit of transformative surgery in the mix. Either going all the way to making themselves into female slaves or hoping to be accepted as dick-girls after making the target of their affection fall for a pretty face and breasts. One of latter cases gets flagged by your assistant as a business opportunity, as the new slave-owner wasn't impressed by a former male and wants to get rid of the dickgirl as quickly as possible. A video attached to the 'sale offer' online post does show a relatively pretty young dickgirl, sniffling quietly as she gets ordered to show off her body to prospective buyers. <br><br> -//The dickgirl should go pretty cheap, just ¤1500. Sounds like the owner mostly wants to not be bothered by her anymore.// +//The dickgirl should go pretty cheap, just <<print cashFormat(1500)>>. Sounds like the owner mostly wants to not be bothered by her anymore.// <<case "gang leader">> @@ -796,7 +796,7 @@ A report about a successful operation by your mercenaries waits at your desk whe <br><br> After the fighting died down, they found a dickgirl inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of her biometric data revealed that she is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched her ass wide, she has been crudely gelded, and they've decorated her with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. <br><br> -//The young dickgirl has been used and abused quite a bit, making her deathly terrified about what might happen to her next. She has partially resigned to be nothing but a fuckhole. You can get her cheap from the owner, it'll be just ¤1000.// +//The young dickgirl has been used and abused quite a bit, making her deathly terrified about what might happen to her next. She has partially resigned to be nothing but a fuckhole. You can get her cheap from the owner, it'll be just <<print cashFormat(1000)>>.// <<case "herm runaway">> @@ -848,7 +848,7 @@ A report about a successful operation by your mercenaries waits at your desk whe <br><br> After the fighting died down, they found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of her biometric data revealed that she is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched her pussy and ass wide, she<<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> is pregnant with some dead criminal's offspring,<</if>> has been crudely gelded and they've decorated her with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. <br><br> -//The young dickgirl has been used and abused quite a bit, making her deathly terrified about what might happen to her next. She has partially resigned to be nothing but a fuckhole. You can get her cheap from the owner, it'll be just ¤1000.// +//The young dickgirl has been used and abused quite a bit, making her deathly terrified about what might happen to her next. She has partially resigned to be nothing but a fuckhole. You can get her cheap from the owner, it'll be just <<print cashFormat(1000)>>.// <<case "female runaway">> @@ -898,7 +898,7 @@ A report about a successful operation by your mercenaries waits at your desk whe <br><br> After the fighting died down, your men found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of her biometric data revealed that she is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched her pussy and ass wide,<<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> she is pregnant with some dead criminal bastard's offspring and<</if>> they've decorated her with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. <br><br> -//The young woman has been used and abused quite a bit, making her deathly terrified about what might happen to her next. She has partially resigned to be nothing but a fuckhole. You can get her cheap from the owner, it'll be just ¤1000.// +//The young woman has been used and abused quite a bit, making her deathly terrified about what might happen to her next. She has partially resigned to be nothing but a fuckhole. You can get her cheap from the owner, it'll be just <<print cashFormat(1000)>>.// <<case "CCS angel">> @@ -950,7 +950,7 @@ Wondering what sorts of strange paraphernalia or weird sex toys the grifter migh <br><br> The <<if ($activeSlave.actualAge >= 18)>>young woman<<else>>girl<</if>> is best described as being 'angelic', in a stereotypical Western view of the mythical divine messengers. Blond-haired, blue eyed and with milky-white skin, she has had a pair of beautifully detailed wings tattooed on her back. The small icon of two cherries next to one another also designates her to be a complete virgin. <br><br> -// Someone already started bidding for her and more bids are coming in fast. As such things usually go, you guess that the price will come out to about ¤5000 in the end.// +// Someone already started bidding for her and more bids are coming in fast. As such things usually go, you guess that the price will come out to about <<print cashFormat(5000)>> in the end.// <<case "CCS DA">> @@ -1002,7 +1002,7 @@ Wondering what sorts of strange paraphernalia or weird sex toys the grifter migh <br><br> The <<if ($activeSlave.actualAge >= 18)>>young woman<<else>>girl<</if>> is best described as being 'angelic', in a stereotypical Western view of the mythical divine messengers. Having jet-black hair and amber eyes, coupled with milky-white skin, there is a pair of beautifully detailed wings tattooed on her back. A whole row of icons depicting stylized sex acts mark her as being well versed in sexual matters. <br><br> -// Someone already started bidding for her and more bids are coming in fast. As such things usually go, you guess that the price will come out to about ¤7500 in the end.// +// Someone already started bidding for her and more bids are coming in fast. As such things usually go, you guess that the price will come out to about <<print cashFormat(7500)>> in the end.// <<case "racer DG chaser">> @@ -1046,7 +1046,7 @@ Whatever your predecessor's faults, he surely did something very right in endors <br><br> As fate has it, the person calling is the owner of the local race-track, wanting to offer you a deal. It turns out that he wants to sell one of his dick-girls to you at a fairly reasonable price. When you ask for a reason, the man replies, "Well, she's a crowd-pleaser alright with that big dick of hers, but... a bit headstrong. You see, she punched one of the other girls when they grabbed a virgin at the same time. She's been a distraction for the rest of the team, so I think it's best to remove her and bring in new talent." He then sends you her file to review, including more than a few videos of her 'in action' on the racetrack - both running as well as fucking. <br><br> -//The dickgirl does have an impressive physique and is tall, fast on the track and has a whopping big dick. She has some prestige from appearing in the races, but with the control issues, you could likely negotiate a bit and get her for ¤5000.// +//The dickgirl does have an impressive physique and is tall, fast on the track and has a whopping big dick. She has some prestige from appearing in the races, but with the control issues, you could likely negotiate a bit and get her for <<print cashFormat(5000)>>.// <<case "racer loser">> @@ -1098,7 +1098,7 @@ Whatever your predecessor's faults, he surely did something very right in endors <br><br> As fate has it, the person calling is the owner of the local race-track, wanting to offer you a deal. It turns out that he wants to sell one of his well-known virgin runners to you. When you ask him why, he is slightly surprised that you don't know already - turns out, the young woman got caught by an especially motivated chaser during the race yesterday, wrestling her to the ground and taking her virginity with a thick shaft. While a great athlete like her usually still would have a place in his stable, the race track's resident doctor just confirmed that she's pregnant. With abortion being out of the question - as the fans would see that as scandalous cheating defeating the purpose of the virgin race - the owner now wants to sell her before her fame fades. <br><br> -//The young woman is really pretty and tall, if a bit plain in the breast department. With the moderate fame she has earned during her racing career and its spectacular end, she'd draw raised interest if used as a whore. Due to the fact that she's no longer a virgin, pregnant and not really trained in sex acts, you could likely negotiate a bit and get her for ¤5000.// +//The young woman is really pretty and tall, if a bit plain in the breast department. With the moderate fame she has earned during her racing career and its spectacular end, she'd draw raised interest if used as a whore. Due to the fact that she's no longer a virgin, pregnant and not really trained in sex acts, you could likely negotiate a bit and get her for <<print cashFormat(5000)>>.// <<case "racer winner">> @@ -1144,7 +1144,7 @@ Whatever your predecessor's faults, he surely did something very right in endors <br><br> As fate has it, the person calling is the owner of the local race-track, wanting to offer you a deal. It turns out that he wants to sell one of his very prestigious virgin runners to you. She's been the champion of the race track for three years in a row now, the virgin queen of the slave-girl sprinters... so the man decided he'd maximize his profit by selling her at the height of her popularity instead of chancing a loss in the next big race. It's a young woman's sport, and with new talent being trained, he feels its time to give the <<if $activeSlave.actualAge >= 20>>early twenties<</if>> slave-girl a new purpose. There are numerous interested parties in buying her of course, but out of respect he is coming to you first. <br><br> -//The young woman is really pretty and tall, if a bit plain in the breast department. With the fame she has earned during her racing career, she'd draw quite a bit of interest if used as a whore. The price for her reflects that of course - you doubt you can get a price under ¤10000.// +//The young woman is really pretty and tall, if a bit plain in the breast department. With the fame she has earned during her racing career, she'd draw quite a bit of interest if used as a whore. The price for her reflects that of course - you doubt you can get a price under <<print cashFormat(10000)>>.// <<case "repo housekeeper">> @@ -1185,7 +1185,7 @@ Coming to your desk in the morning, you see that your assistant has flagged an i <br><br> The current sale offer by the company was taken from a college frat-house - apparently being enrolled at the small university in your arcology doesn't mean that the guys know their asses from their elbows in money-management. A few too many parties and frivolous purchases sent an asset reclamation officer to their door, soon leaving with one of those recent purchases - a pretty female slave who doubled as both a housekeeper and fuckhole for the whole bunch of horny students. She's cute and apparently well-trained, if a bit exhausted right now after numerous gang-bangs her former owners put her through. <br><br> -//The repo-company doesn't hold on to assets long, they just want to get new cash pretty quickly - which makes this a nice opportunity, as the price for the young woman is set pretty low. It'll just take ¤2500 to buy her off their hands.// +//The repo-company doesn't hold on to assets long, they just want to get new cash pretty quickly - which makes this a nice opportunity, as the price for the young woman is set pretty low. It'll just take <<print cashFormat(2500)>> to buy her off their hands.// <<case "repo nanny">> @@ -1226,7 +1226,7 @@ Coming to your desk in the morning, you see that your assistant has flagged an i <br><br> The current sale offer by the company was taken from a businesswoman's apartment - one of the higher income strata of the arcology, she's recently had fortune turn from her due to some unfortunate occurrences outside your demesne of the free cities. The file doesn't say exactly which - some natural catastrophe, raiders, competing business or whatnot - one thing is for sure though, she's in a financial pinch right now. All of which meant that her slave nanny was fair game to be taken and is now awaiting re-sale. As her mistress never had any sexual interest in the slave, the young woman is actually a virgin and used to the relatively cushy life of just watching children. The fact that all of that ended from one day to the next has made her quite afraid for her future... <br><br> -//The repo-company doesn't hold on to assets long, they just want to get new cash pretty quickly - which makes this a nice opportunity, as the price for the young woman is set pretty low. It'll just take ¤2500 to buy her off their hands.// +//The repo-company doesn't hold on to assets long, they just want to get new cash pretty quickly - which makes this a nice opportunity, as the price for the young woman is set pretty low. It'll just take <<print cashFormat(2500)>> to buy her off their hands.// <<case "farm cow">> @@ -1278,7 +1278,7 @@ As you're working on some boring administrative matters, a courier comes to your <br><br> From the looks of all the brochures and extra information included, the association's president is well-versed in how the Free Cities are run... leading him to promote his group directly to you. And not only that - in an effort to curry favor, he included a slave's records, including an offer to buy the obedient milking cow from his own stable for an almost ridiculously low price. <br><br> -//Checking her stats and the videos included, you see the woman is healthy and well cared for, fitting for a prized milk-producer. She's a mother of three already and has got another baby on the way, making her lactation an all natural one. With the registration and all, it'll still just take ¤2500 to buy her and add her to your own slave lineup.// +//Checking her stats and the videos included, you see the woman is healthy and well cared for, fitting for a prized milk-producer. She's a mother of three already and has got another baby on the way, making her lactation an all natural one. With the registration and all, it'll still just take <<print cashFormat(2500)>> to buy her and add her to your own slave lineup.// <<case "farm bull">> @@ -1327,7 +1327,7 @@ As you're working on some boring administrative matters, a courier comes to your <br><br> From the looks of all the brochures and extra information included, the association's president is well-versed in how the Free Cities are run... leading him to promote his group directly to you. And not only that - in an effort to curry favor, he included a slave's records, including an offer to buy the obedient breeding bull (a dickgirl) from his own stable for an almost ridiculously low price. <br><br> -//Checking her stats and the videos included, you see the dickgirl is healthy and well cared for, fitting for a prized breeder of countless milk cows. She's fathered countless offspring already and will yield quite a bit of cum if her cock is milked. With the registration and all, it'll still just take ¤2500 to buy her and add her to your own slave lineup.// +//Checking her stats and the videos included, you see the dickgirl is healthy and well cared for, fitting for a prized breeder of countless milk cows. She's fathered countless offspring already and will yield quite a bit of cum if her cock is milked. With the registration and all, it'll still just take <<print cashFormat(2500)>> to buy her and add her to your own slave lineup.// <<case "farm virgin cow">> @@ -1367,7 +1367,7 @@ As you're working on some boring administrative matters, a courier comes to your <br><br> From the looks of all the brochures and extra information included, the association's president is well-versed in how the Free Cities are run... leading him to promote his group directly to you. And not only that - in an effort to curry favor, he included a slave's records, including an offer to buy the fresh and yet unused virgin cow from his own stable for an almost ridiculously low price. <br><br> -//Checking her stats and the videos included, you see the young woman is healthy and well cared for, with a nice pair of tits. Her records indicate that she is very fertile and has excellent genes, promising a nice line of slaves to be bred in her womb. With the registration and all, it'll still just take ¤1500 to buy her and add her to your own slave lineup.// +//Checking her stats and the videos included, you see the young woman is healthy and well cared for, with a nice pair of tits. Her records indicate that she is very fertile and has excellent genes, promising a nice line of slaves to be bred in her womb. With the registration and all, it'll still just take <<print cashFormat(1500)>> to buy her and add her to your own slave lineup.// <<case "orphan rebellious female">> @@ -1407,7 +1407,7 @@ An invitation to a 'visitation day' at an orphanage in the arcology pops up in y <br><br> Knowing what's coming, the teachers in the facility do train their pupils accordingly and try to instill obedience and acceptance into those soon reaching eighteen years of age, but there are always those with whom the lessons don't quite take hold. The young woman that catches your eye from among the newly of age orphans is such a case... from all accounts, she's rather headstrong and doesn't bend her will to anyone really - for example having long lost her virginities one way or another. Still, a young slave at a fairly low price could be worth the investment for anyone who likes breaking them in... <br><br> -//A short discussion with an administrator establishes the young woman's asking price at ¤1500.// +//A short discussion with an administrator establishes the young woman's asking price at <<print cashFormat(1500)>>.// <<case "orphan femboy">> @@ -1454,7 +1454,7 @@ An invitation to a 'visitation day' at an orphanage in the arcology pops up in y <br><br> Knowing what's coming, the teachers in the facility do train their pupils accordingly and try to instill obedience and acceptance into those soon reaching eighteen years of age, and the young man you're shown in short notice is said to be a good student and receptive for his lessons. It is quite obvious why he hasn't been adopted so far - the eighteen year old is relatively small in stature and his face was too pretty and feminine to appeal to anyone wanting to add a male child to their family. For your uses on the other hand, he's perfect. With a little bit of training, this teen will make an excellent dickgirl. Approaching him, you question the soon-to-be slave a little, finding him nervous but fairly obedient to commands. Testing out his limits, you have him pull down his pants right then and there, revealing that there's one part of his body that's not at all small - his dick. When you pose the question what he'd think about becoming a dickgirl, he is speechless at first, then after a pointed stare stammers out, "I - um, I'd do my best, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" -//Satisfied, you leave him be and have a short discussion with an administrator, who establishes the young man's - or rather dickgirl's - asking price at ¤1500.// +//Satisfied, you leave him be and have a short discussion with an administrator, who establishes the young man's - or rather dickgirl's - asking price at <<print cashFormat(1500)>>.// <<case "captured teen">> @@ -1508,7 +1508,7 @@ With apprehension, you decide to let the call through. The screen switches from The men explain that they've captured the young daughter of a wealthy old-world businessman, by abducting her straight from a gated community. It's far from uncommon for girls to be captured and sold as slaves, but that these men had the balls to raid a gated community is something else. There are still some places in the world that are considered safe, where the world's deterioration isn't readily apparent. Showing that these places aren't safe from the predations of slavers upsets what little balance that the old world still has left, and that isn't always a good thing for the Free Cities.<br><br> At any rate, she's a fine capture. And unsurprisingly, they want to get rid of her. Fast. They're willing to offer a below-market price for her enslavement. <br><br> -//You can buy out her auction for ¤10000.// +//You can buy out her auction for <<print cashFormat(10000)>>.// <<case "desperate university milf">> @@ -1646,7 +1646,7 @@ Coming to your desk in the morning, you see that your assistant has flagged an i <br><br> The current sale offer comes from one of the arcology's oldest college frat-houses - apparently a wealthy alumnus of the fraternity has bestowed a significant donation on the current brothers of the frat house. A few visits to the slave market later, the frat house is practically flush with fresh, nubile, slavegirls. Yet, all these new slaves have left little room for one of the frat house's oldest fixtures - an older female slave who doubled as both a housekeeper and fuckhole for a few generations of horny students. She's pretty and has been well-trained over the years, if a bit exhausted from her decades of serving as a sexual outlet to a house of frat brothers. <br><br> -//The brothers don't want to hold onto her for long, having already been entranced by their multitude of new purchases - which makes this a nice opportunity, as the price for the middle-aged woman is set pretty low. It'll just take ¤2500 to buy her off their hands.// +//The brothers don't want to hold onto her for long, having already been entranced by their multitude of new purchases - which makes this a nice opportunity, as the price for the middle-aged woman is set pretty low. It'll just take <<print cashFormat(2500)>> to buy her off their hands.// <<case "immigrant">> @@ -1942,7 +1942,7 @@ Every push, every desperate contraction must be agonizing to her. Fortunately yo She comes immediately from the immigration center to your arcology. You patiently explain the realities of the situation to her. She isn't too bright and it takes a while for things to sink in. The scanners finally do it, though. She sobs as the biometric scanners scrupulously record her every particular as belonging not to a person but to a piece of human property. She tries to resist placing her biometric signature in testament to the truth of her debt, but when you observe that the alternative is death, she complies. You add that she's already been purchased by a brothel, and would be well advised to keep obeying. She breaks down entirely at this. <</switch>> <</replace>> -<</link>> //This will bring in ¤$slaveCost.// +<</link>> //This will bring in <<print cashFormat($slaveCost)>>.// <</switch>> <<else>> //You lack the necessary funds to enslave her.// @@ -1953,9 +1953,9 @@ Every push, every desperate contraction must be agonizing to her. Fortunately yo <<replace "#result">> You take her up on her offer, <<if $PC.dick == 1>> - grab her wiggling hips, and hilt your dick in her tight ass. She's clueless when it comes to anal, so the experience isn't too enjoyable for you. You leave her with a ¤1 tip, a load of cum in her butt and a smile on her face over getting any money at all. + grab her wiggling hips, and hilt your dick in her tight ass. She's clueless when it comes to anal, so the experience isn't too enjoyable for you. You leave her with a <<print cashFormat(1)>> tip, a load of cum in her butt and a smile on her face over getting any money at all. <<else>> - pull out a strapon you carry for just such an occasion, grab her wiggling hips, and hilt yourself in her tight ass. She's clueless when it comes to anal, so the experience isn't too enjoyable for you. You leave her with a ¤1 tip, a sore rear and a smile on her face over getting any money at all. + pull out a strapon you carry for just such an occasion, grab her wiggling hips, and hilt yourself in her tight ass. She's clueless when it comes to anal, so the experience isn't too enjoyable for you. You leave her with a <<print cashFormat(1)>> tip, a sore rear and a smile on her face over getting any money at all. <</if>> <</replace>> <</link>> diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw index 32e18b1810038e804cf3bd7f4d246ef5374b7d4c..2cb9818523edc08cdb5e48d0b6b61920e1871505 100644 --- a/src/uncategorized/reRelativeRecruiter.tw +++ b/src/uncategorized/reRelativeRecruiter.tw @@ -526,7 +526,7 @@ She waits anxiously for your decision. <<set $activeSlave.ID = $newRelativeRecruitID++>> <br><br> -You look up the _relationType. She costs ¤$slaveCost, a bargain, but you won't be able to inspect her beyond her likely resemblance to her +You look up the _relationType. She costs <<print cashFormat($slaveCost)>>, a bargain, but you won't be able to inspect her beyond her likely resemblance to her <<switch _relationType>> <<case "daughter">> mother. Her listing states that she was used as a prostitute by her previous owner. @@ -1003,7 +1003,7 @@ She waits anxiously for your decision. <br><br> -You look up the $activeSlave.relation. She costs ¤$slaveCost, a bargain, but you won't be able to inspect her beyond her likely resemblance to her <<print relationTargetWord($activeSlave)>>. +You look up the $activeSlave.relation. She costs <<print cashFormat($slaveCost)>>, a bargain, but you won't be able to inspect her beyond her likely resemblance to her <<print relationTargetWord($activeSlave)>>. <br><br> diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw index 2d7eaeed18ec3613c47562b64e9f9b5d4b8098c7..dfe38c7a189c925cb805d856aa8b78223205bb77 100644 --- a/src/uncategorized/reShelterInspection.tw +++ b/src/uncategorized/reShelterInspection.tw @@ -95,7 +95,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<set $shelterAbuse += 10>> <<include "New Slave Intro">> <</replace>> -<</link>> //This will cost ¤$contractCost// +<</link>> //This will cost <<print cashFormat($contractCost)>>// <<if ($dairy > 0) && ($dairyRestraintsSetting > 1) && ($subSlave.assignment == "work in the dairy")>> <br><<link "The slave is attached to a milking machine, and so will be the inspector">> <<assignJob $activeSlave "work in the dairy">> @@ -106,7 +106,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<set $shelterAbuse += 10>> <<AddSlave $activeSlave>> /* skip New Slave Intro */ <</replace>> -<</link>> //This will cost ¤<<print $contractCost/2>>// +<</link>> //This will cost <<print cashFormat($contractCost/2)>>// <</if>> <<if ($dairyRestraintsSetting < 2) || ($subSlave.assignment != "work in the dairy")>> <br><<link "Allow the inspection">> diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw index d74412fffba3946d59bb1519df6de1b6819bc148..9ced49c72f4bed42f339cc23838317f919e23bb9 100644 --- a/src/uncategorized/recETS.tw +++ b/src/uncategorized/recETS.tw @@ -55,7 +55,7 @@ A matronly woman comes to your penthouse in tears. It seems she is a tenant of y <br><br> -//Enslaving her will cost ¤<<print $contractCost>>. Alternatively, you could sell your rights to her. Less costs, this will bring in ¤<<print $slaveCost>>. As a third option, for ¤<<print ($contractCost*2)>> you could manipulate her to bind both mother and daughter, but you wouldn't be able to examine the daughter first.// +//Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could manipulate her to bind both mother and daughter, but you wouldn't be able to examine the daughter first.// <<case "posh mother daughter">> @@ -99,7 +99,7 @@ An older woman comes to see you representing her family business. She's pretty e <br><br> -//Enslaving the mother will cost ¤<<print $contractCost>>. Alternatively, you could sell your rights to her. Less costs, this will bring in ¤<<print $slaveCost>>. As a third option, for ¤<<print ($contractCost*2)>> you could enslave both mother and daughter, but you wouldn't be able to examine the daughter first.// +//Enslaving the mother will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and daughter, but you wouldn't be able to examine the daughter first.// <<case "incest mother son">> @@ -153,7 +153,7 @@ This call is coming from a public kiosk, which is usually an indication that the <br><br> -It would cost ¤<<print $contractCost>> to enslave the two of them. +It would cost <<print cashFormat($contractCost)>> to enslave the two of them. <<case "incest father daughter">> @@ -193,7 +193,7 @@ This call is coming from a public kiosk, which is usually an indication that the <br><br> -It would cost ¤<<print $contractCost>> to enslave the two of them. +It would cost <<print cashFormat($contractCost)>> to enslave the two of them. <<case "mismatched pair">> @@ -255,7 +255,7 @@ You bring up a video feed of the one-room apartment they share. A man, clearly a <br><br> -//Enslaving the younger, sissy sister will cost ¤<<print $contractCost>>. Alternatively, you could sell your rights to her. Less costs, this will bring in ¤<<print $slaveCost>>. As a third option, for ¤<<print ($contractCost*2)>> you could enslave both sisters, but you wouldn't be able to examine the older one first. She'll likely be very rebellious and sexually unskilled.// +//Enslaving the younger, sissy sister will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both sisters, but you wouldn't be able to examine the older one first. She'll likely be very rebellious and sexually unskilled.// <<case "matched pair">> @@ -316,7 +316,7 @@ One of them speaks up. "We're twins, <<if def $PC.customTitle>>$PC.customTitle<< <br><br> -"We cost ¤<<print $contractCost>>, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." +"We cost <<print cashFormat($contractCost)>>, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." <br><br> @@ -381,7 +381,7 @@ One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if> <br><br> -"We cost ¤<<print $contractCost>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." +"We cost <<print cashFormat($contractCost)>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." <br><br> @@ -460,7 +460,7 @@ The other blurts out. "But we kinda got too into each other, in more ways than o <br><br> -"We cost ¤<<print $contractCost>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." +"We cost <<print cashFormat($contractCost)>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." <br><br> @@ -531,7 +531,7 @@ This call is coming from a public kiosk, which is usually an indication that the <br><br> -//Enslaving her will cost ¤<<print $contractCost>>. Alternatively, you could sell your rights to her. Less costs, this will bring in ¤<<print $slaveCost>>.<<if $minimumSlaveAge <= 3>> As a third option, for ¤<<print ($contractCost*2)>> you could enslave both mother and her eldest child, the rest will be sent to the slave orphanages, but you can't tell its gender from the call. She should be a good value, though.<</if>>// +//Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in <<print cashFormat($slaveCost)>>.<<if $minimumSlaveAge <= 3>> As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and her eldest child, the rest will be sent to the slave orphanages, but you can't tell its gender from the call. She should be a good value, though.<</if>>// <<default>> <br>ERROR: bad recETS event $RecETSevent diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index dd31480540626f888391c115c2e0def88ca4a936..bdbb60d65181c4733b09c543169a96a875633443 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -1265,7 +1265,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <<set $activeLimbs.ID = $activeSlave.ID>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <<elseif $prostheticsUpgrade == 2>> <<if $activeSlave.amp >= 0>> @@ -1286,7 +1286,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <</if>> | <<if $activeSlave.amp != -2 && $activeSlave.readyLimbs.includes(-2) != 1>> @@ -1299,7 +1299,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <</if>> | <<if $activeSlave.amp != -3 && $activeSlave.readyLimbs.includes(-3) != 1>> @@ -1312,7 +1312,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <</if>> | <<if $activeSlave.amp != -4 && $activeSlave.readyLimbs.includes(-4) != 1>> @@ -1325,7 +1325,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <</if>> <<else>> <<if $activeSlave.amp >= 0>> @@ -1346,7 +1346,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤5000// + <</link>> //Costs <<print cashFormat(5000)>>// <</if>> <<if $activeSlave.amp != -2 && $activeSlave.readyLimbs.includes(-2) != 1>> | @@ -1359,7 +1359,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <</if>> <<if $activeSlave.amp != -3 && $activeSlave.readyLimbs.includes(-3) != 1>> | @@ -1372,7 +1372,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <</if>> <<if $activeSlave.amp != -4 && $activeSlave.readyLimbs.includes(-4) != 1>> | @@ -1385,7 +1385,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤10000// + <</link>> //Costs <<print cashFormat(10000)>>// <</if>> <<if $activeSlave.amp != -5 && $activeSlave.readyLimbs.includes(-5) != 1>> | @@ -1398,7 +1398,7 @@ The prosthesis facility is not currently building a set of artificial limbs for <</if>> <<set $limbs.push($activeLimbs)>> <<goto "Remote Surgery">> - <</link>> //Costs ¤15000// + <</link>> //Costs <<print cashFormat(15000)>>// <</if>> <</if>> <<elseif $activeLimbs.weeksToCompletion > 0>> diff --git a/src/uncategorized/resEndowment.tw b/src/uncategorized/resEndowment.tw index 6e1a4cd5437e045831cdcb19abc88e91b7f7a352..5530e2ea86913feb91966da93df828a891999963 100644 --- a/src/uncategorized/resEndowment.tw +++ b/src/uncategorized/resEndowment.tw @@ -57,7 +57,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Endow better skills training">> <<replace "#result">> @@ -66,7 +66,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Make a generous contribution">> <<replace "#result">> @@ -74,7 +74,7 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <<elseif $RESEndowment == "GRI">> <<link "Focus on curative research">> <<replace "#result">> @@ -83,7 +83,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Support refined hormonal research to prevent shrinkage">> <<replace "#result">> @@ -92,7 +92,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Make a generous contribution">> <<replace "#result">> @@ -100,7 +100,7 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <<elseif $RESEndowment == "SCP">> <<link "Endow a focus on loyalty at the cost of intelligence">> <<replace "#result">> @@ -109,7 +109,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Support better skills training">> <<replace "#result">> @@ -118,7 +118,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Make a generous contribution">> <<replace "#result">> @@ -126,7 +126,7 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <<elseif $RESEndowment == "LDE">> <<link "Endow drug therapy designed to enhance infatuation">> <<replace "#result">> @@ -135,7 +135,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Support refined hormonal research to prevent shrinkage">> <<replace "#result">> @@ -144,7 +144,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Make a generous contribution">> <<replace "#result">> @@ -152,7 +152,7 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <<elseif $RESEndowment == "TGA">> <<link "Endow an advanced training center to produce fanatical loyalty">> <<replace "#result">> @@ -161,7 +161,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Endow a combat training program">> <<replace "#result">> @@ -170,7 +170,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Make a generous contribution">> <<replace "#result">> @@ -178,7 +178,7 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <<elseif $RESEndowment == "HA">> <<link "Support higher education training">> <<replace "#result">> @@ -187,7 +187,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Focus on growth stimulants research">> <<replace "#result">> @@ -196,7 +196,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Focus on strongfat body type">> <<replace "#result">> @@ -205,7 +205,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Make a generous contribution">> <<replace "#result">> @@ -213,7 +213,7 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <<elseif $RESEndowment == "TCR">> <<link "Encourage the sale of breeding bulls">> <<replace "#result">> @@ -222,7 +222,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Encourage the sale of heifers">> <<replace "#result">> @@ -231,7 +231,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Make a generous contribution">> <<replace "#result">> @@ -239,7 +239,7 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <<else>> <<link "Fund the first matron">> <<replace "#result">> @@ -250,7 +250,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Fund the second matron">> <<replace "#result">> @@ -261,7 +261,7 @@ <<set $cash -= 50000>> <<set $rep += 1500>> <</replace>> - <</link>> //This will cost ¤50000// + <</link>> //This will cost <<print cashFormat(50000)>>// <br> <<link "Patronize them without taking sides">> <<replace "#result">> @@ -269,6 +269,6 @@ <<set $cash -= 10000>> <<set $rep += 1000>> <</replace>> - <</link>> //This will cost ¤10000// + <</link>> //This will cost <<print cashFormat(10000)>>// <</if>> </span> diff --git a/src/uncategorized/rulesAssistant.tw b/src/uncategorized/rulesAssistant.tw index e20a1b26d163b18f956d542c93b2f71416e8df71..d18eb219516f8ecc3466d44df29a9504abfa0965 100644 --- a/src/uncategorized/rulesAssistant.tw +++ b/src/uncategorized/rulesAssistant.tw @@ -2135,7 +2135,7 @@ Relationship rules: <span id="relation">''$currentRule.relationshipRules.''</spa <<if $currentRule.pornFameSpending == -1>> Release of feeds showing excellent slaves' sex lives: ''off.'' <<else>> - Weekly porn publicity subsidy: ''¤$currentRule.pornFameSpending.'' + Weekly porn publicity subsidy: ''<<print cashFormat($currentRule.pornFameSpending)>>.'' <</if>> </span> diff --git a/src/uncategorized/saGetMilked.tw b/src/uncategorized/saGetMilked.tw index 3657bac3b39dc83dbfebb757cc5bf2e5b8acf55c..67b9b6285451922575e915f3b15930e610c98146 100644 --- a/src/uncategorized/saGetMilked.tw +++ b/src/uncategorized/saGetMilked.tw @@ -155,13 +155,13 @@ gets milked this week. <<if ($arcologies[0].FSPastoralistLaw == 1)>> <<set $milkSale = $milk*(8+Math.trunc($arcologies[0].FSPastoralist/30))>> - Since breast milk is $arcologies[0].name's only legal dairy product, she can scarcely be milked fast enough, and she makes @@.yellowgreen;¤$milkSale.@@ + Since breast milk is $arcologies[0].name's only legal dairy product, she can scarcely be milked fast enough, and she makes @@.yellowgreen;<<print cashFormat($milkSale)>>.@@ <<elseif ($arcologies[0].FSPastoralist != "unset")>> <<set $milkSale = $milk*(6+Math.trunc($arcologies[0].FSPastoralist/30))>> - Since milk is fast becoming a major part of the $arcologies[0].name's dietary culture, her milk is in demand, and she makes @@.yellowgreen;¤$milkSale.@@ + Since milk is fast becoming a major part of the $arcologies[0].name's dietary culture, her milk is in demand, and she makes @@.yellowgreen;<<print cashFormat($milkSale)>>.@@ <<else>> <<set $milkSale = $milk*6>> - Her milk is sold for @@.yellowgreen;¤$milkSale.@@ + Her milk is sold for @@.yellowgreen;<<print cashFormat($milkSale)>>.@@ <</if>> <<set $cash += $milkSale>> <<set _incomeStats.income += $milkSale>> @@ -416,15 +416,15 @@ gets milked this week. <<if ($arcologies[0].FSPastoralist == "unset")>> <<set _cumSale = ($cum*random(15,25))>> <<if $slaves[$i].vasectomy == 1>><<set _cumSale *= 0.2>><<elseif $slaves[$i].prostate == 3>><<set _cumSale *= 0.5>><</if>> - She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate is sold for @@.yellowgreen;¤<<print _cumSale>>.@@ + She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate is sold for @@.yellowgreen;<<print cashFormat(_cumSale)>>.@@ <<elseif $arcologies[0].FSPastoralistLaw == 1>> <<set _cumSale = ($cum*(random(20,40)))>> <<if $slaves[$i].vasectomy == 1>><<set _cumSale *= 0.2>><<elseif $slaves[$i].prostate == 3>><<set _cumSale *= 0.5>><</if>> - She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in extremely high demand as one of $arcologies[0].name's few legal sources of animal protein, is sold for @@.yellowgreen;¤<<print _cumSale>>.@@ + She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in extremely high demand as one of $arcologies[0].name's few legal sources of animal protein, is sold for @@.yellowgreen;<<print cashFormat(_cumSale)>>.@@ <<else>> <<set _cumSale = ($cum*(random(10,20)+Math.trunc($arcologies[0].FSPastoralist/10)))>> <<if $slaves[$i].vasectomy == 1>><<set _cumSale *= 0.2>><<elseif $slaves[$i].prostate == 3>><<set _cumSale *= 0.5>><</if>> - She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in high demand given the new cultural preference for slave products, is sold for @@.yellowgreen;¤<<print _cumSale>>.@@ + She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in high demand given the new cultural preference for slave products, is sold for @@.yellowgreen;<<print cashFormat(_cumSale)>>.@@ <</if>> <<set $cash += _cumSale>> <<set _incomeStats.income += _cumSale>> @@ -497,7 +497,7 @@ gets milked this week. <<set $fluidSale = Math.trunc($fluidSale*(1 + ($arcologies[0].FSPastoralist-30)/140)) >> /* fully accepted parsoralism gives +50% on the price*/ Because of your arcology's cultural preferences, it comes with extra value. <</if>> - It is sold for @@.yellowgreen;¤<<print $fluidSale>>.@@ + It is sold for @@.yellowgreen;<<print cashFormat($fluidSale)>>.@@ <<set $cash += $fluidSale>> <<set _incomeStats.income += $fluidSale>> <</if>> /* CLOSES FEMALE PROSTATE FLUID GATHERING */ diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 6036f7bedd2814bfb04bff33e34494125b1f1080..489f1bd5319760b83e55c2634fc1b728de492711 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -7199,7 +7199,7 @@ <<if $slaves[$i].breedingMark == 1>> <<if $slaves[$i].preg > 3 || $slaves[$i].pregKnown == 1>> <<if $slaves[$i].pregSource != -1>> - $slaves[$i].slaveName's weekly health checkup revealed she is pregnant with an unacceptable child. @@.red;Its life has been terminated, you have been fined ¤100000, and your rep among the Elite has been severely damaged.@@ + $slaves[$i].slaveName's weekly health checkup revealed she is pregnant with an unacceptable child. @@.red;Its life has been terminated, you have been fined <<print cashFormat(100000)>>, and your rep among the Elite has been severely damaged.@@ <<set $slaves[$i].preg = 0>> <<set $slaves[$i].pregType = 0>> <<set $slaves[$i].pregSource = 0>> diff --git a/src/uncategorized/saServeThePublic.tw b/src/uncategorized/saServeThePublic.tw index a757a14c2bafec2d0afc29e52786894504e8758c..46ac8bcbad4351aadd4cd597bb6eb96da9ad67e7 100644 --- a/src/uncategorized/saServeThePublic.tw +++ b/src/uncategorized/saServeThePublic.tw @@ -1672,9 +1672,9 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau __This week__ _vignette.text <<if (_vignette.type == "cash")>> <<if (_vignette.effect > 0)>> - @@.yellowgreen;making you an extra ¤<<print Math.trunc($FResult*_vignette.effect)>>.@@ + @@.yellowgreen;making you an extra <<print cashFormat(Math.trunc($FResult*_vignette.effect))>>.@@ <<elseif (_vignette.effect < 0)>> - @@.red;losing you ¤<<print Math.abs(Math.trunc($FResult*_vignette.effect))>>.@@ + @@.red;losing you <<print cashFormat(Math.abs(Math.trunc($FResult*_vignette.effect)))>>.@@ <<else>> an incident without lasting effect. <</if>> diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw index b6e69f88cdb51b49dc8882c3c578fa685e9c5021..9e4f24c0b3a33efe9691eb15b94cdb7cde728f7a 100644 --- a/src/uncategorized/saWhore.tw +++ b/src/uncategorized/saWhore.tw @@ -202,7 +202,7 @@ her body. <</if>> <<set $beauty = Math.trunc($beauty*$beautyMultiplier)>> -Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that each of her holes was often filled by more than one cock<<elseif $beauty > 140>>, so many that she spent much of her time getting gangbanged<<elseif $beauty > 120>>, so many that customers often spitroasted the slut<<elseif $beauty > 100>>, so many that she frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that she occasionally had sex with multiple customers at once<</if>>. They paid ¤$FResult on average. +Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that each of her holes was often filled by more than one cock<<elseif $beauty > 140>>, so many that she spent much of her time getting gangbanged<<elseif $beauty > 120>>, so many that customers often spitroasted the slut<<elseif $beauty > 100>>, so many that she frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that she occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average. <<set _incomeStats.customers = $beauty>> <<if $seeAge == 1>> @@ -306,17 +306,17 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da <<if canDoVaginal($slaves[$i])>> <<if ($slaves[$i].vagina == 0)>> <<if ($slaves[$i].aphrodisiacs > 1) || ($slaves[$i].inflationType == "aphrodisiac")>> - Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ @@.lime;Her pussy is now broken in.@@ + Her virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ @@.lime;Her pussy is now broken in.@@ <<set $slaves[$i].devotion += 4>> <<set $slaves[$i].vagina = 1>> <<set $FResult += 10>> <<elseif ($slaves[$i].devotion > 20)>> - Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. Losing her virginity in this way @@.hotpink;confirms her submission to you.@@ @@.lime;Her pussy is now broken in.@@ + Her virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. Losing her virginity in this way @@.hotpink;confirms her submission to you.@@ @@.lime;Her pussy is now broken in.@@ <<set $slaves[$i].devotion += 4>> <<set $slaves[$i].vagina = 1>> <<set $FResult += 10>> <<else>> - Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. She tries to resist, and losing her virginity to a rape makes her @@.mediumorchid;hate@@ and @@.gold;fear@@ you a great deal. @@.lime;Her pussy is now broken in.@@ + Her virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. She tries to resist, and losing her virginity to a rape makes her @@.mediumorchid;hate@@ and @@.gold;fear@@ you a great deal. @@.lime;Her pussy is now broken in.@@ <<set $slaves[$i].devotion -= 10>> <<set $slaves[$i].trust -= 10>> <<set $slaves[$i].vagina = 1>> @@ -334,17 +334,17 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da <<if canDoAnal($slaves[$i])>> <<if ($slaves[$i].anus == 0)>> <<if ($slaves[$i].aphrodisiacs > 1) || ($slaves[$i].inflationType == "aphrodisiac")>> - Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@ + Her tight little anus goes to the highest bidder, earning <<print cashFormat(($beauty*5))>>. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@ <<set $slaves[$i].devotion += 4>> <<set $slaves[$i].anus = 2>> <<set $FResult += 5>> <<elseif ($slaves[$i].devotion > 20)>> - Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. The pain and humiliation @@.hotpink;confirm her submission to you.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@ + Her tight little anus goes to the highest bidder, earning <<print cashFormat(($beauty*5))>>. The pain and humiliation @@.hotpink;confirm her submission to you.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@ <<set $slaves[$i].devotion += 4>> <<set $slaves[$i].anus = 2>> <<set $FResult += 5>> <<else>> - Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. The pain and humiliation increases her @@.mediumorchid;hatred@@ and @@.gold;fear@@ for you. Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@ + Her tight little anus goes to the highest bidder, earning <<print cashFormat(($beauty*5))>>. The pain and humiliation increases her @@.mediumorchid;hatred@@ and @@.gold;fear@@ for you. Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@ <<set $slaves[$i].devotion -= 5>> <<set $slaves[$i].trust -= 5>> <<set $slaves[$i].anus = 2>> @@ -1007,7 +1007,7 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da <</if>> <</if>> -In total, you were paid @@.yellowgreen;¤<<print Math.trunc($beauty*$FResult)>>@@ for the use of $slaves[$i].slaveName's body this week. +In total, you were paid @@.yellowgreen;<<print cashFormat(Math.trunc($beauty*$FResult))>>@@ for the use of $slaves[$i].slaveName's body this week. <<set $cash += Math.trunc(($beauty*$FResult)*(1+(0.002*$slaves[$i].whoreSkill)))>> <<set _incomeStats.income += Math.trunc(($beauty*$FResult)*(1+(0.002*$slaves[$i].whoreSkill)))>> @@ -1692,9 +1692,9 @@ In total, you were paid @@.yellowgreen;¤<<print Math.trunc($beauty*$FResult)>>@ __This week__ _vignette.text <<if (_vignette.type == "cash")>> <<if (_vignette.effect > 0)>> - @@.yellowgreen;making you an extra ¤<<print Math.trunc($FResult*_vignette.effect)>>.@@ + @@.yellowgreen;making you an extra <<print cashFormat(Math.trunc($FResult*_vignette.effect))>>.@@ <<elseif (_vignette.effect < 0)>> - @@.red;losing you ¤<<print Math.abs(Math.trunc($FResult*_vignette.effect))>>.@@ + @@.red;losing you <<print cashFormat(Math.abs(Math.trunc($FResult*_vignette.effect)))>>.@@ <<else>> an incident without lasting effect. <</if>> diff --git a/src/uncategorized/saWorkAGloryHole.tw b/src/uncategorized/saWorkAGloryHole.tw index f4978c0192628fdb7049a41b2856cc39ce886c15..9497d8b73e0ca83d963beaf0edf0767ec11ce6e9 100644 --- a/src/uncategorized/saWorkAGloryHole.tw +++ b/src/uncategorized/saWorkAGloryHole.tw @@ -36,7 +36,7 @@ <<set $FResult += 1>> <</if>> -is <<if $slaves[$i].fuckdoll == 0>>restrained in a glory hole<<else>>set out for use<</if>>. $beauty customers (<<print Math.trunc($beauty/7)>> a day) paid ¤$FResult to use $possessive holes. +is <<if $slaves[$i].fuckdoll == 0>>restrained in a glory hole<<else>>set out for use<</if>>. $beauty customers (<<print Math.trunc($beauty/7)>> a day) paid <<print cashFormat($FResult)>> to use $possessive holes. <<set _incomeStats.customers = $beauty>> <<if ($arcologies[0].FSDegradationist > 0)>> @@ -132,7 +132,7 @@ is <<if $slaves[$i].fuckdoll == 0>>restrained in a glory hole<<else>>set out for <</if>> <</if>> -$possessiveCap feelings, skills, and appearance do not matter. $pronounCap is condemned to a world that consists of a tiny cell, featureless except for the never-ending dicks $pronoun is required to service. You were paid @@.yellowgreen;¤<<print ($beauty*$FResult)>>@@ for the use of $slaves[$i].slaveName's holes this week. +$possessiveCap feelings, skills, and appearance do not matter. $pronounCap is condemned to a world that consists of a tiny cell, featureless except for the never-ending dicks $pronoun is required to service. You were paid @@.yellowgreen;<<print cashFormat(($beauty*$FResult))>>@@ for the use of $slaves[$i].slaveName's holes this week. /* FACILITY DECORATION IMPACTS */ diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw index 49aa77d62cabd1f6f225cc1c58281784cbf0d095..afabbd18d11561500313c48730766819ae61c96a 100644 --- a/src/uncategorized/schoolroom.tw +++ b/src/uncategorized/schoolroom.tw @@ -72,14 +72,14 @@ $schoolroomNameCaps is well-equipped, with wall screens to display lessons. Thes <</if>> <<set _Tmult0 = Math.trunc($schoolroom*1000*$upgradeMultiplierArcology)>> <br>$schoolroomNameCaps has room to house $schoolroom slaves while they learn. -[[Expand the schoolroom|Schoolroom][$cash -= _Tmult0, $schoolroom += 5, $PC.engineering += .1]] //Costs ¤_Tmult0// +[[Expand the schoolroom|Schoolroom][$cash -= _Tmult0, $schoolroom += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $schoolroomUpgradeSkills == 1>> $schoolroomNameCaps provides slaves with some intermediate skills, including a solid foundation in sex, efficient and safe prostitution, and the rudiments of courtesanship. <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> - $schoolroomNameCaps inculcates the basic skills necessary to a sex slave. [[Upgrade the curriculum to cover some intermediate skills|Schoolroom][$cash -= _Tmult1, $schoolroomUpgradeSkills = 1]] //Costs ¤_Tmult1// + $schoolroomNameCaps inculcates the basic skills necessary to a sex slave. [[Upgrade the curriculum to cover some intermediate skills|Schoolroom][$cash -= _Tmult1, $schoolroomUpgradeSkills = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <br> @@ -87,14 +87,14 @@ $schoolroomNameCaps is well-equipped, with wall screens to display lessons. Thes <<if $schoolroomUpgradeLanguage == 1>> $schoolroomNameCaps boasts state of the art linguistic interfaces that allow it to teach the basics of the arcology's lingua franca with increased success. <<else>> - $schoolroomNameCaps includes only basic language classes in its curriculum. [[Install advanced linguistic interfaces to efficiently teach the arcology's lingua franca|Schoolroom][$cash -= _Tmult2, $schoolroomUpgradeLanguage = 1]] //Costs ¤_Tmult2// + $schoolroomNameCaps includes only basic language classes in its curriculum. [[Install advanced linguistic interfaces to efficiently teach the arcology's lingua franca|Schoolroom][$cash -= _Tmult2, $schoolroomUpgradeLanguage = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <br> <<if $schoolroomUpgradeRemedial == 1>> $schoolroomNameCaps has been upgraded with advanced teaching tools to help even the stupidest slave learn at an acceptable pace. Intelligent slaves won't learn much faster as a result, but idiots will benefit a great deal. <<else>> - $schoolroomNameCaps teaches idiots using standard methods. [[Purchase specialized materials to help stupid slaves learn good|Schoolroom][$cash -= _Tmult2, $schoolroomUpgradeRemedial = 1]] //Costs ¤_Tmult2// + $schoolroomNameCaps teaches idiots using standard methods. [[Purchase specialized materials to help stupid slaves learn good|Schoolroom][$cash -= _Tmult2, $schoolroomUpgradeRemedial = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <br><br> @@ -137,4 +137,4 @@ $schoolroomNameCaps is well-equipped, with wall screens to display lessons. Thes <<include "Slave Summary">> <<resetAssignmentFilter>> </span> -<br><br>Rename $schoolroomName: <<textbox "$schoolroomName" $schoolroomName "Schoolroom">> //Use a noun or similar short phrase// \ No newline at end of file +<br><br>Rename $schoolroomName: <<textbox "$schoolroomName" $schoolroomName "Schoolroom">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw index 01baae22cd3b266f309e1cdb19f8b8ff8fb2c77c..05c801dc5526b2723f4b9d898a5f94ce60a22f2d 100644 --- a/src/uncategorized/schoolroomReport.tw +++ b/src/uncategorized/schoolroomReport.tw @@ -111,7 +111,7 @@ <<if (_DL < $schoolroom)>> <<set _seed = random(1,10)+(($schoolroom-_DL)*(random(150,170)+(_idleBonus*10)))>> <<set $cash += _seed>> - <br> Since she doesn't have enough students to occupy all her time, $schoolroomName takes in citizens' slaves on a contract basis and she teaches them too, earning @@.yellowgreen;¤_seed.@@ + <br> Since she doesn't have enough students to occupy all her time, $schoolroomName takes in citizens' slaves on a contract basis and she teaches them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@ <</if>> <<if (_DL > 0)>><br><br><</if>> <</if>> diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw index 97ae03ac94ee045451f60d3d2352673c52e38cbe..13d3454512d2d138cec1f8ae43f1be09f8d9124e 100644 --- a/src/uncategorized/seBirth.tw +++ b/src/uncategorized/seBirth.tw @@ -457,10 +457,10 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar <<set _lostBabies = 0>> <<else>> <<if $slaves[$i].pregType == 50>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> @@ -500,7 +500,7 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar <<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> - //Will cost a one time ¤50// | + //Will cost a one time <<print cashFormat(50)>>// | <</if>> <<link 'Send them to a citizen school'>> <<replace `"#" + _dispositionId`>> @@ -517,7 +517,7 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> - //Will cost ¤100 weekly// + //Will cost <<print cashFormat(100)>> weekly// | <<link 'Have them raised privately'>> <<replace `"#" + _dispositionId`>> The child<<if _count > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $slaves[$i].slaveName @@ -534,17 +534,17 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> - //Will cost ¤500 weekly// + //Will cost <<print cashFormat(500)>> weekly// <</capture>> <</if>> <</span>> <<elseif $Cash4Babies == 1>> <<set _babyCost = random(-12,12)>> <<if $slaves[$i].pregType == 50>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> @@ -865,10 +865,10 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@ <<set _lostBabies = 0>> <<else>> <<if $slaves[$i].pregType == 50>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> @@ -908,7 +908,7 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@ <<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> - //Will cost a one time ¤50// | + //Will cost a one time <<print cashFormat(50)>>// | <</if>> <<link 'Send them to a citizen school'>> <<replace `"#" + _dispositionId`>> @@ -925,7 +925,7 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@ <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> - //Will cost ¤100 weekly// + //Will cost <<print cashFormat(100)>> weekly// | <<link 'Have them raised privately'>> <<replace `"#" + _dispositionId`>> The child<<if _count > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $slaves[$i].slaveName @@ -942,17 +942,17 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@ <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> - //Will cost ¤500 weekly// + //Will cost <<print cashFormat(500)>> weekly// <</capture>> <</if>> <</span>> <<elseif $Cash4Babies == 1>> <<set _babyCost = random(-12,12)>> <<if $slaves[$i].pregType == 50>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print 12*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat(12*(50+_babyCost))>>@@. <<set $cash += 12*(50+_babyCost)>> <<else>> - $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+_babyCost)>>@@. + $possessiveCap babies sold for a total of @@.yellowgreen;<<print cashFormat($slaves[$i].pregType*(50+_babyCost))>>@@. <<set $cash += $slaves[$i].pregType*(50+_babyCost)>> <</if>> <</if>> diff --git a/src/uncategorized/seCustomSlaveDelivery.tw b/src/uncategorized/seCustomSlaveDelivery.tw index 654dfc809aff06c4d8336209d5657307e8c535b7..d26664ad96263f16ba2d367736ce0c30c7011efb 100644 --- a/src/uncategorized/seCustomSlaveDelivery.tw +++ b/src/uncategorized/seCustomSlaveDelivery.tw @@ -151,7 +151,7 @@ A slave dealer has submitted a slave to satisfy the order you posted. <br><br> -Her price is ¤<<print $slaveCost>>. +Her price is <<print cashFormat($slaveCost)>>. <br><br> diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw index 6300a6952568fd75b586ad4a433d18aeab4fb1f3..fb4ed8ef761144d37643d94d090c0e3534315bb9 100644 --- a/src/uncategorized/seExpiration.tw +++ b/src/uncategorized/seExpiration.tw @@ -54,7 +54,7 @@ Since she is mindbroken, there is precisely no chance that she will be able to l <</if>> <</for>> <</replace>> -<</link>> //This cost ¤1000// +<</link>> //This cost <<print cashFormat(1000)>>// <<else>>//You cannot afford to do this// <</if>> </span> @@ -93,7 +93,7 @@ She has been trying desperately hard not to think about this trying situation, b <</if>> <</for>> <</replace>> -<</link>> //This will cost ¤1000// +<</link>> //This will cost <<print cashFormat(1000)>>// <<else>>//You cannot afford to do this// <</if>> </span> @@ -134,7 +134,7 @@ at the moment of her scheduled emancipation, she seems to be struggling to expre <</if>> <</for>> <</replace>> -<</link>> //This will cost ¤$slaveCost// +<</link>> //This will cost <<print cashFormat($slaveCost)>>// <<else>>//You cannot afford to do this// <</if>> </span> @@ -167,7 +167,7 @@ at the moment of her scheduled emancipation, she seems willing to consider a sho <</if>> <</for>> <</replace>> -<</link>> //This will cost ¤$slaveCost// +<</link>> //This will cost <<print cashFormat($slaveCost)>>// <<else>>//You cannot afford to do this// <</if>> </span> diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw index 404c3fa67fa4d2d5c41c734b9e4e47502b5c4b72..608f4d1144887024f471aad3dc14f5c35bafcc66 100644 --- a/src/uncategorized/seIndependenceDay.tw +++ b/src/uncategorized/seIndependenceDay.tw @@ -376,7 +376,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve Once darkness falls outside the arcology, a traditional fireworks display erupts from mortars mounted on your penthouse balconies. The noise and light @@.green;delights@@ your citizens, terrifies the arcology's stupider slaves, and serves a useful ancillary purpose in defense preparedness. The arcology's radar and laser sensors track the display, using it as an opportunity to calibrate the point defense systems on real targets. There is general agreement that this sort of thing should be a yearly tradition here, just like it was in some parts of the old world: old ideas aren't all bad. <<set $rep += 1000, $cash -= 10000>> <</replace>> -<</link>> //Costs ¤10000// +<</link>> //Costs <<print cashFormat(10000)>>// <<if $securityForceActive == 1>> <br><<link "Host a parade">> @@ -457,4 +457,4 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve <</replace>> <</link>> <</if>> -</span> \ No newline at end of file +</span> diff --git a/src/uncategorized/seNicaeaAnnouncement.tw b/src/uncategorized/seNicaeaAnnouncement.tw index 5e12e56655eea3644f5330653302a8d6be0dcbdf..ceea49f59f2d6c1ae5974666ca4fe83791920709 100644 --- a/src/uncategorized/seNicaeaAnnouncement.tw +++ b/src/uncategorized/seNicaeaAnnouncement.tw @@ -38,7 +38,7 @@ Hosting a new religion's first synod will be expensive and time-consuming, but w You have a tremendous amount of work to do, and not much time to do it. You immediately set aside a sizeable sum as an initial budget for the event itself. The first major decision you'll need to make about the council is who to invite. As one of Chattel Religionism's most prominent figures, you have a good idea of who you'd have to include to ensure that the council's agreements have as much weight as possible; $assistantName immediately begins collating background information on potential attendees, to assist you further. <<set $nicaeaInvolvement = 1, $nicaeaPower += 1, $nicaeaInfluence = 1, $nicaeaName = "Council of " + $arcologies[0].name, $cash -= 10000>> <</replace>> -<</link>> //This will cost ¤10000, and influencing the outcome will likely require further investment// +<</link>> //This will cost <<print cashFormat(10000)>>, and influencing the outcome will likely require further investment// <br><<link "Oppose the council">> <<replace "#result">> You decline, stating that you believe Chattel Religionism is best in its current diffuse form. "I respect your position," says the @@ -59,4 +59,4 @@ Hosting a new religion's first synod will be expensive and time-consuming, but w You give a politely noncomittal answer, instruct $assistantName that further calls on the matter are to be deflected, and give the matter no further thought. <</replace>> <</link>> -</span> \ No newline at end of file +</span>