put the mods into the pre-polarized slots
All checks were successful
Build / build (pull_request) Successful in 53s

This commit is contained in:
Sainan 2025-07-08 13:16:32 +02:00
parent 90d1b7233b
commit 48f87b42c2

View File

@ -188,7 +188,20 @@ export const claimCompletedRecipeController: RequestHandler = async (req, res) =
inventory, inventory,
"/Lotus/Powersuits/Excalibur/ExcaliburUmbra", "/Lotus/Powersuits/Excalibur/ExcaliburUmbra",
{ {
Configs: [{ Upgrades: [umbraModA.ItemId.$oid, umbraModB.ItemId.$oid, umbraModC.ItemId.$oid] }], Configs: [
{
Upgrades: [
"",
"",
"",
"",
"",
umbraModA.ItemId.$oid,
umbraModB.ItemId.$oid,
umbraModC.ItemId.$oid
]
}
],
XP: 900_000, XP: 900_000,
Features: EquipmentFeatures.DOUBLE_CAPACITY Features: EquipmentFeatures.DOUBLE_CAPACITY
}, },
@ -204,7 +217,9 @@ export const claimCompletedRecipeController: RequestHandler = async (req, res) =
"Melee", "Melee",
"/Lotus/Weapons/Tenno/Melee/Swords/UmbraKatana/UmbraKatana", "/Lotus/Weapons/Tenno/Melee/Swords/UmbraKatana/UmbraKatana",
{ {
Configs: [{ Upgrades: [sacrificeModA.ItemId.$oid, sacrificeModB.ItemId.$oid] }], Configs: [
{ Upgrades: ["", "", "", "", "", "", sacrificeModA.ItemId.$oid, sacrificeModB.ItemId.$oid] }
],
XP: 450_000, XP: 450_000,
Features: EquipmentFeatures.DOUBLE_CAPACITY Features: EquipmentFeatures.DOUBLE_CAPACITY
}, },