##### 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 = 19108
		division_template = "Royal Guards"
		start_experience_factor = 0.8
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Swainsboro"
		location = 19103
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of Athens"
		location = 19132
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Squires of OldGutsa"
		location = 19108	
		division_template = "Squires"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
}
