mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Added MacroDrag for Attacks
This commit is contained in:
parent
bd4d903a96
commit
a198f6be48
3 changed files with 65 additions and 4 deletions
|
|
@ -1520,7 +1520,9 @@
|
|||
"damageIgnore": "{character} did not take damage",
|
||||
"featureIsMissing": "Feature is missing",
|
||||
"actionIsMissing": "Action is missing",
|
||||
"unownedActionMacro": "Cannot make a Use macro for an Action not on your character"
|
||||
"attackIsMissing": "Attack is missing",
|
||||
"unownedActionMacro": "Cannot make a Use macro for an Action not on your character",
|
||||
"unownedAttackMacro": "Cannot make a Use macro for an Attack that doesn't belong to one of your characters"
|
||||
},
|
||||
"Tooltip": {
|
||||
"openItemWorld": "Open Item World",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue