﻿division_template = {
	name = "Darod Militia"

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

	}
}


units = {

	division = {
		name = "1st SPM Brigade"
		location = 12941
		division_template = "Darod Militia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "2nd SPM Brigade"
		location = 12941
		division_template = "Darod Militia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "3rd SPM Brigade"
		location = 11079
		division_template = "Darod Militia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 2500
		producer = SOV
	}

}