Review fight automation + alchimie
This commit is contained in:
11
templates/chat/rolls/defense-summary-card.hbs
Normal file
11
templates/chat/rolls/defense-summary-card.hbs
Normal file
@ -0,0 +1,11 @@
|
||||
<img class="chat-icon" src="{{defender.img}}" alt="{{defender.name}}"/>
|
||||
<h3>{{localize "BOL.chat.damagesummary" name=name}}</h3>
|
||||
<ul>
|
||||
<li>
|
||||
{{#if (eq finalDamage 0)}}
|
||||
{{localize "BOL.chat.nodamagesummary"}}
|
||||
{{else}}
|
||||
{{localize "BOL.chat.damageresume" name=name}}
|
||||
{{/if}}
|
||||
</li>
|
||||
</ul>
|
@ -1,4 +1,4 @@
|
||||
<h4><strong>{{localize "BOL.chat.spell"}} : {{spell.name}}</strong></h4>
|
||||
<h4><strong>{{localize "BOL.chat.spellcost"}} : {{ppCost}}</strong></h4>
|
||||
<h4><strong>{{localize "BOL.chat.spellremaining"}} : {{sub ppCurrent ppCost}}</strong></h4>
|
||||
<h4><strong>{{localize "BOL.chat.spellremaining"}} : {{remainingPP}}</strong></h4>
|
||||
|
||||
|
Reference in New Issue
Block a user