Situationsbedingte-Boni/Mali-#41 (#95)

Changes:
 + Popup für Situationsbedinge Boni/Mali, Schwellenwert und RollMode (Sichtbarkeit)
 + neuwürfel/verändern des wurfes durch glückspunkte und schicksalsgunst
Co-authored-by: Ender <harald@drueppels.de>
Reviewed-on: #95
This commit was merged in pull request #95.
This commit is contained in:
2024-03-29 14:28:49 +01:00
parent a4cf10c5f1
commit 2a1262662f
9 changed files with 620 additions and 394 deletions
-1
View File
@@ -77,7 +77,6 @@ export default class M5CharacterSheet extends ActorSheet {
let target = event.target.closest("[data-attribute]") as HTMLElement;
let attributeValue = target ? parseInt(target.dataset.value) : null;
let attributeStr = target ? target.dataset.attribute : null;
const roll = M5Roll.fromAttributeValue(this.actor, attributeStr, attributeValue);
await roll.toMessage();
});