﻿division_template = {
	name = "Equatoria Infantry"
	division_names_group = UGA_INF_01
	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 = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
}
division_template = {
	name = "Equatoria Cavalry"
	division_names_group = UGA_CAV_01
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
}

units = {
	division = {
		name = "1st Equatoria Corps"
		location = 7996
		division_template = "Equatoria Infantry"
		start_experience_factor = 0.9
		start_equipment_factor = 0.7
	}
	division = {
		name = "2nd Equatoria Corps"
		location = 4033
		division_template = "Equatoria Infantry"
		start_experience_factor = 0.9
		start_equipment_factor = 0.7
	}
	division = {
		name = "3rd Equatoria Corps"
		location = 10857
		division_template = "Equatoria Infantry"
		start_experience_factor = 0.9
		start_equipment_factor = 0.7
	}
	division = {
		name = "4th Equatoria Corps"
		location = 12887
		division_template = "Equatoria Cavalry"
		start_experience_factor = 0.9
		start_equipment_factor = 0.7
	}
	division = {
		name = "5th Equatoria Corps"
		location = 10908
		division_template = "Equatoria Cavalry"
		start_experience_factor = 0.9
		start_equipment_factor = 0.7
	}
}
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
		}
		requested_factories = 1
		progress = 0.88
		efficiency = 100
	}
}