From 1e4092e7f8816a9da5ec42523c80c368e12ee0ec Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 17 Jan 2025 16:26:48 +0100 Subject: [PATCH] feat(webui): ability to add Legendary Core --- static/webui/index.html | 5 ++++- static/webui/script.js | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/webui/index.html b/static/webui/index.html index 319f4f61..5d037980 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -351,7 +351,10 @@ - + + + + diff --git a/static/webui/script.js b/static/webui/script.js index a6b87312..68dd9db1 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -150,6 +150,7 @@ function fetchItemList() { "/Lotus/Weapons/SolarisUnited/Secondary/LotusModularSecondaryShotgun": { name: "Kitgun" }, "/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": { name: "Zaw" }, // Missing in data sources + "/Lotus/Upgrades/Mods/Fusers/LegendaryModFuser": { name: "Legendary Core" }, "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" } }; for (const [type, items] of Object.entries(data)) {