Removed multipliers from reset field

This commit is contained in:
Thaum Rystra
2020-04-23 18:55:13 +02:00
parent a86176a20d
commit a6bdfe247c
2 changed files with 0 additions and 15 deletions

View File

@@ -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({