﻿##### Unit Templates #####
division_template = {
	name = "Recon Battalion"
	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 = 0 y = 2 }
		}
	support = {
		recon_company = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Power Armor Infantry"
	template_counter= 90
	regiments = {
		power_armour = { x = 0 y = 0 }
		power_armour = { x = 0 y = 1 }
		power_armour = { x = 0 y = 2 }
		power_armour = { x = 1 y = 0 }
		power_armour = { x = 1 y = 1 }
		power_armour = { x = 1 y = 2 }
		}
	}
	division_template = {
		name = "ED-G"
		template_counter = 100
		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 Eye Bot"
		location = 1378
		division_template = "ED-G"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Rig Defenders"
		location = 1252
		division_template = "Power Armor Infantry"
		start_experience_factor = 0.7
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Security Battalion"
		location = 1252
		division_template = "Recon Battalion"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Security Battalion"
		location = 1398
		division_template = "Recon Battalion"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}