﻿
division_template = {
	name = "Special Forces Regiment"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
		L_Air_Inf_Bat = { x = 1 y = 0 }
	}


	priority = 2
}
division_template = {
	name = "Light Mechanized Regiment"

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 1 y = 0 }
		L_Inf_Bat = { x = 1 y = 1 }
		L_Inf_Bat = { x = 1 y = 2 }
		L_Inf_Bat = { x = 1 y = 3 }
	}

	support = {
	armor_Recce_Comp = { x = 0 y = 0 }
	SP_Arty_Battery = { x = 0 y = 0 }

	}
}

division_template = {
	name = "Marine Regiment"

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

	support = {
	L_Engi_Comp = { x = 0 y = 0 }

	}
}


units = {

	division = {
		name = "Special Forces Regiment"
		location = 2031
		division_template = "Special Forces Regiment"
		start_experience_factor = 0.7
		start_equipment_factor = 0.01
	}
	division = {
		name = "Light Mechanized Regiment"
		location = 8017
		division_template = "Light Mechanized Regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "Marine Regiment"
		location = 8017
		division_template = "Marine Regiment"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 1690
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 100
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_0
		amount = 100
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 250
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = APC_1
		amount = 60
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 6
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_1
		amount = 14
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = SP_arty_1
		amount = 6
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = AS_Fighter1
		amount = 13
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = cas1
		amount = 6
		producer = USA
	}
		add_equipment_to_stockpile = {
		type = transport_plane2
		amount = 22
		producer = USA
	}
		add_equipment_to_stockpile = {
		type = transport_helicopter1
		amount = 8
		producer = USA
	}
		add_equipment_to_stockpile = {
		type = attack_helicopter1
		amount = 14
		producer = USA
	}
}