{{#if target}}
- Target Roll : {{target}}-
{{/if}}
{{#if weapon}}
- Weapon : {{weapon.name}}
{{/if}}
{{#if maneuver}}
- Maneuver : {{maneuver.name}}
{{/if}}
{{#if power}}
- Power : {{power.name}}
{{/if}}
{{#if rollSource}}
- Roll : {{rollSource}}
{{/if}}
{{#if charac}}
- CHAR : {{charac.label}}
{{/if}}
{{#if item}}
- {{item.name}} ({{upperFirst item.type}})
{{#if (eq item.type "maneuver")}}
- {{item.system.effects}}
{{#if item.system.haseffectroll}}
- {{item.system.effectrollformula}}
{{/if}}
{{/if}}
{{/if}}
{{#if (exists bonusMalus)}}
- Bonus/Penalty : {{bonusMalus}}
{{/if}}
- TOTAL : {{result}}
{{#if (exists margin)}}
({{#if isSuccess}}Success!!{{else}}Failure!{{/if}})
{{/if}}
{{#if (exists bodyValue)}}
- BODY : {{bodyValue}}
{{/if}}
{{#if (exists margin)}}
- Margin : {{margin}}
{{/if}}