# Greek unique AI for combat units GRE_default_naval_breakdown = { allowed = { original_tag = GRE } enable = { original_tag = GRE } abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = naval_corvettes value = 22 } ai_strategy = { type = role_ratio id = naval_frigate value = 24 } ai_strategy = { type = role_ratio id = naval_destroyer value = 16 } 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 } } GRE_antagonize_turkey = { allowed = { original_tag = GRE } enable = { country_exists = TUR TUR = { neutrality_neutral_muslim_brotherhood_are_in_power = yes } } abort_when_not_enabled = yes ai_strategy = { type = antagonize id = "TUR" value = 50 } } GRE_support_albania = { allowed = { original_tag = GRE } enable = { country_exists = ALB ALB = { NOT = { has_government = fascism } NOT = { has_government = nationalist } } } abort_when_not_enabled = yes ai_strategy = { type = support id = "ALB" value = 50 } ai_strategy = { type = befriend id = "ALB" value = 50 } } #CIVIL WAR IN AMERICA GRE_new_york_help = { allowed = { original_tag = GRE } enable = { country_exists = NYK has_war = no } abort_when_not_enabled = yes ai_strategy = { type = send_volunteers_desire id = "NYK" value = 1000 } ai_strategy = { type = send_lend_lease_desire id = "NYK" value = 400 } } GRE_california_help = { allowed = { original_tag = GRE } enable = { country_exists = CAL has_war = no } abort_when_not_enabled = yes ai_strategy = { type = send_volunteers_desire id = "CAL" value = 1000 } ai_strategy = { type = send_lend_lease_desire id = "CAL" value = 400 } } GRE_avoid_unready_war_with_tur = { allowed = { original_tag = GRE } enable = { has_wargoal_against = TUR NOT = { has_war_with = TUR } strength_ratio = { tag = TUR ratio < 1 } } abort_when_not_enabled = yes ai_strategy = { type = conquer id = "TUR" value = -4000 } ai_strategy = { type = declare_war id = "TUR" value = -4000 } } GRE_prepare_war_with_tur = { allowed = { original_tag = GRE } enable = { has_wargoal_against = TUR NOT = { has_war_with = TUR } strength_ratio = { tag = TUR ratio > 1 } } abort_when_not_enabled = yes ai_strategy = { type = prepare_for_war id = "TUR" value = 200 } ai_strategy = { type = conquer id = "TUR" value = 200 } ai_strategy = { type = declare_war id = "TUR" value = 200 } }