[Feature/Fixes] Adversary Touchups (#359)

* Added support for automatic horde damage

* Active effects are shown on the token

* Fixed logic

* Fixed d20 dice lightmode color
This commit is contained in:
WBHarry 2025-07-16 20:17:34 +02:00 committed by GitHub
parent 727cb692b4
commit b40d053201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 134 additions and 24 deletions

View file

@ -99,6 +99,7 @@
"tier": { "label": "Tier" },
"type": { "label": "Type" }
},
"hordeDamage": "Horde Damage",
"horderHp": "Horde/HP"
},
"Character": {
@ -1214,6 +1215,7 @@
"damage": "Damage",
"damageType": "Damage Type",
"description": "Description",
"difficulty": "Difficulty",
"duality": "Duality",
"dualityRoll": "Duality Roll",
"enabled": "Enabled",
@ -1224,7 +1226,11 @@
},
"fear": "Fear",
"features": "Features",
"hitPoints": "Hit Points",
"hitPoints": {
"single": "Hit Point",
"plural": "Hit Points",
"short": "HP"
},
"hope": "Hope",
"hordeHp": "Horde HP",
"inactiveEffects": "Inactive Effects",
@ -1251,7 +1257,8 @@
"use": "Use",
"used": "Used",
"uses": "Uses",
"value": "Value"
"value": "Value",
"withThing": "With {thing}"
},
"ITEMS": {
"FIELDS": {
@ -1355,9 +1362,9 @@
"label": "Action Points",
"hint": "Automatically give and take Action Points as combatants take their turns."
},
"countdowns": {
"label": "Countdowns",
"hint": "Automatically progress non-custom countdowns"
"hordeDamage": {
"label": "Automatic Horde Damage",
"hint": "Automatically active horde effect to lower damage when reaching half or lower HP."
}
}
},