DAtaModels + Appv2 migration : OK
This commit is contained in:
29
.history/templates/chat-degats-result_20251026134457.html
Normal file
29
.history/templates/chat-degats-result_20251026134457.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<div class="chat-message-header">
|
||||
{{#if actorImg}}
|
||||
<img class="actor-icon" src="{{actorImg}}" alt="{{alias}}" />
|
||||
{{/if}}
|
||||
<h4 class=chat-actor-name>{{alias}}</h4>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
{{#if actionImg}}
|
||||
<div>
|
||||
<img class="chat-icon" src="{{actionImg}}" alt="{{name}}" />
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="flexcol">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li><strong>Arme</strong> : {{arme.name}} (+{{arme.system.totalDegats}})</li>
|
||||
<li><strong>Formule</strong> : {{formula}}</li>
|
||||
<li><strong>Dégats</strong> : {{finalResult}}</li>
|
||||
{{#if targetVigueur}}
|
||||
<li><strong>Vigueur de la cible</strong> : {{targetVigueur}}</li>
|
||||
<li><strong>Etats de Combativité supplémentaires perdus (auto)</strong> : {{nbEtatPerdus}} </li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user