﻿division_template = {
	name = "Infantry Regiment"

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

	}
}

division_template = {
	name = "Civil Defence Forces"

	regiments = {
		Militia_Bat = { x = 0 y = 0 }
		Militia_Bat = { x = 0 y = 1 }
	}
}
units = {
	division = {
		name = "Republic of Sierra Leone Regiment"
		location = 2038
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st CDF Regiment"
		location = 2038
		division_template = "Civil Defence Forces"
		start_experience_factor = 0.0
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd CDF Regiment"
		location = 7403
		division_template = "Civil Defence Forces"
		start_experience_factor = 0.0
		start_equipment_factor = 0.01
	}
}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 1500
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 100
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_0 #
		amount = 50
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 30
		producer = SOV
	}

}