sub_units = {
	logistics_company = {
		abbreviation = "LOG"
		sprite = infantry
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = no
		affects_speed = no

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

	
		combat_width = 0
	
		#Size Definitions
		max_strength = 1.5
		max_organisation = 0	
		default_morale = 0.4
		manpower = 1500
		training_time = 120

		#Misc Abilities
		weight = 3.75
		can_be_parachuted = yes

		# Important Ability
		supply_consumption = 0.015
		supply_consumption_factor = -0.08
		fuel_consumption_factor = -0.08
		fuel_capacity = 800
		#equipment_capture_factor = 0.04

		own_equipment_fuel_consumption_mult = 3.6 # half fuel use
		
		essential = {
			#support_equipment
			motorized_equipment
		}

		need = {
			support_equipment = 24
			motorized_equipment = 72
		}

		same_support_type = logistics_company
	}

	# WW - SP tech - Helicopter Logistics - Using Helicopters -> Helicopter Transport
	helicopter_transport = {
		abbreviation = "HELT"
		sprite = helicopter_brigade
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = no
		affects_speed = no

		type = {
			support
		}
		
		group = support
		
		categories = {
			category_support_battalions
			category_army
			category_helicopter_support_companies
		}
	
		combat_width = 0
	
		#Size Definitions
		max_strength = 1.5
		max_organisation = 0	
		default_morale = 0.4
		manpower = 1500
		training_time = 120

		#Misc Abilities
		weight = 3.75
		can_be_parachuted = yes

		# Important Ability
		supply_consumption = 0.015
		supply_consumption_factor = -0.08
		fuel_consumption_factor = -0.08
		fuel_capacity = 800
		#equipment_capture_factor = 0.04

		own_equipment_fuel_consumption_mult = 3.6 # half fuel use
		
		essential = {
			support_equipment
			helicopter_equipment
		}

		need = {
			support_equipment = 24
			helicopter_equipment = 36
			motorized_equipment = 36
		}

		forest = {
			movement = 0.05
		}
		hills = {
			movement = 0.05
		}
		mountain = {
			movement = 0.05
		}
		jungle = {
			movement = 0.05
		}
		marsh = {
			movement = 0.05
		}
		plains = {
			movement = 0.05
		}
		desert = {
			movement = 0.05
		}
		river = {
			movement = 0.05
		}

		same_support_type = logistics_company
	}
}
