neuralgia/kubejs/startup_scripts/tfg/constants.js
Nebby d4c80a4b61
Consolidating Development: 0.9.x (#846)
Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Pyritie <Pyritie@gmail.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
2025-04-14 19:00:08 +01:00

20 lines
No EOL
572 B
JavaScript

global.AIRCRAFT_UPGRADES = [
"lv_aircraft_engine",
"hv_aircraft_engine",
"ev_aircraft_engine",
"black_steel_plated_airplane_propeller",
"redblu_steel_plated_airplane_propeller",
"stainless_steel_plated_airplane_propeller",
"titanium_plated_airplane_propeller",
"redblu_steel_landing_gear",
"aluminium_landing_gear",
"stainless_steel_landing_gear",
"titanium_landing_gear",
"redblu_steel_hull_reinforcement",
"aluminium_hull_reinforcement",
"stainless_steel_hull_reinforcement",
"titanium_hull_reinforcement"
]