Roll recette de cuisine

This commit is contained in:
2025-10-03 01:37:12 +02:00
parent 37af0dd4f1
commit 54f470d531
9 changed files with 159 additions and 4 deletions

View File

@@ -37,9 +37,11 @@ import { RollPartAttaque } from "./roll-part-attaque.mjs";
import { RollPartDefense } from "./roll-part-defense.mjs";
import { RollDialogAdapter } from "./roll-dialog-adapter.mjs";
import { ROLLDIALOG_SECTION } from "./roll-part.mjs";
import { ROLL_TYPE_ATTAQUE, ROLL_TYPE_COMP } from "./roll-constants.mjs";
import { ROLL_TYPE_COMP } from "./roll-constants.mjs";
import ChatRollResult from "./chat-roll-result.mjs";
import { renderTemplate } from "../constants.js";
import { RollTypeCuisine } from "./roll-type-cuisine.mjs";
import { RollPartCuisine } from "./roll-part-cuisine.mjs";
const { HandlebarsApplicationMixin, ApplicationV2 } = foundry.applications.api
@@ -52,6 +54,7 @@ const ALL_ROLL_TYPES = [
new RollTypeDefense(),
new RollTypeSort(),
new RollTypeMeditation(),
new RollTypeCuisine(),
new RollTypeOeuvre(),
new RollTypeJeu(),
// new RollTypeResistance ??
@@ -71,6 +74,7 @@ const ROLL_PARTS = [
new RollPartMeditation(),
new RollPartSort(),
new RollPartTache(),
new RollPartCuisine(),
new RollPartOeuvre(),
new RollPartJeu(),