﻿division_template= {
	name= "Infantry Division"

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

division_template= {
	name= "Irish Republicican Brotherhood"

	regiments= {
		light_infantry= { x= 0 y= 1}
		irregular_infantry= { x= 0 y= 0}
		irregular_infantry= { x= 1 y= 1}
	}
}

division_template= {
	name= "Armed Peasants"

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

units= {
	division= {
		name= "Dublin IRB Cell"
		location= 11293
		division_template= "Irish Republicican Brotherhood"
		start_experience_factor= 0.4
	}
	division= {
		name= "Derry IRB Cell"
		location= 337
		division_template= "Irish Republicican Brotherhood"
		start_experience_factor= 0.4
	}
	division= {
		name= "Cork IRB Cell"
		location= 7394
		division_template= "Irish Republicican Brotherhood"
		start_experience_factor= 0.4
	}
	division= {
		name= "Armed Peasants"
		location= 11267
		division_template= "Armed Peasants"
		start_experience_factor= 0.1
	}
}