FRA_area_priority = {
	enable = {
		original_tag = FRA
	}

	abort = { always = no }

	ai_strategy = {
		type = area_priority
		id = europe
		value = 150 #more focus here
	}
	
	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 = 10
	}
	
	ai_strategy = {
		type = area_priority
		id = africa
		value = -100
	}

	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 = FTJ
  }

  ai_strategy = {
    type = consider_weak
    id = SIN
  }

  ai_strategy = {
    type = consider_weak
    id = ASS
  }
  ai_strategy = {
	type = ignore
	id = SIN
  }
  ai_strategy = {
	type = ignore
	id = FTJ
  }
  ai_strategy = {
	type = ignore
	id = ASH
  }
  ai_strategy = {
	type = dont_defend_ally_borders
	id = GAB
  }
} 

FRA_war_africa_KBY = {
	enable = {
		original_tag = FRA
		KBY = { exists = yes }
	}
	
	abort = {
		original_tag = FRA
		KBY = { exists = no }
		date > 1870.1.1
	}

	ai_strategy = {
		type = prepare_for_war
		id = "KBY"
		value = 100
	}

	ai_strategy = {
		type = conquer
		id = "KBY"
		value = 100
	}

	ai_strategy = {
		type = area_priority
		id = africa
		value = 350
	}
}