Tested and fixed class level computations

This commit is contained in:
Stefan Zermatten
2021-09-23 11:41:15 +02:00
parent 1270e320ce
commit 347bd8e476
11 changed files with 79 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ const PROPERTIES = Object.freeze({
helpText: 'When a buff is activated as a child of an action, it will copy the properties under itself onto a target character.',
suggestedParents: ['action', 'attack', 'savingThrow', 'spell'],
},
characterClass: {
class: {
icon: 'mdi-card-account-details',
name: 'Class',
helpText: 'Your character should ideally have one starting class. Classes hold class levels',