RC-63 | Display skills in sheet
This commit is contained in:
parent
df35c00c5d
commit
1302d91469
9 changed files with 142 additions and 24 deletions
|
|
@ -1,8 +1,12 @@
|
|||
// App imports
|
||||
import { CombinedHeroSheet } from "./Apps/ActorSheets/CombinedHeroSheet.mjs";
|
||||
import { DicePool } from "./Apps/DicePool.mjs";
|
||||
import { HeroSkillsCardV1 } from "./Apps/ActorSheets/HeroSkillsCardV1.mjs";
|
||||
import { HeroSummaryCardV1 } from "./Apps/ActorSheets/HeroSummaryCardV1.mjs";
|
||||
|
||||
// Util imports
|
||||
import { documentSorter } from "./consts.mjs";
|
||||
|
||||
const { deepFreeze } = foundry.utils;
|
||||
|
||||
Object.defineProperty(
|
||||
|
|
@ -16,6 +20,9 @@ Object.defineProperty(
|
|||
HeroSummaryCardV1,
|
||||
HeroSkillsCardV1,
|
||||
},
|
||||
utils: {
|
||||
documentSorter,
|
||||
},
|
||||
}),
|
||||
writable: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue