forked from GitHub-Mirrors/foundry-sw5e
Compendia for Fighting Masteries and Styles and Other Minor Updates
What the title says.
This commit is contained in:
parent
255e658768
commit
1130fdc30d
63 changed files with 419 additions and 119 deletions
2
sw5e.js
2
sw5e.js
|
@ -104,7 +104,7 @@ Hooks.once("init", function() {
|
|||
});
|
||||
Items.unregisterSheet("core", ItemSheet);
|
||||
Items.registerSheet("sw5e", ItemSheet5e, {
|
||||
types: ['weapon', 'equipment', 'consumable', 'tool', 'loot', 'class', 'power', 'feat', 'species', 'backpack', 'archetype', 'classfeature', 'background'],
|
||||
types: ['weapon', 'equipment', 'consumable', 'tool', 'loot', 'class', 'power', 'feat', 'species', 'backpack', 'archetype', 'classfeature', 'background', 'fightingmastery', 'fightingstyle', 'lightsaberform'],
|
||||
makeDefault: true,
|
||||
label: "SW5E.SheetClassItem"
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue