﻿﻿##### Unit Templates #####
division_template = {
	name = "Retrieval Team"
	priority = 0
	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 }
	}
	support = {
		medical_chem_company = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Site Security"
	priority = 0
	regiments = {
		heavy_infantry = { x = 0 y = 0 }
		heavy_infantry = { x = 0 y = 1 }
		heavy_infantry = { x = 1 y = 0 }
		heavy_infantry = { x = 1 y = 1 }
		heavy_infantry = { x = 2 y = 0 }
		heavy_infantry = { x = 2 y = 1 }
	}
	support = {
		medical_chem_company = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "1st Subject Retrieval Team"
		location = 19219
		division_template = "Retrieval Team"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Site Security"
		location = 19219
		division_template = "Site Security"
		start_experience_factor = 0.75
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Site Security"
		location = 19219
		division_template = "Site Security"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}
