{{localize 'wod.realms.headline'}}
 
{{#each actor.system.listdata.powers.arts.realms as |realm key|}}
 
{{#numLoop realm.max}} {{/numLoop}}
{{/each}}
 
{{#if (ne actor.system.settings.variant 'inanimae')}}
{{localize "wod.power.arts"}}
{{#each (getMainPowerList actor "wod.types.art") as |item id|}} {{> "systems/worldofdarkness/templates/actor/parts/mainpower_list.html" mainpower=item config=../config actor=../actor locked=../locked}} {{/each}} {{else}}
{{localize "wod.power.slivers"}}
{{#each actor.system.listdata.powers.arts.artlist as | item id|}}
{{item.name}}
{{#numLoop item.system.max}} {{/numLoop}}
{{{getToolTip_v2 item.system.description item.system.details item.system.bonuslist ../actor}}}
{{#if (eq ../locked false)}}
{{/if}} {{#if (gt item.system.bonuslist.length 0)}}
{{/if}}
{{#each item.system.bonuslist as |bonus id|}}
{{bonus.name}}
{{getBonusName bonus.type}}
{{bonus.value}}
{{/each}}
{{/each}}
{{/if}}
{{#if actor.system.listdata.powers.arts.hasunlistedarts}}
{{localize "wod.power.unsortedarts"}}
{{#each actor.system.listdata.powers.arts.unlistedarts as | item id|}}
{{item.name}}
{{#if (eq ../locked false)}}
{{/if}}
{{/each}}
{{/if}}