Updating species content

Aaaaaaand more JavaScript...
This commit is contained in:
professorbunbury 2020-07-30 16:04:59 -04:00
parent b1b182d143
commit 0ff30d2a05
3 changed files with 11 additions and 0 deletions

View file

@ -160,6 +160,10 @@ export class Item5e extends Item {
else labels.featType = "Passive";
}
// Species Items
else if ( itemData.type === "species" ) {
}
// Equipment Items
else if ( itemData.type === "equipment" ) {
labels.armor = data.armor.value ? `${data.armor.value} AC` : "";