
benelux_only_hold_europe = {
	enable = { 
		has_capitulated = no
		OR = {
			AND = {
				original_tag = BEL
				NOT = {
					any_country = {
						original_tag = GER
						is_in_faction_with = BEL
					}
				}
			}
			AND = {
				original_tag = HOL
				NOT = {
					any_country = {
						original_tag = GER
						is_in_faction_with = HOL
					}
				}
			}
			AND = {
				original_tag = LUX
				NOT = {
					any_country = {
						OR = {
							original_tag = GER
							original_tag = ENG
							original_tag = FRA
						}
						is_in_faction_with = LUX
					}
				}
			}
		}
	}

	abort_when_not_enabled = yes
	ai_strategy = {
		type = front_unit_request
		state_trigger = { 
			NOT = { is_on_continent = europe }
		}
		value = -300
	}

	ai_strategy = {
		type = dont_defend_ally_borders
		value = 1000
		target = africa
	}

	ai_strategy = {
		type = dont_defend_ally_borders
		value = 1000
		target = middle_east
	}

	ai_strategy = {
		type = dont_defend_ally_borders
		value = 1000
		target = south_america
	}

	ai_strategy = {
		type = dont_defend_ally_borders
		value = 1000
		target = north_america
	}

	ai_strategy = {
		type = dont_defend_ally_borders
		value = 1000
		target = asia
	}
}