SotG Update #1.1 (Quick Fixes)

^ Updates entity.js and starship.js to fix drag-and-drop and NaN errors and prepare for Starship Features.
^ Updates en.json, config.js, sw5e.js, and template.json to prepare for Starship Features.
This commit is contained in:
Professor Bunbury 2021-04-07 14:10:56 -04:00
parent c793949b37
commit f393670528
6 changed files with 25 additions and 8 deletions

View file

@ -541,7 +541,7 @@
}
},
"Item": {
"types": ["archetype", "background", "backpack", "class", "classfeature", "consumable", "deployment", "deploymentfeature", "equipment", "feat", "fightingmastery", "fightingstyle", "lightsaberform", "loot", "power", "species", "starshipmod", "tool", "venture", "weapon"],
"types": ["archetype", "background", "backpack", "class", "classfeature", "consumable", "deployment", "deploymentfeature", "equipment", "feat", "fightingmastery", "fightingstyle", "lightsaberform", "loot", "power", "species", "starshipfeature", "starshipmod", "tool", "venture", "weapon"],
"templates": {
"archetypeDescription": {
"className": "",
@ -846,6 +846,11 @@
"mode": "none",
"formula": null
}
},
"starshipfeature": {
"templates": ["itemDescription", "activatedEffect", "action"],
"size": "med",
"tier": 0
},
"starshipmod": {
"templates": ["itemDescription"]