##Portugal unique AI for combat units POR_default_naval_breakdown = { allowed = { original_tag = POR } enable = { original_tag = POR } abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = naval_corvettes value = 20 } ai_strategy = { type = role_ratio id = naval_frigate value = 22 } ai_strategy = { type = role_ratio id = naval_destroyer value = 20 } ai_strategy = { type = role_ratio id = naval_attack_submarine value = 24 } ai_strategy = { type = role_ratio id = naval_missile_submarine value = 2 } ai_strategy = { type = role_ratio id = naval_helicopter_operator value = 10 } ai_strategy = { type = role_ratio id = naval_carrier value = 2 } ai_strategy = { type = role_ratio id = naval_cruiser value = 2 } ai_strategy = { type = role_ratio id = naval_stealth_destroyer value = 2 } } POR_friendly_iberia = { allowed = { original_tag = POR } enable = { SPR = { NOT = { OR = { check_variable = { ruling_party = 23 } check_variable = { ruling_party = 22 } check_variable = { ruling_party = 21 } } } } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "SPR" value = 50 } ai_strategy = { type = protect id = "SPR" value = 50 } ai_strategy = { type = influence id = "SPR" value = 50 } ai_strategy = { type = support id = "SPR" value = 50 } }