Automatisations de combats, WIP
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="flexcol">
|
||||
<div class="flexcol">ntfabr
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li>Arme : {{arme.name}} (+{{degatsFormula}})</li>
|
||||
<li>Arme : {{arme.name}} {{#if degatsFormula}} (+{{degatsFormula}}) {{/if}}</li>
|
||||
<li>Information : {{degatsMessage}}</li>
|
||||
<li>Dégats : {{finalResult}} {{#if arme.system.nonletaux}}(Non létaux){{else}}(Létaux){{/if}}</li>
|
||||
{{#if nextBonus}}
|
||||
@@ -27,6 +27,13 @@
|
||||
{{#if nextMalus}}
|
||||
<li>Malus au défenseur pour prochaine action : {{nextMalus}}</li>
|
||||
{{/if}}
|
||||
|
||||
<button class="chat-card-button chat-card-button-degats arme-apply-degats">
|
||||
Appliquer les dégats/bonus/malus
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user