﻿division_template = {
	name = "Vietnamese Infantry"

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

units = {
	division = {
		name = "1st Dai Nam Army"
		location = 4379
		division_template = "Vietnamese Infantry"
		start_experience_factor = 0.1
	}
	division = {
		name = "2nd Dai Nam Army"
		location = 10309
		division_template = "Vietnamese Infantry"
		start_experience_factor = 0.1
	}
	division = {
		name = "3rd Dai Nam Army"
		location = 4075
		division_template = "Vietnamese Infantry"
		start_experience_factor = 0.1
	}
	division = {
		name = "4th Dai Nam Army"
		location = 4401
		division_template = "Vietnamese Infantry"
		start_experience_factor = 0.1
	}
	division = {
		name = "5th Dai Nam Army"
		location = 4379
		division_template = "Vietnamese Infantry"
		start_experience_factor = 0.1
	}
	division = {
		name = "6th Dai Nam Army"
		location = 10309
		division_template = "Vietnamese Infantry"
		start_experience_factor = 0.1
	}
}