forked from GitHub-Mirrors/foundry-sw5e
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:
parent
c793949b37
commit
f393670528
6 changed files with 25 additions and 8 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue