﻿division_template = {
	name = "Infantry Regiment"

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

	}

	support = {
		Mot_Recce_Comp = { x = 0 y = 0 }
		Arty_Battery = { x = 0 y = 1 }
		L_Engi_Comp = { x = 0 y = 2 }
	}

}


units = {

	division = {
		name = "1st Infantry Regiment"
		location = 10978
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Infantry Regiment"
		location = 11644
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Infantry Regiment"
		location = 11478
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

}



instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons1
		amount = 1800
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment1
		amount = 200
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 110
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 0
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 80
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_1 #BTR-60
		amount = 10
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_4 #Wolf
		#version_name = "Wolf Armoured Vehicle"
		amount = 30
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2 #Casspir
		amount = 20
		producer = SAF
	}

	add_equipment_to_stockpile = {
		type = artillery_1 #G-5
		amount = 24
		producer = SAF
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #BM-21 Grad
		amount = 5
		producer = SOV
	}
}