﻿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 = "Royal Bodyguard of Bhutan"
		location = 8010		#Tirana
		division_template = "Royal Bodyguards"
		start_experience_factor = 0.5
		start_equipment_factor = 0.2
	}
}
instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons1
		amount = 500
		producer = RAJ
	}


}