XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore(webui): put Actuators U5.1 resource into Add Items (#3768)

Easier to find there. Used for crafting Inferno Mod Blueprint. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3768 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com> Co-committed-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com>

82dc31a8
Animan8000 <187183497+Veniman8000@users.noreply.github.com>
提交于

代码差异

8 个文件 +11 -0
Modified static/webui/script.js +4 -0
@@ -752,6 +752,10 @@ function fetchItemList() {
752 752 uniqueName: "/Lotus/Types/Items/MiscItems/BossNavCode",
753 753 name: loc("code_bossNavCode")
754 754 },
755 {
756 uniqueName: "/Lotus/Types/Items/MiscItems/Actuator",
757 name: loc("code_actuator")
758 },
755 759 {
756 760 uniqueName: "/Lotus/Types/Keys/RaidKeys/Raid01Stage01KeyItem",
757 761 name: loc("code_lawOfRetribution")
Modified static/webui/translations/de.js +1 -0
@@ -85,6 +85,7 @@ dict = {
85 85 code_cosmeticUnenhancer: `Arkana Destillator`,
86 86 code_pigment: `Pigment`,
87 87 code_bossNavCode: `Lephantis Nav-Koordinaten`,
88 code_actuator: `Aktuatoren`,
88 89 code_lawOfRetribution: `DAS GESETZ DER VERGELTUNG`,
89 90 code_lawOfRetributionNm: `DAS GESETZ DER VERGELTUNG (ALBTRAUM)`,
90 91 code_jordasVerdict: `DAS JORDAS-URTEIL`,
Modified static/webui/translations/en.js +1 -0
@@ -84,6 +84,7 @@ dict = {
84 84 code_cosmeticUnenhancer: `Arcane Distiller`,
85 85 code_pigment: `Pigment`,
86 86 code_bossNavCode: `Lephantis Nav Coordinate`,
87 code_actuator: `Actuators`,
87 88 code_lawOfRetribution: `THE LAW OF RETRIBUTION`,
88 89 code_lawOfRetributionNm: `THE LAW OF RETRIBUTION (NIGHTMARE)`,
89 90 code_jordasVerdict: `THE JORDAS VERDICT`,
Modified static/webui/translations/es.js +1 -0
@@ -85,6 +85,7 @@ dict = {
85 85 code_cosmeticUnenhancer: `Destilador Arcano`,
86 86 code_pigment: `Pigmento`,
87 87 code_bossNavCode: `Coordenadas de Navegación de Lephantis`,
88 code_actuator: `[UNTRANSLATED] Actuators`,
88 89 code_lawOfRetribution: `LA LEY DE LA RETRIBUCIÓN`,
89 90 code_lawOfRetributionNm: `LA LEY DE LA RETRIBUCIÓN (PESADILLA)`,
90 91 code_jordasVerdict: `EL VEREDICTO DE JORDAS`,
Modified static/webui/translations/fr.js +1 -0
@@ -85,6 +85,7 @@ dict = {
85 85 code_cosmeticUnenhancer: `Arcane Distiller`,
86 86 code_pigment: `Pigment`,
87 87 code_bossNavCode: `Coord. Nav de Lephantis`,
88 code_actuator: `[UNTRANSLATED] Actuators`,
88 89 code_lawOfRetribution: `LE DROIT DE RÉTRIBUTION`,
89 90 code_lawOfRetributionNm: `LE DROIT DE RÉTRIBUTION (CAUCHEMAR)`,
90 91 code_jordasVerdict: `LE VERDICT DE JORDAS`,
Modified static/webui/translations/ru.js +1 -0
@@ -85,6 +85,7 @@ dict = {
85 85 code_cosmeticUnenhancer: `Мистический дистиллятор`,
86 86 code_pigment: `Пигмент`,
87 87 code_bossNavCode: `Координаты Лефантиса`,
88 code_actuator: `[UNTRANSLATED] Actuators`,
88 89 code_lawOfRetribution: `ЗАКОН ВОЗДАЯНИЯ`,
89 90 code_lawOfRetributionNm: `ЗАКОН ВОЗДАЯНИЯ (КОШМАР)`,
90 91 code_jordasVerdict: `ВЕРДИКТ ДЖОРДАСА`,
Modified static/webui/translations/uk.js +1 -0
@@ -85,6 +85,7 @@ dict = {
85 85 code_cosmeticUnenhancer: `Перегінник містифікаторів`,
86 86 code_pigment: `Барвник`,
87 87 code_bossNavCode: `Навкоордината Лефантиса`,
88 code_actuator: `[UNTRANSLATED] Actuators`,
88 89 code_lawOfRetribution: `ЗАКОН ВІДПЛАТИ`,
89 90 code_lawOfRetributionNm: `ЗАКОН ВІДПЛАТИ (ЖАХІТТЯ)`,
90 91 code_jordasVerdict: `ВЕРДИКТ ДЖОРДЕСА`,
Modified static/webui/translations/zh.js +1 -0
@@ -85,6 +85,7 @@ dict = {
85 85 code_cosmeticUnenhancer: `赋能萃聚器`,
86 86 code_pigment: `颜料`,
87 87 code_bossNavCode: `雷凡魔像导航坐标`,
88 code_actuator: `[UNTRANSLATED] Actuators`,
88 89 code_lawOfRetribution: `复仇法则`,
89 90 code_lawOfRetributionNm: `复仇法则 (噩梦)`,
90 91 code_jordasVerdict: `JORDAS 的审判`,