From 2e0af39f4195b155d876c6afce5560de9cf0acf3 Mon Sep 17 00:00:00 2001 From: Sotisi <Sotisi@tzi.de> Date: Wed, 13 Dec 2017 21:41:11 +0100 Subject: [PATCH] simplified --- src/uncategorized/fsDevelopments.tw | 38 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw index 9cf686f4983..1bb592667f6 100644 --- a/src/uncategorized/fsDevelopments.tw +++ b/src/uncategorized/fsDevelopments.tw @@ -6,23 +6,22 @@ <<if $FSCredits > 0>> @@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@ <</if>> -<<if $FSAnnounced == 1>> <<if $FSCreditCount == 4>> - <<if ($FSGotRepCredits <= 1)>> + <<if ($FSGotRepCredits == 1)>> <<if ($rep > 7000)>> @@.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 ($FSGotRepCredits == 2)>> <<if ($rep > 11000)>> @@.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 ($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>> @@ -30,28 +29,28 @@ <</if>> <</if>> <<elseif $FSCreditCount == 5>> - <<if ($FSGotRepCredits <= 1)>> + <<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 ($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 ($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 ($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>> @@ -59,35 +58,35 @@ <</if>> <</if>> <<elseif $FSCreditCount == 6>> - <<if ($FSGotRepCredits <= 1)>> + <<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 ($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 ($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 ($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 ($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>> @@ -95,42 +94,42 @@ <</if>> <</if>> <<elseif $FSCreditCount == 7>> - <<if ($FSGotRepCredits <= 1)>> + <<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 ($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 ($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 ($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 ($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 ($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>> @@ -138,7 +137,6 @@ <</if>> <</if>> <</if>> -<</if>> /* Count adopted FS */ <<set _societies = 0>> -- GitLab