Item and Actor icons on creation

Working peculiarities
pre-version of csv importer for compendium
This commit is contained in:
Vlyan
2020-12-19 22:42:27 +01:00
parent d8358c11f9
commit 22f2a8ab2e
13 changed files with 3038 additions and 18 deletions

View File

@@ -3,6 +3,7 @@ import { L5R5E } from "./config.js";
import { HelpersL5r5e } from "./helpers.js";
import { RegisterSettings } from "./settings.js";
import { PreloadTemplates } from "./preloadTemplates.js";
import { ImporterL5r5e } from "./importer/importer-dialog.js";
// Actors
import { ActorL5r5e } from "./actor.js";
import { CharacterSheetL5r5e } from "./actors/character-sheet.js";
@@ -56,6 +57,7 @@ Hooks.once("init", async function () {
game.l5r5e = {
HelpersL5r5e,
DicePickerDialog,
ImporterL5r5e,
};
// Register custom system settings