mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 11:29:54 +02:00
[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:
parent
b7f03f7a2d
commit
abe54cfc43
5 changed files with 179 additions and 22 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue