{{localize 'OD6S.ALT_ITEM_IMAGE'}}

{{#if (eq (getCost) '0')}}
{{#if (gt data.data.ammo 0)}}
{{/if}} {{else}}
{{/if}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Description Tab --}}
{{editor content=data.data.description target="data.description" button=true owner=owner editable=editable}}
{{!-- Attributes Tab --}}
{{!-- As you add new fields, add them in here! --}}
{{localize 'OD6S.TYPE'}}: {{localize "OD6S.WEAPON"}}
{{# if (eq data.data.subtype (localize 'OD6S.MELEE'))}} {{# if (getMeleeDifficulty) }}
{{/if}} {{/if}} {{#if (isRanged data.data.subtype)}}

{{localize 'OD6S.RANGE'}}:

{{/if}}
{{localize 'OD6S.DAMAGE'}}
{{#if (isGrenadeDice data.data.subtype)}} {{else}}
{{/if}} {{#if (isMuscle data.data.subtype)}}
{{/if}}
{{#if (isExplosive data.data.subtype)}} {{#if (ne (isGrenadeDice data.data.subtype) true)}}
{{ localize 'OD6S.BLAST_RADIUS' }} {{localize 'OD6S.ZONE'}} {{localize 'OD6S.RANGE'}} {{#each data.data.blast_radius as |radius key|}} {{#if (ne key "4")}} {{/if}} {{/each}}
{{/if}} {{/if}} {{#if (isGrenadeDice data.data.subtype) }}
{{localize 'OD6S.BLAST_RADIUS'}}
{{localize 'OD6S.RANGE'}}
{{#each data.data.blast_radius as |radius key|}} {{/each}}
{{localize 'OD6S.DAMAGE'}}
{{#each data.data.blast_radius as |radius key|}} D {{/each}}
{{/if}}
{{localize 'OD6S.ACTIVE_EFFECTS'}}
{{!-- Effects Tab --}} {{> systems/od6s/templates/item/item-effects.html }} {{!--Labels Tab --}} {{> systems/od6s/templates/item/item-labels-tags.html }}