Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский — Испания)
Español - Latinoamérica (испанский — Латинская Америка)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский — Португалия)
Português-Brasil (португальский — Бразилия)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
https://forum.paradoxplaza.com/forum/index.php?threads/dev-team-2-1-0-documentation-if-else_if-else.1100202
Your scripts may be doing the wrong thing silently if you need to update them.
Yeah, fanatic spiritualist is why it got me there. Didn't know that was a limiter. XD Good to know, and makes a bit of sense.
potential = {
not = { has_edict = industrial_focus }
not = { has_edict = agricultural_focus }
not = { has_edict = energy_focus }
or = {
has_building = building_engineering_facility_2
has_building = building_engineering_facility_3
has_building = building_engineering_facility_4
has_building = building_physics_lab_2
has_building = building_physics_lab_3
has_building = building_physics_lab_4
has_building = building_biolab_2
has_building = building_biolab_3
has_building = building_biolab_4
has_building = building_hab_laboratory_module
}
owner = {
NOT = { has_ethic = ethic_fanatic_spiritualist }
}
}