halloween: begin adding mechanic for the special skins

This commit is contained in:
Tyler Renelle
2013-10-22 12:19:43 -07:00
parent b55cb1ccdb
commit d184237c79
7 changed files with 135 additions and 38 deletions

View File

@@ -69,6 +69,12 @@ var UserSchema = new Schema({
rewardIds: Array,
filters: {type: Schema.Types.Mixed, 'default': {}},
purchased: {
ads: {type: Boolean, 'default': false},
skin: Schema.Types.Mixed, // eg, {skeleton: true, pumpkin: true, eb052b: true}
hair: Schema.Types.Mixed
},
flags: {
customizationsNotification: {type: Boolean, 'default': false},
showTour: {type: Boolean, 'default': true},