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

        active = yes

        priority = 600
        ai_priority = 250
		can_be_parachuted = yes
		affects_speed = no

		# TYPE
		type = {
			infantry
			support
		}

		# CATEGORIES
		categories = {
			category_front_line
			category_support_battalions
			category_army
		}

		# MODIFERS
		combat_width = 0
		max_strength = 10
		max_organisation = 50
		breakthrough = 0.15
		default_morale = 0.3
		manpower = 100
		training_time = 180
		weight = 0.1
		supply_consumption = 0.03
		entrenchment = 1
		recon = 0.5
		defense = 0.1
		soft_attack = 0.25

		# EQUIPMENT NEEDED
		need = {
			infantry_equipment = 40
			support_equipment = 10
		}

		# REQUIRED EQUIPMENT
		essential = {
			infantry_equipment
			support_equipment
		}

		# TERRAIN
		urban = {
			attack = 0.25
			defence = 0.35
		}
		marsh = {
			attack = 0.1
		}
		desert = {
			attack = 0.1
			defence = 0.2
		}
	}
}