{{#if (eq defenseMode "damage-with-armor")}}
🔰 {{localize "BOL.chat.protectvalue"}} : {{armorProtect}}
{{/if}}
{{#if (eq defenseMode "damage-without-armor")}}
âš {{localize "BOL.chat.noprotectvalue"}}
{{/if}}
{{#if (eq defenseMode "hero-reduce-damage")}}
🔰 {{localize "BOL.chat.protectvalue"}} : {{armorProtect}}
✨ {{localize "BOL.chat.heroreducedamage" total=rollHero.total}}
{{/if}}
{{#if (eq defenseMode "hero-in-extremis")}}
âš” {{localize "BOL.chat.herosplintered" name=weaponHero.name}}
{{/if}}
{{localize "BOL.chat.finaldamage" finalDamage=finalDamage}}