# options for map_icon_category:
# For land units: infantry,armored,other
# For sea units: ship,transport,uboat

sub_units = {

	anti_air = {
		abbreviation = "AA"
		sprite = infantry
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = yes
		affects_speed = no

		type = {
			infantry
			support
		}

		group = support

		categories = {
			category_support_battalions
			category_army
			category_all_artillery
			category_line_artillery
			category_anti_air
		}

		training_time = 120

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

		need = {
			anti_air_equipment = 8
		}

		can_be_parachuted = yes
		
		#Size Definitions
		max_strength = 0.2
		max_organisation = 0
		default_morale = 0.1
		manpower = 100
		weight = 0.1
		
		supply_consumption = 0.001
	}
}
