sub_units = {
	flamethrower = {
		sprite = infantry
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = no

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

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

		#Misc Abilities
		weight = 0.1
		supply_consumption = 0.03
		can_be_parachuted = yes
		
		# Support nerfs to combat abilities
		ap_attack = 0.3
		hard_attack = 1
		soft_attack = 0.1		


		essential = {
			infantry_equipment
			support_equipment
		}

		need = {
			infantry_equipment = 25
			support_equipment = 25
		}

		urban = {
			attack = 0.1
		}
		fort = {
			attack = 0.2
		}
	}
}
