- {{#each this.modifiers}}
-
- {{this.label}}
-
- {{/each}}
- {{#if this.advantage.value}}
-
- {{localize "DAGGERHEART.General.Advantage.Full"}}
-
- {{/if}}
- {{#if this.disadvantage.value}}
-
- {{localize "DAGGERHEART.General.Disadvantage.Full"}}
-
- {{/if}}
+ {{/each}}
+ {{#if advantageState}}
+
+ {{localize "DAGGERHEART.General.Advantage.Full"}}
-
-
-
-
{{localize "DAGGERHEART.General.Hope"}}
-
-
-

-
-
{{hope.value}}
-
-
-
-
{{localize "DAGGERHEART.General.Fear"}}
-
-
-

-
-
{{fear.value}}
-
-
- {{#if this.advantage.value}}
-
-
-

-
{{this.advantage.value}}
-
-
- {{/if}}
- {{#if this.disadvantage.value}}
-
-
-

-
{{this.disadvantage.value}}
-
-
- {{/if}}
- {{#if this.modifierTotal.value}}
{{this.modifierTotal.label}}
{{/if}}
-
- {{#if (not this.damage.value)}}
-
-
{{this.total}} {{#if (eq dualityResult 1)}}With Hope{{else}}{{#if (eq dualityResult 2)}}With Fear{{else}}Critical Success{{/if}}{{/if}}
-
- {{/if}}
-
-
-
-
-
{{#if (eq dualityResult 1)}}With Hope{{else}}{{#if (eq dualityResult 2)}}With Fear{{else}}Critical Success{{/if}}{{/if}}
-
+ {{/if}}
+ {{#if (eq advantageState false)}}
+
+ {{localize "DAGGERHEART.General.Disadvantage.Full"}}
{{/if}}
- {{> "systems/daggerheart/templates/sheets/pc/sections/loadout.hbs" abilities=this.abilities actor=this.document config=this.config }}
+ {{> "systems/daggerheart/templates/sheets/character/sections/loadout.hbs" abilities=this.abilities actor=this.document config=this.config }}
- {{> "systems/daggerheart/templates/sheets/pc/sections/inventory.hbs" inventory=this.inventory }}
+ {{> "systems/daggerheart/templates/sheets/character/sections/inventory.hbs" inventory=this.inventory }}
diff --git a/templates/sheets/pc/parts/advancementCard.hbs b/templates/sheets/character/parts/advancementCard.hbs
similarity index 100%
rename from templates/sheets/pc/parts/advancementCard.hbs
rename to templates/sheets/character/parts/advancementCard.hbs
diff --git a/templates/sheets/pc/parts/heritageCard.hbs b/templates/sheets/character/parts/heritageCard.hbs
similarity index 100%
rename from templates/sheets/pc/parts/heritageCard.hbs
rename to templates/sheets/character/parts/heritageCard.hbs
diff --git a/templates/sheets/pc/sections/inventory.hbs b/templates/sheets/character/sections/inventory.hbs
similarity index 100%
rename from templates/sheets/pc/sections/inventory.hbs
rename to templates/sheets/character/sections/inventory.hbs
diff --git a/templates/sheets/pc/sections/loadout.hbs b/templates/sheets/character/sections/loadout.hbs
similarity index 95%
rename from templates/sheets/pc/sections/loadout.hbs
rename to templates/sheets/character/sections/loadout.hbs
index 62d76d1e..4feeebe8 100644
--- a/templates/sheets/pc/sections/loadout.hbs
+++ b/templates/sheets/character/sections/loadout.hbs
@@ -13,7 +13,7 @@
{{#if abilities.foundation.ancestry}}
- {{> "systems/daggerheart/templates/sheets/pc/parts/heritageCard.hbs" card=abilities.foundation.ancestry }}
+ {{> "systems/daggerheart/templates/sheets/character/parts/heritageCard.hbs" card=abilities.foundation.ancestry }}
{{else}}