sub_units = {
	bm_motorcycle_units = {
		abbreviation = "MCC"
		sprite = motorized_military_police
		map_icon_category = infantry

		priority = 600
		ai_priority = 200
		active = yes

		type = {
			motorized
		}
		
		group = mobile
		
		categories = {
			category_front_line
			category_all_infantry
			category_army
		}
		
		combat_width = 2
		max_strength = 20
		max_organisation = 55
		default_morale = 0.25
		manpower = 800
		training_time = 75
		suppression = 2.2
		weight = 0.75
		supply_consumption = 0.065
		transport = motorbike_equipment
	
		need = {
			infantry_equipment = 80
			motorbike_equipment = 80
		}

		essential = {
			motorbike_equipment
			infantry_equipment
		}

		forest = {
			attack = -0.1
			movement = -0.2
		}
		mountain = {
			attack = -0.1
		}
		jungle = {
			attack = -0.2
			movement = -0.2
		}
		marsh = {
			attack = -0.1
			movement = -0.2
		}
		urban = {
			attack = -0.1
		}
		river = {
			attack = -0.15
			movement = -0.1
		}
		amphibious = {
			attack = -0.2
		}
	}
}
