﻿division_template = {
	name = "Sentries"
	regiments = {
		support_robot = { x = 0 y = 0 }
		support_robot = { x = 0 y = 1 }
		combat_robot = { x = 0 y = 2 }
		combat_robot = { x = 1 y = 0 }
		combat_robot = { x = 1 y = 1 }
		combat_robot = { x = 1 y = 2 }
	}
}
units = {
	division = {
		name = "Sentries"
		location = 849
		division_template = "Sentries"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Sentries"
		location = 849
		division_template = "Sentries"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Sentries"
		location = 849
		division_template = "Sentries"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}