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

###### OOB ######
units = {
	division = {			
		name = "English Volunteers"
		location = 3311
		division_template = "Transroyal Guard"
		start_experience_factor = 0.8
		start_equipment_factor = 1
	}
	division = {			
		name = "Gaelic Volunteers"
		location = 3311
		division_template = "Transroyal Guard"
		start_experience_factor = 0.85
		start_equipment_factor = 1
	}	
}
