# 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_antiair
		}

		training_time = 120

		##COMBAT stats
		soft_attack = -0.2
		hard_attack = -0.2
		air_attack = -0.2
		defense = -0.32
		breakthrough = -0.6
		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.1


	}
}
