Removed multipliers from reset field
This commit is contained in:
@@ -60,11 +60,6 @@ let AttributeSchema = new SimpleSchema({
|
||||
optional: true,
|
||||
allowedValues: ['shortRest', 'longRest'],
|
||||
},
|
||||
// Some things are only reset their adjustment by up to half of the value
|
||||
resetMultiplier: {
|
||||
type: Number,
|
||||
optional: true,
|
||||
},
|
||||
});
|
||||
|
||||
let ComputedOnlyAttributeSchema = new SimpleSchema({
|
||||
|
||||
Reference in New Issue
Block a user