direct damage (#873)

This commit is contained in:
Dapoulp 2025-08-12 18:37:16 +02:00 committed by GitHub
parent 6e747e67ee
commit 06184773b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 37 additions and 14 deletions

View file

@ -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": {