﻿division_template = {
	name = "Infantry Brigade"

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

}

units = {

	division = {
		name = "Lesotho Defence Force"
		location = 4556
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons2 #1985
		amount = 450
		producer = SOV
	}
}