From dcdeb0cd341ae03b26f6a79762a7a7fd834edae2 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Tue, 8 Apr 2025 03:05:53 -0700 Subject: [PATCH] feat(webui): add pigment (#1507) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1507 Reviewed-by: Sainan Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> --- static/webui/script.js | 5 +++++ static/webui/translations/de.js | 1 + static/webui/translations/en.js | 1 + static/webui/translations/fr.js | 1 + static/webui/translations/ru.js | 1 + static/webui/translations/zh.js | 1 + 6 files changed, 10 insertions(+) diff --git a/static/webui/script.js b/static/webui/script.js index 849062b2..1dd0bb22 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -221,6 +221,11 @@ function fetchItemList() { name: loc("code_zanuka") }); + data.miscitems.push({ + uniqueName: "/Lotus/Types/Items/Research/DojoColors/GenericDojoColorPigment", + name: loc("code_pigment") + }); + const itemMap = { // Generics for rivens "/Lotus/Weapons/Tenno/Archwing/Primary/ArchGun": { name: loc("code_archgun") }, diff --git a/static/webui/translations/de.js b/static/webui/translations/de.js index 1fffac3a..51250542 100644 --- a/static/webui/translations/de.js +++ b/static/webui/translations/de.js @@ -53,6 +53,7 @@ dict = { code_setInactive: `Quest inaktiv setzen`, code_completed: `Abgeschlossen`, code_active: `Aktiv`, + code_pigment: `Pigment`, login_description: `Melde dich mit deinem OpenWF-Account an (denselben Angaben wie im Spiel, wenn du dich mit diesem Server verbindest).`, login_emailLabel: `E-Mail-Adresse`, login_passwordLabel: `Passwort`, diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js index 798c69db..88466019 100644 --- a/static/webui/translations/en.js +++ b/static/webui/translations/en.js @@ -52,6 +52,7 @@ dict = { code_setInactive: `Make the quest inactive`, code_completed: `Completed`, code_active: `Active`, + code_pigment: `Pigment`, login_description: `Login using your OpenWF account credentials (same as in-game when connecting to this server).`, login_emailLabel: `Email address`, login_passwordLabel: `Password`, diff --git a/static/webui/translations/fr.js b/static/webui/translations/fr.js index eb635c5a..2e119445 100644 --- a/static/webui/translations/fr.js +++ b/static/webui/translations/fr.js @@ -53,6 +53,7 @@ dict = { code_setInactive: `[UNTRANSLATED] Make the quest inactive`, code_completed: `[UNTRANSLATED] Completed`, code_active: `[UNTRANSLATED] Active`, + code_pigment: `Pigment`, login_description: `Connexion avec les informations de connexion OpenWF.`, login_emailLabel: `Email`, login_passwordLabel: `Mot de passe`, diff --git a/static/webui/translations/ru.js b/static/webui/translations/ru.js index 893a864d..1543b848 100644 --- a/static/webui/translations/ru.js +++ b/static/webui/translations/ru.js @@ -53,6 +53,7 @@ dict = { code_setInactive: `Сделать квест неактивным`, code_completed: `Завершено`, code_active: `Активный`, + code_pigment: `Пигмент`, login_description: `Войдите, используя учетные данные OpenWF (те же, что и в игре при подключении к этому серверу).`, login_emailLabel: `Адрес электронной почты`, login_passwordLabel: `Пароль`, diff --git a/static/webui/translations/zh.js b/static/webui/translations/zh.js index 29890fd0..423a47df 100644 --- a/static/webui/translations/zh.js +++ b/static/webui/translations/zh.js @@ -53,6 +53,7 @@ dict = { code_setInactive: `[UNTRANSLATED] Make the quest inactive`, code_completed: `[UNTRANSLATED] Completed`, code_active: `[UNTRANSLATED] Active`, + code_pigment: `颜料`, login_description: `使用您的 OpenWF 账户凭证登录(与游戏内连接本服务器时使用的昵称相同)。`, login_emailLabel: `电子邮箱`, login_passwordLabel: `密码`,