Add XP for SpaceSuits

This commit is contained in:
0kolya0 2024-05-24 18:16:15 +03:00
parent dea35fbd99
commit ce6418a215

View File

@ -321,7 +321,13 @@ const GenericItemSchema = new Schema<IGenericItem>(
{ {
ItemType: String, ItemType: String,
Configs: [ItemConfigSchema], Configs: [ItemConfigSchema],
UpgradeVer: Number //this is probably just __v UpgradeVer: Number,
XP: Number,
Features: Number,
Polarity: [polaritySchema],
Polarized: Number,
ModSlotPurchases: Number,
CustomizationSlotPurchases: Number
}, },
{ id: false } { id: false }
); );