﻿division_template = {
	name = "Qalka Bani'aadamka"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Maliishiyaadka"

	regiments = {
		Militia_Bat = { x = 0 y = 0 }
	}
}

units = {
	#no info on numbers
	#Mentioned to have an "army" or local security forces
	division = {
		name = "1. Qalka Bani'aadamka"
		location = 12991
		division_template = "Qalka Bani'aadamka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2. Qalka Bani'aadamka"
		location = 2020
		division_template = "Qalka Bani'aadamka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3. Qalka Bani'aadamka"
		location = 11081
		division_template = "Qalka Bani'aadamka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "4. Qalka Bani'aadamka"
		location = 5065
		division_template = "Qalka Bani'aadamka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "5. Qalka Bani'aadamka"
		location = 12840
		division_template = "Qalka Bani'aadamka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "6. Qalka Bani'aadamka"
		location = 750
		division_template = "Qalka Bani'aadamka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	#Allied Somali Forces militias in Southern Somalia
	division = {
		name = "1. Maliishiyaadka"
		location = 578
		division_template = "Maliishiyaadka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
		force_equipment_variants = { infantry_weapons = { owner = "SOV" } }
		force_equipment_variants = { Anti_tank_0 = { owner = "SOV" } }
		force_equipment_variants = { Anti_Air_0 = { owner = "SOV" } }
	}
	division = {
		name = "2. Maliishiyaadka"
		location = 558
		division_template = "Maliishiyaadka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
		force_equipment_variants = { infantry_weapons = { owner = "SOV" } }
		force_equipment_variants = { Anti_tank_0 = { owner = "SOV" } }
		force_equipment_variants = { Anti_Air_0 = { owner = "SOV" } }
	}
	division = {
		name = "3. Maliishiyaadka"
		location = 11014
		division_template = "Maliishiyaadka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
		force_equipment_variants = { infantry_weapons = { owner = "SOV" } }
		force_equipment_variants = { Anti_tank_0 = { owner = "SOV" } }
		force_equipment_variants = { Anti_Air_0 = { owner = "SOV" } }
	}
	division = {
		name = "4. Maliishiyaadka"
		location = 719
		division_template = "Maliishiyaadka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
		force_equipment_variants = { infantry_weapons = { owner = "SOV" } }
		force_equipment_variants = { Anti_tank_0 = { owner = "SOV" } }
		force_equipment_variants = { Anti_Air_0 = { owner = "SOV" } }
	}
	division = {
		name = "5. Maliishiyaadka"
		location = 12740
		division_template = "Maliishiyaadka"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
		force_equipment_variants = { infantry_weapons = { owner = "SOV" } }
		force_equipment_variants = { Anti_tank_0 = { owner = "SOV" } }
		force_equipment_variants = { Anti_Air_0 = { owner = "SOV" } }
	}
}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 1140
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 120
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_0
		amount = 80
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_0
		amount = 60
		producer = SOV
	}

}