Roll damage + fix

This commit is contained in:
2025-01-05 10:25:58 +01:00
parent c7cc39886d
commit 614adecde7
36 changed files with 145 additions and 119 deletions

View File

@ -9,13 +9,6 @@ import * as CHARACTERISTICS from "./characteristic-tables.mjs"
export const SYSTEM_ID = "fvtt-lethal-fantasy"
export const DEV_MODE = false
export const ROLL_TYPE = Object.freeze({
SAVE: "save",
RESOURCE: "resource",
DAMAGE: "damage",
ATTACK: "attack",
})
export const MONEY = {
tinbit: {
id: "tinbit",
@ -155,7 +148,6 @@ export const SYSTEM = {
CHARACTERISTIC_DAMAGE,
MONEY,
ASCII,
ROLL_TYPE,
CHOICE_MODIFIERS,
CHOICE_DICE,
DEV_MODE,