mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Add chatDisplay: false to actors base attack
This commit is contained in:
parent
365c0c8664
commit
2d18303e50
3 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ export default class DhpAdversary extends BaseDataActor {
|
|||
img: 'icons/skills/melee/blood-slash-foam-red.webp',
|
||||
_id: foundry.utils.randomID(),
|
||||
systemPath: 'attack',
|
||||
chatDisplay: false,
|
||||
type: 'attack',
|
||||
range: 'melee',
|
||||
target: {
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ export default class DhCharacter extends BaseDataActor {
|
|||
img: 'icons/skills/melee/unarmed-punch-fist-yellow-red.webp',
|
||||
_id: foundry.utils.randomID(),
|
||||
systemPath: 'attack',
|
||||
chatDisplay: false,
|
||||
type: 'attack',
|
||||
range: 'melee',
|
||||
target: {
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ export default class DhCompanion extends BaseDataActor {
|
|||
img: 'icons/creatures/claws/claw-bear-paw-swipe-brown.webp',
|
||||
_id: foundry.utils.randomID(),
|
||||
systemPath: 'attack',
|
||||
chatDisplay: false,
|
||||
type: 'attack',
|
||||
range: 'melee',
|
||||
target: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue