mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
l
This commit is contained in:
parent
dbb07008f0
commit
faa32c1fba
10 changed files with 90 additions and 59 deletions
14
lang/en.json
14
lang/en.json
|
|
@ -1824,6 +1824,7 @@
|
|||
"burden": "Burden",
|
||||
"continue": "Continue",
|
||||
"criticalSuccess": "Critical Success",
|
||||
"criticalShort": "Critical",
|
||||
"d20Roll": "D20 Roll",
|
||||
"damage": "Damage",
|
||||
"damageRoll": "Damage Roll",
|
||||
|
|
@ -1846,6 +1847,10 @@
|
|||
"formula": "Formula",
|
||||
"healing": "Healing",
|
||||
"healingRoll": "Healing Roll",
|
||||
"hit": {
|
||||
"single": "Hit",
|
||||
"plural": "Hits"
|
||||
},
|
||||
"HitPoints": {
|
||||
"single": "Hit Point",
|
||||
"plural": "Hit Points",
|
||||
|
|
@ -1862,6 +1867,10 @@
|
|||
"levelUp": "Level Up",
|
||||
"loadout": "Loadout",
|
||||
"max": "Max",
|
||||
"miss": {
|
||||
"single": "Miss",
|
||||
"plural": "Miss"
|
||||
},
|
||||
"multiclass": "Multiclass",
|
||||
"newCategory": "New Category",
|
||||
"none": "None",
|
||||
|
|
@ -2147,8 +2156,9 @@
|
|||
"dealDamageToTargets": "Damage Hit Targets",
|
||||
"dealDamage": "Deal Damage",
|
||||
"rollDamage": "Roll Damage",
|
||||
"hitTarget": "Hit Targets",
|
||||
"selectedTarget": "Selected"
|
||||
"hitTarget": "Hit",
|
||||
"selectedTarget": "Selected",
|
||||
"currentTarget": "Current"
|
||||
},
|
||||
"deathMove": {
|
||||
"title": "Death Move"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue