winter event! npcs, snowball=>snowman, new hairs/beards. Fixes to beard/chin overlays. move Fortify Service => "Fortify Potion" Special. @sabrecat let me know what you think: http://gyazo.com/55cd424f104b8f3acb557b99d918cb4b). Sorry for mixing concerns in this commit, some rebase difficulties

This commit is contained in:
Tyler Renelle
2013-12-20 10:25:23 -07:00
parent f4fca98bd1
commit 676112c1b5
8 changed files with 73 additions and 35 deletions
+7 -4
View File
@@ -62,9 +62,7 @@ var UserSchema = new Schema({
backer: {
tier: Number,
//admin: Boolean, // FIXME migrate to contributor.admin
npc: String,
//contributor: String, // FIXME migrate to contributor.text
tokensApplied: Boolean
},
@@ -82,7 +80,7 @@ var UserSchema = new Schema({
ads: {type: Boolean, 'default': false},
skin: {type: Schema.Types.Mixed, 'default': {}}, // eg, {skeleton: true, pumpkin: true, eb052b: true}
hair: {type: Schema.Types.Mixed, 'default': {}},
shirt: {type: Schema.Types.Mixed, 'default': {}}
shirt: {type: Schema.Types.Mixed, 'default': {}},
},
flags: {
@@ -128,6 +126,10 @@ var UserSchema = new Schema({
},
},
special:{
snowball: {type: Number, 'default': 0}
},
// -------------- Animals -------------------
// Complex bit here. The result looks like:
// pets: {
@@ -245,7 +247,8 @@ var UserSchema = new Schema({
per: Number,
con: Number,
stealth: Number,
streaks: Boolean
streaks: Boolean,
snowball: Boolean
}
},
tags: [