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
to ensure compatibility with BPV - More Building Slots - Compatibility.
```
#/common/scripted_variables/any_name.txt
@your_mod_name_mod = 1
# end this file with a empty line or a # comment
```
- Since Vanilla is now using social_classes_triggered_modifiers_no_happiness and intentionally not applying it to all pop categories, I've restored "standard_pop_modifiers" as an inline script applied to all pop categories (except wilderness_heart_strata).
- the on_pre_ftl_post_advance on action is deprecated
- Triggered job inline scripts have been redesigned to be more flexible. The current setup should not break existing mods designed for the old system, but future changes might.
- kill_pop_stu has been replaced with kill_pops_stu, which should be equivalent to kill_pop_amount apart from first firing the "on_pop_killed_by_effect" on_action. the variable "stu_local_pop_amount" on the pop group set to the number of pops killed.
- removed jobs/bureaucrats_add, jobs/culture_workers_add, jobs/death_priests_add, and jobs/administrators_add; use the new vanilla jobs/unity_jobs_add