﻿division_template = {
	name = "Mechanized Brigade"

	regiments = {
		Arm_Inf_Bat = { x = 0 y = 0 }
		Arm_Inf_Bat = { x = 0 y = 1 }
		Mech_Inf_Bat = { x = 0 y = 2 }

		armor_Bat = { x = 1 y = 0 }

		SP_Arty_Bat = { x = 2 y = 0 }
		SP_Arty_Bat = { x = 2 y = 1 }
		Mech_Inf_Bat = { x = 2 y = 2 }
		SP_AA_Bat = { x = 2 y = 3 }
	}
}
division_template = {
	name = "Tank Brigade"

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

		Arm_Inf_Bat = { x = 1 y = 0 }
		Arm_Inf_Bat = { x = 1 y = 1 }

		SP_Arty_Bat = { x = 2 y = 0 }
		SP_Arty_Bat = { x = 2 y = 1 }
		Mech_Inf_Bat = { x = 2 y = 2 }
		SP_AA_Bat = { x = 2 y = 3 }
	}
}

division_template = {
	name = "Special Forces"

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

units = {
	division = {
		name = "1st Tank Brigade"
		location = 9692
		division_template = "Tank Brigade"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Mechanized Brigade"
		location = 6573
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "5th Special Operations Regiment"
		location = 9692
		division_template = "Special Forces"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 4250
		producer = CZE
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 555
		producer = SOV
	}
		add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 650
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 200
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 400
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = mbt_hull_1
		variant_name = "T-72"
		amount = 272
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = mbt_hull_0
		variant_name = "T-55"
		amount = 3
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = IFV_1 #BMP-1
		amount = 311
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = IFV_3 #BMP-2
		amount = 93
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = APC_2 #OT-90
		amount = 207
		producer = CZE
		#version_name = "OT-90"
	}
	add_equipment_to_stockpile = {
		type = APC_1 #OT-64
		amount = 11
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_4 #RG-32 Scout
		amount = 7
		producer = SAF
		#version_name = "RG-32 Scout"
	}
	add_equipment_to_stockpile = {
		type = SP_arty_1 #M-77 Dana
		amount = 134
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = SP_arty_1 #ShKH Zuzana
		amount = 7
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #D-30
		amount = 76
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_1 #RM-70
		amount = 87
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = SP_Anti_Air_1 #SA-13 Strela-10
		amount = 48
		producer = SOV
		#version_name = "SA-13 Strela-10"
	}
	add_equipment_to_stockpile = {
		type = MR_Fighter2 #MiG-29 Fulcrum
		amount = 24
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = MR_Fighter1 #MiG-21
		amount = 38
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter2 #L-39
		amount = 34
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = attack_helicopter1 #Mil Mi-24 Hind
		amount = 24
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Mil Mi-17
		amount = 13
		producer = SOV
		#version_name = "Mil Mi-17"
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Mil Mi-8
		amount = 20
		producer = SOV
	}
}