Tried to refine drag drop

This commit is contained in:
Nikhil Nagarajan 2026-01-06 11:46:38 -05:00
parent 1375329541
commit ad1dee313f
5 changed files with 18 additions and 96 deletions

View file

@ -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."
}