{{#if img}}
{{/if}}
{{#if target}}
- Target Roll : {{target}}-
{{/if}}
{{#if rollSource}}
- Roll : {{rollSource}}
{{/if}}
{{#if charac}}
- CHAR : {{charac.label}}
{{/if}}
{{#if item}}
- {{item.name}} ({{upperFirst item.type}})
{{/if}}
{{#if (exists bonusMalus)}}
- Bonus/Penalty : {{bonusMalus}}
{{/if}}
- Result : {{result}}
{{#if (exists margin)}}
({{#if isSuccess}}Success!!{{else}}Failure!{{/if}})
{{/if}}
{{#if (exists bodyValue)}}
- BODY : {{bodyValue}}
{{/if}}
{{#if (exists margin)}}
- Margin : {{margin}}
{{/if}}