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:
+7
-4
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user