Minor fixes from v14 feedback
Release Creation / build (release) Successful in 8m22s

This commit is contained in:
2026-05-23 23:07:10 +02:00
parent d120da6718
commit b877262283
93 changed files with 321 additions and 279 deletions
+4 -4
View File
@@ -109,19 +109,19 @@
{{/if}}
{{#if rune}}
<div class="detail-row">
<span class="detail-label">Rune :</span>
<span class="detail-label">{{localize "MNBL.rune"}} :</span>
<span class="detail-value">{{rune.name}}{{#if rune.system.formule}}{{rune.system.formule}}{{/if}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Mode :</span>
<span class="detail-label">{{localize "MNBL.mode"}} :</span>
<span class="detail-value">{{runemode}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Pouvoir / Durée :</span>
<span class="detail-label">{{localize "MNBL.soulpoints"}} / {{localize "MNBL.duration"}} :</span>
<span class="detail-value">{{runeame}} pts → {{runeduree}} action(s) complexe(s)</span>
</div>
<div class="detail-row">
<span class="detail-label">Coût en Âme :</span>
<span class="detail-label">{{localize "MNBL.soulcost"}} :</span>
<span class="detail-value">{{runeAmeCout}} pts</span>
</div>
{{/if}}