﻿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 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
		Arty_Battery = { x = 0 y = 1 }
		Mech_Recce_Comp = { x = 0 y = 2 }
	}

}
division_template = {
	name = "Armoured Regiment"

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

	}
	support = {
		L_Engi_Comp = { x = 0 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 Regiment"
		location = 5199
		division_template = "Armoured Regiment"
		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 = 50
	}

	add_equipment_to_stockpile = {
		type = mbt_hull_0 #Type 59
		variant_name = "Type-59"
		amount = 20
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = mbt_hull_0 # T55
		variant_name = "T-55"
		amount = 10
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #PT-76
		amount = 30
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #BRDM1/BRDM2
		#version_name = "BRDM-2"
		amount = 70
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_1 #BTR-60
		amount = 13
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #Model 56 pack howiter/D30/M-46
		amount = 18
		producer = ITA
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #D-30
		amount = 25
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #BM-21
		amount = 50
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = AS_Fighter1 #MIG-21
		amount = 12
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Mil Mi-17
		amount = 12
		producer = SOV
	}


}