sub_units = {
	bm_mortar_company = {
		abbreviation = "MRT"
        sprite = infantry
        map_icon_category = infantry
        group = support

        active = yes

        priority = 600
        ai_priority = 250
		affects_speed = no     # Used to check if the unit will affect the template's speed, support companies have it set to no.

		# TYPE
		type = {
			infantry
			support
		}

		# CATEGORIES
		categories = {
			category_front_line
			category_support_battalions
			category_army
		}

		combat_width = 0
	
		#Size Definitions
		max_strength = 5
		max_organisation = 40
		default_morale = 0.3
		manpower = 100
		training_time = 180

		#Misc Abilities
		weight = 0.1
		supply_consumption = 0.03
		entrenchment  = 2
		can_be_parachuted = yes
		
		# Support nerfs to combat abilities
		defense = 0.1
		soft_attack = 0.2		
		hard_attack = 0.1		#mod update


		essential = {
			infantry_equipment
			support_equipment
		}

		need = {
			infantry_equipment = 40
			support_equipment = 10
		}


		hills = {
			attack = 0.1
			defence = 0.1
		}
		mountain = {
			attack = 0.1
			defence = 0.1
		}
		plains = {
			attack = 0.1
			defence = 0.1
		}
	}
}