﻿##### Division Templates #####
division_template = {
	name = "Warrior"  
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
	}
	
}

###### OOB ######
units = {
	division = {			
		name = "1 a Warrior"
		location = 4865
		division_template = "Warrior"
		start_experience_factor = 0.2
		start_equipment_factor = 0.7

	}
	division = {			
		name = "2 a Warrior"
		location = 4865
		division_template = "Warrior"
		start_experience_factor = 0.2
		start_equipment_factor = 0.7

	}
	division = {			
		name = "3 a Warrior"
		location = 4865
		division_template = "Warrior"
		start_experience_factor = 0.2
		start_equipment_factor = 0.7

	}
}
