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