﻿division_template = {
	name = "Wallachian Infantry Regiment"

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

division_template = {
	name = "Wallachian Cavalry Regiment"

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

units = {
		#Capital
		division = {
			name = "Diviza 1 de Infanterie"
			location = 9617
			division_template = "Wallachian Infantry Regiment"
			start_experience_factor = 0.1
		}
		division = {
			name = "Diviza 2 de Infanterie"
			location = 9617
			division_template = "Wallachian Infantry Regiment"
			start_experience_factor = 0.1
		}
		division = {
			name = "Divizia 1 de Lancieri"
			location = 9617
			division_template = "Wallachian Cavalry Regiment"
			start_experience_factor = 0.1
		}
}