﻿division_template = {
	name = "Nepal Infantry"

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

units = {
		#Capital
		division = {
			name = "1st Nepal Infantry"
			location = 4987
			division_template = "Nepal Infantry"
			start_experience_factor = 0.2
		}
		#Scattered Divisions
		division = {
			name = "2nd Nepal Infantry"
			location = 10825
			division_template = "Nepal Infantry"
			start_experience_factor = 0.2
		}

}