﻿division_template = {
	name = "Infantry Battalion"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Special Forces"

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

	}
	priority = 2
}

units = {
	division = {
		name = "1st Battalion"
		location = 3284
		division_template = "Infantry Battalion"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Battalion"
		location = 3284
		division_template = "Infantry Battalion"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}
	division = {
		name = "Special Forces"
		location = 3284
		division_template = "Special Forces"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 600
		producer = ISR
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 75
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 33
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 54
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 25
		producer = USA
	}
}