generic_early_fighter = {
	create_equipment_variant = {
		name = "Early Fighter"
		type = small_plane_airframe_0
		modules = {
			fixed_main_weapon_slot = light_mg_4x
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = light_mg_2x
			engine_type_slot = engine_1_1x
			special_type_slot_1 = empty
			special_type_slot_2 = empty
		}
	}
}
generic_basic_fighter = {
	create_equipment_variant = {
		name = "Basic Fighter"
		type = small_plane_airframe_1
		modules = {
			fixed_main_weapon_slot = light_mg_4x
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = light_mg_4x
			engine_type_slot = engine_2_1x
			special_type_slot_1 = empty
			special_type_slot_2 = empty
		}
	}
}
generic_basic_nav_bomber = {
	create_equipment_variant = {
		name = "Basic Naval Bomber"
		type = small_plane_naval_bomber_airframe_1
		modules = {
			fixed_main_weapon_slot = torpedo_mounting
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = empty
			engine_type_slot = engine_2_1x
			special_type_slot_1 = empty
			special_type_slot_2 = empty
		}
	}
}
generic_basic_cas = {
	create_equipment_variant = {
		name = "Basic CAS"
		type = small_plane_cas_airframe_1
		modules = {
			fixed_main_weapon_slot = small_bomb_bay
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = empty
			engine_type_slot = engine_2_1x
			special_type_slot_1 = dive_brakes_small
			special_type_slot_2 = empty
		}
	}
}
generic_basic_cv_nav_bomber = {
	create_equipment_variant = {
		name = "Carrier Naval Bomber" 
		type = cv_small_plane_naval_bomber_airframe_1
		modules = {
			fixed_main_weapon_slot = torpedo_mounting
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = empty
			engine_type_slot = engine_2_1x
			special_type_slot_1 = empty
			special_type_slot_2 = empty
		}
	}
}
generic_early_tac_bomber = {
	create_equipment_variant = {
		name = "Early Tactical Bomber"
		type = medium_plane_airframe_0
		modules = {
			fixed_main_weapon_slot = medium_bomb_bay
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = small_bomb_bay
			engine_type_slot = engine_1_3x
			fixed_auxiliary_weapon_slot_5 = lmg_defense_turret_2x
		}
	}
}
generic_basic_tac_bomber = {
	create_equipment_variant = {
		name = "Basic Tactical Bomber"
		type = medium_plane_airframe_1
		modules = {
			fixed_main_weapon_slot = medium_bomb_bay
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = medium_bomb_bay
			engine_type_slot = engine_2_3x
			fixed_auxiliary_weapon_slot_5 = lmg_defense_turret_2x
			fixed_auxiliary_weapon_slot_6 = lmg_defense_turret_2x
			fixed_auxiliary_weapon_slot_3 = empty
		}
	}
}
generic_basic_heavy_fighter = {
	create_equipment_variant = {
		name = "Basic Heavy Fighter"
		type = medium_plane_fighter_airframe_1
		modules = {
			fixed_main_weapon_slot = heavy_mg_4x
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = heavy_mg_4x
			fixed_auxiliary_weapon_slot_2 = heavy_mg_4x
			fixed_auxiliary_weapon_slot_3 = heavy_mg_4x
			engine_type_slot = engine_2_3x
			special_type_slot_1 = empty
			special_type_slot_2 = empty
		}
	}
}
generic_early_strat_bomber = {
	create_equipment_variant = {
		name = "Early Strategic Bomber"
		type = large_plane_airframe_0
		modules = {
			fixed_main_weapon_slot = large_bomb_bay
			special_type_slot_7 = normally_aspirated_engine
			fixed_auxiliary_weapon_slot_1 = large_bomb_bay
			fixed_auxiliary_weapon_slot_2 = empty
			fixed_auxiliary_weapon_slot_3 = empty
			engine_type_slot = engine_1_6x
			fixed_auxiliary_weapon_slot_5 = lmg_defense_turret_2x
			fixed_auxiliary_weapon_slot_6 = lmg_defense_turret_2x
			special_type_slot_3 = empty
			special_type_slot_4 = empty
			special_type_slot_5 = empty
		}
	}
}