﻿##### Unit Templates #####
	division_template = {
		name = "Peasantry"
		regiments = {
			militia = { x = 0 y = 0 }
			militia = { x = 0 y = 1 }
			militia = { x = 1 y = 0 }
			militia = { x = 1 y = 1 }
		}
	}
	division_template = {
		name = "Royal Guards"
		regiments = {
			spec_ops = { x = 0 y = 0 }
			spec_ops = { x = 0 y = 1 }
			spec_ops = { x = 1 y = 0 }
			spec_ops = { x = 1 y = 1 }
			spec_ops = { x = 2 y = 0 }
			spec_ops = { x = 2 y = 1 }
         }
	}
	division_template = {
		name = "Squires"
		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 = "Royal Guards"
		location = 19480
		division_template = "Royal Guards"
		start_experience_factor = 0.8
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Charlotte"
		location = 19480
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Colombia"
		location = 19497
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Mill"
		location = 18920
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
}

