{{!-- Action Type --}}
{{#if system.actionType}} {{!-- Ability Modifier --}}
{{#if system.hasAttack}} {{!-- Attack Roll Bonus --}}
{{!-- Critical Hit Threshold --}}
{{numberInput system.critical.threshold name="system.critical.threshold" placeholder="20" max=20 min=1 step=1}}
{{!-- Critical Hit Damage --}}
{{/if}} {{!-- Damage Formula --}}

{{#unless isHealing}}{{ localize "DND5E.Damage" }}{{ else }}{{ localize "DND5E.Healing" }}{{/unless}} {{ localize "DND5E.Formula" }}

    {{#each system.damage.parts as |part i| }}
  1. {{/each}}
{{!-- Versatile Damage --}} {{#if system.damage.parts.length }}
{{/if}} {{!-- Other Formula --}}
{{!-- Saving Throw --}}
{{ localize "DND5E.VsDC" }}
{{!-- Chat Message Flavor --}}
{{/if}}