Skip to content
Snippets Groups Projects
Commit 380c46ee authored by lowercasedonkey's avatar lowercasedonkey
Browse files

polish costsBudget

parent bdd31149
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,13 @@
<</if>>
<br>
//Here you can view many of the financial details of your arcology, <<= properTitle()>>. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found in the "Slave maintenance" link. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes.
//Here you can view many of the financial details of your arcology, <<= properTitle()>>. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found in the "Slave maintenance" link. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes.//
<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
<br>
<<if $difficultySwitch == 1>>
__Economy__<br>
//The Local Economy score effects some prices in your ecology. The lower the score, the higher the prices. The base score is ''100''.//
<br>
<span id="economy">
@@.yellowgreen;Global Economy@@
| <<print $economy>>
......@@ -50,7 +49,6 @@
<</link>>
<</if>>
<br><br> //The Local Economy score effects some prices in your ecology. The lower the score, the higher the prices. The base score is ''100''.//
<br> The current score is
<<if $localEcon > 100>>
<<set _econPercent = Math.trunc(1000-100000/$localEcon)/10>>
......@@ -61,9 +59,10 @@
<<set _econPercent = Math.trunc(100000/$localEcon-1000)/10>>
increasing prices by @@.red;''<<print _econPercent>>%.''@@
<</if>>
<br style="clear:both" /><<if $lineSeparations == 0>><br><br><<else>><hr style="margin:0"><</if>>
<</if>>
<br style="clear:both" /><<if $lineSeparations == 0>><br><br><<else>><hr style="margin:0"><</if>>
<br>Your weekly costs are as follows://
//Your weekly costs are as follows://
/* Table of Totals */
<<if ndef $lastWeeksCashIncome>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment