Overhaul of character action components, actions now consume resources

This commit is contained in:
Stefan Zermatten
2020-06-15 22:30:27 +02:00
parent dc18734d1f
commit 3f540d0f14
16 changed files with 502 additions and 179 deletions

View File

@@ -42,6 +42,7 @@ const calculationPropertyTypes = [
'proficiency',
'classLevel',
'toggle',
'item',
// End step types
'action',
'attack',