division_template = {
	name = "Conscript Brigade"		
	division_names_group = BRENGL_INFB_01		
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
	}
}

division_template = {
    name = "Songhai Royal Guards"
    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 }
        artillery_brigade = { x = 2 y = 0 }
        artillery_brigade = { x = 2 y = 1 }
    }
    support = {
        artillery = { x = 0 y = 0 }
    }
}

units = {
	division = {
		name = "Coastal Defense Force"
		location = 10803
		division_template = "Conscript Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3
	}
	division = {
		name = "Abidjan Defense Force"
		location = 10762
		division_template = "Conscript Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Sansune Mangu Defense Force"
		location = 8071
		division_template = "Conscript Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3
	}
	division = {
		name = "Dakar Defense Force"
		location = 7992
		division_template = "Conscript Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3
	}
	division = {
		name = "1st Royal Guards"
		location = 4948
		division_template = "Songhai Royal Guards"
		start_experience_factor = 0.8
		start_equipment_factor = 0.9
	}
	division = {
		name = "2nd Royal Guards"
		location = 2012
		division_template = "Songhai Royal Guards"
		start_experience_factor = 0.7
		start_equipment_factor = 0.8
	}
}


instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "SHE"
		}
		requested_factories = 1
		progress = 0.12
		efficiency = 100
	}
}