division_template = {
	name = "Robot Guard"
	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 }
		combat_robot = {x = 2 y = 0}
	}
}

units = {
	division = {
		name = "1st Robot Guard"
		location = 13588
		division_template = "Robot Guard"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Robot Guard"
		location = 13588
		division_template = "Robot Guard"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "3rd Robot Guard"
		location = 13588
		division_template = "Robot Guard"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
}