division_template = {
	name = "Security Patrol"
	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 }
	}
	support = {
		cnc_robot = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "Squadron #1"
		location = 20050
		division_template = "Security Patrol"
		start_experience_factor = 0.75
		start_equipment_factor = 0.95
	}
	division = {
		name = "Squadron #2"
		location = 20052
		division_template = "Security Patrol"
		start_experience_factor = 0.75
		start_equipment_factor = 0.95
	}
	division = {
		name = "Squadron #3"
		location = 20053
		division_template = "Security Patrol"
		start_experience_factor = 0.5
		start_equipment_factor = 0.95
	}
	division = {
		name = "Squadron #4"
		location = 20050
		division_template = "Security Patrol"
		start_experience_factor = 0.5
		start_equipment_factor = 0.95
	}
	division = {
		name = "Squadron #5"
		location = 20004
		division_template = "Security Patrol"
		start_experience_factor = 0.5
		start_equipment_factor = 0.85
	}

}
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = support_robot_two_legs_equipment_1
			creator = "EGB"
		}
		requested_factories = 1
	}
	add_equipment_production = {
		equipment = {
			type = cnc_robot_equipment_1
			creator = "EGB"
		}
		requested_factories = 1
	}
}
