sub_units = {
	field_hospital = {
		abbreviation = "HOS"
		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_all_infantry
			max_strength = 0.10
		}
		
		combat_width = 0
	
		#Size Definitions
		max_strength = 1.2
		max_organisation = 0
		default_morale = 0
		manpower = 1200
		training_time = 120

		#Misc Abilities
		weight = 2.52
		supply_consumption = 0.012
		can_be_parachuted = yes

		# Important Ability
		casualty_trickleback = 0.20
		experience_loss_factor = -0.10

		own_equipment_fuel_consumption_mult = 2.4

		essential = {
			support_equipment
			motorized_equipment
		}
		
		need = {
			support_equipment = 36
			motorized_equipment = 48
		}
		
		same_support_type = field_hospital
	}
	
	helicopter_field_hospital = {
		abbreviation = "HELF"
		sprite = helicopter_brigade
		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
			category_helicopter_support_companies
		}

		battalion_mult = {
			category = category_all_infantry
			max_strength = 0.05
			default_morale = 0.10
		}

		combat_width = 0
	
		#Size Definitions
		max_strength = 1.2
		max_organisation = 0
		default_morale = 0
		manpower = 1200
		training_time = 120

		#Misc Abilities
		weight = 2.52
		supply_consumption = 0.012
		can_be_parachuted = yes

		# Important Ability
		casualty_trickleback = 0.25
		experience_loss_factor = -0.10

		own_equipment_fuel_consumption_mult = 1.8
		
		essential = {
			support_equipment
			helicopter_equipment
		}
		
		need = {
			support_equipment = 36
			helicopter_equipment = 18
			motorized_equipment = 24
		}

		same_support_type = field_hospital
	}
}


