diff --git a/.public/index.html b/.public/index.html index 7047e21..cef4801 100644 --- a/.public/index.html +++ b/.public/index.html @@ -82,6 +82,9 @@

+
+ +

Setup

You can find System settings in the Configure Settings dialog you diff --git a/src/module/item/entity.js b/src/module/item/entity.js index 663a508..292b50f 100644 --- a/src/module/item/entity.js +++ b/src/module/item/entity.js @@ -50,7 +50,7 @@ export class OseItem extends Item { const labels = this.labels; if (this.data.type == "weapon") { - props.push(data.qualities); + data.tags.forEach(t => props.push(t.value)); } if (this.data.type == "spell") { props.push(`${data.class} ${data.lvl}`, data.range, data.duration); diff --git a/src/template.json b/src/template.json index 6cb8e8f..fecb02c 100644 --- a/src/template.json +++ b/src/template.json @@ -165,7 +165,7 @@ }, "treasure": false, "cost": 0, - "weight": 80 + "weight": 0 }, "weapon": { "range": { @@ -174,14 +174,13 @@ "long": 0 }, "save": "", - "pattern": "white", + "pattern": "transparent", "description": "", "damage": "1d6", "bonus": 0, "tags": [], - "qualities": "", "slow": false, - "missile": true, + "missile": false, "melee": true, "cost": 0, "equipped": false,