﻿division_template = {
	name = "Brigada de Infantería"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Batallón de Rifles de Montaña"

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

	priority = 2
}

units = {

	division = {
		name = "6to Batallón de Rifles de Montaña"
		location = 9495 	#Constanza
		division_template = "Batallón de Rifles de Montaña"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}

	division = {
		name = "1a Brigada de Infantería"
		location = 9507 	#Santo Domingo
		division_template = "Brigada de Infantería"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "2a Brigada de Infantería"
		location = 4598 	#Santiago
		division_template = "Brigada de Infantería"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "3a Brigada de Infantería"
		location = 7632 	#San Juan de la Maguana
		division_template = "Brigada de Infantería"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "4a Brigada de Infantería"
		location = 4598 	#Mao
		division_template = "Brigada de Infantería"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "5a Brigada de Infantería"
		location = 7632 	#Barahona
		division_template = "Brigada de Infantería"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "6a Brigada de Infantería"
		location = 9507 	#San Pedro de Macoris
		division_template = "Brigada de Infantería"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons1		#M16
		amount = 2500
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons		#G3
		amount = 250
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons		#VZ. 58
		amount = 2000
		producer = CZE
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons2		#CAR-15
		amount = 250
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1		#IMI Galil
		amount = 250
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons4		#M4
		amount = 250
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 400
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0
		amount = 200
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0
		amount = 150
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0
		amount = 150
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = artillery_0		#M101
		#version_name = "M101"
		amount = 4
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2		#Humvee
		amount = 12
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_3		#URO VAMTAC
		amount = 70
		producer = SPR
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2		#Land Rover Defender
		amount = 50
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = L_Strike_fighter3		#Super Tucano
		amount = 8
		producer = BRA
	}

	add_equipment_to_stockpile = {
		type = transport_helicopter1		#UH-1
		amount = 11
		producer = USA
	}

}
