diff --git a/templates/sheets/actors/adversary/sidebar.hbs b/templates/sheets/actors/adversary/sidebar.hbs index 6b21e382..e40109d5 100644 --- a/templates/sheets/actors/adversary/sidebar.hbs +++ b/templates/sheets/actors/adversary/sidebar.hbs @@ -82,7 +82,7 @@ {{> 'daggerheart.inventory-item' item=document.system.attack type='action' - showLabels=true + hideTags=true hideDescription=true hideTooltip=true }} diff --git a/templates/sheets/actors/character/features.hbs b/templates/sheets/actors/character/features.hbs index ec9d46ea..15fa4108 100644 --- a/templates/sheets/actors/character/features.hbs +++ b/templates/sheets/actors/character/features.hbs @@ -5,7 +5,6 @@ {{#if category.values}} {{> 'daggerheart.inventory-items' - isGlassy=true title=category.title type='feature' collection=category.values diff --git a/templates/sheets/actors/character/sidebar.hbs b/templates/sheets/actors/character/sidebar.hbs index f700c66c..67bd9ff8 100644 --- a/templates/sheets/actors/character/sidebar.hbs +++ b/templates/sheets/actors/character/sidebar.hbs @@ -80,7 +80,7 @@ {{> 'daggerheart.inventory-item' item=item type=item.type - showLabels=true + hideTags=true hideDescription=true }} {{/if}} @@ -98,7 +98,7 @@ {{> 'daggerheart.inventory-item' item=card type='domainCard' - showLabels=true + hideTags=true hideDescription=true }} diff --git a/templates/sheets/actors/companion/details.hbs b/templates/sheets/actors/companion/details.hbs index 36f71ee7..58501742 100644 --- a/templates/sheets/actors/companion/details.hbs +++ b/templates/sheets/actors/companion/details.hbs @@ -11,7 +11,7 @@ {{> 'daggerheart.inventory-item' item=document.system.partner type='companion' - showLabels=true + hideTags=true hideDescription=true isActor=true hideTooltip=true @@ -31,7 +31,7 @@ {{> 'daggerheart.inventory-item' item=document.system.attack type='action' - showLabels=true + hideTags=true hideDescription=true hideTooltip=true }}