﻿division_template = {
	name = "Infantry Brigade"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
		Mech_Recce_Comp = { x = 0 y = 1 }
		armor_Recce_Comp = { x = 0 y = 2 }
		Arty_Battery = { x = 0 y = 3 }
	}
}

units = {
	
	#Irish Defence Forces
	#https://en.wikipedia.org/wiki/Irish_Army
	
	#1st Brigade
	division = {	
		name = "1st Brigade"
		location = 7394
		division_template = "Infantry Brigade"
		start_experience_factor = 0.55
		start_equipment_factor = 0.01
	}
	#1st Brigade
	division = {	
		name = "2nd Brigade"
		location = 11293
		division_template = "Infantry Brigade"
		start_experience_factor = 0.55
		start_equipment_factor = 0.01
	}
	division = {	
		name = "4th Brigade"
		location = 11293
		division_template = "Infantry Brigade"
		start_experience_factor = 0.55
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	
	add_equipment_to_stockpile = {
		type = infantry_weapons1 #Steyr AUG
		amount = 1800
		producer = AUS
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 228
		producer = GER
	}
	add_equipment_to_stockpile = {
		type = APC_1		#Panhard VTT
		amount = 47
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = APC_1		#Timoney Mk 6
		amount = 5
	}
	add_equipment_to_stockpile = {
		type = APC_3		#A-180 Sisu
		amount = 2
		producer = FIN
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_1		#Scorpion
		amount = 14
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0		#AML-90
		amount = 47
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_0		#Swedish trucks
		amount = 250
		producer = SWE
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_0		#German trucks
		amount = 250
		producer = GER
	}
	add_equipment_to_stockpile = {
		type = artillery_1		#L119
		amount = 24
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 102
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 84
		producer = SWE
	}
	
}
