equipments = {

	# Transport plane ##########################
	transport_plane_equipment = {

		allow_mission_type = {
			paradrop
			air_supply
		}
		is_archetype = yes
		picture = archetype_strat_bomber_equipment		
		type = air_transport
		group_by = archetype
		sprite = medium_plane
		air_map_icon_frame = 12
		
		interface_category = interface_category_air
		
		# Transport
		interface_overview_category_index = 6
		
		air_superiority = 0
		reliability = 0.8
		lend_lease_cost = 0

		# Air vs Navy - high damage / low hit chance / hard to hurt
		naval_strike_attack = 0.0
		naval_strike_targetting = 0.0
		
		build_cost_ic = 180
		resources = {
			aluminium = 3
			rubber = 2
		}
		
		manpower = 240
		fuel_consumption = 0.58
	}

		## DC2 ##
	transport_plane_equipment_1 = {
		archetype = transport_plane_equipment
	#	active = yes
		priority = 130
		
		air_range = 1200
		maximum_speed = 300
		air_agility = 10
		air_defence = 20
	}
	
	## C47 ##
	transport_plane_equipment_2 = {
		archetype = transport_plane_equipment
		parent = transport_plane_equipment_1
	#	active = yes
		priority = 130
		
		air_range = 2400
		maximum_speed = 325
		air_agility = 10
		air_defence = 20
	}
	
		## C54 ##
	transport_plane_equipment_3 = {
		archetype = transport_plane_equipment
		parent = transport_plane_equipment_2
	#	active = yes
		priority = 130
		
		air_range = 2800
		maximum_speed = 350
		air_agility = 10
		air_defence = 20
	}
	
		## C119 ##
	transport_plane_equipment_4 = {
		archetype = transport_plane_equipment
		parent = transport_plane_equipment_3
	#	active = yes
		priority = 130
		
		air_range = 3000
		maximum_speed = 375
		air_agility = 10
		air_defence = 20
	}
	
	
		## C130 ##
	transport_plane_equipment_5 = {
		archetype = transport_plane_equipment
		parent = transport_plane_equipment_4
	#	active = yes
		priority = 130
		
		air_range = 3500
		maximum_speed = 540
		air_agility = 20
		air_defence = 30
		fuel_consumption = 1.06
	}
	
	transport_plane_equipment_6 = {
		archetype = transport_plane_equipment
		parent = transport_plane_equipment_5
	#	active = yes
		priority = 130
		
		air_range = 3750
		maximum_speed = 640
		air_agility = 30
		air_defence = 40
		fuel_consumption = 1.06
	}
	
	transport_plane_equipment_7 = {
		archetype = transport_plane_equipment
		parent = transport_plane_equipment_6
	#	active = yes
		priority = 130
		
		air_range = 4500
		maximum_speed = 660
		air_agility = 40
		air_defence = 50
		fuel_consumption = 1.06
	}
}
