First version with weapons

This commit is contained in:
2024-08-23 11:45:23 +02:00
parent 45ee08e6c2
commit 8cb2969d70
22 changed files with 3648 additions and 3493 deletions

View File

@@ -19,6 +19,7 @@ import RMFRPPlayerSheet from "./module/sheets/actors/rmfrp_player_sheet.js";
import RMFRPToolsSCImporter from "./module/sheets/apps/rmfrp_import_skill_categories.js";
import RMFRPToolsDiceRoller from "./module/sheets/apps/rmfrp_dice_roller.js";
import { RMFRPUtility } from "./module/rmfrp-utility.js";
import { RMFRPProcessTable } from "./module/rmfrp-process-table.js";
// Register Scene Controls
// registerGetSceneControlButtonsHook();
@@ -32,6 +33,8 @@ Hooks.once("init", function () {
game.rmfrp = {
RMFRPActor,
RMFRPItem,
RMFRPUtility,
attackTables: new RMFRPProcessTable(),
applications: {
RMFRPToolsSCImporter,
RMFRPToolsDiceRoller