Passage au gestionaire de combat

This commit is contained in:
2020-12-15 23:54:05 +01:00
parent 537cc005ad
commit b6d3359625
5 changed files with 19 additions and 387 deletions

View File

@ -145,19 +145,6 @@ Hooks.once("init", async function() {
type: Object
});
/* -------------------------------------------- */
game.settings.register("foundryvtt-reve-de-dragon", "moteur-combat", {
name: "Utiliser le moteur de combat",
scope: "world",
config: true,
type: String,
choices: { // If choices are defined, the resulting setting will be a select menu
"standard": "Standard",
"experimental": "Expérimental"
},
default: "experimental"
});
/* -------------------------------------------- */
game.settings.register("foundryvtt-reve-de-dragon", "dice-so-nice", {
name: "Montrer les dés pour toutes les jets",