﻿division_template = {
	name = "Infantry Brigade"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		Arty_Bat = { x = 0 y = 2 }
	}
}
division_template = {
	name = "Armoured Brigade"

	regiments = {
		L_arm_Bat = { x = 0 y = 0 }
		armor_Bat = { x = 0 y = 1 }
		SP_Arty_Bat = { x = 1 y = 0 }

	}
}

units = {
	 division = {
		name = "1st Infantry Brigade"
		location = 5199
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Infantry Brigade"
		location = 5199
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Infantry Brigade"
		location = 5199
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "Armoured Brigade"
		location = 5199
		division_template = "Armoured Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 4000
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 500
		producer = GER
	}
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 500
		producer = BEL
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 406
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_0
		amount = 220
	}

	add_equipment_to_stockpile = {
		type = mbt_hull_0 #Type 59/ T55
		variant_name = "Type-59"
		amount = 30
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #PT-76
		amount = 30
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #BRDM1/BRDM2
		amount = 70
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = IFV_2 #Ratel 20
		amount = 23
		producer = SAF
	}
	add_equipment_to_stockpile = {
		type = APC_1 #BTR-60
		amount = 13
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_2 #BTR-70
		amount = 20
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #Model 56 pack howiter/D30/M-46
		amount = 152 #+ 91 mortars
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #BM-21
		amount = 18
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_Anti_Air_0 #SP-AA
		amount = 136
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = AS_Fighter1 #MIG-21
		amount = 10
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Bell UH-1 Iroquois
		amount = 12
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Mil Mi-17
		amount = 4
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter2 #AgustaWestland AW139
		amount = 1
		producer = ITA
	}

	#TPT • Light 12: 9 Bell 205 (UH-1H Iroquois/AB-205); 3 Bell 212


}