get sirocco from itemLists
All checks were successful
Build / build (22) (pull_request) Successful in 42s
Build / build (18) (pull_request) Successful in 1m18s
Build / build (20) (pull_request) Successful in 1m8s

This commit is contained in:
AMelonInsideLemon 2025-03-30 01:18:27 +01:00
parent 93abfdddf5
commit 9c0bf6146d
7 changed files with 3 additions and 11 deletions

View File

@ -51,6 +51,7 @@ const getItemListsController: RequestHandler = (req, response) => {
res.MechSuits = [];
res.miscitems = [];
res.Syndicates = [];
res.OperatorAmps = [];
for (const [uniqueName, item] of Object.entries(ExportWarframes)) {
res[item.productCategory].push({
uniqueName,
@ -96,7 +97,8 @@ const getItemListsController: RequestHandler = (req, response) => {
item.productCategory == "Melee" ||
item.productCategory == "SpaceGuns" ||
item.productCategory == "SpaceMelee" ||
item.productCategory == "SentinelWeapons"
item.productCategory == "SentinelWeapons" ||
item.productCategory == "OperatorAmps"
) {
res[item.productCategory].push({
uniqueName,

View File

@ -186,11 +186,6 @@ function fetchItemList() {
});
// Add modular weapons
data.OperatorAmps ??= [];
data.OperatorAmps.push({
uniqueName: "/Lotus/Weapons/Operator/Pistols/DrifterPistol/DrifterPistolPlayerWeapon",
name: loc("code_sirocco")
});
data.OperatorAmps.push({
uniqueName: "/Lotus/Weapons/Sentients/OperatorAmplifiers/OperatorAmpWeapon",
name: loc("code_amp")

View File

@ -15,7 +15,6 @@ dict = {
code_zaw: `Zaw`,
code_moteAmp: `Anfangsverstärker`,
code_amp: `Verstärker`,
code_sirocco: `Sirocco`,
code_kDrive: `K-Drive`,
code_legendaryCore: `Legendärer Kern`,
code_traumaticPeculiar: `Kuriose Mod: Traumatisch`,

View File

@ -14,7 +14,6 @@ dict = {
code_zaw: `Zaw`,
code_moteAmp: `Mote Amp`,
code_amp: `Amp`,
code_sirocco: `Sirocco`,
code_kDrive: `K-Drive`,
code_legendaryCore: `Legendary Core`,
code_traumaticPeculiar: `Traumatic Peculiar`,

View File

@ -15,7 +15,6 @@ dict = {
code_zaw: `Zaw`,
code_moteAmp: `Amplificateur Faible`,
code_amp: `Amplificateur`,
code_sirocco: `Sirocco`,
code_kDrive: `K-Drive`,
code_legendaryCore: `Coeur Légendaire`,
code_traumaticPeculiar: `Traumatisme Atypique`,

View File

@ -15,7 +15,6 @@ dict = {
code_zaw: `Зо`,
code_moteAmp: `Пылинка`,
code_amp: `Усилитель`,
code_sirocco: `Сирокко`,
code_kDrive: `К-Драйв`,
code_legendaryCore: `Легендарное ядро`,
code_traumaticPeculiar: `Травмирующая Странность`,

View File

@ -15,7 +15,6 @@ dict = {
code_zaw: `自制近战`,
code_moteAmp: `微尘增幅器`,
code_amp: `增幅器`,
code_sirocco: `赤风`,
code_kDrive: `K式悬浮板`,
code_legendaryCore: `传奇核心`,
code_traumaticPeculiar: `创伤怪奇`,