forked from OpenWF/SpaceNinjaServer
temp fix: Add XP for SpaceSuits (#233)
This commit is contained in:
parent
3236263399
commit
a0b293685d
@ -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 }
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user