﻿division_template = {
	name = "Fanteria Papale"

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

division_template = {
	name = "Dragoni Papali"

	regiments = {
		dragoon = { x = 0 y = 0}
	}
}

division_template = {
	name = "Artiglieria Papale"

	regiments = {
		cannon_artillery = { x = 0 y = 0}
	}
}

units = {
		#Capital
		division = {
			name = "Brigata Estera"
			location = 9904
			division_template = "Fanteria Papale"
			start_experience_factor = 0.3
		}
		#Scattered Divisions
		division = {
			name = "Cacciatori Indigeni"
			location = 925
			division_template = "Fanteria Papale"
			start_experience_factor = 0.3
		}
		division = {
			name = "Reggimento Dragoni"
			location = 925
			division_template = "Dragoni Papali"
			start_experience_factor = 0.3
		}
		division = {
			name = "Reggimento d'Artiglieria"
			location = 925
			division_template = "Artiglieria Papale"
			start_experience_factor = 0.3
		}

}