Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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
}
}
}