mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 19:39:54 +02: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
|
|
@ -33,7 +33,7 @@
|
|||
"reduction": 0
|
||||
}
|
||||
},
|
||||
"type": "standard",
|
||||
"type": "bruiser",
|
||||
"notes": "",
|
||||
"hordeHp": 1,
|
||||
"experiences": {},
|
||||
|
|
@ -66,12 +66,12 @@
|
|||
"tier": 3,
|
||||
"description": "<p>A sturdy animate old-growth tree.</p>",
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"name": "Branch",
|
||||
"roll": {
|
||||
"type": "attack",
|
||||
"bonus": 2
|
||||
},
|
||||
"range": "close",
|
||||
"range": "veryClose",
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue