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

@ -383,7 +383,7 @@
}
},
"Item": {
"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", "lightsaberform"],
"templates": {
"archetypeDescription": {
"className": "",
@ -459,7 +459,15 @@
"classFeatures": {
"value": ""
}
},
},
"lightsaberformDescription": {
"description":{
"value": ""
},
"source": {
"value": ""
}
},
"speciesDescription": {
"data": "$characteristics-table",
"description": {
@ -576,6 +584,9 @@
"templates": ["itemDescription", "activatedEffect", "action"],
"className": ""
},
"lightsaberform": {
"templates": ["lightsaberformDescription"]
},
"consumable": {
"templates": ["itemDescription", "physicalItem", "activatedEffect", "action"],
"consumableType": "potion",