{{!-- Item Sheet Header --}}

{{itemType}}

{{itemStatus}}
  • {{lookup config.weaponTypes data.weaponType }}
{{!-- Item Sheet Navigation --}} {{!-- Item Sheet Body --}}
{{!-- Description Tab --}} {{> "systems/sw5e/templates/items/parts/item-description.html"}} {{!-- Details Tab --}}

{{ localize "SW5E.ItemWeaponDetails" }}

{{!-- Weapon Type --}}
{{!-- Weapon Status --}}
{{#if sss}} {{!-- Weapon Properties --}}
{{#each config.weaponProperties as |name prop|}} {{/each}}
{{/if}} {{#if isWeapon }}
{{!-- weaponproperties Formula --}}

{{#unless isWeapon }}{{ localize "SW5E.ArmorProperties" }}{{ else }}{{ localize "SW5E.ItemWeaponProperties" }}{{/unless}}

    {{#each data.weaponproperties.parts as |part i| }}
  1. {{/each}}
{{/if}}

{{ localize "SW5E.ItemWeaponUsage" }}

{{!-- Item Activation Template --}} {{> "systems/sw5e/templates/items/parts/item-activation.html"}}

{{ localize "SW5E.ItemWeaponAttack" }}

{{!-- Item Action Template --}} {{> "systems/sw5e/templates/items/parts/item-action.html"}}