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)
- 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
This commit is contained in:
parent
56cc16b39a
commit
e0d966f92c
10 changed files with 13 additions and 12 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"flatMultiplier": 3,
|
"flatMultiplier": 3,
|
||||||
"dice": "d10",
|
"dice": "d20",
|
||||||
"bonus": null,
|
"bonus": null,
|
||||||
"multiplier": "flat"
|
"multiplier": "flat"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
"max": 1
|
"max": 1
|
||||||
},
|
},
|
||||||
"stress": {
|
"stress": {
|
||||||
"max": 1
|
"max": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attack": {
|
"attack": {
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
"max": 1
|
"max": 1
|
||||||
},
|
},
|
||||||
"stress": {
|
"stress": {
|
||||||
"max": 1
|
"max": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attack": {
|
"attack": {
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reduction": 0
|
"reduction": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "standard",
|
"type": "ranged",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hordeHp": 1,
|
"hordeHp": 1,
|
||||||
"experiences": {
|
"experiences": {
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"type": "attack",
|
"type": "attack",
|
||||||
|
"range": "melee",
|
||||||
"chatDisplay": false
|
"chatDisplay": false
|
||||||
},
|
},
|
||||||
"attribution": {
|
"attribution": {
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reduction": 0
|
"reduction": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "standard",
|
"type": "bruiser",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hordeHp": 1,
|
"hordeHp": 1,
|
||||||
"experiences": {},
|
"experiences": {},
|
||||||
|
|
@ -66,12 +66,12 @@
|
||||||
"tier": 3,
|
"tier": 3,
|
||||||
"description": "<p>A sturdy animate old-growth tree.</p>",
|
"description": "<p>A sturdy animate old-growth tree.</p>",
|
||||||
"attack": {
|
"attack": {
|
||||||
"name": "Attack",
|
"name": "Branch",
|
||||||
"roll": {
|
"roll": {
|
||||||
"type": "attack",
|
"type": "attack",
|
||||||
"bonus": 2
|
"bonus": 2
|
||||||
},
|
},
|
||||||
"range": "close",
|
"range": "veryClose",
|
||||||
"damage": {
|
"damage": {
|
||||||
"parts": [
|
"parts": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
},
|
},
|
||||||
"img": "icons/creatures/claws/claw-talons-yellow-red.webp",
|
"img": "icons/creatures/claws/claw-talons-yellow-red.webp",
|
||||||
"type": "attack",
|
"type": "attack",
|
||||||
"range": "melee",
|
"range": "veryClose",
|
||||||
"chatDisplay": false
|
"chatDisplay": false
|
||||||
},
|
},
|
||||||
"attribution": {
|
"attribution": {
|
||||||
|
|
|
||||||
|
|
@ -97,8 +97,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"type": "attack",
|
"type": "attack",
|
||||||
"chatDisplay": false,
|
"range": "melee",
|
||||||
"range": ""
|
"chatDisplay": false
|
||||||
},
|
},
|
||||||
"attribution": {
|
"attribution": {
|
||||||
"source": "Daggerheart SRD",
|
"source": "Daggerheart SRD",
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
},
|
},
|
||||||
"img": "icons/creatures/claws/claw-scaled-red.webp",
|
"img": "icons/creatures/claws/claw-scaled-red.webp",
|
||||||
"type": "attack",
|
"type": "attack",
|
||||||
"range": "melee",
|
"range": "close",
|
||||||
"chatDisplay": false
|
"chatDisplay": false
|
||||||
},
|
},
|
||||||
"attribution": {
|
"attribution": {
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"name": "Tentacles",
|
"name": "Undead Hands",
|
||||||
"roll": {
|
"roll": {
|
||||||
"bonus": 2,
|
"bonus": 2,
|
||||||
"type": "attack"
|
"type": "attack"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue