﻿﻿##### Unit Templates #####
division_template = {
	name = "CDC Hired Mercs"
	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 }
		spec_ops = { x = 2 y = 0 }
		spec_ops = { x = 2 y = 1 }
	}
}

units = {
	division = {
		name = "1st Elite Mercs"
		location = 19219
		division_template = "CDC Hired Mercs"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Elite Mercs
		location = 19219
		division_template = "CDC Hired Mercs"
		start_experience_factor = 0.75
		start_equipment_factor = 1.0
	}
	division = {
		name = "3rd Elite Mercs"
		location = 19219
		division_template = "CDC Hired Mercs"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}
