﻿division_template = {
	name = "Mekhanizirana Peshadiska Brigada"

	regiments = {
		armor_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 1 y = 0 }
		Mech_Inf_Bat = { x = 1 y = 1 }
	}
	support = {
		Mot_Recce_Comp = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Peshadiska Brigada"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		Mot_Recce_Comp = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "1. Peshadiska Brigada"
		location = 3882
		division_template = "Mekhanizirana Peshadiska Brigada"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "2. Peshadiska Brigada"
		location = 3882
		division_template = "Peshadiska Brigada"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "3. Peshadiska Brigada"
		location = 3882
		division_template = "Peshadiska Brigada"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = MBT_1		#T-55
		amount = 94
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_1		#MT-LB
		#version_name = "BRDM-2"
		amount = 10
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_4		#BTR-80
		amount = 12
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_3		#Leonidas 2
		amount = 10
		producer = GRE
	}

	add_equipment_to_stockpile = {
		type = APC_2		#M113
		amount = 30
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2		#Humvee
		amount = 41
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 300
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons4		#M4
		amount = 400
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons		#G3
		amount = 400
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons4		#Zastava M21
		amount = 1000
		producer = SER
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1		#Zastava M70
		amount = 1000
		producer = SER
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_1		#MILAN
		amount = 50
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = transport_helicopter1		#Mi-17
		amount = 4
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_1		#Igla
		amount = 30
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0		#Strela-2
		amount = 30
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 200
		producer = SOV
	}
}