mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Feature/allow action healing multiple resources (#437)
* Healing updates * Remove comments
This commit is contained in:
parent
f55698af02
commit
fad64c9a35
21 changed files with 130 additions and 98 deletions
10
lang/en.json
10
lang/en.json
|
|
@ -713,7 +713,7 @@
|
|||
"abbreviation": "HO"
|
||||
},
|
||||
"armorStack": {
|
||||
"name": "Armor Stack",
|
||||
"name": "Armor Slot",
|
||||
"abbreviation": "AS"
|
||||
},
|
||||
"fear": {
|
||||
|
|
@ -1029,6 +1029,9 @@
|
|||
},
|
||||
"damageRoll": {
|
||||
"name": "Damage Roll"
|
||||
},
|
||||
"healingRoll": {
|
||||
"name": "Healing Roll"
|
||||
}
|
||||
},
|
||||
"Duration": {
|
||||
|
|
@ -1671,8 +1674,9 @@
|
|||
"subclassFeatureTitle": "Subclass Feature"
|
||||
},
|
||||
"healingRoll": {
|
||||
"title": "Heal - {healing}",
|
||||
"heal": "Heal"
|
||||
"title": "Heal - {damage}",
|
||||
"heal": "Heal",
|
||||
"applyHealing": "Apply Healing"
|
||||
},
|
||||
"reroll": {
|
||||
"confirmTitle": "Reroll Dice",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue