From bfa040a1fbfe61538d6886e37869c1fd17442ebc Mon Sep 17 00:00:00 2001 From: Belenus <160588255+Be1enus@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:26:09 -0700 Subject: [PATCH 1/2] Update script.js fixed modular weapon showing file path being too long causing ui to misplace --- static/webui/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/webui/script.js b/static/webui/script.js index 37fa5177..6157dd73 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -95,6 +95,7 @@ window.itemListPromise = new Promise(resolve => { "/Lotus/Weapons/Tenno/Pistol/LotusPistol": { name: "Pistol" }, "/Lotus/Weapons/Tenno/Rifle/LotusRifle": { name: "Rifle" }, "/Lotus/Weapons/Tenno/Shotgun/LotusShotgun": { name: "Shotgun" }, + "/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": {name: "Zaw"}, // Missing in data sources "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" } }; -- 2.47.2 From e0c50498c78564d12bd20067a6b6691a3af94d6f Mon Sep 17 00:00:00 2001 From: Mebius <160588255+Mebiius@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:57:15 -0700 Subject: [PATCH 2/2] Update script.js --- static/webui/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/webui/script.js b/static/webui/script.js index 6157dd73..288f70c7 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -95,6 +95,7 @@ window.itemListPromise = new Promise(resolve => { "/Lotus/Weapons/Tenno/Pistol/LotusPistol": { name: "Pistol" }, "/Lotus/Weapons/Tenno/Rifle/LotusRifle": { name: "Rifle" }, "/Lotus/Weapons/Tenno/Shotgun/LotusShotgun": { name: "Shotgun" }, + // Modular weapons "/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": {name: "Zaw"}, // Missing in data sources "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" } -- 2.47.2