This commit is contained in:
Dapoolp 2025-07-25 16:11:42 +02:00
parent 549140d861
commit f1d0881951
9 changed files with 98 additions and 48 deletions

View file

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