﻿division_template = {
	name = "Infantry Regiment"

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

}

division_template = {
	name = "Airborne Regiment"

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

	priority = 2
}

units = {

	division = {
		name = "1st Infantry Regiment"
		location = 12986
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "2nd Infantry Regiment"
		location = 11180
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "Airborne Regiment"
		location = 12986
		division_template = "Airborne Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

}

instant_effect = {

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

	add_equipment_to_stockpile = {
		type = infantry_weapons		 #AKM
		amount = 1200
		producer = SOV
	}
}