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