mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Reduce Action Selection click number & Style Action Type Dialog (#408)
* Reduce Action Selection click number & Style Action Type Dialog * fixes * Action Select buttons color
This commit is contained in:
parent
26e3c38aa9
commit
3f95740b7a
14 changed files with 228 additions and 684 deletions
21
lang/en.json
21
lang/en.json
|
|
@ -49,25 +49,32 @@
|
|||
},
|
||||
"TYPES": {
|
||||
"attack": {
|
||||
"name": "Attack"
|
||||
"name": "Attack",
|
||||
"tooltip": "Offensive Action like weapon attack, spellcast, etc."
|
||||
},
|
||||
"beastform": {
|
||||
"name": "Beastform"
|
||||
"name": "Beastform",
|
||||
"tooltip": "Shapeshift the user into another form."
|
||||
},
|
||||
"damage": {
|
||||
"name": "Damage"
|
||||
"name": "Damage",
|
||||
"tooltip": "Direct damage without a roll."
|
||||
},
|
||||
"effect": {
|
||||
"name": "Effect"
|
||||
"name": "Generic",
|
||||
"tooltip": "Generic action that only display a chat message if nothing is configured."
|
||||
},
|
||||
"healing": {
|
||||
"name": "Healing"
|
||||
"name": "Healing",
|
||||
"tooltip": "Restore resources to the target. May have a roll configured."
|
||||
},
|
||||
"macro": {
|
||||
"name": "Macro"
|
||||
"name": "Macro",
|
||||
"tooltip": "Execute a macro by UUID."
|
||||
},
|
||||
"summon": {
|
||||
"name": "Summon"
|
||||
"name": "Summon",
|
||||
"tooltip": "Create tokens in the scene."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue