﻿##### Starting Division Templates #####

division_template = {
	name = "Security Protectrons"
	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 = "Sherman's 1st"
		location = 15922 #Chattanooga#
		division_template = "Security Protectrons"
		start_experience_factor = 0.3
		start_equipment_factor = 1.0
	}
	division = {
		name = "Sherman's 2nd"
		location = 15922 #Chattanooga#
		division_template = "Security Protectrons"
		start_experience_factor = 0.3
		start_equipment_factor = 1.0
	}
}