﻿division_template = {
	name = "Infantry Division"		
	division_names_group = IRE_INF_01
	# Ireland did not have full divisions until 1941, but their garrison command 
	#	was division strength by 1939
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
	}
}
division_template = {
	name = "Garda Síochána"		# Irish police forces. Faught against IRA in the northern campaign
	division_names_group = IRE_GAR_01
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
	}
	priority = 0
	support = {
		military_police = { x = 0 y = 0 }
	}
}
division_template = { # Irish Cavalry Division. Histocially equiped with Armoured Cars and Light tanks
	name = "Cór Marcra Division"
	division_names_group = IRE_CAV_01
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
	}
}	

division_template = { # to represent the real cavalry divisions, which were mechanised from their inception
	name = "Cór Gluaisteán Armúrtha Division"
	division_names_group = IRE_CAV_01
	regiments = {
		armored_car = { x = 0 y = 0 }
		armored_car = { x = 0 y = 1 }
		light_armor  = { x = 1 y = 0 }
	}
}	


units = {
	### Army High Command ###
	division = {
		name = "Army High Command"
		location = 11293
		division_template = "Infantry Division"		# Represents Ireland's four regional commands 
		start_experience_factor = 0.5
		start_equipment_factor = 0.8

	}
	### 1st Division ###
	division = {
		location = 7394
		division_template = "Infantry Division"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.3

	}
	### 2nd Division ###
	division = {
		location = 285
		division_template = "Infantry Division"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.3

	}
	### Cavalry Division ###
	division = {
		location = 9303
		division_template = "Cór Marcra Division"		
		start_experience_factor = 0.3
		start_equipment_factor = 0.5

	}
	### mechanised Division ###
	division = {
		name = "Armoured Car Corps"
		location = 3342
		division_template = "Cór Gluaisteán Armúrtha Division"		
		start_experience_factor = 0.4
		start_equipment_factor = 1.0

	}
}


## STARTING PRODUCTION ##
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "IRE"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
}