﻿########
#Templates
########
division_template = {
	name = "Darfuri Militia"
	division_names_group = NFA_INF_01
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
}

division_template = {
	name = "Native Cavalry"
	division_names_group = FREN_CAV_01
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
		cavalry = { x = 2 y = 0 }
	}
}

units = {

	division = {
		name = "Darfuri Cavalry"
		location = 8084
		division_template = "Native Cavalry"
		start_experience_factor = 0.1
	}
	division = {
		name = "Darfuri Militia"
		location = 10739
		division_template = "Darfuri Militia"
		start_experience_factor = 0.1
	}
	division = {
		name = "Darfuri Militia"
		location = 10739
		division_template = "Darfuri Militia"
		start_experience_factor = 0.1
	}
	division = {
		name = "Darfuri Cavalry"
		location = 8052
		division_template = "Native Cavalry"
		start_experience_factor = 0.1
	}
}



