Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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
}
}
}