sub_units = {
	bm_motorcycle_recon = {
		abbreviation = "MCREC"
		sprite = motorized_military_police
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = yes
		can_be_parachuted 	= yes

		type = {
			infantry
			support
		}
		
		group = support
		
		categories = {
			category_front_line
			category_support_battalions
			category_army
			category_recon
		}
		
		battalion_mult = {
			category = category_artillery
			soft_attack = 0.1
		}
	
		combat_width = 0
		max_strength 		= 2
		max_organisation 	= 20
		default_morale 		= 0.3
		manpower 			= 500
		training_time 		= 80
		weight 				= 0.1
		supply_consumption 	= 0.02
		recon 				= 1.5
		defense = -0.09
		breakthrough = -0.5
		soft_attack = -0.75
		hard_attack = -0.8

		need = {
			infantry_equipment = 30
			support_equipment = 15
			motorbike_equipment = 30
		}

		essential = {
			infantry_equipment
			support_equipment
			motorized_equipment
			motorbike_equipment
		}

		forest = {
			movement = 0.05
		}
		hills = {
			movement = 0.15
		}
		mountain = {
			movement = 0.05
		}
		jungle = {
			movement = 0.05
		}
		marsh = {
			movement = 0.1
		}
		plains = {
			movement = 0.3
		}
		desert = {
			movement = 0.3
		}
		river = {
			movement = 0.15
		}
		
		same_support_type = recon
	}
}