Add the derived data for the aura ranges

This commit is contained in:
Oliver-Akins 2025-03-09 00:16:21 -07:00
parent 89b51a01e6
commit 4f35db01b6
5 changed files with 54 additions and 3 deletions

View file

@ -8,6 +8,7 @@ import { RichEditor } from "./Apps/RichEditor.mjs";
// Util imports
import { distanceBetweenFates, nextFate, previousFate } from "./utils/fates.mjs";
import { documentSorter } from "./consts.mjs";
import { rankToInteger } from "./utils/rank.mjs";
const { deepFreeze } = foundry.utils;
@ -28,6 +29,7 @@ Object.defineProperty(
distanceBetweenFates,
nextFate,
previousFate,
rankToInteger,
},
}),
writable: false,