﻿##### Unit Templates #####
	division_template = {
		name = "Invasion Force"
		regiments = {
			infantry = { x = 0 y = 0 }
			infantry = { x = 0 y = 1 }
			infantry = { x = 0 y = 2 }
			infantry = { x = 1 y = 0 }
			militia = { x = 1 y = 1 }
			militia = { x = 2 y = 0 }
			militia = { x = 2 y = 1 }
		}
	}

units = {
	division = {
		name = "Soldiers of Waycross"
		location = 19064
		division_template = "Invasion Force"
		start_experience_factor = 0.25
		start_equipment_factor = 1.0
	}
	division = {
		name = "Soldiers of Trifon"
		location = 19064
		division_template = "Invasion Force"
		start_experience_factor = 0.25
		start_equipment_factor = 1.0
	}
	division = {
		name = "Soldiers of Brunswick"
		location = 19064
		division_template = "Invasion Force"
		start_experience_factor = 0.25
		start_equipment_factor = 1.0
	}
}
