OTO_area_priority = {
	enable = {
		original_tag = OTO
	}

	abort = { always = no }
	
	ai_strategy = {
		type = area_priority
		id = europe
		value = 100
	}
	
	ai_strategy = {
		type = area_priority
		id = north_america
		value = 10
	}
	
	ai_strategy = {
		type = area_priority
		id = south_america
		value = 10
	}
	
	ai_strategy = {
		type = area_priority
		id = asia
		value = 75
	}
	
	ai_strategy = {
		type = area_priority
		id = middle_east
		value = 75
	}
	
	ai_strategy = {
		type = area_priority
		id = africa
		value = -10
	}

	ai_strategy = {
		type = area_priority
		id = pacific
		value = 10 #less focus here
	}
	
	ai_strategy = {
		type = area_priority
		id = oceania
		value = 10
	}

  ai_strategy = {
    type = consider_weak
    id = MNT
  }

  ai_strategy = {
    type = consider_weak
    id = GEO
  }

  ai_strategy = {
    type = consider_weak
    id = KUW
  }
  ai_strategy = {
 	type = consider_weak
  	id = SNS
  }
	ai_strategy = {
	type = ignore
	id = MED
  }
  ai_strategy = {
	type = dont_defend_ally_borders
	id = EGY
  }
  ai_strategy = {
	type = dont_defend_ally_borders
	id = TUN
  }
} 

oto_deal_crete_1868 = {
	enable = {
		has_global_flag = cretan_revolution_ongoing_flag
		original_tag = OTO 
	}
	abort = {
		NOT = {
			has_global_flag = cretan_revolution_ongoing_flag
		}
	}
	
	ai_strategy = {
		type = invade	
		id = "CET" 
		value = 200
	}
	
	ai_strategy = {
		type = conquer 	
		id = "CET" 
		value = 200
	}
}