mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Added fixes to make beastforms work
This commit is contained in:
parent
e55809f988
commit
e223aab42c
7 changed files with 44 additions and 17 deletions
|
|
@ -1272,7 +1272,11 @@
|
|||
},
|
||||
"attack": {
|
||||
"damage": {
|
||||
"value": { "label": "Base Attack: Damage" }
|
||||
"dice": {
|
||||
"label": "Base Attack: Damage Dice Index",
|
||||
"hint": "Index for the damage dice used on the basic attack. 0=d4, 1=d6, 2=d8, 3=d10, 4=d12, 5=d20"
|
||||
},
|
||||
"bonus": { "label": "Base Attack: Damage Bonus" }
|
||||
},
|
||||
"roll": {
|
||||
"trait": { "label": "Base Attack: Trait" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue