﻿#
division_template = {
	name = "Mekhanizirovannaya Brigada"

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

	support = {
		armor_Comp = { x = 0 y = 0 }
		SP_Arty_Battery = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Motorizovannaya Brigada"

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

	support = {
		Arty_Battery = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "Mekhanizirovannaya Brigada"
		location = 1530		#
		division_template = "Mekhanizirovannaya Brigada"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "Motorizovannaya Brigada"
		location = 1530		#
		division_template = "Motorizovannaya Brigada"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = mbt_hull_0
		variant_name = "T-55"
		amount = 5
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = mbt_hull_1
		variant_name = "T-72"
		amount = 10
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = SP_arty_0			#2S1 Gvozdika
		#version_name = "2S1 Gvozdika"
		amount = 12
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = SP_arty_0			#2S3 Akatsiya
		amount = 12
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = artillery_0			#D-30
		amount = 12
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = IFV_1			#BMP-1
		amount = 26
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_3			#BTR-70
		amount = 24
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1
		amount = 1000
		producer = SOV
	}

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

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