
@@ -22,11 +22,9 @@
{{else}}
-
+
{{#if (isNullish system.leader.manualSuccess)}}
-
{{system.leader.result.total}}
-
@@ -47,17 +45,23 @@
{{/unless}}
- {{#unless (isNullish system.leader.manualSuccess)}}
+ {{#if system.leader.result}}
{{localize "DAGGERHEART.UI.Chat.dualityRoll.abilityCheckTitle" ability=(localize (concat "DAGGERHEART.CONFIG.Traits." system.leader.trait ".name"))}}
- {{system.leader.result.total}}{{#unless (isNullish system.totalModifier)}} {{#if (gte system.totalModifier 0)}}+{{else}}-{{/if}} {{positive system.totalModifier}}{{/unless}}
+
+ {{system.leader.result.total}}
+ {{#unless (isNullish system.totalModifier)}}
+ {{#if (gte system.totalModifier 0)}}+{{else}}-{{/if}}
+ {{positive system.totalModifier}} = {{add system.leader.result.total system.totalModifier}}
+ {{/unless}}
+
{{localize "DAGGERHEART.GENERAL.withThing" thing=system.leader.result.result.label}}
- {{/unless}}
+ {{/if}}