Begin work on a non-functional character sheet registration
This commit is contained in:
parent
f48f082d86
commit
d5b8d106ca
1 changed files with 8 additions and 0 deletions
8
dotdungeon.mjs
Normal file
8
dotdungeon.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Hooks.once(`init`, () => {
|
||||
Actors.unregisterSheet("core", ActorSheet);
|
||||
Actors.registerSheet("dotdungeon", applications.actor.ActorSheet5eCharacter, {
|
||||
types: ["pc", "pug"],
|
||||
makeDefault: true,
|
||||
label: "DND5E.SheetClassCharacter"
|
||||
});
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue