Add initiative rolls
This commit is contained in:
@@ -6,6 +6,7 @@ import * as documents from "./module/documents/_module.mjs"
|
||||
import * as applications from "./module/applications/_module.mjs"
|
||||
import OathHammerUtils from "./module/utils.mjs"
|
||||
import OathHammerWeaponDialog from "./module/applications/weapon-dialog.mjs"
|
||||
import OathHammerCombat from "./module/combat.mjs"
|
||||
import { rollWeaponDamage } from "./module/rolls.mjs"
|
||||
|
||||
Hooks.once("init", function () {
|
||||
@@ -18,6 +19,7 @@ Hooks.once("init", function () {
|
||||
game.system.api = { applications, models, documents }
|
||||
|
||||
CONFIG.Actor.documentClass = documents.OathHammerActor
|
||||
CONFIG.Combat.documentClass = OathHammerCombat
|
||||
CONFIG.Actor.dataModels = {
|
||||
character: models.OathHammerCharacter,
|
||||
npc: models.OathHammerNPC
|
||||
|
||||
Reference in New Issue
Block a user