﻿##### Unit Templates #####
division_template = {
	name = "Field Researchers"
	priority = 0
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
		militia = { x = 2 y = 0 }
		militia = { x = 2 y = 1 }
	}
	support = {
		medical_chem_company = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Mr. Orderlies"
	regiments = {
		support_robot = { x = 0 y = 0 }
		support_robot = { x = 0 y = 1 }
		support_robot = { x = 1 y = 0 }
		support_robot = { x = 1 y = 1 }
		support_robot = { x = 2 y = 0 }
		support_robot = { x = 2 y = 1 }
	}
}

units = {
	division = {
		name = "1st Subject Procurement"
		location = 19160
		division_template = "Mr. Orderlies"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Subject Procurement"
		location = 19160
		division_template = "Mr. Orderlies"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
	division = {
		name = "3rd Subject Procurement"
		location = 19579
		division_template = "Mr. Orderlies"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
	division = {
		name = "Burton's Research Team"
		location = 19579
		division_template = "Field Researchers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
		division = {
		name = "Sawyer's Researchers"
		location = 19579
		division_template = "Field Researchers"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
}
