mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix] Add various missing Attack icons to Adversaries (#651)
Added missing attack icons to the following adversaries' respective attacks. Conscript - Spears Mortal Hunter - Tear at Flesh Spectral Captain - Longbow Vault Guardian Sentinel - Charged Mace
This commit is contained in:
parent
dd585a5e93
commit
840f71949c
4 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,7 @@
|
|||
},
|
||||
"attack": {
|
||||
"name": "Spears",
|
||||
"img": "icons/weapons/polearms/spear-flared-worn.webp",
|
||||
"range": "veryClose",
|
||||
"roll": {
|
||||
"bonus": 0,
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@
|
|||
"description": "<p>An undead figure wearing a heavy leather coat, with searching eyes and a casually cruel demeanor.</p>",
|
||||
"attack": {
|
||||
"name": "Tear at Flesh",
|
||||
"img": "icons/skills/melee/strike-slashes-red.webp",
|
||||
"roll": {
|
||||
"bonus": 5,
|
||||
"type": "attack"
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@
|
|||
"motivesAndTactics": "Move through solid objects, rally troops, rehash old battles",
|
||||
"attack": {
|
||||
"name": "Longbow",
|
||||
"img": "icons/weapons/bows/longbow-recurve-skull-brown.webp",
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
"description": "<p>A dust-covered golden construct with boxy limbs and a huge mace for a hand.</p>",
|
||||
"attack": {
|
||||
"name": "Charged Mace",
|
||||
"img": "icons/weapons/maces/shortmace-ornate-gold.webp",
|
||||
"range": "veryClose",
|
||||
"roll": {
|
||||
"bonus": 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue