﻿##### Unit Templates #####
division_template = {
	name = "Power Armor Infantry"
	regiments = {
		power_armour = { x = 0 y = 0 }
		power_armour = { x = 0 y = 1 }
		power_armour = { x = 0 y = 2 }
		power_armour = { x = 1 y = 0 }
		power_armour = { x = 1 y = 1 }
		power_armour = { x = 1 y = 2 }
		}
	}
	division_template = {
		name = "Initiates"
		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 = 1 }
			infantry = { x = 2 y = 0 }
			infantry = { x = 2 y = 1 }
		}
	}

units = {
	division = {
		name = "Knights"
		location = 16576
		division_template = "Power Armor Infantry"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Knights"
		location = 16576
		division_template = "Power Armor Infantry"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}	
	division = {
		name = "Initiates"
		location = 16576
		division_template = "Initiates"
		start_experience_factor = 0.45
		start_equipment_factor = 1.0
	}
	division = {
		name = "Initiates"
		location = 16576
		division_template = "Initiates"
		start_experience_factor = 0.35
		start_equipment_factor = 1.0
	}
}
