{{!-- Values Tab --}}
-
- {{> systems/ds4/templates/sheets/actor/tabs/values.hbs}}
-
+ {{> systems/ds4/templates/sheets/actor/tabs/values.hbs}}
{{!-- Inventory Tab --}}
-
- {{> systems/ds4/templates/sheets/actor/tabs/creature-inventory.hbs}}
-
+ {{> systems/ds4/templates/sheets/actor/tabs/creature-inventory.hbs}}
{{!-- Spells Tab --}}
-
- {{> systems/ds4/templates/sheets/actor/tabs/spells.hbs}}
-
+ {{> systems/ds4/templates/sheets/actor/tabs/spells.hbs}}
{{!-- Abilities Tab --}}
-
- {{> systems/ds4/templates/sheets/actor/tabs/creature-abilities.hbs}}
-
+ {{> systems/ds4/templates/sheets/actor/tabs/creature-abilities.hbs}}
{{!-- Effects Tab --}}
-
- {{> systems/ds4/templates/sheets/actor/tabs/effects.hbs}}
-
+ {{> systems/ds4/templates/sheets/actor/tabs/effects.hbs}}
{{!-- Description Tab --}}
-
- {{> systems/ds4/templates/sheets/actor/tabs/description.hbs}}
-
+ {{> systems/ds4/templates/sheets/actor/tabs/description.hbs}}
diff --git a/templates/sheets/actor/tabs/biography.hbs b/templates/sheets/actor/tabs/biography.hbs
index 71f803bc..4c131119 100644
--- a/templates/sheets/actor/tabs/biography.hbs
+++ b/templates/sheets/actor/tabs/biography.hbs
@@ -4,12 +4,14 @@ SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
-
-
-
- {{!-- remove indentation to avoid annoying Handlebars auto-indent --}}
+
+
+
+
+ {{!-- remove indentation to avoid annoying Handlebars auto-indent --}}
{{> systems/ds4/templates/sheets/actor/components/profile.hbs}}
{{> systems/ds4/templates/sheets/actor/components/biography.hbs}}
-
-
+
+
+
diff --git a/templates/sheets/actor/tabs/character-abilities.hbs b/templates/sheets/actor/tabs/character-abilities.hbs
index 872358f5..04d14e88 100644
--- a/templates/sheets/actor/tabs/character-abilities.hbs
+++ b/templates/sheets/actor/tabs/character-abilities.hbs
@@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2021 Gesina Schwalbe
SPDX-License-Identifier: MIT
--}}
-
+
{{!-- TALENT --}}
{{localize 'DS4.ItemTypeTalentPlural'}}
{{#unless (isEmpty itemsByType.talent)}}
@@ -64,3 +64,4 @@ SPDX-License-Identifier: MIT
{{/unless}}
{{> systems/ds4/templates/sheets/shared/components/add-button.hbs title='DS4.UserInteractionAddItemTitle'
documentType='item' type='alphabet'}}
+
diff --git a/templates/sheets/actor/tabs/character-inventory.hbs b/templates/sheets/actor/tabs/character-inventory.hbs
index 4cbe470f..4134199e 100644
--- a/templates/sheets/actor/tabs/character-inventory.hbs
+++ b/templates/sheets/actor/tabs/character-inventory.hbs
@@ -5,5 +5,7 @@ SPDX-FileCopyrightText: 2021 Gesina Schwalbe
SPDX-License-Identifier: MIT
--}}
-{{> systems/ds4/templates/sheets/actor/components/currency.hbs}}
-{{> systems/ds4/templates/sheets/actor/components/items-overview.hbs}}
+
+ {{> systems/ds4/templates/sheets/actor/components/currency.hbs}}
+ {{> systems/ds4/templates/sheets/actor/components/items-overview.hbs}}
+
diff --git a/templates/sheets/actor/tabs/creature-abilities.hbs b/templates/sheets/actor/tabs/creature-abilities.hbs
index 3d606d1b..b0ea8d9d 100644
--- a/templates/sheets/actor/tabs/creature-abilities.hbs
+++ b/templates/sheets/actor/tabs/creature-abilities.hbs
@@ -5,13 +5,15 @@ SPDX-FileCopyrightText: 2021 Gesina Schwalbe
SPDX-License-Identifier: MIT
--}}
-{{#unless (isEmpty itemsByType.specialCreatureAbility)}}
-
- {{> systems/ds4/templates/sheets/actor/components/item-list-header.hbs type='specialCreatureAbility'}}
- {{#each itemsByType.specialCreatureAbility as |item id|}}
- {{> systems/ds4/templates/sheets/actor/components/item-list-entry.hbs item=item}}
- {{/each}}
-
-{{/unless}}
-{{> systems/ds4/templates/sheets/shared/components/add-button.hbs title='DS4.UserInteractionAddItemTitle'
-documentType='item' type='specialCreatureAbility'}}
+
+ {{#unless (isEmpty itemsByType.specialCreatureAbility)}}
+
+ {{> systems/ds4/templates/sheets/actor/components/item-list-header.hbs type='specialCreatureAbility'}}
+ {{#each itemsByType.specialCreatureAbility as |item id|}}
+ {{> systems/ds4/templates/sheets/actor/components/item-list-entry.hbs item=item}}
+ {{/each}}
+
+ {{/unless}}
+ {{> systems/ds4/templates/sheets/shared/components/add-button.hbs title='DS4.UserInteractionAddItemTitle'
+ documentType='item' type='specialCreatureAbility'}}
+
diff --git a/templates/sheets/actor/tabs/creature-inventory.hbs b/templates/sheets/actor/tabs/creature-inventory.hbs
index 4c3fbf2f..22260661 100644
--- a/templates/sheets/actor/tabs/creature-inventory.hbs
+++ b/templates/sheets/actor/tabs/creature-inventory.hbs
@@ -5,4 +5,6 @@ SPDX-FileCopyrightText: 2021 Gesina Schwalbe
SPDX-License-Identifier: MIT
--}}
-{{> systems/ds4/templates/sheets/actor/components/items-overview.hbs}}
+
+ {{> systems/ds4/templates/sheets/actor/components/items-overview.hbs}}
+
diff --git a/templates/sheets/actor/tabs/description.hbs b/templates/sheets/actor/tabs/description.hbs
index 07862dc3..3f202525 100644
--- a/templates/sheets/actor/tabs/description.hbs
+++ b/templates/sheets/actor/tabs/description.hbs
@@ -4,4 +4,6 @@ SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
-{{> systems/ds4/templates/sheets/actor/components/description.hbs}}
+
+ {{> systems/ds4/templates/sheets/actor/components/description.hbs}}
+
diff --git a/templates/sheets/actor/tabs/effects.hbs b/templates/sheets/actor/tabs/effects.hbs
index 8a13ebf0..b799fc48 100644
--- a/templates/sheets/actor/tabs/effects.hbs
+++ b/templates/sheets/actor/tabs/effects.hbs
@@ -5,13 +5,15 @@ SPDX-FileCopyrightText: 2021 Gesina Schwalbe
SPDX-License-Identifier: MIT
--}}
-{{#unless (isEmpty enrichedEffects)}}
-
- {{> systems/ds4/templates/sheets/actor/components/effect-list-header.hbs}}
- {{#each enrichedEffects as |effectData id| }}
- {{> systems/ds4/templates/sheets/actor/components/effect-list-entry.hbs effectData=effectData}}
- {{/each}}
-
-{{/unless}}
-{{> systems/ds4/templates/sheets/shared/components/add-button.hbs title='DS4.UserInteractionAddEffectTitle'
-documentType='effect'}}
+
+ {{#unless (isEmpty enrichedEffects)}}
+
+ {{> systems/ds4/templates/sheets/actor/components/effect-list-header.hbs}}
+ {{#each enrichedEffects as |effectData id| }}
+ {{> systems/ds4/templates/sheets/actor/components/effect-list-entry.hbs effectData=effectData}}
+ {{/each}}
+
+ {{/unless}}
+ {{> systems/ds4/templates/sheets/shared/components/add-button.hbs title='DS4.UserInteractionAddEffectTitle'
+ documentType='effect'}}
+
diff --git a/templates/sheets/actor/tabs/spells.hbs b/templates/sheets/actor/tabs/spells.hbs
index 6d8832e2..5851ae7c 100644
--- a/templates/sheets/actor/tabs/spells.hbs
+++ b/templates/sheets/actor/tabs/spells.hbs
@@ -42,7 +42,7 @@ titleKey=titleKey}}
{{!-- ======================================================================== --}}
-
+
{{#unless (isEmpty itemsByType.spell)}}
{{#> systems/ds4/templates/sheets/actor/components/item-list-header.hbs isEquipable=true hideDescription=true
@@ -79,7 +79,6 @@ titleKey=titleKey}}
'')}}{{item.system.spellModifier.numerical}}{{else}}{{item.system.spellModifier.complex}}{{/if}}
-
{{!-- max. distance --}}
{{> distanceUnit titleKey='DS4.SpellDistance' unitDatum=item.system.maxDistance
config=@root/config}}
@@ -97,3 +96,4 @@ titleKey=titleKey}}
{{/unless}}
{{> systems/ds4/templates/sheets/shared/components/add-button.hbs title='DS4.UserInteractionAddItemTitle'
documentType='item' type='spell'}}
+
diff --git a/templates/sheets/actor/tabs/values.hbs b/templates/sheets/actor/tabs/values.hbs
index bfd17315..3c3668f0 100644
--- a/templates/sheets/actor/tabs/values.hbs
+++ b/templates/sheets/actor/tabs/values.hbs
@@ -4,6 +4,8 @@ SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
-{{> systems/ds4/templates/sheets/actor/components/core-values.hbs}}
-{{> systems/ds4/templates/sheets/actor/components/combat-values.hbs}}
-{{> systems/ds4/templates/sheets/actor/components/checks.hbs}}
+
+ {{> systems/ds4/templates/sheets/actor/components/core-values.hbs}}
+ {{> systems/ds4/templates/sheets/actor/components/combat-values.hbs}}
+ {{> systems/ds4/templates/sheets/actor/components/checks.hbs}}
+
diff --git a/templates/sheets/item/alphabet-sheet.hbs b/templates/sheets/item/alphabet-sheet.hbs
index e25ce28f..2f2d66de 100644
--- a/templates/sheets/item/alphabet-sheet.hbs
+++ b/templates/sheets/item/alphabet-sheet.hbs
@@ -9,25 +9,17 @@ SPDX-License-Identifier: MIT
{{> systems/ds4/templates/sheets/item/components/item-header.hbs}}
{{!-- Sheet Tab Navigation --}}
-