#Volunteeer Army for the SEUAR SEU_army_focus = { allowed = { original_tag = SEU } enable = { original_tag = SEU } abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = L_Inf value = 20 } ai_strategy = { type = role_ratio id = Militia value = 50 } #More Militia in SEUAR AI ai_strategy = { type = role_ratio id = infantry value = 5 } ai_strategy = { type = role_ratio id = garrison value = 10 } ai_strategy = { type = role_ratio id = marines value = -20 } ai_strategy = { type = force_build_armies value = 150 } #Keep SEUAR AI building Units } #SEU is a UKR autonomy subject outside the Border War, so aggression only makes sense once the war starts SEU_dislikes_UKR = { allowed = { original_tag = SEU } enable = { has_war_with = UKR } abort_when_not_enabled = yes ai_strategy = { type = conquer id = "UKR" value = 100 } ai_strategy = { type = contain id = "UKR" value = 100 } ai_strategy = { type = antagonize id = "UKR" value = 200 } } SEU_friendly_with_SOV = { allowed = { original_tag = SEU } enable = { NOT = { has_war_with = SOV } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "SOV" value = 500 } }