﻿division_template = {
	name = "Dragon Warband"			#Infantry Division -

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

    support = {
	}
}

units = {
	division = {
		name = "Warband of the Mountain"
		location = 13071
		division_template = "Dragon Warband"
		start_experience_factor = 0.1 }
   }

air_wings = {
		}
	}	
}

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "DRG"
		}
		requested_factories = 1
		progress = 0.10
		efficiency = 10
	}
}