Added BeastformTooltip

This commit is contained in:
WBHarry 2025-07-20 02:51:03 +02:00
parent 82be5ecd0d
commit b7974634b1
17 changed files with 111 additions and 12 deletions

View file

@ -336,7 +336,8 @@ export default class DhCharacter extends BaseDataActor {
...this.attack,
id: this.attack.id,
name: this.activeBeastform ? 'DAGGERHEART.ITEMS.Beastform.attackName' : this.attack.name,
img: this.activeBeastform ? 'icons/creatures/claws/claw-straight-brown.webp' : this.attack.img
img: this.activeBeastform ? 'icons/creatures/claws/claw-straight-brown.webp' : this.attack.img,
actor: this.parent
}
: null;
}