Description of issue
Expatriate donation (government in exile) doesn't add MIL
Game Version
1.9.1
Enabled DLC
All of the above
Do you have mods enabled?
No
Description
When you host a goverment in exile you gain access to "Expatriate donations" decision.
Tooltip reads "For 1 year: Industrial Factory donation +1 ; Military factory donation +1"
The extra civilian factory works (check the total factory count and hover over your CIV count to see a breakdown), however the military factory isn't added (confirm this by hovering hover the total in the production window).
Code for this decision is:
Steps to Reproduce
Upload Attachment
Expatriate donation (government in exile) doesn't add MIL
Game Version
1.9.1
Enabled DLC
All of the above
Do you have mods enabled?
No
Description
When you host a goverment in exile you gain access to "Expatriate donations" decision.
Tooltip reads "For 1 year: Industrial Factory donation +1 ; Military factory donation +1"
The extra civilian factory works (check the total factory count and hover over your CIV count to see a breakdown), however the military factory isn't added (confirm this by hovering hover the total in the production window).
Code for this decision is:
Code:
expatriate_donations = {
icon = ger_military_buildup
cost = 25
days_remove = 360
available = {
FROM = {
has_legitimacy > 60
any_war_score > 9
}
}
visible = {
FROM = {
is_exiled_in = ROOT
has_legitimacy > 50
any_war_score > 5
}
}
target_array = exiles
target_trigger = { FROM = { is_exiled_in = ROOT } }
modifier = {
industrial_factory_donations = 1
}
targeted_modifier = {
tag = FROM
military_factory_donations = 1
}
ai_will_do = {
factor = 0.05
}
}
Steps to Reproduce
Upload Attachment
Upvote
0