Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Does it stack with a regular eureka/inspiration, for 80% in total? Or does it give a eureka/inspiration if the civ didn't have one.
How much of a boost is it?
if (epsPlayersStillAlive >= 3) then treshold = epsPlayersStillAlive - 1; end
if (epsPlayersStillAlive >= 6) then treshold = epsPlayersStillAlive - 1; end
if (epsPlayersStillAlive >= 9) then treshold = epsPlayersStillAlive - 1; end
if (epsPlayersStillAlive >= 12) then treshold = epsPlayersStillAlive - 1; end
Then the script won't execute until literally every player has the boost, at which point it's worthless (I think you can use zero but I am 100% guessing I suck at Lua)
I had a look through functions with Suk's lua reference, I guess it'd be SetTech and SetCivic ? Also maybe some code has to be tweaked because of the check on if a person already has the boost, if giving it to them, this would no longer matter