﻿#
division_template = {
	name = "Infantry Brigade"

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

}

division_template = {
	name = "Royal Bodyguards"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
	}

	priority = 2
}

units = {

	division = {
		name = "Infantry Brigade"
		location = 8010		#Tirana
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

	division = {
		name = "Royal Bodyguard of Bhutan"
		location = 8010		#Tirana
		division_template = "Royal Bodyguards"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons3			#INSAS Rifle
		amount = 1500
		producer = RAJ
	}


}