﻿division_template = {
	name = "Infantería"

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

division_template = {
	name = "Caballería"

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

units = {
		division = {
			name = "1st Paraguayan Troop"
			location = 2152
			division_template = "Infantería"
			start_experience_factor = 0.1
		}

		division = {
			name = "2nd Paraguayan Troop"
			location = 13583
			division_template = "Infantería"
			start_experience_factor = 0.1
		}

		division = {
			name = "3rd Paraguayan Troop"
			location = 13564
			division_template = "Infantería"
			start_experience_factor = 0.1
		}

		division = {
			name = "1st Elite Troop"
			location = 12901
			division_template = "Caballería"
			start_experience_factor = 0.1
		}

		division = {
			name = "2nd Elite Troop"
			location = 2194
			division_template = "Caballería"
			start_experience_factor = 0.1
		}

		division = {
			name = "3rd Elite Troop"
			location = 12943
			division_template = "Caballería"
			start_experience_factor = 0.1
		}
}