﻿division_template = {
	name = "Infantry Battalion"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
		Arty_Battery = { x = 0 y = 1 }
	}
}



units = {

	division = {	
		name = "Infantry Battalion"
		location = 11858		
		division_template = "Infantry Battalion"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

}	
	

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons3		#G36
		amount = 250
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0		#Malyutka
		amount = 20
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0		#Malyutka
		amount = 20
		producer = SOV
	}

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

	add_equipment_to_stockpile = {
		type = SP_R_arty_0		#M-63 Plamen
		amount = 18
		producer = SER
	}

	add_equipment_to_stockpile = {
		type = APC_3		#BOV-VP
		amount = 6
		producer = SER
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_1		#Wolf SSA
		amount = 60
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 20
		producer = GER
	}

}
	