Apply prettier changes
This commit is contained in:
parent
805b8c0ddf
commit
a614bc0cb4
@ -182,8 +182,7 @@ ItemConfigSchema.set("toJSON", {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const EquipmentSchema = new Schema<IEquipmentDatabase>(
|
const EquipmentSchema = new Schema<IEquipmentDatabase>({
|
||||||
{
|
|
||||||
ItemType: String,
|
ItemType: String,
|
||||||
Configs: [ItemConfigSchema],
|
Configs: [ItemConfigSchema],
|
||||||
UpgradeVer: Number,
|
UpgradeVer: Number,
|
||||||
@ -205,8 +204,7 @@ const EquipmentSchema = new Schema<IEquipmentDatabase>(
|
|||||||
Expiry: Date,
|
Expiry: Date,
|
||||||
SkillTree: String,
|
SkillTree: String,
|
||||||
ArchonCrystalUpgrades: [Schema.Types.Mixed] //TODO
|
ArchonCrystalUpgrades: [Schema.Types.Mixed] //TODO
|
||||||
}
|
});
|
||||||
);
|
|
||||||
|
|
||||||
EquipmentSchema.virtual("ItemId").get(function () {
|
EquipmentSchema.virtual("ItemId").get(function () {
|
||||||
return { $oid: this._id.toString() } satisfies IOid;
|
return { $oid: this._id.toString() } satisfies IOid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user