Added base values to skills to make implementing non player creatures easier
This commit is contained in:
@@ -40,6 +40,11 @@ skillSchema = new SimpleSchema({
|
||||
order: {
|
||||
type: Number,
|
||||
},
|
||||
baseValue: {
|
||||
type: Number,
|
||||
decimal: true,
|
||||
optional: true,
|
||||
},
|
||||
value: {
|
||||
type: Number,
|
||||
decimal: true,
|
||||
|
||||
Reference in New Issue
Block a user