﻿division_template = {
	name = "Infantry Regiment"

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

units = {

	division = {
		name = "Barbados Defense Force"
		location = 11350 	#Barbados
		division_template = "Infantry Regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons			#M 16s
		amount = 200
		producer = USA
	}

}