﻿division_template = {
	name = "Infantry Brigade"

	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 = 0 y = 3 }
		Arty_Bat = { x = 1 y = 0 }
		L_Inf_Bat = { x = 1 y = 1 }

	}
	support = {
		armor_Comp = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Special Forces"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
	}

	priority = 2
}

units = {
	division = {
		name = "1st Infantry Brigade"
		location = 10932
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Infantry Brigade"
		location = 12911
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Infantry Brigade"
		location = 2196
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "4th Infantry Brigade"
		location = 12944
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "5th Infantry Brigade"
		location = 10988
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 4200
		producer = SOV
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 450
		producer = SOV
	}
		add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 240
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 0
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 200
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = MBT_1 #T-55
		amount = 30
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = MBT_1 #Type 59
		amount = 15
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_1 #FV101 Scorpion
		amount = 30
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Type 63
		amount = 2
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Type 62
		amount = 25
		producer = CHI
		#version_name = "Type 62"
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #BRDM-2
		amount = 10
		producer = SOV
		#version_name = "BRDM-2"
	}
	add_equipment_to_stockpile = {
		type = APC_5 #BTR-4
		amount = 10
		producer = UKR
	}
	add_equipment_to_stockpile = {
		type = APC_3 #ZSL-92
		amount = 4
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #D-30
		amount = 20
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #Type-54
		amount = 80
		producer = CHI
		#version_name = "Type-54"
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #BM-21 Grad
		amount = 58
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_2 #A-100 MRL
		amount = 3
		producer = CHI
		#version_name = "A-100 MRL"
	}
	add_equipment_to_stockpile = {
		type = MR_Fighter1 #Chengdu J-7
		amount = 11
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = transport_plane2 #Y-8
		amount = 2
		producer = CHI
		#version_name = "Y-8"
	}

	#no future procurment
}