Rollable weapons

This commit is contained in:
2021-05-31 00:06:05 +02:00
parent d3eba25f83
commit 9ed56cd435
11 changed files with 144 additions and 71 deletions

View File

@@ -21,12 +21,13 @@ Hooks.once("init", async function () {
};
// Define custom Entity classes
CONFIG.Actor.documentClas = frostgraveActor;
CONFIG.Item.documentClas = frostgraveItem;
CONFIG.Actor.documentClass = frostgraveActor;
CONFIG.Item.documentClass = frostgraveItem;
// Register sheet application classes
Actors.unregisterSheet("core", ActorSheet);
Actors.registerSheet("foundryvtt-frostgrave", frostgraveActorSheet, {
types: ["character"],
makeDefault: true,
});
Items.unregisterSheet("core", ItemSheet);