Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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
}
}
}