Skip to content
Snippets Groups Projects
Commit 3c7814aa authored by Pregmodder's avatar Pregmodder
Browse files

cleaning and notes

parent 198e591b
No related branches found
No related tags found
1 merge request!2513Pregmod v1028-7
......@@ -3,6 +3,12 @@
0.10.7.1-0.7.x
8/28/2018
7
-fixes and code cleanup
6
-fixes
5
-fixes
......
:: New Game Plus [nobr]
<<set $ui = "start">> <<unset $Flag>>
<<if ndef $slavesToImport>> <<set $slavesToImport = 0>> <</if>>
<<if ndef $slavesToImportMax>> <<set $slavesToImportMax = 5>> <</if>>
<<silently>> <<include "Backwards Compatibility">> <</silently>>
<<set $ui = "start">> <<unset $Flag>>
<<if ndef $slavesToImport>><<set $slavesToImport = 0>><</if>>
<<if ndef $slavesToImportMax>><<set $slavesToImportMax = 5>><</if>>
<<silently>><<include "Backwards Compatibility">><</silently>>
<<set _fee = 50000+($slavesToImportMax*10000)>>
You have decided to start over and will be able to take a few things with you: a few slaves, a small fraction of your current reserves of money, and possibly even your experience as an arcology owner, which will give you a very powerful career background. Many of your other customizations and settings will be carried over as the defaults for your new game, but can be revised freely.
<br><br>
You
<<if $cash >= _fee>>
have
<<else>>
lack
<</if>>
the funds to bring more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology.
It will cost @@.yellowgreen;<<print cashFormat(_fee)>>@@ to insure another slave's safe transfer.
You <<if $cash >= _fee>>have<<else>>lack<</if>> the funds to bring more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology. It will cost @@.yellowgreen;<<print cashFormat(_fee)>>@@ to insure another slave's safe transfer.
<<if $cash >= _fee>>
You have @@.yellowgreen;<<print cashFormat($cash)>>@@ to spend.
<br>[[Increase slave import capacity by 1.|New Game Plus][$cash -= _fee, $slavesToImportMax++]]
......@@ -73,7 +64,7 @@ Select up to $slavesToImportMax slaves to be imported into a new game and then c
<</if>>
<<if $slavesToImport >= $slavesToImportMax>>
<<else>>
<<if $slaves.length > $slavesToImport>> <br><br>
<<if $slaves.length > $slavesToImport>> <br><br>
''These slaves are available to be imported into the new game:''
<<set $Flag = 0>> <<include "Slave Summary">>
<</if>>
......
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