{{!-- 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 4c131119..71f803bc 100644
--- a/templates/sheets/actor/tabs/biography.hbs
+++ b/templates/sheets/actor/tabs/biography.hbs
@@ -4,14 +4,12 @@ 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 04d14e88..872358f5 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,4 +64,3 @@ 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 4134199e..4cbe470f 100644
--- a/templates/sheets/actor/tabs/character-inventory.hbs
+++ b/templates/sheets/actor/tabs/character-inventory.hbs
@@ -5,7 +5,5 @@ 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 b0ea8d9d..3d606d1b 100644
--- a/templates/sheets/actor/tabs/creature-abilities.hbs
+++ b/templates/sheets/actor/tabs/creature-abilities.hbs
@@ -5,15 +5,13 @@ 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 22260661..4c3fbf2f 100644
--- a/templates/sheets/actor/tabs/creature-inventory.hbs
+++ b/templates/sheets/actor/tabs/creature-inventory.hbs
@@ -5,6 +5,4 @@ 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 3f202525..07862dc3 100644
--- a/templates/sheets/actor/tabs/description.hbs
+++ b/templates/sheets/actor/tabs/description.hbs
@@ -4,6 +4,4 @@ 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 b799fc48..8a13ebf0 100644
--- a/templates/sheets/actor/tabs/effects.hbs
+++ b/templates/sheets/actor/tabs/effects.hbs
@@ -5,15 +5,13 @@ 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 5851ae7c..6d8832e2 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,6 +79,7 @@ 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}}
@@ -96,4 +97,3 @@ 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 3c3668f0..bfd17315 100644
--- a/templates/sheets/actor/tabs/values.hbs
+++ b/templates/sheets/actor/tabs/values.hbs
@@ -4,8 +4,6 @@ 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 2f2d66de..e25ce28f 100644
--- a/templates/sheets/item/alphabet-sheet.hbs
+++ b/templates/sheets/item/alphabet-sheet.hbs
@@ -9,17 +9,25 @@ SPDX-License-Identifier: MIT
{{> systems/ds4/templates/sheets/item/components/item-header.hbs}}
{{!-- Sheet Tab Navigation --}}
-