Update CSS/Look & feel

This commit is contained in:
2026-04-03 00:39:39 +02:00
parent 23b105a47e
commit 9754bbc3a8
265 changed files with 12355 additions and 47899 deletions

View File

@@ -16,15 +16,12 @@ export class MournbladeCYD2RollDialog {
difficulte: String(rollData.difficulte || 0),
img: actor.img,
name: actor.name,
config: game.system.mournbladecyd2.config
config: game.system.mournbladecyd2.config,
attributs: game.system.mournbladecyd2.config.attributs,
};
if (rollData.attrKey === "tochoose") {
context.selectableAttributes = actor.system.attributs;
}
const content = await foundry.applications.handlebars.renderTemplate(
"systems/fvtt-mournblade-cyd2/templates/roll-dialog-generic.hbs",
"systems/fvtt-mournblade-cyd-2-0/templates/roll-dialog-generic.hbs",
context
);