Skip to content
Snippets Groups Projects
Commit 1f6fa772 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

neighbor ownership

parent fc588a93
No related branches found
No related tags found
1 merge request!4078neighbor ownership
......@@ -27,7 +27,15 @@
<</if>>
<<if $arcologies[$i].government != "your trustees">>
<<if $arcologies[$i].government != "your agent">>
Its leadership has control of approximately @@.orange;<<print Math.trunc(($arcologies[$i].ownership*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ of the arcology<<if $arcologies[$i].minority > $arcologies[$i].ownership-10>>, a dangerously narrow margin over competition with a @@.tan;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>>.
Its leadership has control of approximately
<<if $assistantPower == 0>>
@@.orange;<<print Math.trunc(($arcologies[$i].ownership*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@
<<elseif $assistantPower == 1>>
@@.orange;<<print Math.trunc(($arcologies[$i].ownership*random(50-$economicUncertainty,50+$economicUncertainty))/100)>>%@@
<<else>>
@@.orange;<<print Math.trunc(($arcologies[$i].ownership*$economicUncertainty)/100)>>%@@
<</if>>
of the arcology<<if $arcologies[$i].minority > $arcologies[$i].ownership-10>>, a dangerously narrow margin over competition with a @@.tan;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>>.
<</if>>
<</if>>
<<if $arcologies[$i].PCminority > 0>>You own @@.lime;$arcologies[$i].PCminority%@@ of this arcology<<if (($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")) && $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a @@.red;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>>.<</if>>
......
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