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

		type = {
			support
			infantry
		}
		
		group = support
		
		categories = {
			category_front_line
			category_light_infantry
			category_support_battalions
			category_all_infantry
			category_army
		}
	
		combat_width = -2
	
		#Size Definitions
		max_strength = 5
		max_organisation = 100
		default_morale = 0.7
		manpower = 100
		training_time = 200

		#Misc Abilities
		weight = 0.1
		supply_consumption = 0.03
		can_be_parachuted = yes
		
		recon = 1
		entrenchment  = 1
		
		
		essential = {
			infantry_equipment
			support_equipment
		}

		need = {
			infantry_equipment = 20
			support_equipment = 20
		}
	}
}