{{item.name}}
{{#if item.system.isrollable}}
{{#if (eq item.system.dice1 "path")}} {{#if (eq actor.system.advantages.path.label 'custom')}}{{../actor.system.advantages.path.custom}}{{else}}{{localize actor.system.advantages.path.label}}{{/if}} {{else if (eq item.system.dice1 "custom")}} {{getSecondaryAbility item.system.dice1 actor item.system.secondaryabilityid}} {{else}} {{localize (getAttributes item.system.dice1)}} {{/if}}
{{#if (eq item.system.dice2 "path")}} {{#if (eq actor.system.advantages.path.label 'custom')}}{{../actor.system.advantages.path.custom}}{{else}}{{localize actor.system.advantages.path.label}}{{/if}} {{else if (eq item.system.dice2 'custom')}} {{getSecondaryAbility item.system.dice2 actor item.system.secondaryabilityid}} {{else}} {{localize (getAbility item.system.dice2 actor)}} {{/if}}
{{#if (eq item.system.difficulty "-1")}} {{localize "wod.labels.varies"}} {{else}} {{item.system.difficulty}} {{/if}}
{{/if}}
{{#if (eq locked false)}} {{#if showclear}} {{/if}} {{/if}} {{#if (showToolTip item)}} {{else}} {{/if}}
{{{getToolTip_v2 item.system.description item.system.details item.system.bonuslist actor}}}