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
I suspect it have something to do with event not setting up SE_count properly, or possibly setup after planet event is called.
As a side note, I noticed every_owned_pop is called for every single job type, I propose to switch it into a single switch statement to reduce computational complexity.
Additionally, consider there can only be a single habitat in a system, I suggest changing SE_count into solar system variable, and let habitat update this solar system variable and other planet type read. This prevent the need of having each planet track its own bonus and should solve the colonization order issue as well.
[trigger.cpp:487]: invalid scope for trigger. got [planet], expected {country}.
triggered_planet_modifier = {
potential = {
is_regular_empire = yes
}
modifier = {
planet_crime_add = -5
}
multiplier = SE_anticrime_count
}