﻿division_template = {
	name = "Death Squad"

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
	}
	
	support = {
	 artillery = { x = 0 y = 0 }
	 recon = { x = 0 y = 1 }
	}
}
units = {
	division = {
		name = "Changeling Colonial Guard"
		location = 538
		division_template = "Death Squad"
		start_experience_factor = 0.3
        start_equipment_factor = 1.0		}
	division = {
		name = "Changeling Colonial Guard"
		location = 538
		division_template = "Death Squad"
		start_experience_factor = 0.3 
		start_equipment_factor = 1.0 }
	division = {
		name = "Changeling Colonial Guard"
		location = 538
		division_template = "Death Squad"
		start_experience_factor = 0.3 
		start_equipment_factor = 1.0 }
	division = {
		name = "Changeling Colonial Guard"
		location = 538
		division_template = "Death Squad"
		start_experience_factor = 0.3 
		start_equipment_factor = 1.0 }
	division = {
		name = "Changeling Colonial Guard"
		location = 538
		division_template = "Death Squad"
		start_experience_factor = 0.3 
		start_equipment_factor = 1.0 }
}