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
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
}
}
}