﻿division_template = {
	name = "Portuguese Infantry"

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

units = {
		#Capital
		division = {
			name = "1st Infantry"
			location = 11805
			division_template = "Portuguese Infantry"
			start_experience_factor = 0.2
		}
		division = {
			name = "2nd Infantry"
			location = 11805
			division_template = "Portuguese Infantry"
			start_experience_factor = 0.2
		}
		division = {
			name = "3rd Infantry"
			location = 11805
			division_template = "Portuguese Infantry"
			start_experience_factor = 0.2
		}
		#Scattered Divisions
		division = {
			name = "4th Infantry"
			location = 9817
			division_template = "Portuguese Infantry"
			start_experience_factor = 0.2
		}

}