﻿division_template = {
	name = "Infantry Brigade"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 } 
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
		Mot_Inf_Bat = { x = 0 y = 3 }
		Arty_Bat = { x = 1 y = 0 }
		Mot_Inf_Bat = { x = 1 y = 1 }
		L_Inf_Bat = { x = 1 y = 2 }
	}
}
division_template = {
	name = "Special Operations Regiment"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
		Special_Forces = { x = 0 y = 1 } 
		Special_Forces = { x = 0 y = 2 }
		Special_Forces = { x = 0 y = 3 }
		L_Inf_Bat = { x = 1 y = 0 }
	}
	priority = 2
}
division_template = {
	name = "Combat Aviation Brigade"

	regiments = {
		L_Air_assault_Bat = { x = 0 y = 0 }
		L_Air_assault_Bat = { x = 0 y = 1 } 
		L_Air_assault_Bat = { x = 0 y = 2 }
		L_Air_assault_Bat = { x = 0 y = 3 }
	}
}

units = {
	division = {			
		name = "158th 'Warrior' Infantry Brigade"
		location = 12653
		division_template = "Infantry Brigade"
		start_experience_factor = 0.6
	}
	division = {			
		name = "2nd 'Commandos' Infantry Brigade"
		location = 12653
		division_template = "Infantry Brigade"
		start_experience_factor = 0.6
	}
	division = {			
		name = "86th Infantry Mountain Brigade"
		location = 12653
		division_template = "Special Operations Regiment"
		start_experience_factor = 0.6
	}
	division = {			
		name = "Combat Aviation 'Falcons' Brigade "
		location = 12653
		division_template = "Combat Aviation Brigade"
		start_experience_factor = 0.6
	}
	division = {			
		name = "Task Force Dagger"
		location = 12653
		division_template = "Special Operations Regiment"
		start_experience_factor = 0.6
	}
	division = {			
		name = "Task Force K-Bar"
		location = 12653
		division_template = "Special Operations Regiment"
		start_experience_factor = 0.6
	}
	division = {			
		name = "Task Force Sword"
		location = 12653
		division_template = "Special Operations Regiment"
		start_experience_factor = 0.6
	}
}