Calculation errors moved to the build page

Can be hidden, restyled to improve usability
in light mode
This commit is contained in:
Stefan Zermatten
2022-07-26 13:33:05 +02:00
parent 6ccbf204eb
commit 53ed271ea2
5 changed files with 105 additions and 32 deletions

View File

@@ -38,6 +38,11 @@ let CreatureSettingsSchema = new SimpleSchema({
type: Boolean,
optional: true,
},
// Hide calculation errors
hideCalculationErrors: {
type: Boolean,
optional: true,
},
// How much each hitDice resets on a long rest
hitDiceResetMultiplier: {
type: Number,