Add a customizable weight formatter function
This commit is contained in:
parent
6e2dfa1cf1
commit
44372d0a17
3 changed files with 23 additions and 7 deletions
7
module/config.mjs
Normal file
7
module/config.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { formatWeight } from "./utils/formatWeight.mjs";
|
||||
|
||||
const { deepSeal } = foundry.utils;
|
||||
|
||||
export const config = CONFIG.TAF = deepSeal({
|
||||
weightFormatter: formatWeight,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue