mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
feat(quests): add flags.levelDrops for dropping items at certain levels
This commit is contained in:
parent
52f8f0d5b0
commit
78315d828b
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@ var UserSchema = new Schema({
|
|||
contributor: Boolean,
|
||||
classSelected: {type: Boolean, 'default': false},
|
||||
mathUpdates: Boolean,
|
||||
rebirthEnabled: {type: Boolean, 'default': false}
|
||||
rebirthEnabled: {type: Boolean, 'default': false},
|
||||
levelDrops: {type:Schema.Types.Mixed, 'default':{}}
|
||||
},
|
||||
history: {
|
||||
exp: Array, // [{date: Date, value: Number}], // big peformance issues if these are defined
|
||||
|
|
|
|||
Loading…
Reference in a new issue