Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
The 1.10.3 update seemed to add support for controlled deficit spending for the AI, primarily used by Austria for their JE. I extended the trigger to apply to any country with a low enough interest rate. I didn't see a noticeable change for Austria or other countries, possibly because I made it turn off when countries go to war.
Lowered AI's desire to subsidize railways. Ever since 1.10 AI has been building an excessive amount of them and going bankrupt.
Added technology requirements to triggers for exporting late game goods. This is to prevent tiny amounts of them from showing up on world market ahead-of-time. The root cause with subventions is yet to be fixed by Paradox.
automobiles = { stance = wants_export
trigger = {
AND = {
kai_has_high_supply = { GOODS = automobiles }
has_technology_researched = combustion_engine
}
}
}