﻿division_template = {
	name = "Mechanized Infantry Brigade"

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

	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
		H_Engi_Comp = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Mechanized Infantry Brigade 2"

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

	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
		H_Engi_Comp = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Special Forces"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
		Special_Forces = { x = 0 y = 1 }
	}
	priority = 2
}

units = {
	division = {
		name = "1st Brigade"
		location = 9627
		division_template = "Mechanized Infantry Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "72nd Brigade"
		location = 665
		division_template = "Mechanized Infantry Brigade 2"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 1100
		producer = BEL
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 140
		producer = USA
	}
		add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 55
		producer = ISR
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 20
		producer = ISR
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 55
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = MBT_2 #M-84
		amount = 14
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_3 #Otokar Cobra
		amount = 10
		producer = TUR
	}
	add_equipment_to_stockpile = {
		type = APC_4 #Valuk
		amount = 85
	}
	add_equipment_to_stockpile = {
		type = APC_5 #Patria AMV
		amount = 30
		producer = FIN
	}
	add_equipment_to_stockpile = {
		type = artillery_1 #Soltam M-71
		amount = 18
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Bell CH-135 Twin Huey
		amount = 8
		producer = CAN
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter2 #Eurocopter AS532 Cougar
		amount = 4
		producer = FRA
	}
	if = {
		limit = { has_dlc = "Death or Dishonor" }
		USA = {
			create_production_license = {
				target = SLV
				equipment = {
					type = transport_helicopter2 #Sikorsky UH-60 Black Hawk
				}
				cost_factor = 0
			}
		}
		else = {
			add_equipment_production = {
				equipment = {
					type = transport_helicopter2 #Sikorsky UH-60 Black Hawk
					creator = "USA"
				}
				requested_factories = 1
				progress = 0.1
				efficiency = 50
			}
		}
	}
}