mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Added countdown actions
This commit is contained in:
parent
a146132171
commit
dccb0bfa2d
16 changed files with 159 additions and 7 deletions
|
|
@ -46,6 +46,10 @@
|
|||
"name": "Beastform",
|
||||
"tooltip": "Shapeshift the user into another form."
|
||||
},
|
||||
"countdown": {
|
||||
"name": "Countdown",
|
||||
"tooltip": "Start a countdown"
|
||||
},
|
||||
"damage": {
|
||||
"name": "Damage",
|
||||
"tooltip": "Direct damage without a roll."
|
||||
|
|
@ -73,6 +77,9 @@
|
|||
"exactHint": "The Character's Tier is used if empty",
|
||||
"label": "Beastform"
|
||||
},
|
||||
"countdown": {
|
||||
"defaultOwnership": "Default Ownership"
|
||||
},
|
||||
"damage": {
|
||||
"multiplier": "Multiplier",
|
||||
"flatMultiplier": "Flat Multiplier"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue