Sync attempt

This commit is contained in:
2022-01-09 14:34:19 +01:00
parent 915b89a8c4
commit 54ba3225dd
5 changed files with 17 additions and 5 deletions

View File

@ -11,12 +11,15 @@
</div>
</div>
{{#if (equals data.category "equipment")}}
{{#if (eq data.category "equipment")}}
{{> "systems/bol/templates/item/parts/properties/item/equipment-properties.hbs"}}
{{/if}}
{{#if (equals data.category "capacity")}}
{{#if (eq data.category "capacity")}}
{{> "systems/bol/templates/item/parts/properties/item/capacity-properties.hbs"}}
{{/if}}
{{#if (equals data.category "vehicle")}}
{{#if (eq data.category "vehicle")}}
{{> "systems/bol/templates/item/parts/properties/item/vehicle-properties.hbs"}}
{{/if}}
{{#if (eq data.category "spell")}}
{{> "systems/bol/templates/item/parts/properties/item/spell-properties.hbs"}}
{{/if}}