Improved property viewers, added some new ones
This commit is contained in:
@@ -20,7 +20,7 @@ let SkillSchema = new SimpleSchema({
|
||||
optional: true,
|
||||
},
|
||||
// What type of skill is this
|
||||
type: {
|
||||
skillType: {
|
||||
type: String,
|
||||
allowedValues: [
|
||||
"skill",
|
||||
@@ -43,6 +43,11 @@ let SkillSchema = new SimpleSchema({
|
||||
type: Number,
|
||||
optional: true,
|
||||
},
|
||||
// Description of what the skill is used for
|
||||
description: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user