﻿division_template = {
	name = "Clan 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 = "Division of the Mountain Prince"
		location = 9378
		division_template = "Royal Guard"
		start_experience_factor = 0.3 }
   
   	division = {
		name = "Saihan Tolgod Hussars"
		location = 6284
		division_template = "Clan Hussars"
		start_experience_factor = 0.3 }
   
   	division = {
		name = "Rose Batallion"
		location = 11180
		division_template = "Ranger Batallion"
		start_experience_factor = 0.2 }
   
      	division = {
		name = "Grandiflora Batallion"
		location = 9172
		division_template = "Ranger Batallion"
		start_experience_factor = 0.2 }
	
		division = {
		name = "Modni Batallion"
		location = 3377
		division_template = "Ranger Batallion"
		start_experience_factor = 0.2 }
       }

air_wings = {
		}
	}	
}

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