mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Tried to refine drag drop
This commit is contained in:
parent
1375329541
commit
ad1dee313f
5 changed files with 18 additions and 96 deletions
|
|
@ -70,7 +70,8 @@
|
|||
"summon": {
|
||||
"name": "Summon",
|
||||
"tooltip": "Create tokens in the scene.",
|
||||
"error": "You do not have permission to summon tokens or there is no active scene."
|
||||
"error": "You do not have permission to summon tokens or there is no active scene.",
|
||||
"invalidDrop": "You can only drop Actor entities to summon."
|
||||
}
|
||||
},
|
||||
"Config": {
|
||||
|
|
@ -125,6 +126,7 @@
|
|||
"summon":{
|
||||
"addSummonEntry": "Add Summon Entry",
|
||||
"actorUUID": "Actor to Summon",
|
||||
"actor": "Actor",
|
||||
"count": "Count",
|
||||
"hint": "Add Actor(s) and the quantity to summon under this action."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue