﻿##### 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 = "Place Guards"
		location = 854
		division_template = "Royal Guards"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}

	division = {
		name = "Royal Guards"
		location = 19051
		division_template = "Royal Guards"
		start_experience_factor = 0.8
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Millen"
		location = 19083
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Savannah"
		location = 19051
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Claxton"
		location = 19089
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Charleston"
		location = 18667
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
}
