bol/templates/item/parts/properties/weapon-properties.hbs
2021-11-08 14:40:29 +01:00

9 lines
291 B
Handlebars

<h3 class="form-header">{{localize "BOL.ui.weapon"}}</h3>
{{#if data.properties.melee}}
{{> "systems/bol/templates/item/parts/properties/melee-properties.hbs"}}
{{/if}}
{{#if data.properties.ranged}}
{{> "systems/bol/templates/item/parts/properties/ranged-properties.hbs"}}
{{/if}}