diff --git a/src/lang/en.json b/src/lang/en.json index 42437b0e..800cb596 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -12,10 +12,11 @@ "DS4.OpponentDefenseAbbr": "OD", "DS4.AttackTypeMelee": "Melee", "DS4.AttackTypeRanged": "Ranged", - "DS4.AttackTypeMeleeRanged": "Melee / Ranged", + "DS4.AttackTypeMeleeRanged": "Melee / Ranged", "DS4.Quantity": "Quantity", "DS4.PriceGold": "Price (Gold)", "DS4.StorageLocation": "Stored at", + "DS4.ItemEquipped": "Item equipped?", "DS4.ItemAvailability": "Availability", "DS4.ItemAvailabilityHamlet": "Hamlet", "DS4.ItemAvailabilityVilage": "Village", diff --git a/src/templates/actor/partials/items.hbs b/src/templates/actor/partials/items.hbs index 874f1fe9..a4625233 100644 --- a/src/templates/actor/partials/items.hbs +++ b/src/templates/actor/partials/items.hbs @@ -1,4 +1,3 @@ -{{!-- TODO: hover shows complete name of abbreviations --}} {{!-- TODO: Where possible use icons with complete names as hovers instead of long names --}} {{!-- Tab with overview and quick-actions on owned items --}}
@@ -8,15 +7,15 @@
  1. -
    {{!-- equipped --}} {{!-- SPECIFIC --}} +
    E
    {{!-- equipped --}} {{!-- SPECIFIC --}}
    -
    #
    {{!-- amount --}} +
    #
    {{!-- amount --}}
    {{localize "DS4.ItemName"}}
    -
    {{localize "DS4.AttackTypeAbbr"}}
    {{!-- SPECIFIC --}} +
    {{localize "DS4.AttackTypeAbbr"}}
    {{!-- SPECIFIC --}}
    -
    {{localize "DS4.WeaponBonusAbbr"}}
    {{!-- SPECIFIC --}} -
    {{localize "DS4.OpponentDefenseAbbr"}}
    {{!-- SPECIFIC --}} +
    {{localize "DS4.WeaponBonusAbbr"}}
    {{!-- SPECIFIC --}} +
    {{localize "DS4.OpponentDefenseAbbr"}}
    {{!-- SPECIFIC --}}
    {{localize "DS4.Description"}}
    {{!-- add button --}} @@ -66,14 +65,14 @@
    1. -
      {{!-- equipped --}} {{!-- SPECIFIC --}} +
      E
      {{!-- equipped --}} {{!-- SPECIFIC --}}
      -
      #
      {{!-- amount --}} +
      #
      {{!-- amount --}}
      {{localize "DS4.ItemName"}}
      -
      {{localize "DS4.ArmorMaterialTypeAbbr"}}
      {{!-- SPECIFIC --}} -
      {{localize "DS4.ArmorTypeAbbr"}}
      {{!-- SPECIFIC --}} -
      {{localize "DS4.ArmorValueAbbr"}}
      {{!-- SPECIFIC --}} +
      {{localize "DS4.ArmorMaterialTypeAbbr"}}
      {{!-- SPECIFIC --}} +
      {{localize "DS4.ArmorTypeAbbr"}}
      {{!-- SPECIFIC --}} +
      {{localize "DS4.ArmorValueAbbr"}}
      {{!-- SPECIFIC --}}
      {{localize "DS4.Description"}}
      {{!-- add button --}}
      {{!-- SPECIFIC --}} @@ -95,7 +94,7 @@
      {{!-- amount --}} -
      {{itemData.quantity}}
      +
      {{itemData.quantity}}
{{!-- name --}}

{{item.name}}

@@ -121,12 +120,12 @@
  1. -
    {{!-- equipped --}} {{!-- SPECIFIC --}} +
    E
    {{!-- equipped --}} {{!-- SPECIFIC --}}
    -
    #
    {{!-- amount --}} +
    #
    {{!-- amount --}}
    {{localize "DS4.ItemName"}}
    -
    {{localize "DS4.ArmorValueAbbr"}}
    {{!-- SPECIFIC --}} +
    {{localize "DS4.ArmorValueAbbr"}}
    {{!-- SPECIFIC --}}
    {{localize "DS4.Description"}}
    {{!-- add button --}}
    {{!-- SPECIFIC --}} @@ -148,7 +147,7 @@
    {{!-- amount --}} -
    {{itemData.quantity}}
    +
    {{itemData.quantity}}
    {{!-- name --}}

    {{item.name}}

    @@ -171,9 +170,9 @@
    1. -
      {{!-- equipped --}} {{!-- SPECIFIC --}} +
      E
      {{!-- equipped --}} {{!-- SPECIFIC --}}
      -
      #
      {{!-- amount --}} +
      #
      {{!-- amount --}}
      {{localize "DS4.ItemName"}}
      {{localize "DS4.StorageLocation"}}
      {{!-- SPECIFIC --}} @@ -198,7 +197,7 @@ {{!-- amount --}} -
      {{itemData.quantity}}
      +
      {{itemData.quantity}}
      {{!-- name --}}

      {{item.name}}

      @@ -222,7 +221,7 @@
    2. -
      #
      {{!-- amount --}} +
      #
      {{!-- amount --}}
      {{localize "DS4.ItemName"}}
      {{localize "DS4.StorageLocation"}}
      {{!-- SPECIFIC --}} @@ -243,7 +242,7 @@ {{!-- amount --}} -
      {{itemData.quantity}}
      +
      {{itemData.quantity}}
      {{!-- name --}}

      {{item.name}}