返回提交历史
Modified
static/fixed_responses/allIncarnonList.json
+2
-1
Modified
static/webui/script.js
+2
-1
XFEstudio/XFESpaceNinjaServer
chore(webui): add Thalys to Incarnon List (#2299)
Closes #2298 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2299 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
a3be3764
代码差异
2 个文件
+4
-2
@@ -45,5 +45,6 @@
45
45
"/Lotus/Weapons/Tenno/Zariman/Melee/Tonfas/ZarimanTonfaWeapon",
46
46
"/Lotus/Weapons/Tenno/Zariman/Pistols/HeavyPistol/ZarimanHeavyPistol",
47
47
"/Lotus/Weapons/Thanotech/EntFistIncarnon/EntFistIncarnon",
48
"/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon"
48
"/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon",
49
"/Lotus/Weapons/Tenno/Zariman/Melee/HeavyScythe/ZarimanHeavyScythe/ZarimanHeavyScytheWeapon"
49
50
]
@@ -248,7 +248,8 @@ const permanentEvolutionWeapons = new Set([
248
248
"/Lotus/Weapons/Tenno/Zariman/Melee/Tonfas/ZarimanTonfaWeapon",
249
249
"/Lotus/Weapons/Tenno/Zariman/Pistols/HeavyPistol/ZarimanHeavyPistol",
250
250
"/Lotus/Weapons/Thanotech/EntFistIncarnon/EntFistIncarnon",
251
"/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon"
251
"/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon",
252
"/Lotus/Weapons/Tenno/Zariman/Melee/HeavyScythe/ZarimanHeavyScythe/ZarimanHeavyScytheWeapon"
252
253
]);
253
254
254
255
let uniqueLevelCaps = {};