{{#if (eq (checkSystemsetting "viewBiotabPermission") "full")}}
{{#if (eqAny actor.type config.sheettype.werewolf config.sheettype.changingbreed)}} {{#if (eq actor.type config.sheettype.werewolf)}} {{> (dtSvgDie 'frenzy' actor.type actor.system.settings.variantsheet)}} {{/if}} {{> (dtSvgDie 'shapechange' actor.type actor.system.settings.variantsheet)}} {{#if actor.system.settings.hasrage}} {{> (dtSvgDie 'remainactive' actor.type actor.system.settings.variantsheet)}} {{/if}} {{/if}} {{#if (eq actor.type config.sheettype.vampire)}} {{#if (eq actor.system.advantages.virtues.selfcontrol.label "wod.advantages.virtue.selfcontrol")}} {{> (dtSvgDie 'frenzy' actor.type actor.system.settings.variantsheet)}} {{/if}} {{/if}} {{#if (eq actor.type config.sheettype.mage)}} {{> (dtSvgDie 'spellcasting' actor.type actor.system.settings.variantsheet)}} {{/if}} {{> (dtSvgDie 'initiative' actor.type actor.system.settings.variantsheet)}} {{> (dtSvgDie 'soak' actor.type actor.system.settings.variantsheet)}} {{> (dtSvgDie 'd10' actor.type actor.system.settings.variantsheet)}}
{{/if}}