equipments = {
	flying_wing_jet_equipment = {
		year = 1936

		is_archetype = yes
		is_convertable = no
		picture = archetype_fighter_equipment
		is_buildable = no

		type = {
			fighter		
		}

		allowed_types = {
			fighter
			interceptor
		}
		
		group_by = archetype
		sprite = jet_plane
		air_map_icon_frame = 1
		interface_category = interface_category_air
		allow_mission_type = training
		interface_overview_category_index = 1

		upgrades = {
			plane_range_upgrade
			plane_engine_upgrade
			plane_reliability_upgrade
			plane_gun_upgrade
		}
		
	}

	flying_wing_jet_equipment_1 = { 
		year = 1936

		archetype = flying_wing_jet_equipment
		priority = 100

		allow_mission_type = {
			air_superiority
			interception
		}

		air_superiority = 5
		reliability = 0.6
		air_range = 1500
		maximum_speed = 810
		air_agility = 65
		air_attack = 50
		air_defence = 25
		surface_detection = 30

		lend_lease_cost = 10

		resources = {
			aluminium = 4
			rubber = 1
		}

		build_cost_ic = 20 #

		manpower = 20

		fuel_consumption = 0.4

		

	}
}