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