- Name : {{title}}
- Damage Effect: {{upperFirst item.system.damageeffect}}
- Damage formula : {{diceFormula}}
- TOTAL : {{result}}
{{#if (or (eq item.system.damageeffect "killing") (eq item.system.damageeffect "normal"))}}
- 1d3 result + STUNx : {{killingMultiplier}} + {{item.system.stunx}}
- STUN : {{stunValue}}
- BODY : {{bodyValue}}
{{/if}}
{{#if (eq item.system.damageeffect "stunonly")}}
- STUN : {{stunValue}}
{{/if}}
{{#if (eq item.system.damageeffect "bodyonly")}}
- BODY : {{stunValue}}
{{/if}}