{{!log 'chat-message' this}}
    {{#if (eq rollType "skill")}}
  • {{localize "FTLNOMAD.Label.skillRoll"}}
  • {{/if}} {{#if (eq rollType "damage")}}
  • Weapon Damage
  • {{weapon.name}}
  • {{else}} {{#if weapon}}
  • Weapon : {{weapon.name}}
  • Aspects : {{weapon.system.aspect}}
  • {{/if}} {{/if}}
  • {{localize rollItem.label}} : {{fullFormula}}
  • {{#if (eq rollType "damage")}}{{else}} {{#if isEncumbered}}
  • Encumbered : -1D
  • {{/if}}
  • {{localize "FTLNOMAD.Label.modifier"}} : {{skillModifier}}D {{rangeModifier}}D {{numericModifier}}D
  • {{/if}} {{#if (eq rollType "damage")}}{{else}} {{#if isSuccess}}
  • {{localize "FTLNOMAD.Label.success"}}
  • {{/if}} {{#if isFailure}}
  • {{localize "FTLNOMAD.Label.failure"}}
  • {{/if}} {{/if}}
{{#if isDamage}}
{{#if (and isGM hasTarget)}} {{{localize "FTLNOMAD.Roll.displayArmor" targetName=targetName targetArmor=targetArmor realDamage=realDamage }}} {{/if}}
{{/if}} {{#unless isPrivate}}

{{total}}

{{formula}}
{{{tooltip}}}
{{/unless}}