﻿division_template = {
	name = "SPLA Division"

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

		L_Inf_Bat = { x = 1 y = 0 }
		L_Inf_Bat = { x = 1 y = 1 }
		L_Inf_Bat = { x = 1 y = 2 }
	}
	support = {
		armor_Comp = { x = 0 y = 0 }
		SP_Arty_Battery = { x = 0 y = 1 }
	}
}

division_template = {
	name = "SPDF Brigade"

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

division_template = {
	name = "Nuer Militia"

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

units = {
	#South Sudan's People's Liberation Army
	division = {
		name = "11th Division"
		location = 7996
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "12th Division"
		location = 11622
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "13th Division"
		location = 12454
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "21st Division"
		location = 13250
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "22nd Division"
		location = 12359
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "23rd Division"
		location = 11032
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "31st Division"
		location = 13259
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "32nd Division"
		location = 10857
		division_template = "SPLA Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	#Sudan People's Defense Forces/Democratic Front, no info on numbers
	division = {
		name = "1st SPDF Brigade"
		location = 9373
		division_template = "SPDF Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd SPDF Brigade"
		location = 11033
		division_template = "SPDF Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd SPDF Brigade"
		location = 10877
		division_template = "SPDF Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	#South Sudan Liberation Movement, no info on numbers
	division = {
		name = "1st SSLM Brigade"
		location = 13260
		division_template = "Nuer Militia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd SSLM Brigade"
		location = 11917
		division_template = "Nuer Militia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd SSLM Brigade"
		location = 10908
		division_template = "Nuer Militia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons1
		amount = 10000
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment1
		amount = 1450
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 860
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 0
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 650
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = mbt_hull_1
		variant_name = "T-72"
		amount = 80
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = SP_arty_0 #2S1 Gvozdika
		amount = 12
		producer = SOV
		#version_name = "2S1 Gvozdika"
	}
	add_equipment_to_stockpile = {
		type = SP_arty_2 #2S31 Vena
		amount = 12
		producer = SOV
		#version_name = "2S31 Vena"
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #BM-21 Grad
		amount = 15
		producer = SOV
	}
}