﻿division_template = {
	name = "Grey Company"
	template_counter= 190
	regiments = {
		heavy_infantry = { x = 0 y = 0 }
		heavy_infantry = { x = 0 y = 1 }
		heavy_infantry = { x = 0 y = 2 }
		heavy_infantry = { x = 1 y = 0 }
		heavy_infantry = { x = 1 y = 1 }
		heavy_infantry = { x = 1 y = 2 }
		heavy_infantry = { x = 2 y = 0 }
		heavy_infantry = { x = 2 y = 1 }
		heavy_infantry = { x = 2 y = 2 }
	}
	support = {
		demolitions_support = { x = 0 y = 0 }
		medical_chem_company = { x = 1 y = 0 }
		fireteam_support = { x = 2 y = 0 }
		anti_tank_company = { x = 3 y = 0 }
	}
	is_locked = yes
}

units = {
	division = {
			name = "The Greys"
			location = 13145
			division_template = "Grey Company"
			start_experience_factor = 1.0
			start_equipment_factor = 2.0
		}
	division = {
			name = "The Blacks Seers"
			location = 13339
			division_template = "Grey Company"
			start_experience_factor = 0.8
			start_equipment_factor = 2.0
		}
		division = {
			name = "The White Shadows"
			location = 13339
			division_template = "Grey Company"
			start_experience_factor = 0.8
			start_equipment_factor = 2.0
		}
		division = {
			name = "The Frozen Heart"
			location = 13339
			division_template = "Grey Company"
			start_experience_factor = 0.6
			start_equipment_factor = 2.0
		}
		division = {
			name = "The Crismon Hands"
			location = 13339
			division_template = "Grey Company"
			start_experience_factor = 0.6
			start_equipment_factor = 2.0
		}
		division = {
			name = "The Lost Souls"
			location = 13339
			division_template = "Grey Company"
			start_experience_factor = 0.6
			start_equipment_factor = 2.0
		}
}