Skip to content

Commit

Permalink
fix(adjustment chat): tweak the message when capping effect
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance authored and phBalance committed Jan 1, 2024
1 parent 8bd85e7 commit 821b5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/chat/apply-adjustment-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

{{#each adjustments as | adj |}}
<div class="card-section">
{{../item.system.XMLID}} {{#if ../isFade}}fade of{{/if}} {{abs ../adjustmentDamageRaw}} Active Points{{#if (ne adj.activePointEffectLostDueToMax 0)}} with {{abs adj.activePointEffectLostDueToMax}} lost due to reaching maximum effect{{/if}}.
{{../item.system.XMLID}} {{#if ../isFade}}fade of{{/if}} {{abs ../adjustmentDamageRaw}} Active Points
{{#if (ne adj.activePointEffectLostDueToMax 0)}} with {{abs adj.activePointEffectLostDueToMax}} Active Points of adjustment action lost due to reaching maximum cumulative effect{{/if}}.

{{#if (lt adj.adjustmentDamageThisApplication 0)}}
{{abs adj.adjustmentDamageThisApplication}} {{adj.adjustmentTarget}} gained.
Expand Down

0 comments on commit 821b5be

Please sign in to comment.