actors datas max/total rework

This commit is contained in:
Dapoolp 2025-07-13 17:18:59 +02:00
parent 687500f191
commit f27aee8e20
27 changed files with 133 additions and 305 deletions

View file

@ -650,7 +650,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
const cls = getDocumentClass('ChatMessage');
const systemData = {
name: game.i18n.localize('DAGGERHEART.GENERAL.Experience.single'),
description: `${experience.name} ${experience.total < 0 ? experience.total : `+${experience.total}`}`
description: `${experience.name} ${experience.value.signedString()}`
};
const msg = new cls({
type: 'abilityUse',