sub_units = {
	signal_company = {
		abbreviation = "SIG"
		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
		}
	
		battalion_mult = {
			category = category_support_battalions
			max_organisation = 8
			add = yes
		}

		combat_width = 0
	
		#Size Definitions
		max_strength = 0.5
		max_organisation = 80
		default_morale = 1
		manpower = 500
		training_time = 120

		#Misc Abilities
		weight = 1.25
		supply_consumption = 0.005
		can_be_parachuted = yes
		
		# Important Ability
		initiative = 0.12
		
		own_equipment_fuel_consumption_mult = 0.8 # 1/3 fuel use
		
		essential = {
			support_equipment
			#motorized_equipment
		}

		need = {
			support_equipment = 36
			motorized_equipment = 24
		}

		same_support_type = signal_company
	}
	
	# WW - SP tech - Armored Signal - Using Armored Support Vehicle -> Command Vehicles
	armored_signal = {
		abbreviation = "ASC"
		sprite = armored_signal
		map_icon_category = armored
		priority = 0
		ai_priority = 0
		active = no
		affects_speed = no

		type = {
			armor
			support
		}
		
		group = support
		
		categories = {
			category_support_battalions
			category_tanks
			category_all_armor
			category_army
		}

		battalion_mult = {
			category = category_support_battalions
			max_organisation = 8
			add = yes
		}
		battalion_mult = {
			category = category_all_armor
			breakthrough = 0.05
		}

		combat_width = 0
	
		#Size Definitions
		max_strength = 0.5
		max_organisation = 80
		default_morale = 1
		manpower = 500
		training_time = 120

		#Misc Abilities
		weight = 1.25
		supply_consumption = 0.005
		can_be_parachuted = no
		
		# Important Ability
		initiative = 0.16
		
		own_equipment_fuel_consumption_mult = 0.6 # 1/2 fuel use
				
		essential = {
			support_equipment
			armored_support_vehicle
		}

		need = {
			support_equipment = 12
			armored_support_vehicle = 12
		}

		same_support_type = signal_company
	}
}
