style remaing chat messages

This commit is contained in:
moliloo 2025-07-28 23:44:48 -03:00
parent e4820dd6bd
commit 76cfcb29ea
9 changed files with 103 additions and 59 deletions

View file

@ -54,6 +54,8 @@ export default class DhpDeathMove extends HandlebarsApplicationMixin(Application
{
player: this.actor.name,
actor: { name: this.actor.name, img: this.actor.img },
author: this.author,
speaker: cls.getSpeaker(),
title: game.i18n.localize(this.selectedMove.name),
img: this.selectedMove.img,
description: game.i18n.localize(this.selectedMove.description)