Automatisations de combats, WIP
This commit is contained in:
@@ -20,6 +20,16 @@
|
||||
<ul>
|
||||
<li class="mournblade-roll">Attribut : {{attr.label}}</li>
|
||||
|
||||
{{#if arme}}
|
||||
<li>Arme : {{arme.name}} (+{{arme.system.bonusmaniementoff}})</li>
|
||||
{{#if defender}}
|
||||
<li>Cible : {{defender.name}}</li>
|
||||
{{/if}}
|
||||
{{#if typeAttaque}}
|
||||
<li>Attaque : {{lookup config.attaques typeAttaque}}</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if competence}}
|
||||
<li>Compétence : {{competence.name}}</li>
|
||||
{{/if}}
|
||||
@@ -39,15 +49,15 @@
|
||||
<li>{{textBonus}} : {{bonusRoll.total}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if arme}}
|
||||
<li>Arme : {{arme.name}} (+{{arme.system.bonusmaniementoff}})</li>
|
||||
{{/if}}
|
||||
|
||||
<li>Formule : {{diceFormula}}</li>
|
||||
<li>Dé : {{diceResult}}</li>
|
||||
|
||||
{{#if difficulte}}
|
||||
<li>Difficulté : {{difficulte}}</li>
|
||||
<li>Difficulté : {{difficulte}}
|
||||
{{#if (and arm.system.isMelee armeDefense)}}
|
||||
({{armeDefense.name}})
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
<li></li>
|
||||
@@ -76,6 +86,13 @@
|
||||
</li>
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
|
||||
{{#if (and arme isSuccess)}}
|
||||
<li>
|
||||
<button class="chat-card-button chat-card-button-degats arme-roll-degats"> Lancer les dégats ! </button>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user