﻿division_template = {
	name = "Yak Hussars"			#Cavalry Division -

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

    support = {
	}
}
	division_template = {
	name = "Royal Guard"			#Elites

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
        cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
    		}
	support = {
	}
	priority = 2
}

	division_template = {
	name = "Ranger Batallion"			#Infantry

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
    		}
	support = {
		recon = { x = 0 y = 0 }
		}
	priority = 0
}

	division_template = {
	name = "Ranger Company"			#Infantry

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
    		}
	support = {
		recon = { x = 0 y = 0 }
		}
}

	division_template = {
	name = "Ranger Division"			#Infantry

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
    		}
	support = {
		recon = { x = 0 y = 0 }
		}
}

	division_template = {
	name = "Steppe Ranger Batallion"			#Mountaineers

	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
    		}
	support = {
		recon = { x = 0 y = 0 }
		}
	priority = 0
}

	division_template = {
	name = "Ranger-Hussar Division"			#Mountaineers

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
        mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
		mountaineers = { x = 1 y = 2 }
    		}
	support = {
		recon = { x = 0 y = 0 }
		}
	priority = 2
}

units = {
	division = {
		name = "Prince Rutherford's Guard"
		location = 11269
		division_template = "Royal Guard"
		start_experience_factor = 0.4 }
	division = {
		name = "Yakistan Valley Hussars"
		location = 11269
		division_template = "Yak Hussars"
		start_experience_factor = 0.3 }
	division = {
		name = "Manai Division"
		location = 344
		division_template = "Yak Hussars"
		start_experience_factor = 0.3 }
	division = {
		name = "Rangers of the Yaket Mountains"
		location = 11685
		division_template = "Steppe Ranger Batallion"
		start_experience_factor = 0.3 }
	division = {
		name = "Shidetgasar Ranger Division"
		location = 6410
		division_template = "Ranger Division"
		start_experience_factor = 0.3 }
	division = {
		name = "Huurmach Oi Ranger Division"
		location = 11373
		division_template = "Ranger Division"
		start_experience_factor = 0.3 }
	division = {
		name = "Khereh Batallion"
		location = 3352
		division_template = "Ranger-Hussar Division"
		start_experience_factor = 0.3 }
	division = {
		name = "Crystal Yak Batallion"
		location = 11743
		division_template = "Steppe Ranger Batallion"
		start_experience_factor = 0.3 }
   }

air_wings = {
		}
	}	
}

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = melee_equipment_0
			creator = "YAK"
		}
		requested_factories = 1
		progress = 0.86
		efficiency = 20
	}
}