﻿division_template = {
	name = "Infantry Battalion"

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

units = {

	division = {			
		name = "No.1 Regiment"
		location = 12003
		division_template = "Infantry Battalion"
		start_experience_factor = 0.75
		start_equipment_factor = 0.01
	}
}

instant_effect = {
 
	add_equipment_to_stockpile = {
		type = util_vehicle_2		 #Land Rover Defender
		amount = 30
		producer = ENG
	}
 
	add_equipment_to_stockpile = {
		type = util_vehicle_2		 #Iveco VM 90
		amount = 30
		producer = ITA
	}
 
	add_equipment_to_stockpile = {
		type = infantry_weapons2		 #Beretta AR70/90
		amount = 150
		producer = ITA
	}
 
	add_equipment_to_stockpile = {
		type = infantry_weapons		 #AK-47
		amount = 150
		producer = SOV
	}
	
 }