Skip to content
Snippets Groups Projects
Commit a3cbc3fc authored by turnop's avatar turnop
Browse files

Update authorityReport.tw

parent 7b430b73
No related branches found
No related tags found
No related merge requests found
......@@ -123,15 +123,12 @@ Your authority is
<<if $arcologies[0].FSRestart >= 90 && $arcologies[0].FSNeoImperialistLaw2 == 1>>
The arcology's society is extremely stratified. The reliance on the Barons by the lower classes greatly increases your reputation.
<<set _authGrowth += $arcologies[0].FSRestart>>
<</if>>
<<elseif $arcologies[0].FSRestart >= 50> && $arcologies[0].FSNeoImperialistLaw2 == 1>
The arcology's society is very stratified. The reliance on the Barons by the lower classes increases your reputation.
<<set _authGrowth += $arcologies[0].FSRestart>>
<</if>>
<<elseif $arcologies[0].FSRestart >= 90>>
The arcology's society is extremely stratified. The reliance on the Societal Elite by the lower classes greatly increases your reputation.
<<set _authGrowth += $arcologies[0].FSRestart>>
<</if>>
<<elseif $arcologies[0].FSRestart >= 50>>
The arcology's society is very stratified. The reliance on the Societal Elite by the lower classes increases your reputation.
<<set _authGrowth += $arcologies[0].FSRestart>>
......
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