##Dutch unique AI for combat units HOL_default_naval_breakdown = { allowed = { original_tag = HOL } enable = { always = yes } 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 } } #CIVIL WAR IN AMERICA - HOLLAND HOL_lake_help = { allowed = { original_tag = HOL } enable = { country_exists = GLC HOL = { has_war = no } } abort_when_not_enabled = yes ai_strategy = { type = send_volunteers_desire id = "GLC" value = 1000 } ai_strategy = { type = send_lend_lease_desire id = "GLC" value = 400 } } HOL_support_invasion_of_iraq = { allowed = { original_tag = HOL } enable = { country_exists = USA USA = { has_western_aligned_government = yes } has_western_aligned_government = yes } abort_when_not_enabled = yes ai_strategy = { type = befriend id = USA value = 15 } ai_strategy = { type = support id = USA value = 25 } } HOL_USA_support_invasion_of_iraq = { allowed = { original_tag = USA } enable = { country_exists = HOL HOL = { has_western_aligned_government = yes } has_western_aligned_government = yes } abort_when_not_enabled = yes ai_strategy = { type = befriend id = HOL value = 15 } ai_strategy = { type = support id = HOL value = 25 } } HOL_hold_new_wars_while_losing = { allowed = { original_tag = HOL } enable = { has_war = yes surrender_progress > 0.15 } abort_when_not_enabled = yes ai_strategy = { type = declare_war id = "FRA" value = -4000 } ai_strategy = { type = declare_war id = "ENG" value = -4000 } ai_strategy = { type = declare_war id = "BEL" value = -4000 } ai_strategy = { type = declare_war id = "SAF" value = -4000 } ai_strategy = { type = declare_war id = "SRI" value = -4000 } ai_strategy = { type = declare_war id = "IND" value = -4000 } ai_strategy = { type = declare_war id = "SUR" value = -4000 } ai_strategy = { type = declare_war id = "GUY" value = -4000 } ai_strategy = { type = antagonize id = FRA value = -200 } ai_strategy = { type = antagonize id = ENG value = -200 } } HOL_avoid_unready_war_with_france = { allowed = { original_tag = HOL } enable = { has_global_flag = HOL_NVU_FOCUS_PATH has_wargoal_against = FRA NOT = { has_war_with = FRA } NOT = { strength_ratio = { tag = FRA ratio > 1.3 } } } abort_when_not_enabled = yes ai_strategy = { type = declare_war id = "FRA" value = -4000 } ai_strategy = { type = conquer id = FRA value = -4000 } } HOL_prepare_war_with_france = { allowed = { original_tag = HOL } enable = { has_global_flag = HOL_NVU_FOCUS_PATH has_wargoal_against = FRA NOT = { has_war_with = FRA } strength_ratio = { tag = FRA ratio > 1.3 } } abort_when_not_enabled = yes ai_strategy = { type = prepare_for_war id = FRA value = 100 } ai_strategy = { type = declare_war id = "FRA" value = 200 } } HOL_avoid_unready_war_with_britain = { allowed = { original_tag = HOL } enable = { has_global_flag = HOL_NVU_FOCUS_PATH has_wargoal_against = ENG NOT = { has_war_with = ENG } NOT = { strength_ratio = { tag = ENG ratio > 1.3 } } } abort_when_not_enabled = yes ai_strategy = { type = declare_war id = "ENG" value = -4000 } ai_strategy = { type = conquer id = ENG value = -4000 } } HOL_prepare_war_with_britain = { allowed = { original_tag = HOL } enable = { has_global_flag = HOL_NVU_FOCUS_PATH has_wargoal_against = ENG NOT = { has_war_with = ENG } strength_ratio = { tag = ENG ratio > 1.3 } } abort_when_not_enabled = yes ai_strategy = { type = prepare_for_war id = ENG value = 100 } ai_strategy = { type = declare_war id = "ENG" value = 200 } } HOL_voc_colonial_readiness = { allowed = { original_tag = HOL } enable = { has_global_flag = HOL_NATIONALIST_MONARCHY_FOCUS_PATH naval_strength_ratio = { tag = ENG ratio > 0.6 } } abort_when_not_enabled = yes ai_strategy = { type = conquer id = SAF value = 150 } ai_strategy = { type = conquer id = SRI value = 150 } ai_strategy = { type = conquer id = IND value = 100 } ai_strategy = { type = prepare_for_war id = IND value = 100 } } HOL_wic_colonial_readiness = { allowed = { original_tag = HOL } enable = { has_global_flag = HOL_WESTERN_MONARCHY_FOCUS_PATH has_completed_focus = HOL_wic } abort_when_not_enabled = yes ai_strategy = { type = conquer id = SUR value = 100 } ai_strategy = { type = conquer id = GUY value = 100 } }