
{{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 (gt nbAdvantages 0)}}
- With Advantage !
{{/if}}
{{#if (gt nbDisadvantages 0)}}
- With Disadvantages !
{{/if}}
- Results :
{{#each results as |result|}}
{{result.result}}
{{/each}}
{{#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 (eq resultType "unknown")}}
-
{{localize "HELLBORN.Label.unknown"}}
{{/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}}