diff --git a/src/uncategorized/seNicaeaPreperation.tw b/src/uncategorized/seNicaeaPreperation.tw index e45d09a5508542a69c3848b6e17037d47f0e34aa..64469f771574de0a394e88954e89a913870493ee 100644 --- a/src/uncategorized/seNicaeaPreperation.tw +++ b/src/uncategorized/seNicaeaPreperation.tw @@ -67,7 +67,7 @@ Finally, you could use money to influence the Council. Everyone who's likely to Good works will spread the joy of a Chattel Religionist revival, and make you even more influential with the Council. You plan a public festival as part of the event. <<set $cash -= 50000, $nicaeaInfluence += 1>> <</replace>> -<</link>> //This will cost ¤50000// +<</link>> //This will cost <<print cashFormat(50000)>>// </span> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/uncategorized/seRecruiterSuccess.tw b/src/uncategorized/seRecruiterSuccess.tw index 8c73b95b80562a800c090cf180c77592f5677790..dd97f0bdb1307c57f575f9a5df32538dacbbc334 100644 --- a/src/uncategorized/seRecruiterSuccess.tw +++ b/src/uncategorized/seRecruiterSuccess.tw @@ -227,13 +227,13 @@ Your recruiter $Recruiter.slaveName has succeeded; she's convinced a desperate o <<replace "#result">> <<include "New Slave Intro">> <</replace>> -<</link>> //This will cost ¤$contractCost// +<</link>> //This will cost <<print cashFormat($contractCost)>>// <br><<link "Sell her immediately">> <<set $cash += $slaveCost>> <<replace "#result">> $activeSlave.slaveName accepts being resold without much fuss. She's merely exchanged one unknown owner for another. For all she knows her new buyer will be less abusive than you would have been. She would be less complacent if she knew who her buyers are; she'll be immured in an arcade within the hour. <</replace>> -<</link>> //This will bring in ¤$slaveCost// +<</link>> //This will bring in <<print cashFormat($slaveCost)>>// <<else>> //You lack the necessary funds to enslave her.// <<set $recruiterProgress = 7>> diff --git a/src/uncategorized/securityForceEOWReport.tw b/src/uncategorized/securityForceEOWReport.tw index 862ed5d149fb29ceef1c53a155528bd31e4ab054..a85b5297dfb233097895ab6941e5e876232a68a6 100644 --- a/src/uncategorized/securityForceEOWReport.tw +++ b/src/uncategorized/securityForceEOWReport.tw @@ -387,7 +387,7 @@ <<nobr>> __Status and Activities of the $securityForceName __: <br>This week, $securityForceName, $securityForcePersonnel strong, focused on <<if $securityForceFocus == "recruit">>recruiting and training more personnel. Smaller parties ventured out to protect the arcology's trade routes and strike targets of opportunity.<<elseif $securityForceFocus == "secure">>securing the trade routes between the arcology and the surrounding area. Smaller parties ventured out to strike targets of opportunity and process new recruits. - <<elseif $securityForceFocus == "raiding">>locating and striking targets of opportunity, capturing both material loot and new slaves. Smaller parties secured the most important of the arcology's trade routes and processed new recruits.<</if>> <<if $securityForceStimulantPower == 8>> _OverdoseDeaths soldiers fatly overdosed. The Colonel's much heavier than average drug use saves her from this side effect.<</if>> These activities have, overall, @@.green;improved@@ your arcology's prosperity. <<if $securityForceProfitable == 1>>The goods procured by the $securityForceName this week, after accounting for the spoils retained by individual soldiers, were @@.green;more than sufficient@@ to cover expenses. Excess material and human assets totalling @@.yellowgreen;¤$securityForceIncome@@ (after liquidation) were transferred to your accounts. <<elseif $securityForceProfitable == 0>>The goods procured by the special force were, after accounting for the spoils retained by individual soldiers, @@.red;barely enough@@ to cover expenses. More growth will be needed to ensure profitability.<</if>> $securityForceName managed to recruit $securityForceRecruit new soldiers this week, and your reputation has @@.green;improved@@ through the improvement of trade security. + <<elseif $securityForceFocus == "raiding">>locating and striking targets of opportunity, capturing both material loot and new slaves. Smaller parties secured the most important of the arcology's trade routes and processed new recruits.<</if>> <<if $securityForceStimulantPower == 8>> _OverdoseDeaths soldiers fatly overdosed. The Colonel's much heavier than average drug use saves her from this side effect.<</if>> These activities have, overall, @@.green;improved@@ your arcology's prosperity. <<if $securityForceProfitable == 1>>The goods procured by the $securityForceName this week, after accounting for the spoils retained by individual soldiers, were @@.green;more than sufficient@@ to cover expenses. Excess material and human assets totalling @@.yellowgreen;<<print cashFormat($securityForceIncome)>>@@ (after liquidation) were transferred to your accounts. <<elseif $securityForceProfitable == 0>>The goods procured by the special force were, after accounting for the spoils retained by individual soldiers, @@.red;barely enough@@ to cover expenses. More growth will be needed to ensure profitability.<</if>> $securityForceName managed to recruit $securityForceRecruit new soldiers this week, and your reputation has @@.green;improved@@ through the improvement of trade security. <</nobr>> <br> //Your instructions to <<if $CurrentTradeShowAttendance == 1>>Lieutenant Colonel <<SlaveFullName $LieutenantColonel>><<else>>The Colonel<</if>>:// diff --git a/src/uncategorized/securityForceProposal.tw b/src/uncategorized/securityForceProposal.tw index a8fdfd4a9b02a7ed2c900604d515e827cc006fc4..8ccda752c3b1d8cb1ae2ee5e1ea1db94e82014ab 100644 --- a/src/uncategorized/securityForceProposal.tw +++ b/src/uncategorized/securityForceProposal.tw @@ -32,7 +32,7 @@ Such a force would solve many problems. More soldiers would mean more control, w <<set $cash -= _price>> <<set $nextButton = "Continue">> <</replace>> -<</link>> //Initial costs are ¤_price, and upon establishment force will have significant support costs until it is self-sufficient.// +<</link>> //Initial costs are <<print cashFormat(_price)>>, and upon establishment force will have significant support costs until it is self-sufficient.// <<link "The mercenaries are enough">> <<replace "#result">> On second thought, such a force is not needed. Your methods have served well so far - why should there be any change going forward? diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index 49c2fa75ea15fc80315fbfc7238740d2d9d1109f..a09403918d2982799b721bb95b5974b92687beac 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -555,7 +555,7 @@ A reputable slave appraiser arrives promptly to inspect her and certify her qual <<if $activeSlave.breedingMark == 1>> <<set $buyer = 0>> <<set $seed to 500*Math.trunc(($slaveCost*1.1)/500)>> - <br>The current offer for her stands at ''¤$seed''. + <br>The current offer for her stands at ''<<print cashFormat($seed)>>''. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer to "elite auction">> @@ -569,70 +569,70 @@ __Bids Received__ <<set $seed = 500*Math.trunc(($slaveCost*1.15)/500)>> <<if ($activeSlave.visualAge < 20) && ($activeSlave.weight < -10) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who likes his slaves young and slender. + <br>''<<print cashFormat($seed)>>'' from a citizen who likes his slaves young and slender. <<set $seed = 1>> <<elseif ($activeSlave.visualAge > 40) && ($activeSlave.weight > 10) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who likes her slaves mature and motherly. + <br>''<<print cashFormat($seed)>>'' from a citizen who likes her slaves mature and motherly. <<set $seed = 1>> <<elseif ($activeSlave.dick > 3) && ($activeSlave.balls > 0) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who likes fat cocks. + <br>''<<print cashFormat($seed)>>'' from a citizen who likes fat cocks. <<set $seed = 1>> <<elseif ($activeSlave.dick > 3) && ($activeSlave.balls == 0) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who likes a big limp dick flopping around when he fucks a slave's asspussy. + <br>''<<print cashFormat($seed)>>'' from a citizen who likes a big limp dick flopping around when he fucks a slave's asspussy. <<set $seed = 1>> <<elseif ($activeSlave.dick == 1) && ($activeSlave.balls == 0) && ($activeSlave.anus == 3) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who likes sissies with anal slits longer than their little limp dicks. + <br>''<<print cashFormat($seed)>>'' from a citizen who likes sissies with anal slits longer than their little limp dicks. <<set $seed = 1>> <<elseif ($activeSlave.dick > 0) && ($activeSlave.boobs < 300) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who likes traps. + <br>''<<print cashFormat($seed)>>'' from a citizen who likes traps. <<set $seed = 1>> <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls > 0) && ($activeSlave.boobs > 600) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who likes lusty shemales. + <br>''<<print cashFormat($seed)>>'' from a citizen who likes lusty shemales. <<set $seed = 1>> <<elseif ($activeSlave.anusPiercing > 1) && ($activeSlave.nipplesPiercing > 1) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who is clearly fascinated by her lewd piercings. + <br>''<<print cashFormat($seed)>>'' from a citizen who is clearly fascinated by her lewd piercings. <<set $seed = 1>> <<elseif ($activeSlave.anusTat > 1) && ($activeSlave.buttTat > 1) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who is clearly aroused by her slutty tattoos. + <br>''<<print cashFormat($seed)>>'' from a citizen who is clearly aroused by her slutty tattoos. <<set $seed = 1>> <<elseif ($activeSlave.boobs > 800) && ($activeSlave.areolae > 3) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who can't take his eyes off her unique areolae. + <br>''<<print cashFormat($seed)>>'' from a citizen who can't take his eyes off her unique areolae. <<set $seed = 1>> <<elseif ($activeSlave.clit > 2) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who keeps running her tongue over her lips while staring at the slave's giant clit. + <br>''<<print cashFormat($seed)>>'' from a citizen who keeps running her tongue over her lips while staring at the slave's giant clit. <<set $seed = 1>> <<elseif ($activeSlave.labia > 1) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who has an obvious fascination with her dangling labia. + <br>''<<print cashFormat($seed)>>'' from a citizen who has an obvious fascination with her dangling labia. <<set $seed = 1>> <<elseif ($activeSlave.boobs > 2000) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen with an obvious breast expansion fetish. + <br>''<<print cashFormat($seed)>>'' from a citizen with an obvious breast expansion fetish. <<set $seed = 1>> <<elseif ($activeSlave.preg > 20) && ($activeSlave.lactation == 1) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who pays obsessive attention to her gravid belly and naturally lactating breasts. + <br>''<<print cashFormat($seed)>>'' from a citizen who pays obsessive attention to her gravid belly and naturally lactating breasts. <<set $seed = 1>> <<elseif ($activeSlave.ovaries == 1) && ($activeSlave.physicalAge < 25) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who pays unusually close attention to the section of the medical report on her fertility. + <br>''<<print cashFormat($seed)>>'' from a citizen who pays unusually close attention to the section of the medical report on her fertility. <<set $seed = 1>> <<elseif ($activeSlave.butt > 6) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen with an obvious butt expansion fetish. + <br>''<<print cashFormat($seed)>>'' from a citizen with an obvious butt expansion fetish. <<set $seed to 1>> <<elseif ($activeSlave.face > 10) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who can't keep his eyes off her pretty face. + <br>''<<print cashFormat($seed)>>'' from a citizen who can't keep his eyes off her pretty face. <<set $seed = 1>> <<elseif ($activeSlave.analSkill >= 100) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen interested in acquiring a skilled butthole bitch. + <br>''<<print cashFormat($seed)>>'' from a citizen interested in acquiring a skilled butthole bitch. <<set $seed = 1>> <<elseif ($activeSlave.vaginalSkill >= 100) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen interested in acquiring a slut with real vaginal skill. + <br>''<<print cashFormat($seed)>>'' from a citizen interested in acquiring a slut with real vaginal skill. <<set $seed = 1>> <<elseif ($activeSlave.oralSkill >= 100) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen interested in acquiring a skilled cocksucker. + <br>''<<print cashFormat($seed)>>'' from a citizen interested in acquiring a skilled cocksucker. <<set $seed = 1>> <<elseif ($activeSlave.health > 80) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen who pays creepily close attention to the state of her health, and ignores everything else. + <br>''<<print cashFormat($seed)>>'' from a citizen who pays creepily close attention to the state of her health, and ignores everything else. <<set $seed = 1>> <<elseif ($activeSlave.nationality != 0) && (random(1,100) > 80)>> - <br>''¤$seed'' from a citizen with a special appetite for $activeSlave.nationality girls. + <br>''<<print cashFormat($seed)>>'' from a citizen with a special appetite for $activeSlave.nationality girls. <<set $seed = 1>> <</if>> <<if $seed == 1>> @@ -645,7 +645,7 @@ __Bids Received__ <<if $activeSlave.physicalAge > 30>> <<if $activeSlave.devotion > 20>> <<if random(1,100) > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*0.9)/500)>>'' from a polite older citizen looking for a housekeeper and bedwarmer. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a polite older citizen looking for a housekeeper and bedwarmer. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*0.9)/500)>> <<set $buyer = "housekeeper">> @@ -659,7 +659,7 @@ __Bids Received__ <<if $slaveCost > 10000>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a male citizen who wants to ensure his posterity by using her to carry his children. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a male citizen who wants to ensure his posterity by using her to carry his children. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "preg fetishist">> @@ -670,7 +670,7 @@ __Bids Received__ <<if $activeSlave.mpreg == 1>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from an organ modifier interested in her anal womb. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from an organ modifier interested in her anal womb. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "organ crafter">> @@ -682,7 +682,7 @@ __Bids Received__ <<if $seeHyperPreg == 1 && $seeExtreme == 1>> <<if $activeSlave.vagina == 0>> <<if random(1,100) > 60>> - <br>''¤<<print 400*Math.trunc(($slaveCost*1.05)/500)>>'' from a pharmaceuticals corporation looking for fertile virgins for testing extreme fertility drugs. + <br>''<<print cashFormat(400*Math.trunc(($slaveCost*1.05)/500))>>'' from a pharmaceuticals corporation looking for fertile virgins for testing extreme fertility drugs. <<link "Accept bid">> <<set $cash += 400*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "womb filler">> @@ -696,7 +696,7 @@ __Bids Received__ <<if $activeSlave.face >= 55>> <<if $activeSlave.faceShape != "masculine">> <<if random(1,100) > 90>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a fellow arcology owner seeking a smart, pretty slave to use as a breeder to produce superior children. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a fellow arcology owner seeking a smart, pretty slave to use as a breeder to produce superior children. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "eugenics arcology">> @@ -710,7 +710,7 @@ __Bids Received__ <<if $activeSlave.hips > 1>> <<if $activeSlave.vagina == 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a fellow arcology owner focusing on building a future society based on his genes: he seeks fertile virgins with wide hips, feeling they will be the best mothers. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a fellow arcology owner focusing on building a future society based on his genes: he seeks fertile virgins with wide hips, feeling they will be the best mothers. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "repopulationist arcology">> @@ -722,7 +722,7 @@ __Bids Received__ <<if $activeSlave.vagina == 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.3)/500)>>'' from a slave trader with a notorious virgin impregnation fetish: he uses his work to provide himself with an endless supply of virgins to knock up and resell. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.3)/500))>>'' from a slave trader with a notorious virgin impregnation fetish: he uses his work to provide himself with an endless supply of virgins to knock up and resell. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.3)/500)>> <<set $buyer = "virgin trader">> @@ -737,7 +737,7 @@ __Bids Received__ <<if $activeSlave.preg > 20>> <<if $activeSlave.pregType >= 10>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a group that takes pleasure in performing abortions on live TV. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a group that takes pleasure in performing abortions on live TV. <<link "Accept bid">> <<set $cash += 400*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "abortion TV">> @@ -750,7 +750,7 @@ __Bids Received__ <<if $activeSlave.nipples == "huge">> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a female citizen with a very specific fetish: she loves breasts to the point of enjoying slaves with nipples large enough to meaningfully penetrate her. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a female citizen with a very specific fetish: she loves breasts to the point of enjoying slaves with nipples large enough to meaningfully penetrate her. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "nipple fetishist">> @@ -763,7 +763,7 @@ __Bids Received__ <<if $activeSlave.analSkill > 10>> <<if $activeSlave.devotion > 20>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a citizen who enjoys buttfucking slaves with the necessary equipment, willingness, and anal skill to reward his efforts with messy, hands-free orgasms of their own. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a citizen who enjoys buttfucking slaves with the necessary equipment, willingness, and anal skill to reward his efforts with messy, hands-free orgasms of their own. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "anal fetishist">> @@ -777,7 +777,7 @@ __Bids Received__ <<if $activeSlave.oralSkill > 30>> <<if $activeSlave.devotion > 20>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from an unusually well-endowed citizen who strongly prefers oral sex with willing partners who can deepthroat him successfully. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from an unusually well-endowed citizen who strongly prefers oral sex with willing partners who can deepthroat him successfully. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "oral fetishist">> @@ -790,7 +790,7 @@ __Bids Received__ <<if $activeSlave.fetish != "masochist">> <<if $activeSlave.devotion > 50>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a sadistic citizen who likes hurting her slaves, dislikes masochists for their enjoyment of her treatment, yet prefers slaves who will not hate her. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a sadistic citizen who likes hurting her slaves, dislikes masochists for their enjoyment of her treatment, yet prefers slaves who will not hate her. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "pain fetishist">> @@ -804,7 +804,7 @@ __Bids Received__ <<if $activeSlave.height >= 170>> <<if $activeSlave.intelligence < 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a sadistic citizen who is looking for an imposing, stupid slave she can train to rape her victims on command. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a sadistic citizen who is looking for an imposing, stupid slave she can train to rape her victims on command. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "sadism fetishist">> @@ -819,7 +819,7 @@ __Bids Received__ <<if $activeSlave.intelligence > 1>> <<if $activeSlave.intelligenceImplant == 1>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a newly wealthy citizen who is expanding his household and is interested in smart, educated, and obedient slaves for leadership roles. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a newly wealthy citizen who is expanding his household and is interested in smart, educated, and obedient slaves for leadership roles. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "dom fetishist">> @@ -833,7 +833,7 @@ __Bids Received__ <<if $activeSlave.devotion > 50>> <<if $activeSlave.oralSkill >= 100>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.05)/500)>>'' from a citizen whose job keeps her deskbound; bored, she's looking for a devoted oral slave to occupy the space under the desk and be her constant pussylicking appliance. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a citizen whose job keeps her deskbound; bored, she's looking for a devoted oral slave to occupy the space under the desk and be her constant pussylicking appliance. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> <<set $buyer = "sub fetishist">> @@ -845,7 +845,7 @@ __Bids Received__ <<if $activeSlave.anus == 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.3)/500)>>'' from a wealthy citizen infamous for cruelly raping anal virgins in public; he buys and abuses a new one every few weeks. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.3)/500))>>'' from a wealthy citizen infamous for cruelly raping anal virgins in public; he buys and abuses a new one every few weeks. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.3)/500)>> <<set $buyer = "buttbreaker">> @@ -858,7 +858,7 @@ __Bids Received__ <<if $activeSlave.analSkill >= 100>> <<if $activeSlave.intelligence > 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a small, local slave trainer interested in using her to help train new slaves in the sexual arts. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a small, local slave trainer interested in using her to help train new slaves in the sexual arts. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "trainer staffing">> @@ -875,7 +875,7 @@ __Bids Received__ <<if $activeSlave.intelligenceImplant == 1>> <<if $activeSlave.physicalAge > 35>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.4)/500)>>'' from a skilled slave trainer who feels that MILFs make the best slave trainers. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.4)/500))>>'' from a skilled slave trainer who feels that MILFs make the best slave trainers. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.4)/500)>> <<set $buyer = "D milf staffing">> @@ -893,7 +893,7 @@ __Bids Received__ <<if $activeSlave.ovaries > 0>> <<if $activeSlave.boobs > 1000>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a prominent citizen with a notorious fetish for fertile, natural cows. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a prominent citizen with a notorious fetish for fertile, natural cows. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "D hucow">> @@ -910,7 +910,7 @@ __Bids Received__ <<if $activeSlave.teeth == "pointy">> <<if $activeSlave.combatSkill > 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen who's pursuing some sort of mercenary project that requires worryingly large numbers of thin girls with sharp teeth. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's pursuing some sort of mercenary project that requires worryingly large numbers of thin girls with sharp teeth. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D startled the witch">> @@ -927,7 +927,7 @@ __Bids Received__ <<if $activeSlave.analSkill >= 100>> <<if $activeSlave.physicalAge < 25>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen who appreciates girls who are both vaginal virgins and anal veterans. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who appreciates girls who are both vaginal virgins and anal veterans. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D virgin asspussy">> @@ -944,7 +944,7 @@ __Bids Received__ <<if $activeSlave.entertainSkill > 30>> <<if $activeSlave.physicalAge < 30>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen with moist palms who insistently refers to her as "his waifu," whatever that means. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with moist palms who insistently refers to her as "his waifu," whatever that means. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D waifu">> @@ -961,7 +961,7 @@ __Bids Received__ <<if $activeSlave.height < 160>> <<if $activeSlave.butt > 3>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen who likes to provide his favored, well-endowed slaves with subordinate, orally skilled dickgirls with nice butts. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who likes to provide his favored, well-endowed slaves with subordinate, orally skilled dickgirls with nice butts. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D oral servants">> @@ -980,7 +980,7 @@ __Bids Received__ <<if $activeSlave.boobs < 400>> <<if $activeSlave.weight <= 10>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen who prefers slaves that look like demure girls with their clothes on, and are willing to take cock up their pretty asspussies. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who prefers slaves that look like demure girls with their clothes on, and are willing to take cock up their pretty asspussies. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D trap lover">> @@ -999,7 +999,7 @@ __Bids Received__ <<if $activeSlave.buttImplant < 2>> <<if $activeSlave.weight > 10>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from an eccentric citizen notorious for keeping tall slaves with huge soft butts, just so he can bury himself between their cheeks when they're standing. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from an eccentric citizen notorious for keeping tall slaves with huge soft butts, just so he can bury himself between their cheeks when they're standing. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D butt bury">> @@ -1018,7 +1018,7 @@ __Bids Received__ <<if $activeSlave.face > 10>> <<if $activeSlave.faceShape != "masculine">> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen with strong opinions on futas: he likes a feminine girl with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine girl with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D milky herm">> @@ -1038,7 +1038,7 @@ __Bids Received__ <<if $activeSlave.weight <= 10>> <<if $activeSlave.height < 165>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen whose friends never let him hear the end of his incorrigibly romantic treatment of his apartment full of amazons. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen whose friends never let him hear the end of his incorrigibly romantic treatment of his apartment full of amazons. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D amazon hunter">> @@ -1056,7 +1056,7 @@ __Bids Received__ <<if $activeSlave.devotion > 20>> <<if $activeSlave.height > 180>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen who keeps a large harem of lithe, muscular girls to bear him children. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular girls to bear him children. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D shorty breeder">> @@ -1074,7 +1074,7 @@ __Bids Received__ <<if $activeSlave.amp == 0>> <<if $activeSlave.oralSkill > 50>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.35)/500)>>'' from a prominent citizen who's looking for a fresh, skilled pair of lips eager to wrap around a thick cock. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's looking for a fresh, skilled pair of lips eager to wrap around a thick cock. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> <<set $buyer = "D oral servants">> @@ -1093,7 +1093,7 @@ __Bids Received__ <<if $activeSlave.whoreSkill <= 10>> <<if $activeSlave.entertainSkill <= 10>> <<if random(1,100) > 80>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.15)/500)>>'' from a prominent citizen who's a notoriously inexperienced lover; it's painfully obvious that he prefers inexperienced slaves as they make him feel less insecure. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.15)/500))>>'' from a prominent citizen who's a notoriously inexperienced lover; it's painfully obvious that he prefers inexperienced slaves as they make him feel less insecure. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.15)/500)>> <<set $buyer = "D r9k">> @@ -1111,7 +1111,7 @@ __Bids Received__ <<if $activeSlave.health > 60>> <<if $slaveCost < 10000>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a prominent citizen who takes unusually close interest in her health and muscle tone, and cannot quite hide his salivation as he does so. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a prominent citizen who takes unusually close interest in her health and muscle tone, and cannot quite hide his salivation as he does so. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "D cannibal">> @@ -1126,7 +1126,7 @@ __Bids Received__ <<if $arcologies[0].FSDegradationist == "unset">> <<if $activeSlave.intelligenceImplant == 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in educating slaves and reselling them at a profit. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in educating slaves and reselling them at a profit. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "teaching trainer">> @@ -1139,7 +1139,7 @@ __Bids Received__ <<if $arcologies[0].FSBodyPurist == "unset">> <<if $activeSlave.boobsImplant == 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in filling slaves with implants before resale. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in filling slaves with implants before resale. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "implanting trainer">> @@ -1152,7 +1152,7 @@ __Bids Received__ <<if $arcologies[0].FSTransformationFetishist == "unset">> <<if $activeSlave.boobsImplant > 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in fixing slaves who have been surgically ruined with overimplantation. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in fixing slaves who have been surgically ruined with overimplantation. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "purifying trainer">> @@ -1167,7 +1167,7 @@ __Bids Received__ <<if $activeSlave.butt > 3>> <<if $activeSlave.weight > 10>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in slimming down fat slaves to appeal to buyers who prefer slim girls. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in slimming down fat slaves to appeal to buyers who prefer slim girls. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "slimming trainer">> @@ -1184,7 +1184,7 @@ __Bids Received__ <<if $activeSlave.butt < 3>> <<if $activeSlave.weight < -10>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in improving slaves with disappointing assets; they prefer pharmaceutical means but are not averse to surgical intervention if necessary. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in improving slaves with disappointing assets; they prefer pharmaceutical means but are not averse to surgical intervention if necessary. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "broadening trainer">> @@ -1200,7 +1200,7 @@ __Bids Received__ <<if $activeSlave.boobsImplant == 0>> <<if $activeSlave.lactation == 0>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in getting women ready to be dairy cows by using aggressive hormonal and pharmaceutical treatment to balloon their tits. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in getting women ready to be dairy cows by using aggressive hormonal and pharmaceutical treatment to balloon their tits. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "cow trainer">> @@ -1215,7 +1215,7 @@ __Bids Received__ <<if $activeSlave.balls > 0>> <<if $activeSlave.boobs < 500>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in feminizing imperfect shemales; an orchiectomy is invariably their first step. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in feminizing imperfect shemales; an orchiectomy is invariably their first step. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "clipping trainer">> @@ -1230,7 +1230,7 @@ __Bids Received__ <<if $activeSlave.dick > 0>> <<if $slaveCost > 10000>> <<if random(1,100) > 60>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a slave trainer that specializes in creating proper slave women from raw material that falls short of that ideal but has potential anyway. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in creating proper slave women from raw material that falls short of that ideal but has potential anyway. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "reassignment trainer">> @@ -1244,7 +1244,7 @@ __Bids Received__ <<if $activeSlave.boobs - $activeSlave.boobsImplant > 2000>> <<if $activeSlave.lactation > 1>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner working towards autarkic slave pastoralism. He's awed by her milk productivity. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner working towards autarkic slave pastoralism. He's awed by her milk productivity. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "pastoralist arcology">> @@ -1258,7 +1258,7 @@ __Bids Received__ <<if $activeSlave.intelligence > 1>> <<if $activeSlave.intelligenceImplant > 1>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner building a facsimile of ancient Egypt. He's in the market for wise and educated slaves willing to pass on their skills. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner building a facsimile of ancient Egypt. He's in the market for wise and educated slaves willing to pass on their skills. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "egyptian revivalist arcology">> @@ -1273,7 +1273,7 @@ __Bids Received__ <<if $activeSlave.health > 40>> <<if $activeSlave.muscles > 25>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner building a recreation of the Great Aztec Empire. He's in the market for willing, strong and combat ready slaves, to bolster his empire + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner building a recreation of the Great Aztec Empire. He's in the market for willing, strong and combat ready slaves, to bolster his empire <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "aztec revivalist arcology">> @@ -1288,7 +1288,7 @@ __Bids Received__ <<if $activeSlave.health > 40>> <<if $activeSlave.muscles > 5>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner building a facsimile of classical Rome. He's in the market for slaves with basic combat skills to fight in modern gladiatorial combats. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner building a facsimile of classical Rome. He's in the market for slaves with basic combat skills to fight in modern gladiatorial combats. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "roman revivalist arcology">> @@ -1302,7 +1302,7 @@ __Bids Received__ <<if $activeSlave.face > 10>> <<if $activeSlave.analCount < 100>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner with interesting religious beliefs, which require beautiful slaves to be available to the public. Since $activeSlave.slaveName is pretty and not heavily used, he considers it a duty to buy her and make her a holy prostitute. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with interesting religious beliefs, which require beautiful slaves to be available to the public. Since $activeSlave.slaveName is pretty and not heavily used, he considers it a duty to buy her and make her a holy prostitute. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "chattel religionist arcology">> @@ -1316,7 +1316,7 @@ __Bids Received__ <<if $activeSlave.muscles <= 95>> <<if $activeSlave.health > 60>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner devoted to muscular ladies. He seems to feel that $activeSlave.slaveName is not at her true potential, and wants a try at improving her physique himself. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to muscular ladies. He seems to feel that $activeSlave.slaveName is not at her true potential, and wants a try at improving her physique himself. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "physical idealist arcology">> @@ -1331,7 +1331,7 @@ __Bids Received__ <<if $activeSlave.weight <= 95>> <<if $activeSlave.health > 60>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner devoted to chubby ladies. He seems to feel that $activeSlave.slaveName can handle a fair bit more weight, and wants a try at fattening her up himself. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to chubby ladies. He seems to feel that $activeSlave.slaveName can handle a fair bit more weight, and wants a try at fattening her up himself. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "hedonistic decadence arcology">> @@ -1347,7 +1347,7 @@ __Bids Received__ <<if $activeSlave.muscles < 10>> <<if !visibleBelly($activeSlave)>> <<if random(1,100) > 80>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/400)>>'' from a chef that likes stuffing more than just turkies. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/400))>>'' from a chef that likes stuffing more than just turkies. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/400)>> <<set $buyer = "stuffer chef">> @@ -1362,7 +1362,7 @@ __Bids Received__ <<if $activeSlave.boobs > 1000>> <<if $activeSlave.boobsImplant == 0>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner who loves breast implants. Since large natural breasts can support larger implants, he seems to feel $activeSlave.slaveName has good potential to be implanted up to a truly gigantic size without too much stretching. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who loves breast implants. Since large natural breasts can support larger implants, he seems to feel $activeSlave.slaveName has good potential to be implanted up to a truly gigantic size without too much stretching. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "transformation fetishist arcology">> @@ -1376,7 +1376,7 @@ __Bids Received__ <<if $activeSlave.boobsImplant == 0>> <<if $activeSlave.physicalAge < 25>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner who never fails to dream big. He's interested in her mostly for growth potential, since her assets have grown so big, so young. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who never fails to dream big. He's interested in her mostly for growth potential, since her assets have grown so big, so young. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "asset expansionist arcology">> @@ -1392,7 +1392,7 @@ __Bids Received__ <<if $activeSlave.physicalAge < 25>> <<if $activeSlave.anus < 2>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner with simple tastes. He likes his slaves young, slim, and reasonably innocent. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with simple tastes. He likes his slaves young, slim, and reasonably innocent. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "slimness enthusiast arcology">> @@ -1408,7 +1408,7 @@ __Bids Received__ <<if $activeSlave.buttImplant > 0>> <<if $activeSlave.lipsImplant > 0>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner with a hatred of implants that reaches missionary zeal. He buys slaves full of silicone, removes their implants, reconditions them, and resells them whenever his finances will permit. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with a hatred of implants that reaches missionary zeal. He buys slaves full of silicone, removes their implants, reconditions them, and resells them whenever his finances will permit. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "body purist arcology">> @@ -1421,7 +1421,7 @@ __Bids Received__ <<if $activeSlave.trust > 20>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner who runs a terrifyingly degrading society. He prefers slaves who have been well-treated previously; it lends their screams a certain special authenticity. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who runs a terrifyingly degrading society. He prefers slaves who have been well-treated previously; it lends their screams a certain special authenticity. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "degradationist arcology">> @@ -1434,7 +1434,7 @@ __Bids Received__ <<if $activeSlave.devotion > 20>> <<if $activeSlave.fetish != "mindbroken">> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner with an almost messianic calling to educate and improve slaves, though somewhat hypocritically, he prefers to start with reasonably obedient girls, which usually means slaves broken by someone else. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with an almost messianic calling to educate and improve slaves, though somewhat hypocritically, he prefers to start with reasonably obedient girls, which usually means slaves broken by someone else. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "paternalist arcology">> @@ -1451,7 +1451,7 @@ __Bids Received__ <<if $activeSlave.devotion > 20>> <<if $activeSlave.intelligence < 0>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner who likes willing, uncomplicated young ladies with bouncing boobs and big butts. He's an uncomplicated sort. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who likes willing, uncomplicated young ladies with bouncing boobs and big butts. He's an uncomplicated sort. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "gender fundamentalist arcology">> @@ -1468,7 +1468,7 @@ __Bids Received__ <<if $activeSlave.face < -10>> <<if $activeSlave.boobs < 400>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner with a notorious fetish for the process of feminization. He prefers diamonds in the rough, because the process of polishing is so much fun. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with a notorious fetish for the process of feminization. He prefers diamonds in the rough, because the process of polishing is so much fun. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "gender radicalist arcology">> @@ -1483,7 +1483,7 @@ __Bids Received__ <<if $activeSlave.devotion <= 20>> <<if $activeSlave.trust < 20>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner with a strongly held belief that $activeSlave.race people should not be slaves. He devotes as much of his resources as he can to manumission of such girls, concentrating on the downtrodden. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with a strongly held belief that $activeSlave.race people should not be slaves. He devotes as much of his resources as he can to manumission of such girls, concentrating on the downtrodden. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "supremacist arcology">> @@ -1498,7 +1498,7 @@ __Bids Received__ <<if $activeSlave.intelligence < -1>> <<if $activeSlave.ovaries == 1>> <<if random(1,100) > 70>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.25)/500)>>'' from a fellow arcology owner working on a project to breed a race of $activeSlave.race people with natural, unquestioning obedience. He clearly considers her good stock for the project. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner working on a project to breed a race of $activeSlave.race people with natural, unquestioning obedience. He clearly considers her good stock for the project. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> <<set $buyer = "subjugationist arcology">> @@ -1512,7 +1512,7 @@ __Bids Received__ <<if $arcologies[0].FSPaternalist == "unset">> <<if $slaveCost < 10000>> <<if random(1,100) > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a cheap brothel chain that operates a franchise on a lower level of the arcology. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a cheap brothel chain that operates a franchise on a lower level of the arcology. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "cheap brothel">> @@ -1526,7 +1526,7 @@ __Bids Received__ <<if $slaveCost < 20000>> <<if $activeSlave.boobsImplant == 0>> <<if random(1,100) > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a factory farm notorious for extracting every drop of value from its slaves' bodies. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a factory farm notorious for extracting every drop of value from its slaves' bodies. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "factory farm">> @@ -1540,7 +1540,7 @@ __Bids Received__ <<if $arcologies[0].FSPaternalist == "unset">> <<if $slaveCost < 5000>> <<if random(1,100) > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a sex arcade that maintains good service quality by rapidly cycling new slaves through their facilities. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a sex arcade that maintains good service quality by rapidly cycling new slaves through their facilities. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "arcade">> @@ -1555,7 +1555,7 @@ __Bids Received__ <<if $activeSlave.health > 40>> <<if $activeSlave.ovaries == 1>> <<if random(1,100) > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a high-volume breeding operation interested in her mostly for her healthy, functional womb. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a high-volume breeding operation interested in her mostly for her healthy, functional womb. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "volume breeder">> @@ -1570,7 +1570,7 @@ __Bids Received__ <<if $arcologies[0].FSDegradationist == "unset">> <<if $slaveCost > 20000>> <<if random(1,100) > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.1)/500)>>'' from a group of partners that run a handsome brothel off the promenade. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a group of partners that run a handsome brothel off the promenade. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>> <<set $buyer = "nice brothel">> @@ -1585,7 +1585,7 @@ __Bids Received__ <<if $activeSlave.boobsImplant == 0>> <<if $activeSlave.health > 40>> <<if random(1,100) > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*0.8)/500)>>'' from a free-range farm that pays for the high costs of high quality livestock care by aggressively marketing its cruelty-free products. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.8)/500))>>'' from a free-range farm that pays for the high costs of high quality livestock care by aggressively marketing its cruelty-free products. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*0.8)/500)>> <<set $buyer = "free range">> @@ -1600,7 +1600,7 @@ __Bids Received__ <<if $activeSlave.health > 40>> <<if $slaveCost < 5000>> <<if random(1,100) > 10>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from an organ harvesting firm that acquires healthy raw materials cheaply. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from an organ harvesting firm that acquires healthy raw materials cheaply. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1.2)/500)>> <<set $buyer = "harvester">> @@ -1612,7 +1612,7 @@ __Bids Received__ <<if $slaveCost < 5000>> <<if random(1,100) > 10>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1)/500)>>'' from a manufacturer of large sexual appliances that include a living inmate, drugged into helplessness. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1)/500))>>'' from a manufacturer of large sexual appliances that include a living inmate, drugged into helplessness. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*1)/500)>> <<set $buyer = "fuckdoll">> @@ -1626,7 +1626,7 @@ __Bids Received__ <<if $activeSlave.vagina > -1>> <<if $activeSlave.bellyImplant > -1>> <<if random(1,100) > 90>> - <br>''¤7000'' from a porn director interested in a cheap slave with a belly implant for use in a snuff film. + <br>''<<print cashFormat(7000)>>'' from a porn director interested in a cheap slave with a belly implant for use in a snuff film. <<link "Accept bid">> <<set $cash += 7000>> <<set $buyer = "tentacle bred">> @@ -1639,7 +1639,7 @@ __Bids Received__ <</if>> <<if random(1,100) > 30>> - <br>''¤<<print 500*Math.trunc(($slaveCost*0.9)/500)>>'' from a reputable slave trader who will likely ship her out of the arcology. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a reputable slave trader who will likely ship her out of the arcology. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*0.9)/500)>> <<goto "Slave Sold">> @@ -1648,7 +1648,7 @@ __Bids Received__ <<if $activeSlave.fetish == "mindbroken">> <<if random(1,100) > 20>> - <br>''¤<<print 500*Math.trunc(($slaveCost*0.9)/500)>>'' from a slave trader who buys vast numbers of mindbroken girls. His purpose is unknown, and none of them are ever seen again. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a slave trader who buys vast numbers of mindbroken girls. His purpose is unknown, and none of them are ever seen again. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*0.9)/500)>> <<goto "Slave Sold">> @@ -1661,7 +1661,7 @@ __Bids Received__ <<if $peacekeepers.strength >= 50>> <<if $peacekeepers.attitude < 100>> <<if $activeSlave.oralSkill + $activeSlave.analSkill + $activeSlave.vaginalSkill > 100>> - <br>''¤<<print 500*Math.trunc(($slaveCost*0.5)/500)>>'' from the officer in charge of 'recreational activities' for General $peacekeepers.generalName's forces. This is far less than the slave is worth, but the bid comes with the implicit offer of more influence over the peacekeepers. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.5)/500))>>'' from the officer in charge of 'recreational activities' for General $peacekeepers.generalName's forces. This is far less than the slave is worth, but the bid comes with the implicit offer of more influence over the peacekeepers. <<link "Accept bid">> <<set $cash += 500*Math.trunc(($slaveCost*0.5)/500), $buyer = "peacekeepers">> <<goto "Slave Sold">> @@ -1671,52 +1671,52 @@ __Bids Received__ <<switch $peacekeepers.tastes>> <<case "lusty futanari">> <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0 && $activeSlave.dick > 0 && $activeSlave.vagina > -1 && $activeSlave.energy > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "cum addicts">> <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishStrength > 95 && $activeSlave.sexualFlaw == "cum addict">> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "horny MILFs">> <<if $activeSlave.physicalAge > 34 && $activeSlave.visualAge > 34 && $activeSlave.energy > 80>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "big-breasted cows">> <<if $activeSlave.boobs > 2000 && $activeSlave.lactation > 1>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "beautiful young sex slaves">> <<if $activeSlave.physicalAge < 25 && $activeSlave.visualAge < 25 && $activeSlave.face > 95>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "fertile virgins">> <<if $activeSlave.vagina == 0 && isFertile($activeSlave)>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "lusty preggos">> <<if $activeSlave.preg > 10 && $activeSlave.energy > 50>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "baby obsessed breeders">> <<if $activeSlave.preg > 10 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "bellies with girls attached">> <<if hyperBellyTwo($activeSlave)>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <<case "flesh balloons">> <<if $activeSlave.breasts > 20000 && $activeSlave.butt > 10>> - <br>''¤<<print 500*Math.trunc(($slaveCost*1.2)/500)>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. <<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>> <</if>> <</switch>> @@ -1731,6 +1731,6 @@ __Bids Received__ <<set $cash -= 500>> <<goto "Sell Slave">> <</link>> -//This will cost ¤500// +//This will cost <<print cashFormat(500)>>// <</if>> diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw index 974f515d320a00551ca4b6d1767cd1073d7bc392..2450538838694e76073a85b43bf4fedde80b1d2f 100644 --- a/src/uncategorized/servantsQuarters.tw +++ b/src/uncategorized/servantsQuarters.tw @@ -72,14 +72,14 @@ $servantsQuartersNameCaps <<set _Tmult0 = Math.trunc($servantsQuarters*1000*$upgradeMultiplierArcology)>> <br>$servantsQuartersNameCaps has room to keep $servantsQuarters slaves while they serve. -[[Expand the Servants' Quarters|Servants' Quarters][$cash -= _Tmult0, $servantsQuarters += 5, $PC.engineering += .1]] //Costs ¤_Tmult0// +[[Expand the Servants' Quarters|Servants' Quarters][$cash -= _Tmult0, $servantsQuarters += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $servantsQuartersUpgradeMonitoring == 1>> The quarters have been upgraded with enhanced monitoring systems to make the servants work harder, improving their obedience and efficiency. <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> - The quarters are standard. [[Upgrade the monitoring systems to force harder work|Servants' Quarters][$cash -= _Tmult1, $servantsQuartersUpgradeMonitoring = 1]] //Costs ¤_Tmult1 and will increase upkeep costs// + The quarters are standard. [[Upgrade the monitoring systems to force harder work|Servants' Quarters][$cash -= _Tmult1, $servantsQuartersUpgradeMonitoring = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// <</if>> <<if $servantMilkers == 1>> diff --git a/src/uncategorized/servantsQuartersReport.tw b/src/uncategorized/servantsQuartersReport.tw index ae593f21c1b292407a62760ba99729ceb102a41d..da7c2fe0a23790ae33ad36b91e36d76291e1c7a6 100644 --- a/src/uncategorized/servantsQuartersReport.tw +++ b/src/uncategorized/servantsQuartersReport.tw @@ -298,7 +298,7 @@ <<if _SQMilk > 0 || $servantsQuartersDecoration != "standard">> <br><br> <<if _SQMilk > 0>> - Since your lactating servants spend most of their time working in the penthouse, they use the milkers there, giving _SQMilk liters of milk over the week, which is sold for @@.yellowgreen;¤_SQMilkSale.@@ + Since your lactating servants spend most of their time working in the penthouse, they use the milkers there, giving _SQMilk liters of milk over the week, which is sold for @@.yellowgreen;<<print cashFormat(_SQMilkSale)>>.@@ <</if>> <</if>> diff --git a/src/uncategorized/shops.tw b/src/uncategorized/shops.tw index ba0461b98259e95b2a2a628c7e2159f6b954540b..4dd2b3b2e6bd7df4dfae68a2f32a27eb4f8e3525 100644 --- a/src/uncategorized/shops.tw +++ b/src/uncategorized/shops.tw @@ -91,13 +91,13 @@ This is a section of the promenade <<if $brothel == 0>> <br> [[Convert this sector of the promenade into a brothel|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $brothel = 5, $sectors[$AS].type = "Brothel"]] - //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 $club == 0>> <br> [[Build a club to serve as a focal point for public sluts|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $club = 5, $sectors[$AS].type = "Club"]] - //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 $sectors[$AS].type != "Brothel" && $sectors[$AS].type != "Club">> @@ -106,162 +106,162 @@ This is a section of the promenade <<if $FSPromenade.Subjugationist == 0>> <br> [[Upgrade this sector to appeal to Subjugationist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Subjugationist = 1, $sectors[$AS].type = "Subjugationist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSSupremacist != "unset">> <<if $FSPromenade.Supremacist == 0>> <br> [[Upgrade this sector to appeal to Supremacist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Supremacist = 1, $sectors[$AS].type = "Supremacist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSGenderRadicalist != "unset">> <<if $FSPromenade.GenderRadicalist == 0>> <br> [[Upgrade this sector to appeal to Gender Radicalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.GenderRadicalist = 1, $sectors[$AS].type = "Gender Radicalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> <<if $FSPromenade.GenderFundamentalist == 0>> <br> [[Upgrade this sector to appeal to Gender Fundamentalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.GenderFundamentalist = 1, $sectors[$AS].type = "Gender Fundamentalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<if $FSPromenade.Paternalist == 0>> <br> [[Upgrade this sector to appeal to Paternalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Paternalist = 1, $sectors[$AS].type = "Paternalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSDegradationist != "unset">> <<if $FSPromenade.Degradationist == 0>> <br> [[Upgrade this sector to appeal to Degradationist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Degradationist = 1, $sectors[$AS].type = "Degradationist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSBodyPurist != "unset">> <<if $FSPromenade.BodyPurist == 0>> <br> [[Upgrade this sector to appeal to Body Purist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.BodyPurist = 1, $sectors[$AS].type = "Body Purist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSTransformationFetishist != "unset">> <<if $FSPromenade.TransformationFetishist == 0>> <br> [[Upgrade this sector to appeal to Transformation Fetishist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.TransformationFetishist = 1, $sectors[$AS].type = "Transformation Fetishist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSYouthPreferentialist != "unset">> <<if $FSPromenade.YouthPreferentialist == 0>> <br> [[Upgrade this sector to appeal to Youth Preferentialist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.YouthPreferentialist = 1, $sectors[$AS].type = "Youth Preferentialist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> <<if $FSPromenade.MaturityPreferentialist == 0>> <br> [[Upgrade this sector to appeal to Subjugationist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.MaturityPreferentialist = 1, $sectors[$AS].type = "Maturity Preferentialist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<if $FSPromenade.SlimnessEnthusiast == 0>> <br> [[Upgrade this sector to appeal to Slimness Enthusiast establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.SlimnessEnthusiast = 1, $sectors[$AS].type = "Slimness Enthusiast"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSAssetExpansionist != "unset">> <<if $FSPromenade.AssetExpansionist == 0>> <br> [[Upgrade this sector to appeal to Asset Expansionist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.AssetExpansionist = 1, $sectors[$AS].type = "Asset Expansionist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSPastoralist != "unset">> <<if $FSPromenade.Pastoralist == 0>> <br> [[Upgrade this sector to appeal to Pastoralist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Pastoralist = 1, $sectors[$AS].type = "Pastoralist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSPhysicalIdealist != "unset">> <<if $FSPromenade.PhysicalIdealist == 0>> <br> [[Upgrade this sector to appeal to Physical Idealist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.PhysicalIdealist = 1, $sectors[$AS].type = "Physical Idealist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> <<if $FSPromenade.Hedonism == 0>> <br> [[Upgrade this sector to appeal to Hedonistic establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Hedonism = 1, $sectors[$AS].type = "Hedonism"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> <<if $FSPromenade.Repopulationist == 0>> <br> [[Upgrade this sector to appeal to Repopulationist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Repopulationist = 1, $sectors[$AS].type = "Repopulationist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSRestart != "unset">> <<if $FSPromenade.Eugenics == 0>> <br> [[Upgrade this sector to appeal to Eugenics establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.Eugenics = 1, $sectors[$AS].type = "Eugenics"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> <<if $FSPromenade.ChattelReligionist == 0>> <br> [[Upgrade this sector to appeal to Chattel Religionist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.ChattelReligionist = 1, $sectors[$AS].type = "Chattel Religionist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $arcologies[0].FSRomanRevivalist != "unset">> <<if $FSPromenade.RomanRevivalist == 0>> <br> [[Upgrade this sector to appeal to Roman Revivalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.RomanRevivalist = 1, $sectors[$AS].type = "Roman Revivalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <<if $FSPromenade.AztecRevivalist == 0>> <br> [[Upgrade this sector to appeal to Aztec Revivalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.AztecRevivalist = 1, $sectors[$AS].type = "Aztec Revivalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <<if $FSPromenade.EgyptianRevivalist == 0>> <br> [[Upgrade this sector to appeal to Egyptian Revivalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.EgyptianRevivalist = 1, $sectors[$AS].type = "Egyptian Revivalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> <<if $FSPromenade.EdoRevivalist == 0>> <br> [[Upgrade this sector to appeal to Edo Revivalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.EdoRevivalist = 1, $sectors[$AS].type = "Edo Revivalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSArabianRevivalist != "unset">> <<if $FSPromenade.ArabianRevivalist == 0>> <br> [[Upgrade this sector to appeal to Arabian Revivalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.ArabianRevivalist = 1, $sectors[$AS].type = "Arabian Revivalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <<if $FSPromenade.ChineseRevivalist == 0>> <br> [[Upgrade this sector to appeal to Chinese Revivalist establishments|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FSPromenade.ChineseRevivalist = 1, $sectors[$AS].type = "Chinese Revivalist"]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <<if $sectors[$AS].type != "Shops">> <br> [[Return this sector to standard outlets|Main][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $FSPromenade.Subjugationist = 0, $FSPromenade.Supremacist = 0, $FSPromenade.GenderRadicalist = 0, $FSPromenade.GenderFundamentalist = 0, $FSPromenade.Paternalist = 0, $FSPromenade.Degradationist = 0, $FSPromenade.BodyPurist = 0, $FSPromenade.TransformationFetishist = 0, $FSPromenade.YouthPreferentialist = 0, $FSPromenade.MaturityPreferentialist = 0, $FSPromenade.SlimnessEnthusiast = 0, $FSPromenade.AssetExpansionist = 0, $FSPromenade.Pastoralist = 0, $FSPromenade.PhysicalIdealist = 0, $FSPromenade.ChattelReligionist = 0, $FSPromenade.RomanRevivalist = 0, $FSPromenade.AztecRevivalist = 0, $FSPromenade.EgyptianRevivalist = 0, $FSPromenade.EdoRevivalist = 0, $FSPromenade.ArabianRevivalist = 0, $FSPromenade.ChineseRevivalist = 0, $FSPromenade.Repopulationist = 0, $FSPromenade.Eugenics = 0, $FSPromenade.Hedonism = 0, $sectors[$AS].type = "Shops"]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <</if>> <</if>> <</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 7f0df0e07808c77a277bc312fb6c73a7d075aff5..2d7b03a5c2294d16bb903da823585c17c872d153 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1311,9 +1311,9 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule <</if>> highlights of her sex life. <<if $activeSlave.pornFameSpending == 0>> [[Begin publicizing?|Slave Interact][$activeSlave.pornFameSpending += 1000]] - //Will cost ¤1000 weekly.// + //Will cost <<print cashFormat(1000)>> weekly.// <<else>> - ¤$activeSlave.pornFameSpending weekly is spent to publicize them. + <<print cashFormat($activeSlave.pornFameSpending)>> weekly is spent to publicize them. <<if $activeSlave.pornFameSpending < 5000>> [[Increase|Slave Interact][$activeSlave.pornFameSpending += 1000]] | <</if>> @@ -1339,7 +1339,7 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule <<elseif $activeSlave.accent > 3>> //Her lack of language and basic life skills is a red sign to most slave appraisers. She must not act like a child to be sold without raising suspicion.// <<else>> - [[Sell her|Sell Slave][$cash -= 500]] //Listing her for sale will cost ¤500// | + [[Sell her|Sell Slave][$cash -= 500]] //Listing her for sale will cost <<print cashFormat(500)>>// | <<if ($seeAge != 0) && ($activeSlave.indenture < 1)>> <<if ($retiree == 0)>> [[Retire her|Slave Interact][$retiree = $activeSlave, $manuallyRetired = 1]] | diff --git a/src/uncategorized/slaveMarkets.tw b/src/uncategorized/slaveMarkets.tw index b905ee99862dccf45495118791ad837d3b9e4edf..aed3114825fd246de092025b4316b7963ca2a59b 100644 --- a/src/uncategorized/slaveMarkets.tw +++ b/src/uncategorized/slaveMarkets.tw @@ -176,7 +176,7 @@ You visit the slave markets off the arcology plaza. It's always preferable to ex <</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>> <<if $cash >= $slaveCost>> <br>[[Buy her and check out other slaves to order|Slave Markets][$cash -= $slaveCost, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/uncategorized/slaveShelter.tw b/src/uncategorized/slaveShelter.tw index a739024656983f3f0f56df72882aec8f6560255e..ab07c1b666ef6d13af41856eeb26fa973d59779e 100644 --- a/src/uncategorized/slaveShelter.tw +++ b/src/uncategorized/slaveShelter.tw @@ -338,7 +338,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <</if>> <<set $slaveCost = 1000>> -The placement fee is ¤<<print $slaveCost>>. +The placement fee is <<print cashFormat($slaveCost)>>. <br><br> diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 4f143d9e7fec3e0cb5909531e671f006c2d6902f..322d930ed4b9ed7099a9fafbcf1b06736587cccd 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -72,14 +72,14 @@ $spaNameCaps <<set _Tmult0 = Math.trunc($spa*1000*$upgradeMultiplierArcology)>> <br>$spaNameCaps has rooms to house slaves while they recuperate here. They can support $spa slaves. -[[Expand the spa|Spa][$cash -= _Tmult0, $spa += 5]] //Costs ¤_Tmult0// +[[Expand the spa|Spa][$cash -= _Tmult0, $spa += 5]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $spaUpgrade == 1>> $spaNameCaps has been upgraded with state of the art temperature treatment options, from hot and cold mineral water pools to baking saunas and dense steam rooms. <<else>> <<set _Tmult1 = Math.trunc($spa*1000*$upgradeMultiplierArcology)>> - $spaNameCaps is a standard spa. [[Upgrade the spa with saunas, steam rooms, and mineral water baths|Spa][$cash -= _Tmult1, $spaUpgrade = 1]] //Costs ¤_Tmult1// + $spaNameCaps is a standard spa. [[Upgrade the spa with saunas, steam rooms, and mineral water baths|Spa][$cash -= _Tmult1, $spaUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <<if $Attendant != 0>> diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw index c570f5059e8457f577839672ba082ca1babd578f..8cd1b76355ffe000c593d5cda28266c83e6c202e 100644 --- a/src/uncategorized/spaReport.tw +++ b/src/uncategorized/spaReport.tw @@ -208,7 +208,7 @@ <<if (_DL < $spa)>> <<set _seed = random(1,10)+(($spa-_DL)*(random(150,170)+(_idleBonus*10)))>> <<set $cash += _seed>> - <br> Since she doesn't have enough girls to occupy all her time, the spa 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 spa takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@ <<if ($arcologies[0].FSHedonisticDecadence > 0) && (_DL == 0)>> Society @@.green;loves@@ being allowed to lounge in your spa, greatly advancing your laid back culture. <<FSChange "Hedonism" 2>> diff --git a/src/uncategorized/specialSlave.tw b/src/uncategorized/specialSlave.tw index 419a6705214babf632357d6e735940b27d5801d1..567e741f409d6059fcbde1b3a783ca89e6355e0c 100644 --- a/src/uncategorized/specialSlave.tw +++ b/src/uncategorized/specialSlave.tw @@ -51,13 +51,13 @@ <<NationalityToAccent $activeSlave>> <<slaveCost $activeSlave>> - The offered price is ¤<<print $slaveCost>>. + The offered price is <<print cashFormat($slaveCost)>>. [[Buy her slave contract|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main",$specialSlave = 1]] <br><br> - [[Pay ¤1000 to access complete catalog of slaves|Complete Catalog][$cash -= 1000]] + [[Pay <<print cashFormat(1000)>> to access complete catalog of slaves|Complete Catalog][$cash -= 1000]] <br><br> diff --git a/src/uncategorized/stClaverPreparatory.tw b/src/uncategorized/stClaverPreparatory.tw index 294d645b780108dc1b248ed4efcbb0406e8b999d..9577ec08342f2632b33b3d0e7ab0f326ab936ec7 100644 --- a/src/uncategorized/stClaverPreparatory.tw +++ b/src/uncategorized/stClaverPreparatory.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|St. Claver Preparatory][$cash -= $slaveCost, $SCP.schoolSale = 0, $SCP.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw index a0c2732d1a45ea7986ea348fcec237f24abd3f80..7f27220382002924b09d311214b55f8e13363a1a 100644 --- a/src/uncategorized/storyCaption.tw +++ b/src/uncategorized/storyCaption.tw @@ -87,16 +87,16 @@ <<else>> __@@.red;Cash@@__ <</if>> -| ''¤''$cash +| <<print cashFormat($cash)>> </span> <br> <<if _Pass == "Main">> <<set _TCash2 = ($cash-$cashLastWeek)>> <span id="oldcash"> <<if _TCash2 < 0>> - (@@.red;_TCash2@@ + (@@.red;<<print cashFormat(_TCash2)>>@@ <<else>> - (@@.yellowgreen;+_TCash2@@ + (@@.yellowgreen;+<<print cashFormat(_TCash2)>>@@ <</if>> </span> since last week) @@ -111,14 +111,14 @@ <<else>> __@@.red;Cash@@__ <</if>> - | ''¤''$cash + | <<print cashFormat($cash)>> <</replace>> <<set _TCash2 = ($cash-$cashLastWeek)>> <<replace "#oldcash">> <<if _TCash2 < 0>> - (@@.red;_TCash2@@ + (@@.red;<<print cashFormat(_TCash2)>>@@ <<else>> - (@@.yellowgreen;+_TCash2@@ + (@@.yellowgreen;+<<print cashFormat(_TCash2)>>@@ <</if>> <</replace>> since last week) @@ -127,7 +127,7 @@ <br>[[Upkeep|Costs Report]] | <<else>> <br>Upkeep | -<</if>>¤$costs +<</if>><<print cashFormat($costs)>> <br>@@.pink;Total Sex Slaves@@ | _SL <br>@@.pink;Penthouse Beds@@ | <<if $dormitoryPopulation+$roomsPopulation > ($dormitory+$rooms)>>@@.red;<<print $dormitoryPopulation+$roomsPopulation>>@@<<else>><<print $dormitoryPopulation+$roomsPopulation>><</if>>/<<print ($dormitory+$rooms)>> diff --git a/src/uncategorized/theFutanariSisters.tw b/src/uncategorized/theFutanariSisters.tw index e2fcf9f1bccde7b675e8d6b597083afa54be3a4d..a725478be051ce983a2e7184cf97bbc8d9bb7232 100644 --- a/src/uncategorized/theFutanariSisters.tw +++ b/src/uncategorized/theFutanariSisters.tw @@ -91,7 +91,7 @@ The Sisters offer a member selected for sale into slavery for inspection via vid <</if>> <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> -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>> +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 Futanari Sisters][$cash -= $slaveCost, $TFS.schoolSale = 0, $TFS.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/uncategorized/theGymnasiumAcademy.tw b/src/uncategorized/theGymnasiumAcademy.tw index 05d50656bc3b3b27d0c2eb1a6dbc42fa537b8ecc..5910c32cc526e0ac043a6aaef2ea01a213a3dd0f 100644 --- a/src/uncategorized/theGymnasiumAcademy.tw +++ b/src/uncategorized/theGymnasiumAcademy.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|The Gymnasium-Academy][$cash -= $slaveCost, $TGA.schoolSale = 0, $TGA.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/uncategorized/theSlavegirlSchool.tw b/src/uncategorized/theSlavegirlSchool.tw index 75e7d1fefd87a8defd743b4b882e4ae692af72f3..05e39de1f6e743d7dd52dd98974bd0e9fb6ac32a 100644 --- a/src/uncategorized/theSlavegirlSchool.tw +++ b/src/uncategorized/theSlavegirlSchool.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 slaves to order|The Slavegirl School][$cash -= $slaveCost, $TSS.schoolSale = 0, $TSS.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw index 4d22b7dcaa956baa96e04557cf02fd2a3cfdd217..c2a247bfdad2389c2aa7f72a1ae42c3671807dbb 100644 --- a/src/uncategorized/wardrobe.tw +++ b/src/uncategorized/wardrobe.tw @@ -10,111 +10,111 @@ <<nobr>> <<if $clothesBoughtBunny == 0 && $arcologies[0].FSGenderFundamentalist == "unset" && $cheatMode == 0>> [[Order a shipment of bunny suits|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtBunny = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with classic bunny suits and bowties.<</if>> <</nobr>> <<nobr>> <<if $clothesBoughtConservative == 0 && $arcologies[0].FSPaternalist == "unset" && $cheatMode == 0>> [[Order a shipment of conservative clothes|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtConservative = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with modest outfits. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtChains == 0 && $arcologies[0].FSDegradationist == "unset" && $cheatMode == 0>> [[Order a shipment of chains|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtChains = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with various lengths of binding chains. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtWestern == 0 && $arcologies[0].FSPastoralist == "unset" && $cheatMode == 0>> [[Order a shipment of western outfits|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtWestern = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with cowgirl outfits. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtOil == 0 && $arcologies[0].FSPhysicalIdealist == "unset" && $cheatMode == 0>> [[Order a shipment of body oil|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtOil = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with various body oils. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtLazyClothes == 0 && $arcologies[0].FSHedonisticDecadence == "unset" && $cheatMode == 0>> [[Order a shipment of comfortable, rather stretchy, clothes|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtLazyClothes = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with various comfy pants and rather tight crop-tops. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtHabit == 0 && $arcologies[0].FSChattelReligionist == "unset" && $cheatMode == 0>> [[Order a shipment of chattel habits|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtHabit = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with habits from the chattel religion. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtEgypt == 0 && $arcologies[0].FSEgyptianRevivalist == "unset" && $cheatMode == 0>> [[Order a shipment of Egyptian necklaces|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtEgypt = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with ancient Egyptian necklaces. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtToga == 0 && $arcologies[0].FSRomanRevivalist == "unset" && $cheatMode == 0>> [[Order a shipment of togas|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtToga = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with fine roman-styled togas. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtHuipil == 0 && $arcologies[0].FSAztecRevivalist == "unset" && $cheatMode == 0>> [[Order a shipment of huipil|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtHuipil = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with exquisite Aztec Huipil. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtKimono == 0 && $arcologies[0].FSEdoRevivalist == "unset" && $cheatMode == 0>> [[Order a shipment of kimonos|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtKimono = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with elegant japanese Kimonos. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtHarem == 0 && $arcologies[0].FSArabianRevivalist == "unset" && $cheatMode == 0>> [[Order a shipment of harem outfits|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtHarem = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with arabic harem garb made from the finest available silks. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtQipao == 0 && $arcologies[0].FSChineseRevivalist == "unset" && $cheatMode == 0>> [[Order a shipment of qipaos|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtQipao = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with slutty chinese qipaos. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtMaternityDress == 0 && $arcologies[0].FSRepopulationFocus == "unset" && $cheatMode == 0>> [[Order a shipment of maternity dresses|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtMaternityDress = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with dresses specially tailored for pregnant women. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtMaternityLingerie == 0 && $arcologies[0].FSRepopulationFocus == "unset" && $cheatMode == 0>> [[Order a shipment of maternity lingerie|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtMaternityLingerie = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with sexy silken lingerie designed for pregnant women. <</if>> <</nobr>> <<nobr>> <<if $clothesBoughtBelly == 0 && $cheatMode == 0 && $arcologies[0].FSRepopulationFocus == "unset">> [[Order a shipment of fake pregnancy bellies|Wardrobe][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $clothesBoughtBelly = 1]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with silicone pregnancy bellies modeled after variously sized women. <</if>> <</nobr>> @@ -122,25 +122,25 @@ <<nobr>> <<if $toysBoughtDildos == 0>> [[Order a shipment of extra long dildos|Wardrobe][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $toysBoughtDildos = 1]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with extra long dildos in a variety of sizes. <</if>> <br> <<if $toysBoughtButtPlugs == 0>> [[Order a shipment of extra long buttplugs|Wardrobe][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $toysBoughtButtPlugs = 1]] - //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with extra long buttplugs in a variety of sizes. <</if>> <br> <<if $toysBoughtButtPlugTails == 0>> [[Order a shipment of attachable tails|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $toysBoughtButtPlugTails = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with tails to attach to your buttplugs. <</if>> <br> <<if $toysBoughtGags == 0>> [[Order a shipment of extra long dildo gags|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $toysBoughtGags = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with extra long dildo gags. <</if>> <</nobr>> @@ -156,11 +156,11 @@ <<nobr>> <<if $enema == 0>> [[Order enema supplies|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $enema = 1]] - //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>// <<else>>You are well stocked with specially formulated liquids to be used safely for long term enemas along with the tools needed to keep a slave bloated for extended periods of time. <<if $medicalEnema == 0>> [[Order medical enema supplies|Wardrobe][$cash -= Math.trunc(25000*$upgradeMultiplierArcology), $medicalEnema = 1]] - //Costs ¤<<print Math.trunc(25000*$upgradeMultiplierArcology)>>// + //Costs <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>// <<else>> You are well stocked with drugs to be mixed with the enema water for use in medical enemas. <</if>>