mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Impproved Adversary Sheet Data Display (#751)
* Impproved Adversary Sheet Data Display Fixes #604 * FIX: formula lables for attacks and weapons --------- Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
This commit is contained in:
parent
ae23696e40
commit
6f0f21c355
130 changed files with 496 additions and 311 deletions
|
|
@ -64,7 +64,45 @@
|
|||
}
|
||||
},
|
||||
"tier": 3,
|
||||
"description": "<p>A sturdy animate old-growth tree.</p>"
|
||||
"description": "<p>A sturdy animate old-growth tree.</p>",
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"roll": {
|
||||
"type": "attack",
|
||||
"bonus": 2
|
||||
},
|
||||
"range": "close",
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 3,
|
||||
"dice": "d8",
|
||||
"bonus": 2,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": ["physical"],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"type": "attack"
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue