﻿##### Division Templates #####
division_template = {
	name = "Jutland Guard"  
	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 Jutland Guard"
		location = 6364
		division_template = "Jutland Guard"
		start_experience_factor = 0.2
	}
	division = {
		name = "2 Jutland Guard"
		location = 6364
		division_template = "Jutland Guard"
		start_experience_factor = 0.2
	}
	division = {
		name = "3 Jutland Guard"
		location = 6364
		division_template = "Jutland Guard"
		start_experience_factor = 0.2
	}
	division = {
		name = "4 Jutland Guard"
		location = 6364
		division_template = "Jutland Guard"
		start_experience_factor = 0.2
	}
}