Add hindrance dice
This commit is contained in:
@ -15,6 +15,7 @@ import { PegasusVehicleSheet } from "./pegasus-vehicle-sheet.js";
|
||||
import { PegasusUtility } from "./pegasus-utility.js";
|
||||
import { PegasusCombatTracker,PegasusCombat } from "./pegasus-combat.js";
|
||||
import { PegasusItem } from "./pegasus-item.js";
|
||||
import { PegasusHindranceDie } from "./pegasus-hindrance-die.js";
|
||||
import { PEGASUS_CONFIG } from "./pegasus-config.js"
|
||||
|
||||
/* -------------------------------------------- */
|
||||
@ -57,6 +58,7 @@ Hooks.once("init", async function () {
|
||||
CONFIG.Actor.documentClass = PegasusActor
|
||||
CONFIG.Item.documentClass = PegasusItem
|
||||
CONFIG.ui.combat = PegasusCombatTracker
|
||||
CONFIG.Dice.terms["h"] = PegasusHindranceDie
|
||||
game.system.pegasus = {
|
||||
utility: PegasusUtility,
|
||||
config: PEGASUS_CONFIG
|
||||
@ -74,7 +76,6 @@ Hooks.once("init", async function () {
|
||||
|
||||
PegasusUtility.init()
|
||||
|
||||
|
||||
});
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user