{{!-- ======================================================================== --}} {{!-- INLINE PARTIAL DEFINITIONS --}} {{!-- ======================================================================== --}} {{#*inline "talentRankSideProperty" }}
{{/inline}} {{!-- ======================================================================== --}}

{{localize (lookup config.itemTypes item.type)}}

{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- The item tab for details. --}}
{{!-- As you add new fields, add them in here! --}}
{{!-- TODO: remove duplication of isOwned section here and in description.hbs--}} {{#if isOwned}} {{#if (ne data.equipped undefined)}}
{{/if}}
{{actor.name}}
{{else}} {{localize "DS4.NotOwned"}} {{/if}} {{> talentRankSideProperty data=data property='base' localizeString='DS4.TalentRankBase' }} {{> talentRankSideProperty data=data property='max' localizeString='DS4.TalentRankMax'}} {{> talentRankSideProperty data=data property='mod' localizeString='DS4.TalentRankMod'}} {{> talentRankSideProperty data=data property='total' localizeString='DS4.TalentRankTotal' disabled='disabled'}}
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{!-- Effects Tab --}} {{> systems/ds4/templates/item/partials/effects.hbs}}