sub_units = {

	anti_tank = {
		abbreviation = "AT"
		sprite = anti_tank
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = yes
		affects_speed = no
		
		group = support
		
		type = {
			infantry
			support
		}
		
		categories = {
			category_support_battalions
			category_army
			category_front_line
			category_all_artillery
			category_line_artillery
			category_anti_tank
		}

		##COMBAT stats
		soft_attack = -0.6 # AT will Not AP
		hard_attack = 0.0 # Specialize for AT
		air_attack = -0.6 # AT will Not AA
		defense = -0.32
		breakthrough = -0.6
		combat_width = 0.0

		need = {
			anti_tank_equipment = 8
		}
		manpower = 100
		max_organisation = 0
		default_morale = 0.1
		max_strength = 0.2
		training_time = 120
		weight = 0.1

		can_be_parachuted = yes
		
		supply_consumption = 0.001

		fort = { attack = 0.08 }

	}
}
