{{#if document.system.class.value}}
- {{document.system.class.value.name}}
+ {{document.system.class.value.name}}
{{else}}
- {{localize 'TYPES.Item.class'}}
+ {{localize 'TYPES.Item.class'}}
{{/if}}
•
{{#if document.system.class.subclass}}
- {{document.system.class.subclass.name}}
+ {{document.system.class.subclass.name}}
{{else}}
- {{localize 'TYPES.Item.subclass'}}
+ {{localize 'TYPES.Item.subclass'}}
{{/if}}
•
{{#if document.system.community}}
- {{document.system.community.name}}
+ {{document.system.community.name}}
{{else}}
- {{localize 'TYPES.Item.community'}}
+ {{localize 'TYPES.Item.community'}}
{{/if}}
•
{{#if document.system.ancestry}}
- {{document.system.ancestry.name}}
+ {{document.system.ancestry.name}}
{{else}}
- {{localize 'TYPES.Item.ancestry'}}
+ {{localize 'TYPES.Item.ancestry'}}
{{/if}}
{{#if document.system.multiclass.value}}
{{#if document.system.multiclass.value}}
- {{document.system.multiclass.value.name}}
+ {{document.system.multiclass.value.name}}
{{else}}
- {{localize 'DAGGERHEART.GENERAL.multiclass'}}
+ {{localize 'DAGGERHEART.GENERAL.multiclass'}}
{{/if}}
•
{{#if document.system.multiclass.subclass}}
- {{document.system.multiclass.subclass.name}}
+ {{document.system.multiclass.subclass.name}}
{{else}}
- {{localize 'TYPES.Item.subclass'}}
+ {{localize 'TYPES.Item.subclass'}}
{{/if}}
{{/if}}
@@ -95,7 +96,7 @@
{{#each this.attributes as |attribute key|}}
-
+
{{localize (concat 'DAGGERHEART.CONFIG.Traits.' key '.short')}}
{{#if attribute.tierMarked}}
diff --git a/templates/sheets/actors/character/loadout.hbs b/templates/sheets/actors/character/loadout.hbs
index 887f1b2b..5a1d675e 100644
--- a/templates/sheets/actors/character/loadout.hbs
+++ b/templates/sheets/actors/character/loadout.hbs
@@ -1,8 +1,5 @@
-
+
@@ -13,29 +10,28 @@
-
- {{#if this.abilities.loadout.listView}}
- {{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=(localize 'DAGGERHEART.GENERAL.Tabs.loadout') type='domainCard' isGlassy=true cardView='list'}}
- {{else}}
- {{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=(localize 'DAGGERHEART.GENERAL.Tabs.loadout') type='domainCard' isGlassy=true cardView='card'}}
- {{/if}}
+ {{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs'
+ title=(localize 'DAGGERHEART.GENERAL.Tabs.loadout')
+ type='domainCard'
+ isGlassy=true
+ cardView=(ifThen listView "list" "card")}}
- {{#if this.abilities.loadout.listView}}
- {{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=(localize 'DAGGERHEART.GENERAL.Tabs.vault') type='domainCard' isVault=true isGlassy=true cardView='list'}}
- {{else}}
- {{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=(localize 'DAGGERHEART.GENERAL.Tabs.vault') type='domainCard' isVault=true isGlassy=true cardView='card'}}
- {{/if}}
-
-
+ {{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs'
+ title=(localize 'DAGGERHEART.GENERAL.Tabs.vault')
+ type='domainCard'
+ isVault=true
+ isGlassy=true
+ cardView=(ifThen listView "list" "card")}}
\ No newline at end of file
diff --git a/templates/sheets/actors/character/sidebar.hbs b/templates/sheets/actors/character/sidebar.hbs
index f1e2b345..df275472 100644
--- a/templates/sheets/actors/character/sidebar.hbs
+++ b/templates/sheets/actors/character/sidebar.hbs
@@ -1,7 +1,7 @@