Compendia for Fighting Masteries and Styles and Other Minor Updates

What the title says.
This commit is contained in:
Professor Bunbury 2020-11-05 15:37:53 -05:00
parent 255e658768
commit 1130fdc30d
63 changed files with 419 additions and 119 deletions

View file

@ -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"
});