# This is available to only the nations who start with the capital in the region continent_focus_europe = { allowed = { is_european_nation = yes } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = europe value = 300 } } continent_focus_north_america = { allowed = { is_North_America = yes } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } capital_scope = { is_on_continent = north_america } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = north_america value = 300 } } continent_focus_south_america = { allowed = { OR = { is_South_America = yes is_caribbean_nation = yes } } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = south_america value = 300 } } continent_focus_asia = { allowed = { is_asian_nation = yes } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = asia value = 300 } } continent_focus_ME = { allowed = { is_middle_eastern_nation = yes } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = middle_east value = 300 } } continent_focus_africa = { allowed = { is_african_nation = yes } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = africa value = 300 } } #you know, if micronesia becomes a superpower :P continent_focus_pacific = { allowed = { is_oceania_nation = yes } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = pacific value = 300 } } continent_focus_oceania = { allowed = { is_oceania_nation = yes } enable = { has_war = yes any_neighbor_country = { has_war_with = ROOT } } abort_when_not_enabled = yes ai_strategy = { type = area_priority id = oceania value = 300 } }