sub_units = {
	        bikes = {
		               abbreviation = "BKS"
		               sprite = bicycle
		               map_icon_category = other
		               
		               priority = 600
		               ai_priority = 200
		               active = no
		               cavalry = yes

		               type = { infantry }
		               group = mobile
		
		               categories = {
			                        category_front_line
			                        category_army
		               }
		
		               combat_width = 10
		
		               #Size Definitions
		               max_strength = 25
		               max_organisation = 70
		               default_morale = 0.3
		               manpower = 2

		               #Misc Abilities
		               maximum_speed = 1.5
		               training_time = 10
		               suppression = 2
		               weight = 0.5
		
		               supply_consumption = 0.06
	
		               need = { equ_consumables = 2 equ_bikes = 2 }
	        }

	        bicycles = {
		               abbreviation = "BYC"
		               sprite = bicycle
		               map_icon_category = other
		               
		               priority = 600
		               ai_priority = 200
		               active = no
		               cavalry = yes

		               type = { infantry }
		               group = mobile
		
		               categories = {
			                        category_front_line
			                        category_army
		               }
		
		               combat_width = 10
		
		               #Size Definitions
		               max_strength = 25
		               max_organisation = 70
		               default_morale = 0.3
		               manpower = 2

		               #Misc Abilities
		               maximum_speed = 0.75
		               training_time = 10
		               suppression = 2
		               weight = 0.5
		
		               supply_consumption = 0.06
	
		               need = { equ_consumables = 2 equ_bicycles = 2 }
	        }
}