﻿division_template = {
	name = "Special Force Brigade"

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

	priority = 2
}

division_template = {
	name = "Mechanized Infantry Brigade"

	regiments = {
		L_arm_Bat = { x = 0 y = 0 }
		armor_Bat = { x = 0 y = 1 }
		Mech_Inf_Bat = { x = 0 y = 2 }
		SP_Arty_Bat = { x = 0 y = 3 }
	}
}

division_template = {
	name = "Regional comd 1"

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

division_template = {
	name = "Regional comd 2"

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

division_template = {
	name = "Infantry Battalion"

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

division_template = {
	name = "Marine Battalion"

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

units = {
	division = {
		name = "Special Force Brigade"
		location = 12738
		division_template = "Special Force Brigade"
		start_experience_factor = 0.7
		start_equipment_factor = 0.01
	}
	division = {
		name = "Mechanized Infantry Brigade"
		location = 1988
		division_template = "Mechanized Infantry Brigade"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st Regional Command"
		location = 2075
		division_template = "Regional comd 1"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Regional Command"
		location = 10728
		division_template = "Regional comd 2"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Regional Command"
		location = 9800
		division_template = "Regional comd 2"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "4th Regional Command"
		location = 9800
		division_template = "Regional comd 2"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "5th Regional Command"
		location = 9745
		division_template = "Regional comd 2"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st Independent Light Infantry Bat."
		location = 9863
		division_template = "Infantry Battalion"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "Marine Battalion"
		location = 1988
		division_template = "Marine Battalion"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons3
		amount = 3350
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment1
		amount = 415
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 205
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 8
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 160
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = mbt_hull_0
		variant_name = "T-55"
		amount = 55
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #PT-76
		amount = 10
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_1 #BRDM-2
		amount = 20
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_1 #BTR-60
		amount = 60
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #D-30
		amount = 12
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = SP_Anti_Air_0 #Type 63
		amount = 33
		producer = CHI
		#version_name = "Type 63"
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0 #BM-21 Grad
		amount = 118
		producer = SOV
	}
}