﻿#
division_template = {
	name = "Infantry Regiment"

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

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

}

units = {

	division = {
		name = "Infantry Regiment"
		location = 4989 	#
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons			#AKM
		amount = 100
		producer = SOV
	}

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

	add_equipment_to_stockpile = {
		type = infantry_weapons			#Type 56
		amount = 100
		producer = CHI
	}

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

	add_equipment_to_stockpile = {
		type = infantry_weapons1			#Steyr AUG
		amount = 100
		producer = AUS
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0			#Ferret
		amount = 8
		producer = ENG
	}
}