
{{actorName}}
{{#if (eq rollType "stat")}}
- {{localize "HELLBORN.Label.statRoll"}}
{{/if}}
{{#if weapon}}
- Weapon : {{weapon.name}}
- Properties : {{weapon.system.properties}}
{{/if}}
- {{localize rollItem.label}} : {{rollItem.value}}
- {{localize "HELLBORN.Label.difficulty"}} : {{difficulty}}
{{#if (eq resultType "unknown")}}
-
{{localize "HELLBORN.Label.unknown"}}
{{else}}
{{#if isSuccess}}
{{#if satanicSuccess}}
-
{{localize "HELLBORN.Label.satanicSuccess"}}
{{else}}
-
{{localize "HELLBORN.Label.success"}}
{{/if}}
{{/if}}
{{#if isFailure}}
{{#if fiendishFailure}}
-
{{localize "HELLBORN.Label.fiendishFailure"}}
{{else}}
-
{{localize "HELLBORN.Label.failure"}}
{{/if}}
{{/if}}
{{#if isCritical}}
{{/if}}
{{/if}}
{{#if isDamage}}
{{#if (and isGM hasTarget)}}
{{{localize "HELLBORN.Roll.displayArmor" targetName=targetName targetArmor=targetArmor
realDamage=realDamage}}}
{{/if}}
{{/if}}
{{#unless isPrivate}}
{{total}}
{{formula}}
{{{tooltip}}}
{{/unless}}