mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Fix incorrect adversary data (ranges, stats, types, names) (#1680)
- Adult Flickerfly: damage dice d10 → d20 - Giant Recruit: stress max 1 → 2 - Hallowed Soldier: stress max 1 → 2 - Jagged Knife Sniper: type standard → ranged - Minor Demon: add missing melee range - Oak Treant: type standard → bruiser, attack name → Branch, range → veryClose - Outer Realms Thrall: range melee → veryClose - Treant Sapling: add missing melee range - Young Ice Dragon: range melee → close - Zombie Legion: attack name Tentacles → Undead Hands Co-authored-by: Sebastian Will <sebastian.h.will@gmail.com>
This commit is contained in:
parent
56cc16b39a
commit
340abbc98c
10 changed files with 13 additions and 12 deletions
|
|
@ -82,7 +82,7 @@
|
|||
"enabled": false
|
||||
},
|
||||
"flatMultiplier": 3,
|
||||
"dice": "d10",
|
||||
"dice": "d20",
|
||||
"bonus": null,
|
||||
"multiplier": "flat"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue