Skip to content
Snippets Groups Projects
Commit 592e313e authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Refactored FS-token-unlocks

See merge request !1143
parents d614371c bf023d5e
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1143Refactored FS-token-unlocks
...@@ -3,139 +3,30 @@ ...@@ -3,139 +3,30 @@
<<if $useTabs == 0>>__Society__<</if>> <<if $useTabs == 0>>__Society__<</if>>
<br> <br>
<<set _FSRepCreditsRep = [[7000,11000,15000],
[6000,9000,12000,15000],
[6000,9000,12000,15000,18000],
[6000,9000,12000,15000,17000,19000]]>>
<<set _FSRepDescriptors = ["solid","high","remarkable","great","excellent","unparalleled"]>>
<<set _ordinalNames = ["second","third","fourth","fifth","sixth","seventh"]>>
<<if $FSCredits > 0>> <<if $FSCredits > 0>>
@@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@ @@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
<</if>> <</if>>
<<if $FSCreditCount == 4>>
<<if ($FSGotRepCredits == 1)>> <<if $FSAnnounced == 1 && $FSGotRepCredits < $FSCreditCount && $rep >= _FSRepCreditsRep[$FSCreditCount-4][$FSGotRepCredits-1]>>
<<if ($rep > 7000)>> <<set _descriptor = "">>
@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@ <<if $FSGotRepCredits == 1>>
<<set $FSGotRepCredits += 1>> <<set _descriptor = _FSRepDescriptors[0]>>
<<set $FSCredits += 1>> <<else>>
<</if>> <<set _descriptor = _FSRepDescriptors[Math.trunc($FSGotRepCredits/($FSCreditCount-1)*_FSRepDescriptors.length-1)]>>
<</if>> <<endif>>
<<if ($FSGotRepCredits == 2)>> <<set _ordinalName = _ordinalNames[$FSGotRepCredits-1]>>
<<if ($rep > 11000)>> <<if $FSGotRepCredits == $FSCreditCount-1>>
@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@ <<set _ordinalName += " and final">>
<<set $FSGotRepCredits += 1>> <</if>>
<<set $FSCredits += 1>> @@.yellow;Your reputation is so _descriptor that $arcologies[0].name's society is ready to begin accepting a _ordinalName societal direction.@@
<</if>> <<set $FSGotRepCredits += 1>>
<</if>> <<set $FSCredits += 1>>
<<if ($FSGotRepCredits == 3)>>
<<if ($rep > 15000)>>
@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fourth and final societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<elseif $FSCreditCount == 5>>
<<if ($FSGotRepCredits == 1)>>
<<if ($rep > 6000)>>
@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 2)>>
<<if ($rep > 9000)>>
@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 3)>>
<<if ($rep > 12000)>>
@@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 4)>>
<<if ($rep > 15000)>>
@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fifth and final societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<elseif $FSCreditCount == 6>>
<<if ($FSGotRepCredits == 1)>>
<<if ($rep > 6000)>>
@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 2)>>
<<if ($rep > 9000)>>
@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 3)>>
<<if ($rep > 12000)>>
@@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 4)>>
<<if ($rep > 15000)>>
@@.yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 5)>>
<<if ($rep > 18000)>>
@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a sixth and final societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<elseif $FSCreditCount == 7>>
<<if ($FSGotRepCredits == 1)>>
<<if ($rep > 6000)>>
@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 2)>>
<<if ($rep > 9000)>>
@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 3)>>
<<if ($rep > 12000)>>
@@.yellow;Your reputation is so remarkable that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 4)>>
<<if ($rep > 15000)>>
@@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 5)>>
<<if ($rep > 17000)>>
@@.yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a sixth societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits == 6)>>
<<if ($rep > 19000)>>
@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a seventh and final societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<</if>> <</if>>
/* Count adopted FS */ /* Count adopted FS */
......
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