0.7.x Updates for Archetypes, Backgrounds, Classes, Lightsaber Forms, and Species

Tons of updates to relect recent changes to PHB and EC source materials.
AC minimum for "Hide" species trait currently does not working using DAE.
This commit is contained in:
Professor Bunbury 2020-10-29 20:30:50 -04:00
parent d392b568db
commit 18a28217c1
189 changed files with 340 additions and 232 deletions

View file

@ -196,6 +196,10 @@ export default class Item5e extends Item {
else if ( itemData.type === "classfeature" ) {
}
// Lightsaber Form Items
else if ( itemData.type === "lightsaberform" ) {
}
// Equipment Items
else if ( itemData.type === "equipment" ) {