feat(accessories): head accessory
This commit is contained in:
+4
-2
@@ -130,14 +130,16 @@ var UserSchema = new Schema({
|
||||
armor: {type: String, 'default': 'armor_base_0'},
|
||||
head: {type: String, 'default': 'head_base_0'},
|
||||
shield: {type: String, 'default': 'shield_base_0'},
|
||||
back: String
|
||||
back: String,
|
||||
headAccessory: String
|
||||
},
|
||||
costume: {
|
||||
weapon: {type: String, 'default': 'weapon_base_0'},
|
||||
armor: {type: String, 'default': 'armor_base_0'},
|
||||
head: {type: String, 'default': 'head_base_0'},
|
||||
shield: {type: String, 'default': 'shield_base_0'},
|
||||
back: String
|
||||
back: String,
|
||||
headAccessory: String
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user