quests: add collection quests, incl. polar bear pt 2, and quest arks, and achievements

This commit is contained in:
Tyler Renelle
2013-12-24 10:25:09 -07:00
parent f538a91538
commit 094989db13
9 changed files with 185 additions and 120 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ var UserSchema = new Schema({
tally: {
up: {type: Number, 'default': 0},
down: {type: Number, 'default': 0},
collection: {type: Schema.Types.Mixed, 'default': {}} // {feather:1, ingot:2}
collect: {type: Schema.Types.Mixed, 'default': {}} // {feather:1, ingot:2}
}
}
},