mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Bug] Downtime Actions Fixes (#421)
* . * Added a temp fix for a bug in action healing section * Corrected rules.attack.roll.trait * .
This commit is contained in:
parent
e6bfe08d83
commit
a54f4e3831
8 changed files with 71 additions and 10 deletions
|
|
@ -1243,6 +1243,9 @@
|
|||
"attack": {
|
||||
"damage": {
|
||||
"value": { "label": "Base Attack: Damage" }
|
||||
},
|
||||
"roll": {
|
||||
"trait": { "label": "Base Attack: Trait" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1593,6 +1596,10 @@
|
|||
"hint": "test"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ResetSettings": {
|
||||
"resetConfirmationTitle": "Reset Settings",
|
||||
"resetConfirmationText": "Are you sure you want to reset the {settings}?"
|
||||
}
|
||||
},
|
||||
"UI": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue