﻿division_template = {
	name = "Infantry Brigade"

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

	}

	support = {
		Mot_Recce_Comp = { x = 0 y = 0 }
		Arty_Battery = { x = 0 y = 1 }
		L_Engi_Comp = { x = 0 y = 2 }
	}

}
division_template = {
	name = "Presidential Guard Battalion"

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
	}
}

units = {

	division = {
		name = "1st Infantry Brigade"
		location = 10978
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Infantry Brigade"
		location = 11644
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Infantry Brigade"
		location = 11478
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "Presidential Guard Battalion"
		location = 4879
		division_template = "Presidential Guard Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}


}



instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons1
		amount = 1800
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment1
		amount = 200
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 110
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 0
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 80
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_1 #BTR-60
		amount = 10
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_4 #ZFB-05 aka #Type-05
		amount = 8
		producer = CHI
		#version_name = "ZFB-05"
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_4 #Wolf
		#version_name = "Wolf Armoured Vehicle"
		amount = 30
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2 #Casspir
		amount = 20
		producer = SAF
	}

	add_equipment_to_stockpile = {
		type = artillery_1 #G-5
		amount = 15
		producer = SAF
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #BM-21 Grad
		amount = 5
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = SP_Anti_Air_0 #ZSU-23-4 Shilka
		amount = 65
		producer = SOV
		#version_name = "ZSU-23-4 Shilka"
	}

	add_equipment_to_stockpile = {
		type = MR_Fighter1 #Chengdu J-7
		amount = 8
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = attack_helicopter1 #Mil Mi-24 Hind
		amount = 2
		producer = SOV
	}
}