﻿division_template = {
	name = "Volunteer Infantry"

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

units = {
		division= {
			name = "1st Brazilian Royal Volunteer"
			location = 12466
			division_template = "Volunteer Infantry"
			start_experience_factor = 0.2
		}

		division= {
			name = "2nd Brazilian Royal Volunteer"
			location = 12466
			division_template = "Volunteer Infantry"
			start_experience_factor = 0.2
		}

		division= {
			name = "3rd Brazilian Royal Volunteer"
			location = 12466
			division_template = "Volunteer Infantry"
			start_experience_factor = 0.2
		}
}

