mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +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',
|
img: 'icons/skills/melee/blood-slash-foam-red.webp',
|
||||||
_id: foundry.utils.randomID(),
|
_id: foundry.utils.randomID(),
|
||||||
systemPath: 'attack',
|
systemPath: 'attack',
|
||||||
|
chatDisplay: false,
|
||||||
type: 'attack',
|
type: 'attack',
|
||||||
range: 'melee',
|
range: 'melee',
|
||||||
target: {
|
target: {
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,7 @@ export default class DhCharacter extends BaseDataActor {
|
||||||
img: 'icons/skills/melee/unarmed-punch-fist-yellow-red.webp',
|
img: 'icons/skills/melee/unarmed-punch-fist-yellow-red.webp',
|
||||||
_id: foundry.utils.randomID(),
|
_id: foundry.utils.randomID(),
|
||||||
systemPath: 'attack',
|
systemPath: 'attack',
|
||||||
|
chatDisplay: false,
|
||||||
type: 'attack',
|
type: 'attack',
|
||||||
range: 'melee',
|
range: 'melee',
|
||||||
target: {
|
target: {
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@ export default class DhCompanion extends BaseDataActor {
|
||||||
img: 'icons/creatures/claws/claw-bear-paw-swipe-brown.webp',
|
img: 'icons/creatures/claws/claw-bear-paw-swipe-brown.webp',
|
||||||
_id: foundry.utils.randomID(),
|
_id: foundry.utils.randomID(),
|
||||||
systemPath: 'attack',
|
systemPath: 'attack',
|
||||||
|
chatDisplay: false,
|
||||||
type: 'attack',
|
type: 'attack',
|
||||||
range: 'melee',
|
range: 'melee',
|
||||||
target: {
|
target: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue