diff --git a/src/templates/actor/partials/items-overview.hbs b/src/templates/actor/partials/items-overview.hbs index b5e48e99..eb5df42b 100644 --- a/src/templates/actor/partials/items-overview.hbs +++ b/src/templates/actor/partials/items-overview.hbs @@ -65,17 +65,17 @@
  • {{!-- equipped --}} {{#if (ne item.type 'loot')}} - {{/if}} {{!-- image --}}
    {{!-- amount --}} - {{!-- name --}} - + {{!-- item type specifics --}} {{> @partial-block}} {{!-- description --}} @@ -168,8 +168,8 @@ {{/itemListHeader}} {{#each itemsByType.equipment as |item id|}} {{#> itemListEntry item=item }} - + {{/itemListEntry}} {{/each}} @@ -184,8 +184,8 @@ {{/itemListHeader}} {{#each itemsByType.loot as |item id|}} {{#> itemListEntry item=item }} - + {{/itemListEntry}} {{/each}} diff --git a/src/templates/actor/partials/spells-overview.hbs b/src/templates/actor/partials/spells-overview.hbs index bb97076b..41310255 100644 --- a/src/templates/actor/partials/spells-overview.hbs +++ b/src/templates/actor/partials/spells-overview.hbs @@ -59,13 +59,13 @@ localizationString=localizationString}}
  • {{#each itemsByType.spell as |item id|}}
  • - {{!-- image --}}
    {{!-- name --}} - {{!-- spell type --}}
    {{!-- spell bonus --}} - {{!-- max. distance --}} {{> distanceUnit localizationString='DS4.SpellMaxDistance' unitDatum=item.data.data.maxDistance diff --git a/src/templates/actor/partials/talents-abilities-overview.hbs b/src/templates/actor/partials/talents-abilities-overview.hbs index 70a4d43c..3bac632a 100644 --- a/src/templates/actor/partials/talents-abilities-overview.hbs +++ b/src/templates/actor/partials/talents-abilities-overview.hbs @@ -24,14 +24,14 @@ !-- Render an input element for a rank value property of an item. !-- !-- @param item: the item -!-- @param property: the key of the property in item.data.data (if 'base', the max value is set automatically) +!-- @param property: the key of the property in item.data (if 'base', the max value is set automatically) !-- @param disabled: if given, is placed plainly into the input as HTML property; !-- meant to be set to "disabled" to disable the input element --}} {{#*inline "talentRankValue"}} + }}max="{{item.data.rank.max}}" {{/if}} {{disabled}} data-property="data.rank.{{property}}" + value="{{lookup item.data.rank property}}" title="{{localize localizeString}}" /> {{/inline}} @@ -50,7 +50,7 @@ {{!-- name --}} + data-property="name" title="{{htmlToPlainText item.data.description}}">
    {{!-- acquired rank --}} {{> talentRankValue item=item property='base' localizeString='DS4.TalentRankBase'}} @@ -65,8 +65,8 @@ {{> talentRankValue item=item property='total' localizeString='DS4.TalentRankTotal' disabled='disabled'}}
    {{!-- description --}} -
    - {{{item.data.data.description}}}
    +
    + {{{item.data.description}}}
    {{!-- control buttons --}} {{> systems/ds4/templates/actor/partials/overview-control-buttons.hbs }}
  • @@ -89,10 +89,10 @@ {{!-- name --}} + data-property="name" title="{{htmlToPlainText item.data.description}}""> {{!-- description --}} -
    - {{{item.data.data.description}}}
    +
    + {{{item.data.description}}}
    {{!-- control buttons --}} {{> systems/ds4/templates/actor/partials/overview-control-buttons.hbs }}