{{!-- Discipline Tab --}}
{{> "systems/worldofdarkness/templates/actor/parts/vampire/disciplines.html"}}
{{#if (eqAnyNot actor.type config.sheettype.werewolf config.sheettype.changingbreed)}} {{!-- Gift Tab --}}
{{> "systems/worldofdarkness/templates/actor/parts/gifts.html"}} {{> "systems/worldofdarkness/templates/actor/parts/werewolf/rites.html"}}
{{/if}} {{!-- Dreaming Tab --}}
{{> "systems/worldofdarkness/templates/actor/parts/changeling/dreaming.html"}}
{{localize 'wod.power.horrors'}}
{{#each actor.system.listdata.powers.horrors as |item id|}} {{> "systems/worldofdarkness/templates/actor/parts/power_list.html" item=item config=../config actor=../actor locked=../locked showclear=false}} {{/each}}
{{localize 'wod.power.stains'}}
{{#each actor.system.listdata.powers.stains as |item id|}} {{> "systems/worldofdarkness/templates/actor/parts/power_list.html" item=item config=../config actor=../actor locked=../locked showclear=false}} {{/each}}
{{!-- Power Tab --}}
{{> "systems/worldofdarkness/templates/actor/parts/creature/power.html"}}
{{!-- Hekau Tab --}}
{{localize "wod.power.hekaus"}}
{{#each (getMainPowerList actor "wod.types.hekau") as |item id|}} {{> "systems/worldofdarkness/templates/actor/parts/mainpower_list.html" mainpower=item config=../config actor=../actor locked=../locked}} {{/each}}
{{#if (gt (couintUnsortedMainPowerList actor "wod.types.hekaupower") 0)}}
{{localize "wod.power.unsortedhekaus"}}
{{#each (getUnsortedMainPowerList actor "wod.types.hekaupower") as | item id|}}
{{item.name}}
{{#if (eq ../locked false)}}
{{/if}}
{{/each}}
{{/if}}
{{!-- Numina Tab --}}
{{#if (eqAny actor.type config.sheettype.werewolf config.sheettype.changingbreed)}}
{{/if}}
{{localize "wod.power.numinas"}}
{{#each (getMainPowerList actor "wod.types.numina") as |item id|}} {{> "systems/worldofdarkness/templates/actor/parts/mainpower_list.html" mainpower=item config=../config actor=../actor locked=../locked}} {{/each}}
{{#if (gt (couintUnsortedMainPowerList actor "wod.types.numinapower") 0)}}
{{localize "wod.power.unsortednuminas"}}
{{#each (getUnsortedMainPowerList actor "wod.types.numinapower") as | item id|}}
{{item.name}}
{{#if (eq ../locked false)}}
{{/if}}
{{/each}}
{{/if}} {{#if (eqAnyNot actor.type config.sheettype.werewolf config.sheettype.changingbreed config.sheettype.exalted)}}
{{> "systems/worldofdarkness/templates/actor/parts/mage/resonance.html"}}
{{/if}} {{#if (eqAny actor.type config.sheettype.werewolf config.sheettype.changingbreed)}}
{{/if}}
{{!-- Exalted Charm Tab--}}
{{> "systems/worldofdarkness/templates/actor/parts/exalted/exalted_charms.html"}}