﻿##### Unit Templates #####
division_template = {
	name = "Militia"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}
division_template = {
		name = "Faithful"
		regiments = {
			infantry = { x = 0 y = 0 }
			infantry = { x = 0 y = 1 }
			infantry = { x = 0 y = 2 }
			infantry = { x = 1 y = 0 }
			infantry = { x = 1 y = 2 }
			infantry = { x = 2 y = 0 }
		}
	}

units = {
	division = {
		name = "Faithful"
		location = 16859
		division_template = "Faithful"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Faithful"
		location = 16859
		division_template = "Faithful"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Faithful"
		location = 16859
		division_template = "Faithful"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Faithful"
		location = 16859
		division_template = "Faithful"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}
