Add the derived data for the aura ranges
This commit is contained in:
parent
89b51a01e6
commit
4f35db01b6
5 changed files with 54 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue