put the mods into the pre-polarized slots
All checks were successful
Build / build (pull_request) Successful in 53s
All checks were successful
Build / build (pull_request) Successful in 53s
This commit is contained in:
parent
90d1b7233b
commit
48f87b42c2
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user