diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 2e2de81ad3ebfd43b8b8fc4d3808c650c100cc13..2945880da41d5a976c8a0c07a37200f631c24475 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -1,5 +1,11 @@ Pregmod +0.10.7.1-2.2.x + + 0 + -overhauled reputation tracking + -fixes + 0.10.7.1-2.1.x 02/08/2019 diff --git a/src/SecExp/attackGenerator.tw b/src/SecExp/attackGenerator.tw index 94776671c3fc8efec2a1574b488fc59892aa240b..928724aae186ba21ee531fbec69639bf9a4462ed 100644 --- a/src/SecExp/attackGenerator.tw +++ b/src/SecExp/attackGenerator.tw @@ -128,32 +128,31 @@ <<set $battleTerrain = "error">> <</if>> - <<set _L0=3,_L1=45>> - <<if $attackType == "raiders">> <<set $attackTroops = random(40,80)>> + <<set _L=0>> + <<if $attackType == "raiders">> <<set $attackTroops = random(40,80),_L=1>> <<elseif $attackType == "free city">> <<set $attackTroops = random(20,40)>> <<elseif $attackType == "old world">> <<set $attackTroops = random(25,50)>> - <<elseif $attackType == "freedom fighters">> - <<set $attackTroops = random(30,60),_L0=1,_L1=60>> + <<elseif $attackType == "freedom fighters">> <<set $attackTroops = random(30,60)>> <</if>> <<if $week < 30>> - <<set $attackTroops *= Math.ceil(random( (1*(1.15+($week/203))), (2*(1+($week/149))) ))>> + <<set $attackTroops *= Math.trunc(random( (1*(1.01+($week/100))), (2*(1.01+($week/100))) ))>> /*<<set $attackTroops *= random(1,2)>>*/ <<elseif $week < 60>> - <<set $attackTroops *= Math.ceil(random( (1*(1.25+($week/135))), (3*(1.5+($week/99))) ))>> + <<set $attackTroops *= Math.trunc(random( (1*(1.01+($week/200))), (3*(1.01+($week/200))) ))>> /*<<set $attackTroops *= random(1,3)>>*/ <<elseif $week < 90>> - <<set $attackTroops *= Math.ceil(random( (2*(1.35+($week/90))), (3*(2+($week/66))) ))>> + <<set $attackTroops *= Math.trunc(random( (2*(1.01+($week/300))), (3*(1.01+($week/300))) ))>> /*<<set $attackTroops *= random(2,3)>>*/ <<elseif $week < 120>> - <<set $attackTroops *= Math.ceil(random( (2*(1.5+($week/60))), (4*(3+($week/45))) ))>> + <<set $attackTroops *= Math.trunc(random( (2*(1.01+($week/400))), (4*(1.01+($week/400))) ))>> /*<<set $attackTroops *= random(2,4)>>*/ <<else>> - <<set $attackTroops *= Math.ceil(random( (3*(2+($week/40))), (5*(4+($week/30))) ))>> + <<set $attackTroops *= random(3,5)>> <</if>> <<if $week < 60>> - <<set $attackEquip = Math.ceil(random( (0, (1*(1.5+($week/99))) ))>> + <<set $attackEquip = random(0,1)>> <<elseif $week < 90>> - <<set $attackEquip = Math.ceil(random( (0, (3*(2+($week/66))) ))>> + <<set $attackEquip = random(0,3-_L)>> /*"raiders" <<set $attackEquip = random(0,2)>>*/ <<elseif $week < 120>> - <<set $attackEquip = Math.ceil(random( (0, (_L0*(_L0+($week/_L1))) ))>> + <<set $attackEquip = random(1-_L,3)>> /*"raiders" <<set $attackEquip = random(0,3)>>*/ <<else>> - <<set $attackEquip = Math.ceil(random( (2*(2+($week/40))), (4*(4+($week/30))) ))>> + <<set $attackEquip = random(2-_L,4-_L)>> /*"raiders" <<set $attackEquip = random(1,3)>>*/ <</if>> /* major battles have a 50% chance of firing after week 120 */ diff --git a/src/SecExp/attackReport.tw b/src/SecExp/attackReport.tw index 2743b8d2a15541298895fd45acd50141ad81279d..bd5cd2981d72ad0b318e7828a4bee41d507190da 100644 --- a/src/SecExp/attackReport.tw +++ b/src/SecExp/attackReport.tw @@ -130,7 +130,7 @@ <hr> <<if $attackType == "raiders">> - Today, the _day of _month _year, our arcology was attacked by a band of wild raiders, <<print commaNum($attackTroops)>> men strong. + Today, the _day of _month _year, our arcology was attacked by a band of wild raiders, <<print commaNum(Math.trunc($attackTroops))>> men strong. <<if $battleResult != 1 && $battleResult != 0 && $battleResult != -1>> Our defense forces, <<print commaNum(Math.trunc($troopCount))>> strong, clashed with them <<if $battleTerrain == "urban">> @@ -156,7 +156,7 @@ <</if>> <<if $battleResult == 3>> <<if $battleTurns <= 5>> - The fight was quick and one sided, our men easily stopped the disorganized horde futile attempt at raiding your arcology<<if $PCvictoryStreak >= 2 || $PClossStreak >= 2>>,<<else>>.<</if>> + The fight was quick and one sided, our men easily stopped the disorganized horde's futile attempt at raiding your arcology<<if $PCvictoryStreak >= 2 || $PClossStreak >= 2>>,<<else>>.<</if>> <<elseif $battleTurns <= 7>> The fight was hard, but in the end our men stopped the disorganized horde attempt at raiding your arcology<<if $PCvictoryStreak >= 2 || $PClossStreak >= 2>>,<<else>>.<</if>> <<else>> @@ -192,9 +192,9 @@ You decided in favor of a financial approach rather than open hostilities. Your troops remain inside the arcology's walls. <</if>> <<elseif $attackType == "free city">> - Today, the _day of _month _year, our arcology was attacked by a contingent of mercenaries hired by a competing free city, <<print commaNum($attackTroops)>> men strong. + Today, the _day of _month _year, our arcology was attacked by a contingent of mercenaries hired by a competing free city, <<print commaNum(Math.trunc($attackTroops))>> men strong. <<if $battleResult != 1 && $battleResult != 0 && $battleResult != -1>> - Our defense forces, $troopCount strong, clashed with them + Our defense forces, <<print commaNum(Math.trunc($troopCount))>> strong, clashed with them <<if $battleTerrain == "urban">> in the streets of <<if $terrain == "urban">>the old world city surrounding the arcology<<else>>of the free city<</if>>, <<elseif $battleTerrain == "rural">> @@ -254,9 +254,9 @@ You decided in favor of a financial approach rather than open hostilities. Your troops remain inside the arcology's walls. <</if>> <<elseif $attackType == "freedom fighters">> - Today, the _day of _month _year, our arcology was attacked by a group of freedom fighters bent on the destruction of the institution of slavery, <<print commaNum($attackTroops)>> men strong. + Today, the _day of _month _year, our arcology was attacked by a group of freedom fighters bent on the destruction of the institution of slavery, <<print commaNum(Math.trunc($attackTroops))>> men strong. <<if $battleResult != 1 && $battleResult != 0 && $battleResult != -1>> - Our defense forces, $troopCount strong, clashed with them + Our defense forces, <<print commaNum(Math.trunc($troopCount))>> strong, clashed with them <<if $battleTerrain == "urban">> in the streets of <<if $terrain == "urban">>the old world city surrounding the arcology<<else>>of the free city<</if>>, <<elseif $battleTerrain == "rural">> @@ -316,9 +316,9 @@ You decided in favor of a financial approach rather than open hostilities. Your troops remain inside the arcology's walls. <</if>> <<elseif $attackType == "old world">> - Today, the _day of _month _year, our arcology was attacked by an old world nation boasting a misplaced sense of superiority, <<print commaNum($attackTroops)>> men strong. + Today, the _day of _month _year, our arcology was attacked by an old world nation boasting a misplaced sense of superiority, <<print commaNum(Math.trunc($attackTroops))>> men strong. <<if $battleResult != 1 && $battleResult != 0 && $battleResult != -1>> - Our defense forces, $troopCount strong, clashed with them + Our defense forces, <<print commaNum(Math.trunc($troopCount))>> strong, clashed with them <<if $battleTerrain == "urban">> in the streets of <<if $terrain == "urban">>the old world city surrounding the arcology<<else>>of the free city<</if>>, <<elseif $battleTerrain == "rural">> diff --git a/src/SecExp/rebellionGenerator.tw b/src/SecExp/rebellionGenerator.tw index 66255ca0f8c10134ed103d4e6c099426b5d6a944..2ea126c09af5fa316d5d86871bc4a8d0d5108e3e 100644 --- a/src/SecExp/rebellionGenerator.tw +++ b/src/SecExp/rebellionGenerator.tw @@ -235,15 +235,15 @@ <<set _weekMod = 0.50>> <<if $week <= 30>> - <<set _weekMod = 0.75 * Math.round(1+$week/10)>> + <<set _weekMod = 0.75 + (0.01+($week/200))>> <<elseif $week <= 60>> - <<set _weekMod = 1 * Math.round(1+$week/10)>> + <<set _weekMod = 1 + (0.01+($week/300))>> <<elseif $week <= 90>> - <<set _weekMod = 1.25 * Math.round(1+$week/10)>> + <<set _weekMod = 1.25 + (0.01+($week/400))>> <<elseif $week <= 120>> - <<set _weekMod = 1.50 * Math.round(1+$week/10)>> + <<set _weekMod = 1.50 + (0.01+($week/500))>> <<else>> - <<set _weekMod = 1.75 * Math.round(1+$week/10)>> + <<set _weekMod = 1.75>> <</if>> /* resetting ID list */ diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js index ef847cb3711d3b5a0fd69e557efbe20d17901598..612416df0167408228b472a5f29e10c0095bb17a 100644 --- a/src/SpecialForce/SpecialForce.js +++ b/src/SpecialForce/SpecialForce.js @@ -253,21 +253,22 @@ window.SFBC = function() { }; window.SFReport = function() { + "use strict"; const V=State.variables,T=State.temporary,S=V.SF.Squad; - var target=50000,baseLine=5000,profit=0,upkeep=0,income=0; - var Multiplier={action:1,troop:1,unit:1,depravity:1},SFD=V.SF.Depravity; - var FNG=10,unitCap=2500,Trade=0.025,deaths=0,r=``; Count(); - var cost={a:0.01,b:2.5};var NO=1+(V.SF.Size/10);var N1=1+(V.SF.Size/10); + let target=50000,baseLine=5000,profit=0,upkeep=0,income=0; + let Multiplier={action:1,troop:1,unit:1,depravity:1},SFD=V.SF.Depravity; + let FNG=10,unitCap=2500,Trade=0.025,deaths=0,r=``; Count(); + let cost={a:0.01,b:2.5};let NO=1+(V.SF.Size/5);let N1=1+(V.SF.Size/5); V.SFUC=0; if (profit < 1) cost.a=10; cost.b=0.1;NO=1;N1=0.1; if (S.Troops > unitCap) S.Troops=unitCap; if (S.Troops < 100) { S.Troops += Math.ceil(jsRandom(2,5)); } else { if (V.SF.Target === "recruit") { - S.Troops += Math.ceil(jsRandom(-1*S.Troops/100,0)); + S.Troops += Math.ceil(jsRandom(-1*S.Troops/1000,0)); } else if (V.SF.Target === "raiding") { - S.Troops += Math.ceil(jsRandom(-3*S.Troops/100,-4*S.Troops/100)); - } else { S.Troops += Math.ceil(jsRandom(-2*S.Troops/100,-3*S.Troops/100)); } + S.Troops += Math.ceil(jsRandom(-1.15*S.Troops/1000,-1.20*S.Troops/1000)); + } else { S.Troops += Math.ceil(jsRandom(-1.10*S.Troops/1000,-1.15*S.Troops/1000)); } } if (V.SF.UC.Assign > 0) { if (V.SF.UC.Assign < 2) { V.SFUC=Math.ceil(S.Troops*0.1); @@ -364,14 +365,14 @@ window.SFReport = function() { V.arcologies[0].prosperity=Math.ceil(V.arcologies[0].prosperity+(Trade/10)*0.25);} if (V.secExp > 0) V.authority += V.SF.Size*10; V.authority=Math.clamp(V.authority, 0, 20000); - income += Math.ceil( (baseLine* (0.09+Multiplier.troop/NO).toFixed(2) * (0.09+Multiplier.unit/NO).toFixed(2) * (0.09+Multiplier.action/NO).toFixed(2) * (0.09+Multiplier.depravity/NO).toFixed(2) )-(upkeep*N1).toFixed(2) ); S.Troops += Math.round(FNG/2); - r += `income:${commaNum(income)}, troop:${commaNum((0.09+Multiplier.troop/NO).toFixed(2))}, unit:${commaNum((0.09+Multiplier.unit/NO).toFixed(2))}, action:${commaNum((0.09+Multiplier.action/NO).toFixed(2))}, depravity:${commaNum((0.09+Multiplier.depravity/NO).toFixed(2))}, upkeep:${commaNum((upkeep*N1).toFixed(2))}`; - //if (V.economy < 100) income=Math.ceil(income*(1+(V.week/100))); //Remove line if hard mode ever gets fixed. + income += Math.ceil( ( (baseLine* (0.09+Multiplier.troop/NO).toFixed(2) * (0.09+Multiplier.unit/NO).toFixed(2) * (0.09+Multiplier.action/NO).toFixed(2) * (0.09+Multiplier.depravity/NO).toFixed(2) ) - (upkeep*N1).toFixed(2) )/V.SF.Size/5+S.Troops/1000 ); S.Troops += Math.round(FNG/2); + if (V.debugMode > 0) r += `<br>income:${commaNum(income)}, troop:${commaNum((0.09+Multiplier.troop/NO).toFixed(2))}, unit:${commaNum((0.09+Multiplier.unit/NO).toFixed(2))}, action:${commaNum((0.09+Multiplier.action/NO).toFixed(2))}, depravity:${commaNum((0.09+Multiplier.depravity/NO).toFixed(2))}, upkeep:${commaNum((upkeep*N1).toFixed(2))}`; + if (V.economy < 100) if (V.SF.Target === "raiding") { income=Math.ceil(income*14) } else if (V.SF.Target === "secure") { income=Math.ceil(income*20) } else { income=Math.ceil(income*50) }; //Remove line if hard mode ever gets fixed. if (income >= target) profit=1; delete V.SF.Subsidy; cashX(income, "specialForces"); if (S.Troops > unitCap) S.Troops=unitCap; if (V.arcologies[0].prosperity > V.ProsperityCap) V.arcologies[0].prosperity=V.ProsperityCap; - if (S.Drugs >= 8 || S.Drugs >= 10) { var survivalChance=50; + if (S.Drugs >= 8 || S.Drugs >= 10) { let survivalChance=50; if (S.Drugs >= 8) {survivalChance -= 5;} else if (S.Drugs >= 10) {survivalChance += 5;} if (jsRandom(0,100) > survivalChance) deaths=jsRandom(0,((S.Drugs*2)+4)); if (deaths > 0) S.Troops -= deaths; @@ -400,6 +401,7 @@ window.SFReport = function() { r+= ` The goods procured by ${V.SF.Lower} after accounting for the spoils retained by individual soldiers were `; if (profit > 0) { r += `<span class='green'>more than sufficient to cover expenses</span>. Excess material and human assets totaling <span class='yellowgreen'>${cashFormat(income)}</span> (after liquidation) were transferred to your accounts.`; + if (V.economy < 100) r += `The rapiddly degrading global economy has one upside,<span class='green'> ${V.SF.Caps} was able to more easily use more 'persuasive' technciques thus leading to an increase in profit</span>.`; } else { r += `<span class='red'>barely enough to cover expenses.</span> More growth will be needed to ensure profitability, <span class='yellow'>hopefully purchasing more upgrades will help</span>.`; r += ` Per the estimates that ${SFC()} provides, an additional <span class='yellowgreen'>${cashFormat(target-income)}</span> is required for sufficient cover.`; @@ -417,9 +419,9 @@ window.SFReport = function() { r += `<<link "Strict Accountability">> <<set $SF.Regs="strict">> <<replace "#accountability">>''Strict Accountability''<</replace>> <</link>> | <<link "Some Accountability">> <<set $SF.Regs="some">> <<replace "#accountability">>''Some Accountability''<</replace>> <</link>> | <<link "No Accountability">> <<set $SF.Regs="none">> <<replace "#accountability">>''No Accountability''<</replace>> <</link>>`; if (V.SF.MercCon.View > 0 && V.SF.MercCon.CanAttend === 1) { V.SF.MercCon.Income=0; V.SF.MercCon.Menials=0; - var tradeShowAttendes=200, menialGiftsPerAttendee=5, NewMercs=0; - var menialGifts=Math.ceil(jsRandom(1,((tradeShowAttendes*menialGiftsPerAttendee)/10))); - var TSProfit=Math.ceil(500000*(1+(V.SF.Size/1000))*(1+(V.arcologies[0].prosperity/1000))*T.Env); + let tradeShowAttendes=200, menialGiftsPerAttendee=5, NewMercs=0; + let menialGifts=Math.ceil(jsRandom(1,((tradeShowAttendes*menialGiftsPerAttendee)/10))); + let TSProfit=Math.ceil(500000*(1+(V.SF.Size/1000))*(1+(V.arcologies[0].prosperity/1000))*T.Env); V.menials += menialGifts; V.SF.MercCon.History += 1; V.SF.MercCon.Menials += menialGifts; V.SF.MercCon.TotalMenials += menialGifts; V.SF.MercCon.Income += TSProfit; V.SF.MercCon.Revenue += TSProfit; @@ -443,7 +445,7 @@ window.SFUpgradeCost = function(cost,unit) { const V=State.variables,T=State.temporary,S=V.SF.Squad; var value=0; //return Math.ceil(cost*T.Env*(1.15+(V.SF.Size/10))*(1.15+(unit/100))*HSM()); value=cost*T.Env*(1.15+(V.SF.Size/10))*(1.15+(unit/100)); - if ([S.Sub,S.AircraftCarrier,S.MissileSilo,S.GiantRobot,S.Satellite.lv,S.GunS,S.SpacePlane,S.Drones].includes(unit)) value *= V.HackingSkillMultiplier; + if ([S.Sub,S.AircraftCarrier,S.MissileSilo,S.GiantRobot,S.Satellite.lv,S.GunS,S.SpacePlane,S.Drones].includes(unit)) value *= HSM(); return Math.ceil(value); }; diff --git a/src/SpecialForce/TrickShotNight.tw b/src/SpecialForce/TrickShotNight.tw index 3624cc037a8a05ccd4d7d66e0df8e7687a09db97..273a4a20ce0b59ba720b18c97f8372e2b9e23bfa 100644 --- a/src/SpecialForce/TrickShotNight.tw +++ b/src/SpecialForce/TrickShotNight.tw @@ -21,7 +21,7 @@ Despite your direct elevator, interaction with the majority of your security for <br>//You lack the necessary funds to attend.// <<else>> /* cash >= 500000 */ -<br><<link "Attend the trick shot night">> +<<link "Attend the trick shot night">> <<replace "#result">> <<set $PC.warfare += 1>> You instruct $assistantName to inform $SF.Lower that you will be attending their trick shot night, and after settling your affairs in the penthouse you head down to the firebase. The atmosphere in the firebase is casual, especially in comparison to the usual situations you meet them, though your security force still maintain some measure of decorum towards you as their employer. Eventually, you settle in at the table with a handful of $SF.Lower officers and cash in your @@.yellowgreen;<<print cashFormat(500000)>>@@ into bullets. All that remains is to decide your strategy for the night. <br><br> <span id="bountyresult"> @@ -111,6 +111,6 @@ Despite your direct elevator, interaction with the majority of your security for </span> <</replace>> -<</link>> // It will cost @@.yellowgreen;<<print cashFormat(500000)>>@@ to participate in the trick shot night.// +<</link>> // It will cost @@.red;<<print cashFormat(500000)>>@@ to participate in the trick shot night.// <</if>> </span> \ No newline at end of file diff --git a/src/facilities/farmyard/farmyard.tw b/src/facilities/farmyard/farmyard.tw index 7e094e405e4792f4a525551127901ea496e0f152..d46216e5007adcd9e31a145c6e8514196c58be23 100644 --- a/src/facilities/farmyard/farmyard.tw +++ b/src/facilities/farmyard/farmyard.tw @@ -469,37 +469,45 @@ $farmyardNameCaps is an oasis of growth in the midst of the jungle of steel and <</if>> <br><br> -<<if ($farmyard <= $farmyardSlaves)>> - ''$farmyardNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $farmyardSlaves)>> - <<link "''Send a slave to $farmyardName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($farmyard <= $farmyardSlaves)>> + ''$farmyardNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $farmyardSlaves)>> <<resetAssignmentFilter>> <<set $Flag = 0>> <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> + <</if>> + </div> +</div> -<<if $farmyardSlaves > 0>> - | <<link "''Bring a slave out of $farmyardName''">> - <<replace #ComingGoing>> +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $farmyardSlaves > 0>> <<farmyardAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$farmyardNameCaps is empty for the moment.// + <</if>> + </div> +</div> + +<<if ($tabChoice.Farmyard == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$farmyardNameCaps is empty for the moment.// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br> -<span id="ComingGoing"> - <<farmyardAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> +</body> <br><br>Rename $farmyardName: <<textbox "$farmyardName" $farmyardName "Farmyard">> //Use a noun or similar short phrase// diff --git a/src/facilities/farmyard/food/foodMarket.tw b/src/facilities/farmyard/food/foodMarket.tw index 339dd99631301611d27308d740bd8855017bd4d1..79a99d2e1b47eb458f0166ee840eb531be02fa92 100644 --- a/src/facilities/farmyard/food/foodMarket.tw +++ b/src/facilities/farmyard/food/foodMarket.tw @@ -1,8 +1,5 @@ :: Food Market [nobr] -<<if $detailedCorpControls == 1>> -/* TODO: should there be different types of foods? */ -<</if>> <<if $useTabs == 0>>__The Food Market__<</if>> <br> diff --git a/src/facilities/nursery/childrenReport.tw b/src/facilities/nursery/childrenReport.tw index a22fe4af419a97ce1f0f1da39e3574eb8baf8c5f..89224786b08ef0c4469879dd7a9e98d57010e5b7 100644 --- a/src/facilities/nursery/childrenReport.tw +++ b/src/facilities/nursery/childrenReport.tw @@ -18,7 +18,7 @@ @@.pink;$cribs[_nur].slaveName@@ is @@.lime;ready for release.@@ $He will be removed from $nurseryName upon your approach. <</if>> - <<if $nurseryUpgradeWeight == 1>> + <<if $nurseryWeight == 1>> <br> <<if $nurseryWeightSetting == 1>> <<if $cribs[_nur].weight < 200>> @@ -48,7 +48,7 @@ <</if>> <</if>> - <<if $nurseryUpgradeMuscles == 1>> + <<if $nurseryMuscles == 1>> <br> <<if $nurseryMusclesSetting == 2>> <<if $cribs[_nur].muscles < 100>> @@ -77,309 +77,6 @@ <<set $cribs[_nur].muscles -= 40>> <</if>> <</if>> - - <<if $nurseryUpgradeGrowthStims == 1 && $nurseryGrowthStimsSetting != 0>> - <br> - <<set _heightLimit = Math.trunc(Math.clamp((Height.mean($cribs[_nur]) * 1.25),0,274))>> - <<set _heightLimitAge = Height.forAge($cribs[_nur].height, $cribs[_nur])>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* - ** NCS should block physical growth beyond that of a toddler, but some players might like - ** a little more or less. So using $minimumSlaveAge or 8, whichever is lesser. - */ - <<set _limitAge = Math.min(8, $minimumSlaveAge)>> - <<set _heightLimitAge = Height.forAge($cribs[_nur].height, _limitAge, $cribs[_nur].genes)>> - <<set _heightLimit = _heightLimitAge>> - <</if>> - <<if $cribs[_nur].height >= _heightLimit>> - The monitoring system detects $his body is not able to support further increases in height, so it carefully regulates stimulant injections to @@.yellow;maintain $his current stature.@@ - <<set $cribs[_nur].height = _heightLimit>> - <<elseif $nurseryGrowthStimsSetting == 2>> - <<if $cribs[_nur].geneMods.NCS == 1>> - The monitoring system floods $his body with growth stimulants, but $his @@.orange;NCS prevents an increase in $his growth rate.@@ - <<set $cribs[_nur].height = _heightLimitAge>> - <<else>> - The monitoring system floods $his body with growth stimulants, causing @@.green;a sharp increase in growth rate.@@ - <<if $nurseryWeightSetting >= 1 && $nurseryMusclesSetting <= 1 && $nurseryReproductionSetting <= 1>> - <<set $cribs[_nur].height += random(1,2)>> - <<else>> - <<set $cribs[_nur].height += random(0,1)>> - <</if>> - <</if>> - <<elseif $nurseryGrowthStimsSetting == 1>> - <<if $cribs[_nur].geneMods.NCS == 1>> - The monitoring system detects $he is near the expected height for $his @@.orange;NCS@@ condition, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@ - <<set $cribs[_nur].height = _heightLimitAge>> - <<elseif $cribs[_nur].height > _heightLimitAge>> - The monitoring system detects $he is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@ - <<if random(1,10) == 10>> - <<set $cribs[_nur].height += random(0,1)>> - <</if>> - <<else>> - The monitoring system detects $his body is capable of developing more rapidly and @@.green;increases $his growth stimulant dosage.@@ - <<set $cribs[_nur].height += random(0,1)>> - <</if>> - <</if>> - <<set $cribs[_nur].height = Math.clamp($cribs[_nur].height, 0, _heightLimit)>> - <<else>> - <br> - With the growth stimulant injections offline, $his body is left to develop naturally. - <</if>> - - <<if $nurseryUpgradeReproduction == 1>> - <br> - <<if $nurseryReproductionSetting == 2>> - $His developing body is being flooded with hormones. - <<if $nurseryWeightSetting == 1>> - Combined with the abundant food provided to $him, $his body grows rapidly. - <<if $cribs[_nur].ovaries == 1>> - <<set $cribs[_nur].pubertyXX = 1>> - <<if $cribs[_nur].hormoneBalance < 500>> - <<set $cribs[_nur].hormoneBalance += 100>> - <</if>> - <<if $seeHyperPreg == 1>> - <<set $cribs[_nur].readyOva = random(25,45)>> - <<else>> - <<set $cribs[_nur].readyOva = random(3,8)>> - <</if>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks all growth@@ despite the excess estrogen-laced growth hormones flooding $his body. - <<if $cribs[_nur].boobs < 8000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ - <<set $cribs[_nur].boobs += 100>> - <</if>> - <<if $cribs[_nur].hips < 2 && random(1,100) > 80>> - The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ - <<set $cribs[_nur].hips++>> - <</if>> - <<if $cribs[_nur].butt < 12 && random(1,100) > 70>> - The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ - <<set $cribs[_nur].butt++>> - <</if>> - <</if>> - <<elseif $cribs[_nur].balls > 0>> - <<set $cribs[_nur].pubertyXY = 1>> - <<if $cribs[_nur].hormoneBalance > -500>> - <<set $cribs[_nur].hormoneBalance -= 100>> - <</if>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks all growth@@ despite the excess testosterone-laced growth hormones flooding $his body. - <<if $cribs[_nur].balls < 40 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ - <<set $cribs[_nur].balls++>> - <</if>> - <<if $cribs[_nur].dick < 10 && random(1,100) > 80>> - The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ - <<set $cribs[_nur].dick++>> - <</if>> - <</if>> - <</if>> - <<elseif $nurseryWeightSetting == 2>> - Combined with the healthy food provided to $him, $his body grows readily. - <<if $cribs[_nur].ovaries == 1>> - <<set $cribs[_nur].pubertyXX = 1>> - <<if $cribs[_nur].hormoneBalance < 500>> - <<set $cribs[_nur].hormoneBalance += 100>> - <</if>> - <<if $seeHyperPreg == 1>> - <<set $cribs[_nur].readyOva = random(15,25)>> - <<else>> - <<set $cribs[_nur].readyOva = random(2,6)>> - <</if>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks all growth@@ despite the excess estrogen-laced growth hormones flooding $his body. - <<if $cribs[_nur].boobs < 4000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ - <<set $cribs[_nur].boobs += 100>> - <</if>> - <<if $cribs[_nur].hips < 2 && random(1,100) > 95>> - The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ - <<set $cribs[_nur].hips++>> - <</if>> - <<if $cribs[_nur].butt < 8 && random(1,100) > 80>> - The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ - <<set $cribs[_nur].butt++>> - <</if>> - <</if>> - <<elseif $cribs[_nur].balls > 0>> - <<set $cribs[_nur].pubertyXY = 1>> - <<if $cribs[_nur].hormoneBalance > -500>> - <<set $cribs[_nur].hormoneBalance -= 100>> - <</if>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks all growth@@ despite the excess testosterone-laced growth hormones flooding $his body. - <<if $cribs[_nur].balls < 10 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ - <<set $cribs[_nur].balls++>> - <</if>> - <<if $cribs[_nur].dick < 7 && random(1,100) > 80>> - The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ - <<set $cribs[_nur].dick++>> - <</if>> - <</if>> - <</if>> - <<else>> - Since $his body has little to work with, $his growth is fairly minor. - <<if $cribs[_nur].ovaries == 1>> - <<set $cribs[_nur].pubertyXX = 1>> - <<if $cribs[_nur].hormoneBalance < 500>> - <<set $cribs[_nur].hormoneBalance += 100>> - <</if>> - <<if $seeHyperPreg == 1>> - <<set $cribs[_nur].readyOva = random(10,15)>> - <<else>> - <<set $cribs[_nur].readyOva = random(2,4)>> - <</if>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks all growth@@ despite the excess estrogen-laced growth hormones flooding $his body. - <<if $cribs[_nur].boobs < 2000>> - The excess estrogen-laced growth hormones @@.green;rapidly grow $his breasts.@@ - <<set $cribs[_nur].boobs += 10>> - <</if>> - <<if $cribs[_nur].hips < 2 && random(1,100) > 95>> - The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ - <<set $cribs[_nur].hips++>> - <</if>> - <<if $cribs[_nur].butt < 6 && random(1,100) > 90>> - The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ - <<set $cribs[_nur].butt++>> - <</if>> - <</if>> - <<elseif $cribs[_nur].balls > 0>> - <<set $cribs[_nur].pubertyXY = 1>> - <<if $cribs[_nur].hormoneBalance > -500>> - <<set $cribs[_nur].hormoneBalance -= 100>> - <</if>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks all growth@@ despite the excess testosterone-laced growth hormones flooding $his body. - <<if $cribs[_nur].balls < 6 && random(1,100) > 80>> - The excess testosterone-laced growth hormones @@.green;cause $his balls to grow for extra cum production.@@ - <<set $cribs[_nur].balls++>> - <</if>> - <<if $cribs[_nur].dick < 4 && random(1,100) > 90>> - The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ - <<set $cribs[_nur].dick++>> - <</if>> - <</if>> - <</if>> - <</if>> - <<elseif $nurseryReproductionSetting == 1>> - $His hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ - <<if $cribs[_nur].ovaries == 1>> - <<set $cribs[_nur].pubertyXX = 1>> - <<set $cribs[_nur].hormoneBalance = 250>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks growth@@ despite the added estrogen. - <<else>> - <<if $cribs[_nur].boobs < 400 && random(1,100) > 60>> - The added estrogen @@.green;causes $his breasts to swell.@@ - <<set $cribs[_nur].boobs += 50>> - <</if>> - <<if $cribs[_nur].hips < 2 && random(1,100) > 90>> - The added estrogen @@.green;causes $his hips to widen.@@ - <<set $cribs[_nur].hips++>> - <</if>> - <<if $cribs[_nur].butt < 5 && random(1,100) > 80>> - The added estrogen @@.green;causes $his butt to grow.@@ - <<set $cribs[_nur].butt++>> - <</if>> - <</if>> - <<elseif $cribs[_nur].balls > 0>> - <<set $cribs[_nur].pubertyXY = 1>> - <<set $cribs[_nur].hormoneBalance = -250>> - <<if $cribs[_nur].geneMods.NCS == 1>> - /* NCS blocks hormonal growth of all secondary sexual characteristics */ - $His @@.orange;NCS blocks all growth@@ despite the added testosterone. - <<else>> - <<if $cribs[_nur].balls < 3 && random(1,100) > 80>> - The added testosterone @@.green;causes $his balls to swell.@@ - <<set $cribs[_nur].balls++>> - <</if>> - <<if $cribs[_nur].dick < 3 && random(1,100) > 60>> - The added testosterone @@.green;causes $his penis to grow.@@ - <<set $cribs[_nur].dick++>> - <</if>> - <</if>> - <</if>> - <<else>> - <<if $cribs[_nur].hormoneBalance > 100>> - <<set $cribs[_nur].hormoneBalance -= 50>> - <<elseif $cribs[_nur].hormoneBalance < -100>> - <<set $cribs[_nur].hormoneBalance += 50>> - <</if>> - <<if $cribs[_nur].balls > 0>> - <<if $cribs[_nur].balls > 1>> - <<set $cribs[_nur].balls -= 5>> - <</if>> - <<if $cribs[_nur].dick > 1>> - <<set $cribs[_nur].dick -= 5>> - <</if>> - <<if $cribs[_nur].balls <= 0>> - <<set $cribs[_nur].balls = 1>> - <</if>> - <<if $cribs[_nur].dick <= 0>> - <<set $cribs[_nur].dick = 1>> - <</if>> - <</if>> - <<if $cribs[_nur].boobs > 0>> - <<set $cribs[_nur].boobs -= 500>> - <</if>> - <<if $cribs[_nur].butt > 0>> - <<set $cribs[_nur].butt -= 4>> - <</if>> - <</if>> - <<else>> - <<if $cribs[_nur].hormoneBalance > 100>> - <<set $cribs[_nur].hormoneBalance -= 50>> - <<elseif $cribs[_nur].hormoneBalance < -100>> - <<set $cribs[_nur].hormoneBalance += 50>> - <</if>> - <<if $cribs[_nur].balls > 0>> - <<if $cribs[_nur].balls > 1>> - <<set $cribs[_nur].balls -= 5>> - <</if>> - <<if $cribs[_nur].dick > 1>> - <<set $cribs[_nur].dick -= 5>> - <</if>> - <<if $cribs[_nur].balls <= 0>> - <<set $cribs[_nur].balls = 1>> - <</if>> - <<if $cribs[_nur].dick <= 0>> - <<set $cribs[_nur].dick = 1>> - <</if>> - <</if>> - <<if $cribs[_nur].boobs > 0>> - <<set $cribs[_nur].boobs -= 500>> - <</if>> - <<if $cribs[_nur].butt > 0>> - <<set $cribs[_nur].butt -= 4>> - <</if>> - <</if>> - - <<if $nurseryReproductionSetting == 2>> - <<set $cribs[_nur].energy = 80, $cribs[_nur].need = 100>> - <<elseif $nurseryReproductionSetting == 1>> - <<set $cribs[_nur].energy = 50, $cribs[_nur].need = 20>> - <<else>> - <<set $cribs[_nur].energy = 0, $cribs[_nur].need = 0>> - <</if>> - /* these are breaking everything, temporarily commented out - <<set $cribs[_nur].weight = Math.clamp($cribs[_nur].weight, -100, 200)>> - <<set $cribs[_nur].muscles = Math.clamp($cribs[_nur].muscles, -100, 100)>> - <<set $cribs[_nur].dick = Math.clamp($cribs[_nur].dick, 0, 10)>> - <<set $cribs[_nur].hips = Math.clamp($cribs[_nur].hips, -2, 2)>> - <<set $cribs[_nur].balls = Math.clamp($cribs[_nur].balls, 0, 40)>> - <<set $cribs[_nur].boobs = Math.clamp($cribs[_nur].boobs, 0, 30000)>> - <<set $cribs[_nur].height = Math.clamp($cribs[_nur].height, 0, 274)>> - <<set $cribs[_nur].hormoneBalance = Math.clamp($cribs[_nur].hormoneBalance, -500, 500)>> - */ <br> <</for>> /* diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index 5a819f0bd67464fdc81743a8c060b4411c29403b..f127a210b575543b1a29b9009bc3402509e9c1d5 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -125,41 +125,47 @@ $nurseryNameCaps <</if>> <br><br> -<<if ($nurseryNannies <= $nurserySlaves)>> - ''$nurseryNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $nurserySlaves)>> - <<link "''Send a slave to $nurseryName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $nurserySlaves > 0>> - | <<link "''Bring a slave out of $nurseryName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $nurserySlaves > 0>> <<nurseryAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$nurseryNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($nurseryNannies <= $nurserySlaves)>> + ''$nurseryNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $nurserySlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Nursery == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$nurseryNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter >> -<span id="ComingGoing"> - <<nurseryAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span><br> - -<br>It can support $nursery child<<if $nursery != 1>>ren<</if>>. Currently $nurseryBabies rooms are in use. +<br><br>It can support $nursery child<<if $nursery != 1>>ren<</if>>. Currently $nurseryBabies rooms are in use. <<if $nursery < 50>> [[Add another room|Nursery][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "farmyard"), $nursery += 5]] //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<if $freeCribs == 0>> diff --git a/src/gui/Encyclopedia/encyclopediaWidgets.tw b/src/gui/Encyclopedia/encyclopediaWidgets.tw index 8a1c47f9b6493ceef5f80608e11ecea16cd6eb28..83a6ece6fea6255f97bb6e2c6e259d6d4f2792d3 100644 --- a/src/gui/Encyclopedia/encyclopediaWidgets.tw +++ b/src/gui/Encyclopedia/encyclopediaWidgets.tw @@ -7,7 +7,13 @@ <</widget>> <<widget "encyclopediaEntryConfinement">> -''Confinement'' is an assignment which accelerates breaking for disobedient slaves. If a slave isn't obedient enough to work and isn't [[unhealthy|Encyclopedia][$encyclopedia = "Health"]] enough to need rest, this will make her useful sooner. +''Confinement'' is an assignment which accelerates breaking for disobedient slaves. If a slave isn't obedient enough to work and isn't +<<if passage() == "Encyclopedia">> + [[unhealthy|Encyclopedia][$encyclopedia = "Health"]] +<<else>> + [[unhealthy|Encyclopedia][$encyclopedia = "Health",$nextButton = "Back",$nextLink = "Main"]] +<</if>> +enough to need rest, this will make her useful sooner. <</widget>> <<widget "encyclopediaEntryFucktoy">> @@ -15,15 +21,38 @@ <</widget>> <<widget "encyclopediaEntryGloryHole">> -''Occupying a glory hole'' is an assignment which makes money off slaves regardless of their beauty, skills, or feelings; not fun or [[healthy|Encyclopedia][$encyclopedia = "Health"]]. Very powerful for extracting ¤ out of otherwise useless slaves. +''Occupying a glory hole'' is an assignment which makes money off slaves regardless of their beauty, skills, or feelings; not fun or +<<if passage() == "Encyclopedia">> + [[healthy|Encyclopedia][$encyclopedia = "Health"]]. +<<else>> + [[healthy|Encyclopedia][$encyclopedia = "Health",$nextButton = "Back",$nextLink = "Main"]]. +<</if>> +Very powerful for extracting ¤ out of otherwise useless slaves. <</widget>> <<widget "encyclopediaEntryMilking">> -''Getting milked'' is an assignment which makes money from lactation based on a slave's breasts, [[health|Encyclopedia][$encyclopedia = "Health"]], and hormonal status.<<if $seeDicks > 0>> Cows with balls will also give semen.<</if>> Creates profit quickly from slaves with big tits<<if $seeDicks > 0>> or balls<</if>>. +''Getting milked'' is an assignment which makes money from lactation based on a slave's breasts, +<<if passage() == "Encyclopedia">> + [[health|Encyclopedia][$encyclopedia = "Health"]], +<<else>> + [[health|Encyclopedia][$encyclopedia = "Health",$nextButton = "Back",$nextLink = "Main"]], +<</if>> +and hormonal status.<<if $seeDicks > 0>> Cows with balls will also give semen.<</if>> Creates profit quickly from slaves with big tits<<if $seeDicks > 0>> or balls<</if>>. <</widget>> <<widget "encyclopediaEntryFarming">> -''Farming'' is an assignment which produces [[food|Encyclopedia][$encyclopedia = "Food"]] from your slaves' hard work<<if $seeBestiality == 1>> and allows you to breed slaves with animals<</if>>. Can also reduce arcology upkeep with upgrades in the [[Farmyard|Encyclopedia][$encyclopedia = "Farmyard"]]. +''Farming'' is an assignment which produces +<<if passage() == "Encyclopedia">> + [[food|Encyclopedia][$encyclopedia = "Food"]] +<<else>> + [[food|Encyclopedia][$encyclopedia = "Food",$nextButton = "Back",$nextLink = "Main"]] +<</if>> + from your slaves' hard work<<if $seeBestiality == 1>> and allows you to breed slaves with animals<</if>>. Can also reduce arcology upkeep with upgrades in the +<<if passage() == "Encyclopedia">> + [[Farmyard|Encyclopedia][$encyclopedia = "Farmyard"]]. +<<else>> + [[Farmyard|Encyclopedia][$encyclopedia = "Farmyard",$nextButton = "Back",$nextLink = "Main"]]. +<</if>> <</widget>> <<widget "encyclopediaEntryPublicService">> @@ -31,15 +60,33 @@ <</widget>> <<widget "encyclopediaEntryRest">> -''Rest'' is an assignment mostly used to improve [[health|Encyclopedia][$encyclopedia = "Health"]]. It can be useful to order slaves you wish to intensively modify to rest, since most modifications damage health. It will synergize with curative treatments, providing bonus healing when both are simultaneously applied. +''Rest'' is an assignment mostly used to improve +<<if passage() == "Encyclopedia">> + [[health|Encyclopedia][$encyclopedia = "Health"]]. +<<else>> + [[health|Encyclopedia][$encyclopedia = "Health",$nextButton = "Back",$nextLink = "Main"]]. +<</if>> +It can be useful to order slaves you wish to intensively modify to rest, since most modifications damage health. It will synergize with curative treatments, providing bonus healing when both are simultaneously applied. <</widget>> <<widget "encyclopediaEntrySexualServitude">> -''Sexual servitude'' is an assignment which pleases other slaves by forcing the slave to service them sexually. Useful for driving the targeted slave's [[devotion|Encyclopedia][$encyclopedia = "Devotion"]] up quickly. +''Sexual servitude'' is an assignment which pleases other slaves by forcing the slave to service them sexually. Useful for driving the targeted slave's +<<if passage() == "Encyclopedia">> + [[devotion|Encyclopedia][$encyclopedia = "Devotion"]] +<<else>> + [[devotion|Encyclopedia][$encyclopedia = "Devotion",$nextButton = "Back",$nextLink = "Main"]] +<</if>> +up quickly. <</widget>> <<widget "encyclopediaEntryServitude">> -''Servitude'' is an assignment which reduces your upkeep based on the slave's [[devotion|Encyclopedia][$encyclopedia = "Devotion"]]. Available at lower obedience than other jobs, is insensitive to the quality of a slave's body, and doesn't require skills; a good transitional assignment. Unusually, low sex drive is advantageous as a servant, since it reduces distraction. Lactating slaves are slightly better at this job, since they can contribute to their fellow slaves' nutrition. +''Servitude'' is an assignment which reduces your upkeep based on the slave's +<<if passage() == "Encyclopedia">> + [[devotion|Encyclopedia][$encyclopedia = "Devotion"]]. +<<else>> + [[devotion|Encyclopedia][$encyclopedia = "Devotion",$nextButton = "Back",$nextLink = "Main"]]. +<</if>> + Available at lower obedience than other jobs, is insensitive to the quality of a slave's body, and doesn't require skills; a good transitional assignment. Unusually, low sex drive is advantageous as a servant, since it reduces distraction. Lactating slaves are slightly better at this job, since they can contribute to their fellow slaves' nutrition. <</widget>> <<widget "encyclopediaEntryWhoring">> diff --git a/src/init/dummy.tw b/src/init/dummy.tw index c586dbf9c0830d8bdcf8c1a185b718a6208c1287..79bd8af1fa097cdf3d33a6000cfb2e189ad0884d 100644 --- a/src/init/dummy.tw +++ b/src/init/dummy.tw @@ -25,6 +25,7 @@ $isReady, $fatherID, $servantsQuartersSpots $sayEnunciate, $sEnunciate, $SEnunciate, $ssEnunciate, $cEnunciate, $CEnunciate, $ccEnunciate, $zEnunciate, $ZEnunciate, $chEnunciate, $ChEnunciate, $shEnunciate, $ShEnunciate, $scEnunciate, $ScEnunciate, $xEnunciate, $XEnunciate $ZEnunciate = $ZEnunciate -$Girl, $farmyardSpots -$corpPeopleEnslaved, $slaveAssets, $slaveAssetPrice, $corpValue, $sharePrice, $oldSharePrice, $generalAssetPrice, $generalAssets, $entrapmentAssets, $entrapmentAssetPrice, $captureAssets, $captureAssetPrice, $trainingAssets, $trainingAssetPrice, $surgicalAssets, $surgicalAssetPrice, $drugAssets, $drugAssetPrice +$Girl +$corpPeopleEnslaved, $slaveAssets, $slaveAssetPrice, $corpProfit, $corpValue, $sharePrice, $oldSharePrice, $generalAssetPrice, $generalAssets, $entrapmentAssets, $entrapmentAssetPrice, $captureAssets, $captureAssetPrice, $trainingAssets, $trainingAssetPrice, $surgicalAssets, $surgicalAssetPrice, $drugAssets, $drugAssetPrice +$TradeShowMenials */ diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index cea092c6e8bdacb5de6004d574c13b8325b0b944..999ac5010b9482d4f40e0aebcdfa2c28333b4d4f 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -332,6 +332,10 @@ You should have received a copy of the GNU General Public License along with thi <<set $useAccordion = 0>> <<set $useTabs = 0>> + <<set $tabChoice = { + Main: "all" + }>> + <<set $formatNumbers = 0>> /*onlyintendeddickgirls variables */ <<set $makeDicks = 0>> diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js index 103f14c9a7b91d0146933f41da7a30292ef60061..97feef4475a4b6c3d17dd5e539233af50969bc49 100644 --- a/src/js/SlaveState.js +++ b/src/js/SlaveState.js @@ -203,7 +203,7 @@ App.Entity.SlaveState = class SlaveState { this.physicalAge = 18; /** How old her ovaries are. (used to trick menopause) */ this.ovaryAge = 18; - /** has has facial surgery to reduce age. 0: no, 1: yes */ + /** has had facial surgery to reduce age. 0: no, 1: yes */ this.ageImplant = 0; /** * slave's health diff --git a/src/js/utilJS.js b/src/js/utilJS.js index 42d96946662e0b2fcbbdd2f88eac1762c4a220d3..32c4bf36ef084495868f7c9990baaa576253a8d0 100644 --- a/src/js/utilJS.js +++ b/src/js/utilJS.js @@ -538,18 +538,48 @@ window.budgetLine = function(category, title) { income = "$lastWeeksRepIncome"; expenses = "$lastWeeksRepExpenses"; profits = "$lastWeeksRepProfits"; + + return`<<if ${income}.${category} || ${expenses}.${category}>><tr>\ + <td>${title}</td>\ + <td><<print repFormat(${income}.${category})>></td>\ + <td><<print repFormat(${expenses}.${category})>></td>\ + <<set ${profits}.${category} = (${income}.${category} + ${expenses}.${category})>>\ + <td><<print repFormat(${profits}.${category})>></td>\ + </tr><</if>>`; } else if (passage() === "Costs Budget") { income = "$lastWeeksCashIncome"; expenses = "$lastWeeksCashExpenses"; profits = "$lastWeeksCashProfits"; + + return`<<if ${income}.${category} || ${expenses}.${category}>><tr>\ + <td>${title}</td>\ + <td>\ + <<if (${income}.${category}) > 0>>\ + @@.yellowgreen;<<print cashFormat(${income}.${category})>>@@\ /*please don't put a plus sign in front of income, it's not done on a budget sheet. Safe to assume money is money unless it's in parenthesis or with a - sign.*/ + <<else>>\ + <<print cashFormat(${income}.${category})>>\ + <</if>>\ + </td>\ + <td>\ + <<if (${expenses}.${category}) < 0>>\ + @@.red;-<<print cashFormat(Math.abs(${expenses}.${category}))>>\ + <<else>>\ + <<print cashFormat(${expenses}.${category})>>\ + <</if>>\ + </td>\ + <<set ${profits}.${category} = (${income}.${category} + ${expenses}.${category})>>\ + <td>\ + <<if (${profits}.${category}) > 0>>\ + @@.yellowgreen;<<print cashFormat(${profits}.${category})>>@@\ + <<elseif (${profits}.${category}) < 0>>\ + @@.red;-<<print cashFormat(Math.abs(${profits}.${category}))>>@@\ + <<else>>\ + <<print cashFormat(${profits}.${category})>>\ + <</if>>\ + </td>\ + </tr><</if>>`; } - return`<<if ${income}.${category} || ${expenses}.${category}>><tr>\ - <td>${title}</td>\ - <td><<print repFormat(${income}.${category})>></td>\ - <td><<print repFormat(${expenses}.${category})>></td>\ - <<set ${profits}.${category} = (${income}.${category} + ${expenses}.${category})>>\ - <td><<print repFormat(${profits}.${category})>></td>\ - </tr><</if>>`; + }; window.massFormat = function(s) { @@ -1335,4 +1365,21 @@ window.HSM = function() { else if (V.PC.hacking <= 75) {return 0.85;} else if (V.PC.hacking <= 100) {return 0.80;} else {return 0.75;} +}; + +window.opentab = function(evt, tabName) { + var i, tabcontent, tablinks; + const V = State.variables; + /*var passage = passage().trim().replace(/ /g,"+");*/ + tabcontent = document.getElementsByClassName("tabcontent"); + for (i = 0; i < tabcontent.length; i++) { + tabcontent[i].style.display = "none"; + } + tablinks = document.getElementsByClassName("tablinks"); + for (i = 0; i < tablinks.length; i++) { + tablinks[i].className = tablinks[i].className.replace(" active", ""); + } + V.tabChoice[passage().trim().replace(/ |'/g,"")] = tabName; /*The regex strips spaces and " ' " from passage names, making "Servants' Quarters" into "ServantsQuarters" and allowing it to be used as a label in this object. */ + document.getElementById(tabName).style.display = "block"; + evt.currentTarget.className += " active"; }; \ No newline at end of file diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 0862e656c69930f7d813374c1fa07b3e8265cd8f..3a11dd42a0d3a127351641fee6de4a20a8af50a6 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -228,6 +228,11 @@ <<if def $customValue>> <<unset $customValue>> <</if>> +<<if ndef $tabChoice>> + <<set $tabChoice = { + Main: "all" + }>> +<</if>> /* pregmod stuff */ diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw index 08548d45513f8c0af160151ef6c17c10c63dc0ff..f1aa702f304a274f677526fc7098b95d4695ae49 100644 --- a/src/uncategorized/arcade.tw +++ b/src/uncategorized/arcade.tw @@ -131,37 +131,46 @@ $arcadeNameCaps <<ArcadeStatistics 1>> <br><br> -<<if ($arcade <= $arcadeSlaves) && $arcadeUpgradeFuckdolls == 0>> - ''$arcadeNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $arcadeSlaves)>> - <<link "''Confine a slave in $arcadeName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $arcadeSlaves > 0>> - | <<link "''Bring a slave out of $arcadeName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $arcadeSlaves > 0>> <<arcadeAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$arcadeNameCaps is empty for the moment.<br> // + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($arcade <= $arcadeSlaves) && $arcadeUpgradeFuckdolls == 0>> + ''$arcadeNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $arcadeSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Arcade == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$arcadeNameCaps is empty for the moment.<br> // + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<arcadeAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> + +</body> <br><br>Rename $arcadeName: <<textbox "$arcadeName" $arcadeName "Arcade">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 8efe26db319872fe67c36952cc6970bf06b43a92..415e56c6bd34903193351db628a93592e6dc5d21 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -212,38 +212,46 @@ Last week this <</if>> <br><br> -<<if ($brothel <= $brothelSlaves)>> - ''$brothelNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $brothelSlaves)>> - <<link "''Send a slave to $brothelName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $brothelSlaves > 0>> - | <<link "''Bring a slave out of $brothelName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $brothelSlaves > 0>> <<brothelAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$brothelNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($brothel <= $brothelSlaves)>> + ''$brothelNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $brothelSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Brothel == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$brothelNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter >> -<span id="ComingGoing"> - <<brothelAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> +</body> <br><br>Rename $brothelName: <<textbox "$brothelName" $brothelName "Brothel">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw index 4752184b61bf8ed5371ca5242b5e8e453dbc386e..1203af615546e6c528c81985da6a643e80ec006e 100644 --- a/src/uncategorized/cellblock.tw +++ b/src/uncategorized/cellblock.tw @@ -119,37 +119,46 @@ $cellblockNameCaps <</if>> <br><br> -<<if ($cellblock <= $cellblockSlaves)>> - ''$cellblockNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $cellblockSlaves)>> - <<link "''Send a resistant slave to be broken in $cellblockName''">> - <<replace #ComingGoing>> + +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $cellblockSlaves > 0>> + <<cellblockAssignmentFilter>> + <<set $Flag = 1>> + <<include "Slave Summary">> + <<resetAssignmentFilter>> + <<else>> + <br><br>//$cellblockNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($cellblock <= $cellblockSlaves)>> + ''$cellblockNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $cellblockSlaves)>> <<resetAssignmentFilter>> <<set $Flag = 0>> <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> + <</if>> + </div> +</div> -<<if $cellblockSlaves > 0>> - | <<link "''Let a slave out of $cellblockName''">> - <<replace #ComingGoing>> - <<cellblockAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> - <</replace>> - <</link>> +<<if ($tabChoice.Cellblock == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$cellblockNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<cellblockAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> + +</body> <br><br>Rename $cellblockName: <<textbox "$cellblockName" $cellblockName "Cellblock">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw index 886f5c8886d5ffc4deea3332adf6611619d41608..3e5aeaa1e4328d48c304797258448243e98ffb63 100644 --- a/src/uncategorized/clinic.tw +++ b/src/uncategorized/clinic.tw @@ -141,37 +141,46 @@ $clinicNameCaps <</if>> <br><br> -<<if ($clinic <= $clinicSlaves)>> - ''$clinicNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $clinicSlaves)>> - <<link "''Send a slave to get treatment in $clinicName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $clinicSlaves > 0>> - | <<link "''Take a slave out of $clinicName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $clinicSlaves > 0>> <<clinicAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$clinicNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($clinic <= $clinicSlaves)>> + ''$clinicNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $clinicSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Clinic == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$clinicNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<clinicAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> + +</body> <br><br>Rename $clinicName: <<textbox "$clinicName" $clinicName "Clinic">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 48f70b6004cb96389c63979af05d9f305c1fafaf..b68d1366a9a207e02922911c68903e1463e91d42 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -256,37 +256,46 @@ $clubNameCaps <</if>> <br><br> -<<if ($club <= $clubSlaves)>> - ''$clubNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $clubSlaves)>> - <<link "''Send a slave to slut around $clubName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $clubSlaves > 0>> - | <<link "''Bring a slave out of $clubName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $clubSlaves > 0>> <<clubAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$clubNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($club <= $clubSlaves)>> + ''$clubNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $clubSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Club == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$clubNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<clubAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> + +</body> <br><br>Rename $clubName: <<textbox "$clubName" $clubName "Club">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 792f8ff24d8ca4dd74c41ca2fd2819a6a970e0fc..32c5c48fb818f34dfe83b8dc94f3a316856e880d 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -47,2165 +47,219 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <th>Expense</th> <th>Totals</th> </tr> + + <<print budgetLine("whore", "Whores")>> - <<if $lastWeeksCashIncome.whore || $lastWeeksCashExpenses.whore>> /* If it's not 0, it will return true. */ - <tr> - <td>Whores</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.whore) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.whore))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.whore))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.whore) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.whore)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.whore))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.whore = ($lastWeeksCashIncome.whore + $lastWeeksCashExpenses.whore)>> - <<if $lastWeeksCashProfits.whore > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.whore))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.whore) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.whore))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.whore)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("rest", "Resting")>> - <<if $lastWeeksCashIncome.rest || $lastWeeksCashExpenses.rest>> - <tr> - <td>Resting</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.rest) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.rest))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.rest))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.rest) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.rest)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.rest))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.rest = ($lastWeeksCashIncome.rest + $lastWeeksCashExpenses.rest)>> - <<if $lastWeeksCashProfits.rest > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.rest))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.rest) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.rest))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.rest)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("houseServant", "House servants")>> - <<if $lastWeeksCashIncome.houseServant || $lastWeeksCashExpenses.houseServant>> - <tr> - <td>House servants</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.houseServant) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.houseServant))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.houseServant))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.houseServant) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.houseServant)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.houseServant))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.houseServant = ($lastWeeksCashIncome.houseServant + $lastWeeksCashExpenses.houseServant)>> - <<if $lastWeeksCashProfits.houseServant > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.houseServant))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.houseServant) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.houseServant))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.houseServant)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("confined", "Confined")>> - <<if $lastWeeksCashIncome.confined || $lastWeeksCashExpenses.confined>> - <tr> - <td>Confined</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.confined) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.confined))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.confined))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.confined) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.confined)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.confined))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.confined = ($lastWeeksCashIncome.confined + $lastWeeksCashExpenses.confined)>> - <<if $lastWeeksCashProfits.confined > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.confined))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.confined) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.confined))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.confined)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.publicServant || $lastWeeksCashExpenses.publicServant>> - <tr> - <td>Public servants</td> - <td> - <<if $lastWeeksCashIncome.publicServant > 0>> - @@.green;$lastWeeksCashIncome.publicServant@@ - <<else>> - $lastWeeksCashIncome.publicServant - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.publicServant) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.publicServant)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.publicServant))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.publicServant = ($lastWeeksCashIncome.publicServant + $lastWeeksCashExpenses.publicServant)>> - <<if $lastWeeksCashProfits.publicServant > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.publicServant))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.publicServant) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.publicServant))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.publicServant)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.classes || $lastWeeksCashExpenses.classes>> - <tr> - <td>Classes</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.classes) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.classes))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.classes))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.classes) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.classes)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.classes))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.classes = ($lastWeeksCashIncome.classes + $lastWeeksCashExpenses.classes)>> - <<if $lastWeeksCashProfits.classes > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.classes))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.classes) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.classes))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.classes)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("publicServant", "Public servants")>> + <<print budgetLine("classes", "Classes")>> - <<if $lastWeeksCashIncome.milked || $lastWeeksCashExpenses.milked>> - <tr> - <td>Milked</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.milked) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.milked))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.milked))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.milked) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.milked)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.milked))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.milked = ($lastWeeksCashIncome.milked + $lastWeeksCashExpenses.milked)>> - <<if $lastWeeksCashProfits.milked > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.milked))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.milked) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.milked))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.milked)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("milked", "Milked")>> - <<if $lastWeeksCashIncome.gloryhole || $lastWeeksCashExpenses.gloryhole>> - <tr> - <td>Gloryhole</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.gloryhole) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.gloryhole))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.gloryhole))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.gloryhole) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.gloryhole)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.gloryhole))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.gloryhole = ($lastWeeksCashIncome.gloryhole + $lastWeeksCashExpenses.gloryhole)>> - <<if $lastWeeksCashProfits.gloryhole > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.gloryhole))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.gloryhole) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.gloryhole))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.gloryhole)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("gloryhole", "Gloryhole")>> <tr> - <h2>Structures</h2> /* TODO: using h2s doesn't fit in with the rest of the game */ + <h2>Structures</h2> </tr> - <<if $lastWeeksCashIncome.brothel || $lastWeeksCashExpenses.brothel>> - <tr> - <td>[[$brothelNameCaps|Brothel][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($brothelSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.brothel) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.brothel))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.brothel))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.brothel) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.brothel)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.brothel))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.brothel = ($lastWeeksCashIncome.brothel + $lastWeeksCashExpenses.brothel)>> - <<if $lastWeeksCashProfits.brothel > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.brothel))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.brothel) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.brothel))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.brothel)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("brothel", "[[$brothelNameCaps|Brothel][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($brothelSlaves slaves)")>> - <<if $lastWeeksCashIncome.whoreBrothel || $lastWeeksCashExpenses.whoreBrothel>> /* If it's not 0, it will return true. */ - <tr> - <td>Brothel whores</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.whoreBrothel) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.whoreBrothel))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.whoreBrothel))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.whoreBrothel) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.whoreBrothel)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.whoreBrothel))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.whoreBrothel = ($lastWeeksCashIncome.whoreBrothel + $lastWeeksCashExpenses.whoreBrothel)>> - <<if $lastWeeksCashProfits.whoreBrothel > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.whoreBrothel))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.whoreBrothel) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.whoreBrothel))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.whoreBrothel)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("whoreBrothel", "Brothel whores")>> - <<if $lastWeeksCashIncome.brothelAds || $lastWeeksCashExpenses.brothelAds>> - <tr> - <td>[[Brothel ads|Brothel Advertisement][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] also increase the income of whoring slaves in "jobs."</td> /* TODO: this is also weird */ - <td> - <<if Math.trunc($lastWeeksCashIncome.brothelAds) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.brothelAds))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.brothelAds))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.brothelAds) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.brothelAds)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.brothelAds))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.brothelAds = ($lastWeeksCashIncome.brothelAds + $lastWeeksCashExpenses.brothelAds)>> - <<if $lastWeeksCashProfits.brothelAds > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.brothelAds))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.brothelAds) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.brothelAds))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.brothelAds)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("brothelAds", "[[Brothel ads|Brothel Advertisement][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] also increase the income of whoring slaves in \"jobs.\"")>> <<if $brothel > 0>> <br> <</if>> - <<if $lastWeeksCashIncome.club || $lastWeeksCashExpenses.club>> - <tr> - <td>[[$clubNameCaps|Club][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($clubSlaves slaves)</td> - <td> - <<if $lastWeeksCashIncome.club > 0>> - @@.green;$lastWeeksCashIncome.club@@ - <<else>> - $lastWeeksCashIncome.club - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.club) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.club)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.club))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.club = ($lastWeeksCashIncome.club + $lastWeeksCashExpenses.club)>> - <<if $lastWeeksCashProfits.club > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.club))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.club) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.club))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.club)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("club", "[[$clubNameCaps|Club][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($clubSlaves slaves)")>> - <<if $lastWeeksCashIncome.clubAds || $lastWeeksCashExpenses.clubAds>> - <tr> - <td>[[Club ads|Club Advertisement][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.clubAds) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.clubAds))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.clubAds))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.clubAds) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.clubAds)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.clubAds))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.clubAds = ($lastWeeksCashIncome.clubAds + $lastWeeksCashExpenses.clubAds)>> - <<if $lastWeeksCashProfits.clubAds > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.clubAds))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.clubAds) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.clubAds))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.clubAds)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("clubAds", "[[Club ads|Club Advertisement][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]]")>> <<if $club > 0>> <br> <</if>> - <<if $lastWeeksCashIncome.arcade || $lastWeeksCashExpenses.arcade>> - <tr> - <td>[[$arcadeNameCaps|Arcade][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($arcadeSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.arcade) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.arcade))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.arcade))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.arcade) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.arcade)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.arcade))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.arcade = ($lastWeeksCashIncome.arcade + $lastWeeksCashExpenses.arcade)>> - <<if $lastWeeksCashProfits.arcade > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.arcade))>>@@ - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.arcade)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("arcade", "[[$arcadeNameCaps|Arcade][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($arcadeSlaves slaves)")>> - <<if $lastWeeksCashIncome.gloryholeArcade || $lastWeeksCashExpenses.gloryholeArcade>> - <tr> - <td>Arcade slaves</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.gloryholeArcade) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.gloryholeArcade))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.gloryholeArcade))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.gloryholeArcade) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.gloryholeArcade)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.gloryholeArcade))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.gloryholeArcade = ($lastWeeksCashIncome.gloryholeArcade + $lastWeeksCashExpenses.gloryholeArcade)>> - <<if $lastWeeksCashProfits.gloryholeArcade > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.gloryholeArcade))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.gloryholeArcade) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.gloryholeArcade))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.gloryholeArcade)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("gloryholeArcade", "Arcade slaves")>> <<if $arcade > 0>> <br> <</if>> - - <<if $lastWeeksCashIncome.dairy || $lastWeeksCashExpenses.dairy>> - <tr> - <td>[[$dairyNameCaps|Dairy][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($dairySlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.dairy) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.dairy))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.dairy))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.dairy) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.dairy)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.dairy))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.dairy = ($lastWeeksCashIncome.dairy + $lastWeeksCashExpenses.dairy)>> - <<if $lastWeeksCashProfits.dairy > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.dairy))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.dairy) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.dairy))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.dairy)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.milkedDairy || $lastWeeksCashExpenses.milkedDairy>> - <tr> - <td>Dairy cows</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.milkedDairy) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.milkedDairy))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.milkedDairy))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.milkedDairy) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.milkedDairy)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.milkedDairy))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.milkedDairy = ($lastWeeksCashIncome.milkedDairy + $lastWeeksCashExpenses.milkedDairy)>> - <<if $lastWeeksCashProfits.milkedDairy > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.milkedDairy))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.milkedDairy) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.milkedDairy))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.milkedDairy)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("dairy", "[[$dairyNameCaps|Dairy][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($dairySlaves slaves)")>> + + <<print budgetLine("milkedDairy", "Dairy cows")>> <<if $dairy > 0>> <br> <</if>> - <<if $lastWeeksCashIncome.servantsQuarters || $lastWeeksCashExpenses.servantsQuarters>> - <tr> - <td>[[Servants' Quarters][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($servantsQuartersSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.servantsQuarters) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.servantsQuarters))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.servantsQuarters))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.servantsQuarters) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.servantsQuarters)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.servantsQuarters))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.servantsQuarters = ($lastWeeksCashIncome.servantsQuarters + $lastWeeksCashExpenses.servantsQuarters)>> - <<if $lastWeeksCashProfits.servantsQuarters > 0>> - @@.yellowgreen;<<print cashFormat(Math.trunc($lastWeeksCashProfits.servantsQuarters))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.servantsQuarters) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.servantsQuarters))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.servantsQuarters)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("servantsQuarters", "[[Servants' Quarters][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($servantsQuartersSlaves slaves)")>> - <<if $lastWeeksCashIncome.masterSuite || $lastWeeksCashExpenses.masterSuite>> - <tr> - <td>[[Master Suite][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($masterSuiteSlaves slaves)</td> - <td> - <<if $lastWeeksCashIncome.masterSuite > 0>> - @@.green;$lastWeeksCashIncome.masterSuite@@ - <<else>> - $lastWeeksCashIncome.masterSuite - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.masterSuite) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.masterSuite)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.masterSuite))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.masterSuite = ($lastWeeksCashIncome.masterSuite + $lastWeeksCashExpenses.masterSuite)>> - <<if $lastWeeksCashProfits.masterSuite > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.masterSuite))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.masterSuite) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.masterSuite))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.masterSuite)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("masterSuite", "[[Master Suite][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($masterSuiteSlaves slaves)")>> - <<if $lastWeeksCashIncome.school || $lastWeeksCashExpenses.school>> - <tr> - <td>[[$schoolroomNameCaps|Schoolroom][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($schoolroomSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.school) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.school))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.school))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.school) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.school)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.school))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.school = ($lastWeeksCashIncome.school + $lastWeeksCashExpenses.school)>> - <<if $lastWeeksCashProfits.school > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.school))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.school) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.school))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.school)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("school", "[[$schoolroomNameCaps|Schoolroom][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($schoolroomSlaves slaves)")>> - <<if $lastWeeksCashIncome.spa || $lastWeeksCashExpenses.spa>> - <tr> - <td>[[$spaNameCaps|Spa][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($spaSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.spa) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.spa))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.spa))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.spa) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.spa)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.spa))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.spa = ($lastWeeksCashIncome.spa + $lastWeeksCashExpenses.spa)>> - <<if $lastWeeksCashProfits.spa > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.spa))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.spa) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.spa))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.spa)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("spa", "[[$spaNameCaps|Spa][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($spaSlaves slaves)")>> - <<if $lastWeeksCashIncome.clinic || $lastWeeksCashExpenses.clinic>> - <tr> - <td>[[$clinicNameCaps|Clinic][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($clinicSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.clinic) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.clinic))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.clinic))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.clinic) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.clinic)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.clinic))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.clinic = ($lastWeeksCashIncome.clinic + $lastWeeksCashExpenses.clinic)>> - <<if $lastWeeksCashProfits.clinic > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.clinic))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.clinic) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.clinic))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.clinic)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("clinic", "[[$clinicNameCaps|Clinic][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($clinicSlaves slaves)")>> - <<if $lastWeeksCashIncome.cellblock || $lastWeeksCashExpenses.cellblock>> - <tr> - <td>[[$cellblockNameCaps|Cellblock][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($cellblockSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.cellblock) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.cellblock))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.cellblock))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.cellblock) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.cellblock)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.cellblock))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.cellblock = ($lastWeeksCashIncome.cellblock + $lastWeeksCashExpenses.cellblock)>> - <<if $lastWeeksCashProfits.cellblock > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.cellblock))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.cellblock) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.cellblock))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.cellblock)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("cellblock", "[[$cellblockNameCaps|Cellblock][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($cellblockSlaves slaves)")>> - <<if $lastWeeksCashIncome.lab || $lastWeeksCashExpenses.lab>> - <tr> - <td>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] maintenance</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.lab) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.lab))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.lab))>> - <</if>> - </td> - <td> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.lab)))>>@@ - </td> - <td> - <<set $lastWeeksCashProfits.lab = ($lastWeeksCashIncome.lab + $lastWeeksCashExpenses.lab)>> - <<if $lastWeeksCashProfits.lab > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.lab))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.lab) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.lab))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.lab)))>>@@ - <</if>> - </td> - </tr> + <<print budgetLine("lab", "[[Research Lab][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] maintenance")>> - <<if $researchLab.hired != 0>> - <tr> - <td><i>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($researchLab.hired scientists)</i></td> - <td></td> - <td><i>@@.red;-<<print cashFormat(Math.trunc(300*$researchLab.hired))>>@@</i></td> - <td><i>@@.red;-<<print cashFormat(Math.abs(Math.trunc(300*$researchLab.hired)))>>@@</i></td> - </tr> - <</if>> - <<if $researchLab.menials != 0>> - <tr> - <td><i>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($researchLab.menials menial slaves)</i></td> - <td></td> - <td><i>@@.red;-+<<print cashFormat(Math.trunc(100*$researchLab.menials))>>@@</i></td> - <td><i>@@.red;-<<print cashFormat(Math.abs(Math.trunc(100*$researchLab.menials)))>>@@</i></td> - </tr> - <</if>> - <</if>> + <<print budgetLine("incubator", "[[$incubatorNameCaps|Incubator][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($incubatorSlaves slaves)")>> - <<if $lastWeeksCashIncome.incubator || $lastWeeksCashExpenses.incubator>> - <tr> - <td>[[$incubatorNameCaps|Incubator][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($incubatorSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.incubator) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.incubator))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.incubator))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.incubator) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.incubator)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.incubator))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.incubator = ($lastWeeksCashIncome.incubator + $lastWeeksCashExpenses.incubator)>> - <<if $lastWeeksCashProfits.incubator > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.incubator))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.incubator) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.incubator))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.incubator)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("nursery", "[[$nurseryNameCaps|Nursery][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($nurserySlaves slaves)")>> - <<if $lastWeeksCashIncome.nursery || $lastWeeksCashExpenses.nursery>> - <tr> - <td>[[$nurseryNameCaps|Nursery][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($nurserySlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.nursery) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.nursery))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.nursery))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.nursery) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.nursery)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.nursery))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.nursery = ($lastWeeksCashIncome.nursery + $lastWeeksCashExpenses.nursery)>> - <<if $lastWeeksCashProfits.nursery > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.nursery))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.nursery) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.nursery))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.nursery)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("farmyard", "[[$farmyardNameCaps|Farmyard][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($farmyardSlaves slaves)")>> - <<if $lastWeeksCashIncome.farmyard || $lastWeeksCashExpenses.farmyard>> - <tr> - <td>[[$farmyardNameCaps|Farmyard][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($farmyardSlaves slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.farmyard) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.farmyard))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.farmyard))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.farmyard) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.farmyard)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.farmyard))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.farmyard = ($lastWeeksCashIncome.farmyard + $lastWeeksCashExpenses.farmyard)>> - <<if $lastWeeksCashProfits.farmyard > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.farmyard))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.farmyard) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.farmyard))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.farmyard)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.pit || $lastWeeksCashExpenses.pit>> - <tr> - <td>[[$pitNameCaps|Pit][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($fighterIDs.length slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.pit) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.pit))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.pit))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.pit) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.pit)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.pit))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.pit = ($lastWeeksCashIncome.pit + $lastWeeksCashExpenses.pit)>> - <<if $lastWeeksCashProfits.pit > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.pit))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.pit) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.pit))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.pit)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("pit", "[[$pitNameCaps|Pit][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($fighterIDs.length slaves)")>> - <<if $lastWeeksCashIncome.environment || $lastWeeksCashExpenses.environment>> - <tr> - <td>Environment</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.environment) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.environment))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.environment))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.environment) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.environment)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.environment))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.environment = ($lastWeeksCashIncome.environment + $lastWeeksCashExpenses.environment)>> - <<if $lastWeeksCashProfits.environment > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.environment))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.environment) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.environment))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.environment)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("environment", "Environment")>> - <<if $lastWeeksCashIncome.weather || $lastWeeksCashExpenses.weather>> /* TODO: this doesn't fit in */ - <tr> - <td> - <<if $lastWeeksCashExpenses.weather < 0 && $weatherCladding == 0>> - Weather is causing @@.red;expensive damage.@@ Consider a protective [[upgrade|Manage Arcology][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]. + <<print budgetLine("weather", + "<<if $lastWeeksCashExpenses.weather < 0 && $weatherCladding == 0>> + Weather is causing @@.red;expensive damage.@@ Consider a protective [[upgrade|Manage Arcology][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]]. <<else>> Weather - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashIncome.weather) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.weather))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.weather))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.weather) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.weather)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.weather))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.weather = ($lastWeeksCashIncome.weather + $lastWeeksCashExpenses.weather)>> - <<if $lastWeeksCashProfits.weather > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.weather))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.weather) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.weather))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.weather)))>>@@ - <</if>> - </td> - </tr> - <</if>> - + <</if>>")>> <tr> <h2>Slaves</h2> </tr> - <tr> - <td>[[Slave maintenance|Costs Report Slaves][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($slaves.length slaves)</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.slaveUpkeep) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveUpkeep))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveUpkeep))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.slaveUpkeep) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.slaveUpkeep)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.slaveUpkeep))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.slaveUpkeep = ($lastWeeksCashIncome.slaveUpkeep + $lastWeeksCashExpenses.slaveUpkeep)>> - <<if $lastWeeksCashProfits.slaveUpkeep > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.slaveUpkeep))>>@@ - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.slaveUpkeep)))>>@@ - <</if>> - </td> - </tr> + <<print budgetLine("slaveUpkeep", "[[Slave maintenance|Costs Report Slaves][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] ($slaves.length slaves)")>> - <<if $lastWeeksCashIncome.extraMilk || $lastWeeksCashExpenses.extraMilk>> - <tr> - <td>Extra milk</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.extraMilk) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.extraMilk))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.extraMilk))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.extraMilk) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.extraMilk)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.extraMilk))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.extraMilk = ($lastWeeksCashIncome.extraMilk + $lastWeeksCashExpenses.extraMilk)>> - <<if $lastWeeksCashProfits.extraMilk > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.extraMilk))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.extraMilk) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.extraMilk))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.extraMilk)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("extraMilk", "Extra milk")>> - <<if $lastWeeksCashIncome.slaveTransfer || $lastWeeksCashExpenses.slaveTransfer>> - <tr> - <td>Selling/buying major slaves</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.slaveTransfer) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveTransfer))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveTransfer))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.slaveTransfer) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.slaveTransfer)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.slaveTransfer))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.slaveTransfer = ($lastWeeksCashIncome.slaveTransfer + $lastWeeksCashExpenses.slaveTransfer)>> - <<if $lastWeeksCashProfits.slaveTransfer > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.slaveTransfer))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.slaveTransfer) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.slaveTransfer))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.slaveTransfer)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("slaveTransfer", "Selling/buying major slaves")>> - <<if $lastWeeksCashIncome.menialTransfer || $lastWeeksCashExpenses.menialTransfer>> - <tr> - <td>Menials: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.menialTransfer) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.menialTransfer))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.menialTransfer))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.menialTransfer) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.menialTransfer)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.menialTransfer))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.menialTransfer = ($lastWeeksCashIncome.menialTransfer + $lastWeeksCashExpenses.menialTransfer)>> - <<if $lastWeeksCashProfits.menialTransfer > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.menialTransfer))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.menialTransfer) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.menialTransfer))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.menialTransfer)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("menialTransfer", "Menials: [[Assistant's|Personal assistant options][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] flipping")>> - <<if $lastWeeksCashIncome.fuckdollsTransfer || $lastWeeksCashExpenses.fuckdollsTransfer>> - <tr> - <td>Fuckdolls: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.fuckdollsTransfer) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.fuckdollsTransfer))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.fuckdollsTransfer))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.fuckdollsTransfer) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.fuckdollsTransfer)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.fuckdollsTransfer))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.fuckdollsTransfer = ($lastWeeksCashIncome.fuckdollsTransfer + $lastWeeksCashExpenses.fuckdollsTransfer)>> - <<if $lastWeeksCashProfits.fuckdollsTransfer > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.fuckdollsTransfer))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.fuckdollsTransfer) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.fuckdollsTransfer))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.fuckdollsTransfer)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("fuckdollsTransfer", "Fuckdolls: [[Assistant's|Personal assistant options][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] flipping")>> - <<if $lastWeeksCashIncome.menialBioreactorsTransfer || $lastWeeksCashExpenses.menialBioreactorsTransfer>> - <tr> - <td>Bioreactors: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.menialBioreactorsTransfer) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.menialBioreactorsTransfer))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.menialBioreactorsTransfer))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.menialBioreactorsTransfer) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.menialBioreactorsTransfer)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.menialBioreactorsTransfer))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.menialBioreactorsTransfer = ($lastWeeksCashIncome.menialBioreactorsTransfer + $lastWeeksCashExpenses.menialBioreactorsTransfer)>> - <<if $lastWeeksCashProfits.menialBioreactorsTransfer > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.menialBioreactorsTransfer))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.menialBioreactorsTransfer) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.menialBioreactorsTransfer))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.menialBioreactorsTransfer)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("menialBioreactorsTransfer", "Bioreactors: [[Assistant's|Personal assistant options][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] flipping")>> - <<if $lastWeeksCashIncome.babyTransfer || $lastWeeksCashExpenses.babyTransfer>> - <tr> - <td>Selling/buying babies</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.babyTransfer) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.babyTransfer))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.babyTransfer))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.babyTransfer) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.babyTransfer)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.babyTransfer))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.babyTransfer = ($lastWeeksCashIncome.babyTransfer + $lastWeeksCashExpenses.babyTransfer)>> - <<if $lastWeeksCashProfits.babyTransfer > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.babyTransfer))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.babyTransfer) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.babyTransfer))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.babyTransfer)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("babyTransfer", "Selling/buying babies")>> - <<if ($lastWeeksCashIncome.menialTrades) || ($lastWeeksCashExpenses.menialTrades)>> - <tr> - <td>Menials: labor</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.menialTrades) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.menialTrades))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.menialTrades))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.menialTrades) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.menialTrades)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.menialTrades))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.menialTrades = ($lastWeeksCashIncome.menialTrades + $lastWeeksCashExpenses.menialTrades)>> - <<if $lastWeeksCashProfits.menialTrades > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.menialTrades))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.menialTrades) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.menialTrades))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.menialTrades)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("menialTrades", "Menials: labor")>> - <<if $lastWeeksCashIncome.fuckdolls || $lastWeeksCashExpenses.fuckdolls>> - <tr> - <td>Fuckdolls</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.fuckdolls) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.fuckdolls))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.fuckdolls))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.fuckdolls) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.fuckdolls)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.fuckdolls))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.fuckdolls = ($lastWeeksCashIncome.fuckdolls + $lastWeeksCashExpenses.fuckdolls)>> - <<if $lastWeeksCashProfits.fuckdolls > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.fuckdolls))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.fuckdolls) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.fuckdolls))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.fuckdolls)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("fuckdolls", "Fuckdolls")>> - <<if ($lastWeeksCashIncome.menialBioreactors) || ($lastWeeksCashExpenses.menialBioreactors)>> - <tr> - <td>Menials: bioreactors</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.menialBioreactors) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.menialBioreactors))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.menialBioreactors))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.menialBioreactors) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.menialBioreactors)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.menialBioreactors))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.menialBioreactors = ($lastWeeksCashIncome.menialBioreactors + $lastWeeksCashExpenses.menialBioreactors)>> - <<if $lastWeeksCashProfits.menialBioreactors > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.menialBioreactors))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.menialBioreactors) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.menialBioreactors))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.menialBioreactors)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("menialBioreactors", "Menials: bioreactors")>> - <<if $lastWeeksCashIncome.porn || $lastWeeksCashExpenses.porn>> - <tr> - <td>Porn</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.porn) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.porn))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.porn))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.porn) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.porn)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.porn))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.porn = ($lastWeeksCashIncome.porn + $lastWeeksCashExpenses.porn)>> - <<if $lastWeeksCashProfits.porn > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.porn))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.porn) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.porn))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.porn)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("porn", "Porn")>> - <<if $lastWeeksCashIncome.recruiter || $lastWeeksCashExpenses.recruiter>> - <tr> - <td>Recruiter</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.recruiter) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.recruiter))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.recruiter))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.recruiter) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.recruiter)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.recruiter))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.recruiter = ($lastWeeksCashIncome.recruiter + $lastWeeksCashExpenses.recruiter)>> - <<if $lastWeeksCashProfits.recruiter > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.recruiter))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.recruiter) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.recruiter))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.recruiter)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("recruiter", "Recruiter")>> - <<if $lastWeeksCashIncome.menialRetirement || $lastWeeksCashExpenses.menialRetirement>> - <tr> - <td>Menials retiring</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.menialRetirement) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.menialRetirement))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.menialRetirement))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.menialRetirement) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.menialRetirement)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.menialRetirement))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.menialRetirement = ($lastWeeksCashIncome.menialRetirement + $lastWeeksCashExpenses.menialRetirement)>> - <<if $lastWeeksCashProfits.menialRetirement > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.menialRetirement))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.menialRetirement) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.menialRetirement))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.menialRetirement)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("menialRetirement", "Menials retiring")>> - <<if $lastWeeksCashIncome.slaveMod || $lastWeeksCashExpenses.slaveMod>> - <tr> - <td>Slave modification</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.slaveMod) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveMod))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveMod))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.slaveMod) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.slaveMod)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.slaveMod))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.slaveMod = ($lastWeeksCashIncome.slaveMod + $lastWeeksCashExpenses.slaveMod)>> - <<if $lastWeeksCashProfits.slaveMod > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.slaveMod))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.slaveMod) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.slaveMod))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.slaveMod)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.slaveSurgery || $lastWeeksCashExpenses.slaveSurgery>> - <tr> - <td>Slave surgery</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.slaveSurgery) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveSurgery))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.slaveSurgery))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.slaveSurgery) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.slaveSurgery)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.slaveSurgery))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.slaveSurgery = ($lastWeeksCashIncome.slaveSurgery + $lastWeeksCashExpenses.slaveSurgery)>> - <<if $lastWeeksCashProfits.slaveSurgery > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.slaveSurgery))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.slaveSurgery) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.slaveSurgery))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.slaveSurgery)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("slaveMod", "Slave modification")>> - <<if $lastWeeksCashIncome.birth || $lastWeeksCashExpenses.birth>> - <tr> - <td>Slave surgery</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.birth) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.birth))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.birth))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.birth) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.birth)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.birth))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.birth = ($lastWeeksCashIncome.birth + $lastWeeksCashExpenses.birth)>> - <<if $lastWeeksCashProfits.birth > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.birth))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.birth) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.birth))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.birth)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("slaveSurgery", "Slave surgery")>> + <<print budgetLine("birth", "Slave surgery")>> <tr> <h2>Finance</h2> </tr> - <<if $lastWeeksCashIncome.personalBusiness || $lastWeeksCashExpenses.personalBusiness>> - <tr> - <td>Personal business</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.personalBusiness) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.personalBusiness))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.personalBusiness))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.personalBusiness) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.personalBusiness)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.personalBusiness))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.personalBusiness = ($lastWeeksCashIncome.personalBusiness + $lastWeeksCashExpenses.personalBusiness)>> - <<if $lastWeeksCashProfits.personalBusiness > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.personalBusiness))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.personalBusiness) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.personalBusiness))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.personalBusiness)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("personalBusiness", "Personal business")>> - <tr> - <<if $girls == 3>> - <td>Since you are accustomed to luxury, your personal living expenses are:</td> + <<print budgetLine("personalLivingExpenses", + "<<if $girls == 3>> + Since you are accustomed to luxury, your personal living expenses are: <<elseif $girls == 2>> - <td>Since you are used to living well, your personal living expenses are:</td> + Since you are used to living well, your personal living expenses are: <<else>> - <td>Since you are used to a fairly normal life, your personal living expenses are:</td> - <</if>> - <td> - <<if Math.trunc($lastWeeksCashIncome.personalLivingExpenses) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.personalLivingExpenses))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.personalLivingExpenses))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.personalLivingExpenses) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.personalLivingExpenses)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.personalLivingExpenses))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.personalLivingExpenses = ($lastWeeksCashIncome.personalLivingExpenses + $lastWeeksCashExpenses.personalLivingExpenses)>> - <<if $lastWeeksCashProfits.personalLivingExpenses > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.personalLivingExpenses))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.personalLivingExpenses) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.personalLivingExpenses))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.personalLivingExpenses)))>>@@ - <</if>> - </td> - </tr> - - <<if $lastWeeksCashIncome.PCtraining || $lastWeeksCashExpenses.PCtraining>> - <tr> - <td>Your training</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.PCtraining) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.PCtraining))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.PCtraining))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.PCtraining) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.PCtraining)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.PCtraining))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.PCtraining = ($lastWeeksCashIncome.PCtraining + $lastWeeksCashExpenses.PCtraining)>> - <<if $lastWeeksCashProfits.PCtraining > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.PCtraining))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.PCtraining) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.PCtraining))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.PCtraining)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.PCmedical || $lastWeeksCashExpenses.PCmedical>> - <tr> - <td>Your medical expenses</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.PCmedical) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.PCmedical))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.PCmedical))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.PCmedical) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.PCmedical)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.PCmedical))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.PCmedical = ($lastWeeksCashIncome.PCmedical + $lastWeeksCashExpenses.PCmedical)>> - <<if $lastWeeksCashProfits.PCmedical > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.PCmedical))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.PCmedical) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.PCmedical))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.PCmedical)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.PCskills || $lastWeeksCashExpenses.PCskills>> - <tr> - <td>Your skills</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.PCskills) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.PCskills))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.PCskills))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.PCskills) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.PCskills)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.PCskills))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.PCskills = ($lastWeeksCashIncome.PCskills + $lastWeeksCashExpenses.PCskills)>> - <<if $lastWeeksCashProfits.PCskills > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.PCskills))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.PCskills) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.PCskills))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.PCskills)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <tr> - <td> - Your rents + Since you are used to a fairly normal life, your personal living expenses are: + <</if>>")>> + + <<print budgetLine("PCtraining", "<<if ($personalAttention == \"trading\")>> + [[Trading trainer|Personal Attention Select][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] fees + <<elseif ($personalAttention == \"warfare\")>> + [[Warfare trainer|Personal Attention Select][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] fees + <<elseif ($personalAttention == \"slaving\")>> + [[Slaving trainer|Personal Attention Select][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] fees + <<elseif ($personalAttention == \"engineering\")>> + [[Engineering trainer|Personal Attention Select][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] fees + <<elseif ($personalAttention == \"medicine\")>> + [[Medicine trainer|Personal Attention Select][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] fees + <</if>>")>> + + <<print budgetLine("PCmedical", "Your medical expenses")>> + + <<print budgetLine("PCskills", "Your skills")>> + + <<print budgetLine("rents", "Your rents <<if $lastWeeksCashExpenses.rents < 0>> and bribes - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashIncome.rents) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.rents))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.rents))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.rents) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.rents)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.rents))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.rents = ($lastWeeksCashIncome.rents + $lastWeeksCashExpenses.rents)>> - <<if $lastWeeksCashIncome.rents > 0>> - @@.yellowgreen;<<print cashFormat(Math.trunc($lastWeeksCashIncome.rents))>>@@ - <<elseif Math.trunc($lastWeeksCashIncome.rents) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.rents))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashIncome.rents)))>>@@ - <</if>> - </td> - </tr> + <</if>>")>> - <<if $lastWeeksCashIncome.stocks>> - <tr> - <td>Stock dividends on ($personalShares/<<print ($publicShares + $personalShares)>> shares).</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.stocks) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.stocks))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.stocks))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.stocks) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.stocks)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.stocks))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.stocks = ($lastWeeksCashIncome.stocks + $lastWeeksCashExpenses.stocks)>> - <<if $lastWeeksCashProfits.stocks > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.stocks))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.stocks) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.stocks))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.stocks)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("stocks", ">Stock dividends on ($personalShares/<<print ($publicShares + $personalShares)>> shares).")>> - <<if $lastWeeksCashIncome.stocksTraded|| $lastWeeksCashExpenses.stocksTraded>> - <tr> - <td>Stock trading</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.stocksTraded) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.stocksTraded))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.stocksTraded))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.stocksTraded) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.stocksTraded)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.stocksTraded))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.stocksTraded = ($lastWeeksCashIncome.stocksTraded + $lastWeeksCashExpenses.stocksTraded)>> - <<if $lastWeeksCashProfits.stocksTraded > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.stocksTraded))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.stocksTraded) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.stocksTraded))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.stocksTraded)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("stocksTraded", "Stock trading")>> - <<if $lastWeeksCashIncome.fines || $lastWeeksCashExpenses.fines>> - <tr> - <td>Fines</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.fines) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.fines))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.fines))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.fines) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.fines)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.fines))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.fines = ($lastWeeksCashIncome.fines + $lastWeeksCashExpenses.fines)>> - <<if $lastWeeksCashProfits.fines > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.fines))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.fines) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.fines))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.fines)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("fines", "Fines")>> - <<if $lastWeeksCashIncome.event || $lastWeeksCashExpenses.event>> - <tr> - <td>Events</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.event) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.event))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.event))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.event) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.event)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.event))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.event = ($lastWeeksCashIncome.event + $lastWeeksCashExpenses.event)>> - <<if $lastWeeksCashProfits.event > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.event))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.event) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.event))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.event)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("event", "Events")>> - <<if $lastWeeksCashIncome.war || $lastWeeksCashExpenses.war>> - <tr> - <td>Archology conflict</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.war) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.war))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.war))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.war) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.war)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.war))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.war = ($lastWeeksCashIncome.war + $lastWeeksCashExpenses.war)>> - <<if $lastWeeksCashProfits.war > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.war))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.war) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.war))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.war)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("war", "Archology conflict")>> - <<if $lastWeeksCashIncome.PCtraining || $lastWeeksCashExpenses.PCtraining>> - <tr> - <td> - <<if ($personalAttention == "trading")>> - [[Trading trainer|Personal Attention Select][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] fees - <<elseif ($personalAttention == "warfare")>> - [[Warfare trainer|Personal Attention Select][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] fees - <<elseif ($personalAttention == "slaving")>> - [[Slaving trainer|Personal Attention Select][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] fees - <<elseif ($personalAttention == "engineering")>> - [[Engineering trainer|Personal Attention Select][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] fees - <<elseif ($personalAttention == "medicine")>> - [[Medicine trainer|Personal Attention Select][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] fees - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashIncome.PCtraining) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.PCtraining))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.PCtraining))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.PCtraining) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.PCtraining)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.PCtraining))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.PCtraining = ($lastWeeksCashIncome.PCtraining + $lastWeeksCashExpenses.PCtraining)>> - <<if $lastWeeksCashProfits.PCtraining > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.PCtraining))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.PCtraining) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.PCtraining))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.PCtraining)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("capEx", "Capital expenses")>> - <<if $lastWeeksCashIncome.capEx || $lastWeeksCashExpenses.capEx>> - <tr> - <td>Capital expenses</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.capEx) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.capEx))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.capEx))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.capEx) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.capEx)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.capEx))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.capEx = ($lastWeeksCashIncome.capEx + $lastWeeksCashExpenses.capEx)>> - <<if $lastWeeksCashProfits.capEx > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.capEx))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.capEx) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.capEx))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.capEx)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.cheating || $lastWeeksCashExpenses.cheating>> - <tr> - <td>CHEATING</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.cheating) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.cheating))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.cheating))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.cheating) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.cheating)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.cheating))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.cheating = ($lastWeeksCashIncome.cheating + $lastWeeksCashExpenses.cheating)>> - <<if $lastWeeksCashProfits.cheating > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.cheating))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.cheating) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.cheating))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.cheating)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("cheating", "CHEATING")>> <tr> <h2>Policies</h2> </tr> - <<if $lastWeeksCashIncome.policies || $lastWeeksCashExpenses.policies>> - <tr> - <td>[[Policies|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] and [[Edicts|edicts][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.policies) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.policies))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.policies))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.policies) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.policies)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.policies))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.policies = ($lastWeeksCashIncome.policies + $lastWeeksCashExpenses.policies)>> - <<if $lastWeeksCashProfits.policies > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.policies))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.policies) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.policies))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.policies)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $FSSpending != 0>> - <tr> - <td>[[Society shaping|Future Society][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.futureSocieties) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.futureSocieties))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.futureSocieties))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.futureSocieties) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.futureSocieties)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.futureSocieties))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.futureSocieties = ($lastWeeksCashIncome.futureSocieties + $lastWeeksCashExpenses.futureSocieties)>> - <<if $lastWeeksCashProfits.futureSocieties > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.futureSocieties))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.futureSocieties) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.futureSocieties))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.futureSocieties)))>>@@ - <</if>> - </td> - </tr> - <</if>> - - <<if $lastWeeksCashIncome.schoolBacking || $lastWeeksCashExpenses.schoolBacking>> - <tr> - <td> - <<if $TSS.subsidize != 0>>[[The Slavegirl School|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus influence - <<elseif $GRI.subsidize != 0>>[[Growth Research Institute|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] subsidiary lab influence - <<elseif $SCP.subsidize != 0>>[[St. Claver Preparatory|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus influence - <<elseif $LDE.subsidize != 0>>[[L'Encole des Enculees|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus influence - <<elseif $TGA.subsidize != 0>>[[The Gymnasium-Academy|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus influence - <<elseif $TCR.subsidize != 0>>[[The Cattle Ranch|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus influence - <<elseif $HA.subsidize != 0>>[[Hippolyta Academy|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus influence - <<elseif $TFS.subsidize != 0>>[[The Futanari Sisters|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] community influence - <<elseif $TSS.schoolPresent == 1>>[[The Slavegirl School|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus upkeep - <<elseif $GRI.schoolPresent == 1>>[[Growth Research Institute|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] subsidiary lab upkeep - <<elseif $SCP.schoolPresent == 1>>[[St. Claver Preparatory|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus upkeep - <<elseif $LDE.schoolPresent == 1>>[[L'Encole des Enculees|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus upkeep - <<elseif $TGA.schoolPresent == 1>>[[The Gymnasium-Academy|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus upkeep - <<elseif $TCR.schoolPresent == 1>>[[The Cattle Ranch|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus upkeep - <<elseif $HA.schoolPresent == 1>>[[Hippolyta Academy|Policies][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] branch campus upkeep + <<print budgetLine("policies", "[[Policies|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] and [[Edicts|edicts][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]]")>> + + <<print budgetLine("futureSocieties", "[[Society shaping|Future Society][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]]")>> + + <<print budgetLine("schoolBacking", + "<<if $TSS.subsidize != 0>>[[The Slavegirl School|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus influence + <<elseif $GRI.subsidize != 0>>[[Growth Research Institute|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] subsidiary lab influence + <<elseif $SCP.subsidize != 0>>[[St. Claver Preparatory|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus influence + <<elseif $LDE.subsidize != 0>>[[L'Encole des Enculees|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus influence + <<elseif $TGA.subsidize != 0>>[[The Gymnasium-Academy|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus influence + <<elseif $TCR.subsidize != 0>>[[The Cattle Ranch|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus influence + <<elseif $HA.subsidize != 0>>[[Hippolyta Academy|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus influence + <<elseif $TFS.subsidize != 0>>[[The Futanari Sisters|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] community influence + <<elseif $TSS.schoolPresent == 1>>[[The Slavegirl School|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus upkeep + <<elseif $GRI.schoolPresent == 1>>[[Growth Research Institute|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] subsidiary lab upkeep + <<elseif $SCP.schoolPresent == 1>>[[St. Claver Preparatory|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus upkeep + <<elseif $LDE.schoolPresent == 1>>[[L'Encole des Enculees|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus upkeep + <<elseif $TGA.schoolPresent == 1>>[[The Gymnasium-Academy|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus upkeep + <<elseif $TCR.schoolPresent == 1>>[[The Cattle Ranch|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus upkeep + <<elseif $HA.schoolPresent == 1>>[[Hippolyta Academy|Policies][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] branch campus upkeep <<else>> Unknown school expense - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashIncome.schoolBacking) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.schoolBacking))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.schoolBacking))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.schoolBacking) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.schoolBacking)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.schoolBacking))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.schoolBacking = ($lastWeeksCashIncome.schoolBacking + $lastWeeksCashExpenses.schoolBacking)>> - <<if $lastWeeksCashProfits.schoolBacking > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.schoolBacking))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.schoolBacking) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.schoolBacking))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.schoolBacking)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <</if>>")>> - <<if $citizenOrphanageTotal > 0>> - <tr> - <td>Education of $citizenOrphanageTotal of your slaves' children in citizen schools</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.citizenOrphanage) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.citizenOrphanage))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.citizenOrphanage))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.citizenOrphanage) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.citizenOrphanage)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.citizenOrphanage))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.citizenOrphanage = ($lastWeeksCashIncome.citizenOrphanage + $lastWeeksCashExpenses.citizenOrphanage)>> - <<if $lastWeeksCashProfits.citizenOrphanage > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.citizenOrphanage))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.citizenOrphanage) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.citizenOrphanage))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.citizenOrphanage)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("citizenOrphanage", "Education of $citizenOrphanageTotal of your slaves\' children in citizen schools")>> - <<if $privateOrphanageTotal > 0>> - <tr> - <td>Private tutelage of $privateOrphanageTotal of your slaves' children</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.privateOrphanage) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.privateOrphanage))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.privateOrphanage))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.privateOrphanage) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.privateOrphanage)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.privateOrphanage))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.privateOrphanage = ($lastWeeksCashIncome.privateOrphanage + $lastWeeksCashExpenses.privateOrphanage)>> - <<if $lastWeeksCashProfits.privateOrphanage > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.privateOrphanage))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.privateOrphanage) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.privateOrphanage))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.privateOrphanage)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("privateOrphanage", "Private tutelage of $privateOrphanageTotal of your slaves\' children")>> - <<if $mercenaries > 0>> - <tr> - <td>Security: [[$mercenariesTitle|Barracks][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] + <<print budgetLine("mercenaries", "Security: [[$mercenariesTitle|Barracks][$nextButton = \"Back to Budget\", $nextLink = \"Costs Budget\"]] <<if $barracks>><<else>><br>//@@.red;Cost increased by the lack of an armory to house them.@@//<</if>> - <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>><br>//Cost reduced by your @@.springgreen;mercenary contacts.@@//<</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashIncome.mercenaries) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.mercenaries))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.mercenaries))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.mercenaries) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.mercenaries)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.mercenaries))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.mercenaries = ($lastWeeksCashIncome.mercenaries + $lastWeeksCashExpenses.mercenaries)>> - <<if $lastWeeksCashProfits.mercenaries > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.mercenaries))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.mercenaries) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.mercenaries))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.mercenaries)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<if ($PC.warfare >= 100) || ($PC.career == \"arcology owner\")>><br>//Cost reduced by your @@.springgreen;mercenary contacts.@@//<</if>>")>> - <<if $lastWeeksCashIncome.securityExpansion || $lastWeeksCashExpenses.securityExpansion>> - <tr> - <td>Security expansion</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.securityExpansion) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.securityExpansion))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.securityExpansion))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.securityExpansion) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.securityExpansion)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.securityExpansion))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.securityExpansion = ($lastWeeksCashIncome.securityExpansion + $lastWeeksCashExpenses.securityExpansion)>> - <<if $lastWeeksCashProfits.securityExpansion > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.securityExpansion))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.securityExpansion) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.securityExpansion))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.securityExpansion)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("securityExpansion", "Security expansion")>> - <<if $lastWeeksCashIncome.specialForces || $lastWeeksCashExpenses.specialForces>> - <tr> - <td>Special forces</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.specialForces) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.specialForces))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.specialForces))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.specialForces) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.specialForces)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.specialForces))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.specialForces = ($lastWeeksCashIncome.specialForces + $lastWeeksCashExpenses.specialForces)>> - <<if $lastWeeksCashProfits.specialForces > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.specialForces))>>@@ - <<elseif Math.trunc($lastWeeksCashProfits.specialForces) == 0>> - <<print cashFormat(Math.trunc($lastWeeksCashProfits.specialForces))>> - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.specialForces)))>>@@ - <</if>> - </td> - </tr> - <</if>> + <<print budgetLine("specialForces", "Special forces")>> + + <<print budgetLine("undermining", "Undermine political support for the nearby old world peacekeeping mission.")>> - <<if (def $peacekeepers) and ($peacekeepers != 0) >> - <<if $peacekeepers.undermining != 0>> - <tr> - <td>Undermine political support for the nearby old world peacekeeping mission.</td> - <td> - <<if Math.trunc($lastWeeksCashIncome.peacekeepers) > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.peacekeepers))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashIncome.peacekeepers))>> - <</if>> - </td> - <td> - <<if Math.trunc($lastWeeksCashExpenses.peacekeepers) < 0>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.peacekeepers)))>>@@ - <<else>> - <<print cashFormat(Math.trunc($lastWeeksCashExpenses.peacekeepers))>> - <</if>> - </td> - <td> - <<set $lastWeeksCashProfits.peacekeepers = ($lastWeeksCashIncome.peacekeepers + $lastWeeksCashExpenses.peacekeepers)>> - <<if $lastWeeksCashProfits.peacekeepers > 0>> - @@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.peacekeepers))>>@@ - <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.peacekeepers)))>>@@ - <</if>> - </td> - </tr> - <</if>> - <</if>> <tr><td></td></tr> <tr> @@ -2291,10 +345,6 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <br> -<table> /* long entries */ - - -</table> <</if>> <<if ndef $lastWeeksCashErrors>> diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index e26e317a5121c0b8060b68e0001332329e9d4455..9d92e0538c3a48637fc0fe7761000ee0ed1aa274 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -523,44 +523,54 @@ $dairyNameCaps <</if>> <<set _seed = $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren>> + <br><br> -<<if ($dairy <= $dairySlaves+_seed)>> - ''$dairyNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $dairySlaves)>> - <<link "''Send a slave to $dairyName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> +<<if _seed > 1>> + //In addition, _seed milking machines have biological components installed in them.// +<<elseif _seed == 1>> + //In addition, one milking machine has biological components installed in it.// <</if>> +<br><br> -<<if $dairySlaves > 0>> - | <<link "''Bring a slave out of $dairyName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $dairySlaves > 0>> <<dairyAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$dairyNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($dairy <= $dairySlaves+_seed)>> + ''$dairyNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $dairySlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Dairy == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$dairyNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<<if _seed > 1>> - //In addition, _seed milking machines have biological components installed in them.// -<<elseif _seed == 1>> - //In addition, one milking machine has biological components installed in it.// -<</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<dairyAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> +</body> <br><br>Rename $dairyName: <<textbox "$dairyName" $dairyName "Dairy">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw index 2f84aaa5a35682433c318707dda4e059ec6d3e49..0ff50c41a7c93498e17848d7e2599a2d86b16af7 100644 --- a/src/uncategorized/economics.tw +++ b/src/uncategorized/economics.tw @@ -137,21 +137,7 @@ <</if>> <script> -function opentab(evt, tabName) { - var i, tabcontent, tablinks; - tabcontent = document.getElementsByClassName("tabcontent"); - for (i = 0; i < tabcontent.length; i++) { - tabcontent[i].style.display = "none"; - } - tablinks = document.getElementsByClassName("tablinks"); - for (i = 0; i < tablinks.length; i++) { - tablinks[i].className = tablinks[i].className.replace(" active", ""); - } - document.getElementById(tabName).style.display = "block"; - evt.currentTarget.className += " active"; -} - -document.getElementById("defaultOpen").click(); + document.getElementById("defaultOpen").click(); </script> </body> diff --git a/src/uncategorized/headGirlSuite.tw b/src/uncategorized/headGirlSuite.tw index 9de9910d74951d5ec5ff9a3f00a1c6b48bf6d69c..4239b5368b286c34b27f6f4d607cb05f3b4e7ec4 100644 --- a/src/uncategorized/headGirlSuite.tw +++ b/src/uncategorized/headGirlSuite.tw @@ -44,25 +44,46 @@ $He is ''not allowed'' to customize $his slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]] <</if>> <</if>> +<br><br> -<<if $HGSuiteSlaves > 0>> - <br><br>''Bring the Head Girl's girl out of $HGSuiteName:'' - <<headgirlSuiteAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -<</if>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave to the Head Girl</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Bring the Head Girl's girl out of $HGSuiteName</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $HGSuiteSlaves > 0>> + <<headgirlSuiteAssignmentFilter>> + <<set $Flag = 1>> + <<include "Slave Summary">> + <<resetAssignmentFilter>> + <</if>> + </div> +</div> -<<if ($slaves.length > $HGSuiteSlaves) && ($HGSuiteSlaves < 1)>> - <br><br>''Assign a slave to the Head Girl:'' - <br><br> - <<assignmentFilter>> - <span id="ComingGoing"> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - </span> +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($slaves.length > $HGSuiteSlaves) && ($HGSuiteSlaves < 1)>> + <<assignmentFilter>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <<else>> + ''Head Girl already has a girl.'' + <</if>> + </div> +</div> + +<<if ($tabChoice.HeadGirlSuite == "assign")>> + <script>document.getElementById("tab assign").click();</script> +<<else>> + <script>document.getElementById("tab remove").click();</script> <</if>> +</body> <br><br>Rename $HGSuiteName: <<textbox "$HGSuiteName" $HGSuiteName "Head Girl Suite">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 21d38c23b16c03f180ee773de37176b7b906951b..5a40ad3045d9c035ae8ca2ebb61111910a957b95 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -110,17 +110,17 @@ __''MAIN MENU''__ //[[Summary Options]]// <<if $useSlaveSummaryOverviewTab == 1>> <button class="tablinks" onclick="opentab(event, 'overview')">Overview</button> <</if>> - <button class="tablinks" onclick="opentab(event, 'resting')">Resting</button> - <button class="tablinks" onclick="opentab(event, 'stay confined')">Confined</button> - <button class="tablinks" onclick="opentab(event, 'take classes')">Students</button> - <button class="tablinks" onclick="opentab(event, 'please you')">Fucktoys</button> - <button class="tablinks" onclick="opentab(event, 'whore')">Whores</button> - <button class="tablinks" onclick="opentab(event, 'serve the public')">Public Servants</button> - <button class="tablinks" onclick="opentab(event, 'be a servant')">Servants</button> - <button class="tablinks" onclick="opentab(event, 'get milked')">Cows</button> - <button class="tablinks" onclick="opentab(event, 'work a glory hole')">Gloryhole</button> - <button class="tablinks" onclick="opentab(event, 'be a subordinate slave')">Subordinate slaves</button> - <button class="tablinks" onclick="opentab(event, 'all')" id="defaultButton">All</button> + <button class="tablinks" onclick="opentab(event, 'resting')" id="tab resting">Resting</button> + <button class="tablinks" onclick="opentab(event, 'stay confined')" id="tab stay confined">Confined</button> + <button class="tablinks" onclick="opentab(event, 'take classes')" id="tab take classes">Students</button> + <button class="tablinks" onclick="opentab(event, 'please you')" id="tab please you">Fucktoys</button> + <button class="tablinks" onclick="opentab(event, 'whore')" id="tab whore">Whores</button> + <button class="tablinks" onclick="opentab(event, 'serve the public')" id="tab serve the public">Public Servants</button> + <button class="tablinks" onclick="opentab(event, 'be a servant')" id="tab be a servant">Servants</button> + <button class="tablinks" onclick="opentab(event, 'get milked')" id="tab milked">Cows</button> + <button class="tablinks" onclick="opentab(event, 'work a glory hole')" id="tab work a glory hole">Gloryhole</button> + <button class="tablinks" onclick="opentab(event, 'be a subordinate slave')" id="tab be a subordinate slave">Subordinate slaves</button> + <button class="tablinks" onclick="opentab(event, 'all')" id="tab all">All</button> </div> <div id="overview" class="tabcontent"> @@ -404,24 +404,34 @@ __''MAIN MENU''__ //[[Summary Options]]// </div> </div> - <script> - function opentab(evt, tabName) { - var i, tabcontent, tablinks; - tabcontent = document.getElementsByClassName("tabcontent"); - for (i = 0; i < tabcontent.length; i++) { - tabcontent[i].style.display = "none"; - } - tablinks = document.getElementsByClassName("tablinks"); - for (i = 0; i < tablinks.length; i++) { - tablinks[i].className = tablinks[i].className.replace(" active", ""); - } - document.getElementById(tabName).style.display = "block"; - evt.currentTarget.className += " active"; - } - - document.getElementById("defaultButton").click(); - </script> - + <<if ($tabChoice.Main == "overview")>> + <script>document.getElementById("tab overview").click();</script> + <<elseif ($tabChoice.Main == "resting")>> + <script>document.getElementById("tab resting").click();</script> + <<elseif ($tabChoice.Main == "stay confined")>> + <script>document.getElementById("tab stay confined").click();</script> + <<elseif ($tabChoice.Main == "take classes")>> + <script>document.getElementById("tab take classes").click();</script> + <<elseif ($tabChoice.Main == "please you")>> + <script>document.getElementById("tab please you").click();</script> + <<elseif ($tabChoice.Main == "whore")>> + <script>document.getElementById("tab whore").click();</script> + <<elseif ($tabChoice.Main == "serve the public")>> + <script>document.getElementById("tab serve the public").click();</script> + <<elseif ($tabChoice.Main == "be a servant")>> + <script>document.getElementById("tab be a servant").click();</script> + <<elseif ($tabChoice.Main == "get milked")>> + <script>document.getElementById("tab get milked").click();</script> + <<elseif ($tabChoice.Main == "work a glory hole")>> + <script>document.getElementById("tab work a glory hole").click();</script> + <<elseif ($tabChoice.Main == "be a subordinate slave")>> + <script>document.getElementById("tab be a subordinate slave").click();</script> + <<elseif ($tabChoice.Main == "all")>> + <script>document.getElementById("tab all").click();</script> + <<else>> + <script>document.getElementById("tab all").click();</script> + <</if>> + </body> <<if $positionMainLinks <= 0>> <br><<MainLinks>> diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index 1928908a6377442736197dc9e74eb11e0a0d8b04..8b5891a687f89e34668e47e2f7ff2cc71fba7116 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -353,37 +353,46 @@ $masterSuiteNameCaps is furnished <</if>> <br><br> -<<if ($masterSuite <= $masterSuiteSlaves)>> - ''$masterSuiteNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $masterSuiteSlaves)>> - <<link "''Send a slave to serve in $masterSuiteName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $masterSuiteSlaves > 0>> - | <<link "''Bring a slave out of $masterSuiteName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $masterSuiteSlaves > 0>> <<suiteAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$masterSuiteNameCaps is empty for the moment// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($masterSuite <= $masterSuiteSlaves)>> + ''$masterSuiteNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $masterSuiteSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.MasterSuite == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$masterSuiteNameCaps is empty for the moment// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<suiteAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> + +</body> <br><br>Rename $masterSuiteName: <<textbox "$masterSuiteName" $masterSuiteName "Master Suite">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/pit.tw b/src/uncategorized/pit.tw index c8576e20bcfa2b15af818f3922d375eb0cc3df32..c6fff6e30cdf079f66a5abc09a5740de7f1298c4 100644 --- a/src/uncategorized/pit.tw +++ b/src/uncategorized/pit.tw @@ -331,24 +331,46 @@ $pitNameCaps is clean and ready, <br> You have scheduled a fight to the death this week. [[Cancel it|Pit][$killChoice = -1]] <</if>> +<br><br> -<<if _DL > 0>> - <br><br>''Cancel a slave's fight:'' - <<set $Flag = 1>> - <<include "Slave Summary">> -<</if>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Select a slave to fight</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Cancel a slave's fight</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if _DL > 0>> + <<set $Flag = 1>> + <<include "Slave Summary">> + <<else>> + <br><br>//$pitNameCaps is empty for the moment// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if (_SL > _DL)>> + <<set $Flag = 0>> + <<assignmentFilter>> + <<showallAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <<resetAssignmentFilter>> + <</if>> + </div> +</div> -<<if (_SL > _DL)>> - <br><br>''Select a slave to fight:'' - <<set $Flag = 0>> - <br><br> - <<assignmentFilter>> - <span id="ComingGoing"> - <<showallAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> - </span> +<<if ($tabChoice.Pit == "assign")>> + <script>document.getElementById("tab assign").click();</script> +<<else>> + <script>document.getElementById("tab remove").click();</script> <</if>> +</body> + <br><br>Rename $pitName: <<textbox "$pitName" $pitName "Pit">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw index 2acac8744340f69ad4084b438132a38cf9e97e0d..1118d6ea22dcdb4efc9b8674a00e703fc02e09c8 100644 --- a/src/uncategorized/reFSAcquisition.tw +++ b/src/uncategorized/reFSAcquisition.tw @@ -996,6 +996,7 @@ <</switch>> <<setLocalPronouns $activeSlave>> +<<setPlayerPronouns>> <<setAssistantPronouns>> <<switch $FSAcquisitionEvents>> diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw index 61c19fcf74811e8bf0b1ad8b727390e38e5347d5..a185d57542f4f512bdcdc5b610bd8a2bbdfeb0a5 100644 --- a/src/uncategorized/reShelterInspection.tw +++ b/src/uncategorized/reShelterInspection.tw @@ -55,6 +55,7 @@ <<setLocalPronouns _Inspectee>> <<setLocalPronouns $activeSlave 2>> <<setAssistantPronouns>> +<<setPlayerPronouns>> Your assistant announces a visitor in the entryway of your penthouse, and adds<<if $assistant > 0>> with disapproval<</if>> that it's an inspector from the Slave Shelter. <<if $assistant > 0>> diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw index a453f649db749ee8645033e44fd7c4aa67a965f1..527f6de315d9c6d3ff87fbe73d78744c8b0a70e0 100644 --- a/src/uncategorized/schoolroom.tw +++ b/src/uncategorized/schoolroom.tw @@ -123,36 +123,46 @@ $schoolroomNameCaps is well-equipped, with wallscreens to display lessons. These You do not have a slave serving as a Schoolteacher. [[Appoint one|Schoolteacher Select]] <</if>> <br><br> -<<if ($schoolroom <= $schoolroomSlaves)>> - ''$schoolroomNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $schoolroomSlaves)>> - <<link "''Send a slave to study in $schoolroomName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $schoolroomSlaves > 0>> - | <<link "''Bring a slave out of $schoolroomName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $schoolroomSlaves > 0>> <<schoolAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$schoolroomNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($schoolroom <= $schoolroomSlaves)>> + ''$schoolroomNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $schoolroomSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Schoolroom == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$schoolroomNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<schoolAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> + +</body> + <br><br>Rename $schoolroomName: <<textbox "$schoolroomName" $schoolroomName "Schoolroom">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw index b78bb72780c1e1b2e478713e46544ea4b60f8c34..77325f894548abd47c4cc713ec68c1ffab625d0d 100644 --- a/src/uncategorized/servantsQuarters.tw +++ b/src/uncategorized/servantsQuarters.tw @@ -120,37 +120,46 @@ $servantsQuartersNameCaps <</if>> <br><br> -<<if ($servantsQuarters <= $servantsQuartersSlaves)>> - ''$servantsQuartersNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $servantsQuartersSlaves)>> - <<link "''Send a slave to work out of $servantsQuartersName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $servantsQuartersSlaves > 0>> - | <<link "''Bring a slave out of $servantsQuartersName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $servantsQuartersSlaves > 0>> <<quartersAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$servantsQuartersNameCaps is empty for the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($servantsQuarters <= $servantsQuartersSlaves)>> + ''$servantsQuartersNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $servantsQuartersSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.ServantsQuarters == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$servantsQuartersNameCaps is empty for the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<br><br> -<<assignmentFilter>> -<span id="ComingGoing"> - <<quartersAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> + +</body> <br><br>Rename $servantsQuartersName: <<textbox "$servantsQuartersName" $servantsQuartersName "Servants' Quarters">> //Use a noun or similar short phrase// diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 7fce3008f83758d7e35157da1c400116b3543af3..58a0a1b897bf376ab95b80ab5893fbe98818eb42 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -127,36 +127,46 @@ $spaNameCaps <br><br> -<<if ($spa <= $spaSlaves)>> - ''$spaNameCaps is full and cannot hold any more slaves'' -<<elseif ($slaves.length > $spaSlaves)>> - <<link "''Let an obedient slave rest in $spaName''">> - <<replace #ComingGoing>> - <<resetAssignmentFilter>> - <<set $Flag = 0>> - <<include "Slave Summary">> - <</replace>> - <</link>> -<</if>> -<<if $spaSlaves > 0>> - | <<link "''Prise a slave out of $spaName''">> - <<replace #ComingGoing>> +<<CreateSimpleTabs>> +<body> + +<div class="tab"> + <button class="tablinks" onclick="opentab(event, 'assign')" id="tab assign">Assign a slave</button> + <button class="tablinks" onclick="opentab(event, 'remove')" id="tab remove">Remove a slave</button> +</div> + +<div id="remove" class="tabcontent"> + <div class="content"> + <<if $spaSlaves > 0>> <<spaAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> - <</replace>> - <</link>> + <<else>> + <br><br>//$spaNameCaps is empty at the moment.<br>// + <</if>> + </div> +</div> + +<div id="assign" class="tabcontent"> + <div class="content"> + <<if ($spa <= $spaSlaves)>> + ''$spaNameCaps is full and cannot hold any more slaves'' + <<elseif ($slaves.length > $spaSlaves)>> + <<resetAssignmentFilter>> + <<set $Flag = 0>> + <<include "Slave Summary">> + <</if>> + </div> +</div> + +<<if ($tabChoice.Spa == "assign")>> + <script>document.getElementById("tab assign").click();</script> <<else>> - <br><br>//$spaNameCaps is empty at the moment.<br>// + <script>document.getElementById("tab remove").click();</script> <</if>> -<span id="ComingGoing"> - <<spaAssignmentFilter>> - <<set $Flag = 1>> - <<include "Slave Summary">> - <<resetAssignmentFilter>> -</span> +</body> <br><br>Rename $spaName: <<textbox "$spaName" $spaName "Spa">> //Use a noun or similar short phrase//