sub_units = {
	support_amtrack = {
		abbreviation = "SUPAM"
		sprite = infantry
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = yes

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

	
		combat_width = 0
	
		#Size Definitions
		max_strength 		= 2
		max_organisation 	= 20
		default_morale 		= 0.3
		manpower 			= 500
		training_time 		= 120

		#Misc Abilities
		weight 				= 0.1
		supply_consumption 	= 0.02
		can_be_parachuted 	= yes

		# Support nerfs to combat abilities
		defense = -0.5
		breakthrough = -0.5
		soft_attack = -0.6
		hard_attack = -0.6
		armor_value = -0.6
		#ap_attack = -0.2
		
		need = {
			infantry_equipment = 40
			amphibious_mechanized_equipment = 20
		}

		forest = {
			attack = -0.02
		}
		mountain = {
			attack = -0.05
		}
		jungle = {
			attack = -0.03
		}
		urban = {
			attack = -0.02
			defence = -0.05
		}
		marsh = {
			attack = 0.1
		}
		river = {
			attack = 0.15
		}
		amphibious = {
			attack = 0.25
		}
	}
}