get sirocco from itemLists
This commit is contained in:
parent
93abfdddf5
commit
9c0bf6146d
@ -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,
|
||||
|
@ -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")
|
||||
|
@ -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`,
|
||||
|
@ -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`,
|
||||
|
@ -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`,
|
||||
|
@ -15,7 +15,6 @@ dict = {
|
||||
code_zaw: `Зо`,
|
||||
code_moteAmp: `Пылинка`,
|
||||
code_amp: `Усилитель`,
|
||||
code_sirocco: `Сирокко`,
|
||||
code_kDrive: `К-Драйв`,
|
||||
code_legendaryCore: `Легендарное ядро`,
|
||||
code_traumaticPeculiar: `Травмирующая Странность`,
|
||||
|
@ -15,7 +15,6 @@ dict = {
|
||||
code_zaw: `自制近战`,
|
||||
code_moteAmp: `微尘增幅器`,
|
||||
code_amp: `增幅器`,
|
||||
code_sirocco: `赤风`,
|
||||
code_kDrive: `K式悬浮板`,
|
||||
code_legendaryCore: `传奇核心`,
|
||||
code_traumaticPeculiar: `创伤怪奇`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user