﻿division_template = {
	name = "Paidala Dibhijana"		# Represents groupings of independent Nepalese battalions	
									# Army totalled 16 Gurkha battalions that were committed to allied war effort
	division_names_group = NEP_MTN_01

	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
		mountaineers = { x = 0 y = 3 }
		mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
		mountaineers = { x = 1 y = 2 }
		mountaineers = { x = 1 y = 3 }
	}
}
division_template = {
	name = "Royal Nepalese Division"		# Represents the Nepali royal guards division

	division_names_group = NEP_INF_01

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

units = {
	##### Sahi Nepali Sena #####
	division = {
		#name = "1 Nepali Dibhijana"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 4987
		division_template = "Paidala Dibhijana"
		start_experience_factor = 0.3
		start_equipment_factor = 0.5

	}
	division = {
		#name = "2 Nepali Dibhijana"
		division_name = {    # New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 2
		}
		location = 4987
		division_template = "Paidala Dibhijana"
		start_experience_factor = 0.3
		start_equipment_factor = 0.5

	}
}

### No notable air forces until 1960s ###

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "NEP"
		}
		requested_factories = 1
		progress = 0.45
		efficiency = 100
	}
}