sub_units = {
	bm_flamethower_support = {
		abbreviation = "FS"
		sprite = infantry
		map_icon_category = infantry

		priority = 200
		ai_priority = 100

        can_be_parachuted = yes
		affects_speed = no
		active = yes

		type = {
			infantry
			support
		}
		
		group = support
		
		categories = {
			category_front_line
			category_support_battalions
			category_all_infantry
			category_army
		}

		combat_width = 0
		max_strength = 5
		max_organisation = 50
		default_morale = 0.3
		manpower = 100
		training_time = 180
		weight = 0.1
		supply_consumption = 0.03
		
		breakthrough = 0.15
		soft_attack = 0.1		

		essential = {
			infantry_equipment
			support_equipment
		}

		need = {
			infantry_equipment = 25
			support_equipment = 25
		}

		urban = {
			attack = 0.1
		}
		fort = {
			attack = 0.1
		}
		
		same_support_type = flame
	}
}