﻿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 = {
		SP_Arty_Battery = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
	}

}

division_template = {
	name = "Mechanized Brigade"

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 0 y = 1 }
		L_arm_Bat = { x = 1 y = 0 }
	}
	support = {
		SP_Arty_Battery = { x = 0 y = 0 }
		armor_Comp = { x = 0 y = 1 }
	}

}

units = {
	 division = {
		name = "1st Infantry Brigade"
		location = 4851
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Infantry Brigade"
		location = 10929
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Infantry Brigade"
		location = 11273
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "4th Infantry Brigade"
		location = 2151
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "5th Infantry Brigade"
		location = 4851
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "6th Infantry Brigade"
		location = 11269
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "Mechanized Brigade"
		location = 10929
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	#Inf Equipment
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 4000
		producer = SOV
	}

	#Vehicles
   	add_equipment_to_stockpile = {
		type = mbt_hull_0 #Type 59
		variant_name = "Type-59"
		amount = 22
		producer = CHI
	}
   	add_equipment_to_stockpile = {
		type = mbt_hull_0 #Type 69
		variant_name = "Type-69"
		amount = 10
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0 #EE-9 Cascavel #1965
		amount = 80
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = APC_1 #Type-63
		amount = 30
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = APC_1 #UR-416
		#version_name = "UR-416
		amount = 20
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_1 #RM-70
		amount = 52
		producer = CZE
	}


}