Enhance appeareance

This commit is contained in:
2025-05-09 22:17:00 +02:00
parent b21c5ac9bb
commit d5eba47ab6
27 changed files with 341 additions and 74 deletions

View File

@@ -218,6 +218,7 @@ export default class CthulhuEternalRoll extends Roll {
const choiceModifier = SYSTEM.MODIFIER_CHOICES
const choiceMultiplier = SYSTEM.MULTIPLIER_CHOICES
const choiceSelectiveFire = SYSTEM.WEAPON_SELECTIVE_FIRE_CHOICES
let modifier = "+0"
let multiplier = "5"
@@ -238,11 +239,13 @@ export default class CthulhuEternalRoll extends Roll {
fieldRollMode,
choiceModifier,
choiceMultiplier,
choiceSelectiveFire,
formula,
hasTarget: options.hasTarget,
hasModifier,
hasMultiplier,
modifier,
selectiveFireChoice: "shortburst",
multiplier
}
const content = await renderTemplate("systems/fvtt-cthulhu-eternal/templates/roll-dialog.hbs", dialogContext)