[Feature] SRD Mark Hit Points Update (#2100)

* Updated SRD entries that should use the new mark hit points possibility after the damage rework

Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
This commit is contained in:
WBHarry 2026-07-22 13:00:03 +02:00 committed by GitHub
parent b7f03f7a2d
commit abe54cfc43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 179 additions and 22 deletions

View file

@ -34,7 +34,34 @@
},
"damage": {
"parts": {},
"includeBase": false
"includeBase": false,
"resources": {
"hitPoints": {
"base": false,
"applyTo": "hitPoints",
"resultBased": false,
"value": {
"multiplier": "flat",
"flatMultiplier": 0,
"dice": "d6",
"bonus": 5,
"custom": {
"enabled": false,
"formula": ""
}
},
"valueAlt": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false,
"formula": ""
}
}
}
}
},
"target": {
"type": "any",