mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Added effect message
This commit is contained in:
parent
744412bf9f
commit
30229407cd
5 changed files with 106 additions and 1 deletions
|
|
@ -2322,6 +2322,7 @@
|
|||
"action": {
|
||||
"title": "Action"
|
||||
},
|
||||
"appliedTo": "Applied To",
|
||||
"applyEffect": {
|
||||
"title": "Apply Effects - {name}"
|
||||
},
|
||||
|
|
@ -2331,6 +2332,10 @@
|
|||
"rollHealing": "Roll Healing",
|
||||
"applyEffect": "Apply Effects"
|
||||
},
|
||||
"damageSummary": {
|
||||
"title": "Damage Applied",
|
||||
"healingTitle": "Healing Applied"
|
||||
},
|
||||
"damageRoll": {
|
||||
"title": "Damage - {damage}",
|
||||
"dealDamageToTargets": "Damage Hit Targets",
|
||||
|
|
@ -2352,6 +2357,9 @@
|
|||
"dualityRoll": {
|
||||
"abilityCheckTitle": "{ability} Check"
|
||||
},
|
||||
"effectSummary": {
|
||||
"title": "Effects Applied"
|
||||
},
|
||||
"featureTitle": "Class Feature",
|
||||
"healingRoll": {
|
||||
"title": "Heal - {damage}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue