mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
direct damage (#873)
This commit is contained in:
parent
6e747e67ee
commit
06184773b9
9 changed files with 37 additions and 14 deletions
20
lang/en.json
20
lang/en.json
|
|
@ -846,6 +846,11 @@
|
|||
"magical": {
|
||||
"name": "Magical",
|
||||
"abbreviation": "Mag"
|
||||
},
|
||||
"direct": {
|
||||
"name": "Direct Damage",
|
||||
"short": "Direct",
|
||||
"abbreviation": "Dir"
|
||||
}
|
||||
},
|
||||
"DeathMoves": {
|
||||
|
|
@ -895,23 +900,28 @@
|
|||
"HealingType": {
|
||||
"hitPoints": {
|
||||
"name": "Hit Points",
|
||||
"abbreviation": "HP"
|
||||
"abbreviation": "HP",
|
||||
"inChatRoll": "Damage"
|
||||
},
|
||||
"stress": {
|
||||
"name": "Stress",
|
||||
"abbreviation": "STR"
|
||||
"abbreviation": "STR",
|
||||
"inChatRoll": "Stress"
|
||||
},
|
||||
"hope": {
|
||||
"name": "Hope",
|
||||
"abbreviation": "HO"
|
||||
"abbreviation": "HO",
|
||||
"inChatRoll": "Hope"
|
||||
},
|
||||
"armor": {
|
||||
"name": "Armor Slot",
|
||||
"abbreviation": "AS"
|
||||
"abbreviation": "AS",
|
||||
"inChatRoll": "Armor Slot"
|
||||
},
|
||||
"fear": {
|
||||
"name": "Fear",
|
||||
"abbreviation": "FR"
|
||||
"abbreviation": "FR",
|
||||
"inChatRoll": "Fear"
|
||||
}
|
||||
},
|
||||
"ItemResourceProgression": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue