division_template = {
	name = "Northern Varangians"

	regiments = {
		spec_ops = { x = 0 y = 0 }
		spec_ops = { x = 0 y = 1 }
		spec_ops = { x = 0 y = 2 }
		spec_ops = { x = 1 y = 0 }
		spec_ops = { x = 1 y = 1 }
		spec_ops = { x = 1 y = 2 }
	}
}
units = {
	division = {
		name = "Exiled Knights of Saskachewan"
		location = 15082
		division_template = "Northern Varangians"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Armed Pilgrims"
		location = 15082
		division_template = "Northern Varangians"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
}