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

adds imperial variant to eugenic

parent c2d04b6d
No related branches found
No related tags found
1 merge request!7830imperial bugfixing + feast event
...@@ -120,9 +120,17 @@ Your authority is ...@@ -120,9 +120,17 @@ Your authority is
<<set _authGrowth += $arcologies[0].FSChattelReligionist>> <<set _authGrowth += $arcologies[0].FSChattelReligionist>>
<</if>> <</if>>
<<if $arcologies[0].FSRestart >= 90>> <<if $arcologies[0].FSRestart >= 90 && $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>>
<<elseif $arcologies[0].FSRestart >= 50> && 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. 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>> <<set _authGrowth += $arcologies[0].FSRestart>>
<</if>>
<<elseif $arcologies[0].FSRestart >= 50>> <<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. 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>> <<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