﻿division_template = {
	name = "Infantry Brigade"

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


}

units = {

	division = {
		name = "The Pope's Holy Children"
		location = 13276
		division_template = "Infantry Brigade"
		start_experience_factor = 1
		start_equipment_factor = 1
	}
}