DataModels + Appv2 migration : OK
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<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"}} : {{remainingPP}}</strong></h4>
|
||||
<div class="bol-spell-card">
|
||||
<div class="spell-card-header">
|
||||
<img class="spell-img" src="{{spell.img}}" alt="{{spell.name}}"/>
|
||||
<div class="spell-card-title">
|
||||
<span class="spell-name">{{spell.name}}</span>
|
||||
<div class="spell-stats">
|
||||
<span class="spell-stat-badge cost"><i class="fas fa-bolt"></i> {{localize "BOL.chat.spellcost"}} : {{ppCost}}</span>
|
||||
{{#if remainingPP}}<span class="spell-stat-badge remaining"><i class="fas fa-battery-half"></i> {{localize "BOL.chat.spellremaining"}} : {{remainingPP}}</span>{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user