feat: give skiajati and umbra mods alongside umbra, with max rank and potatoes #2442

Merged
Sainan merged 3 commits from sacrifice into main 2025-07-08 20:51:18 -07:00
Showing only changes of commit 48f87b42c2 - Show all commits

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
}, },