Correction de combat
- filtrage des parades selon l'attaque - gestion des tactiques
This commit is contained in:
@@ -11,8 +11,13 @@
|
||||
{{#if (eq active.surprise.key 'totale')}}
|
||||
<span><strong>{{active.name}}</strong> est totalement surpris</span>
|
||||
{{else}}
|
||||
{{log 'attackerRoll' attackerRoll}}
|
||||
<span><strong>{{active.name}}</strong> doit se défendre
|
||||
{{~#if (eq active.surprise.key 'demi')}} avec une significative {{/if}} d'une attaque
|
||||
{{~#if (eq active.surprise.key 'demi')}} avec une significative {{/if}} d'une
|
||||
{{#if (eq attackerRoll.current.attaque.tactique.key 'charge')}}charge
|
||||
{{else if (eq attackerRoll.current.attaque.tactique.key 'feinte')}}feinte
|
||||
{{else}}attaque
|
||||
{{/if}}
|
||||
{{~#if attackerRoll.particuliere}} <strong>particulière en
|
||||
{{~#if (eq attackerRoll.particuliere 'finesse')}} finesse
|
||||
{{else if (eq attackerRoll.particuliere 'force')}} force
|
||||
|
||||
Reference in New Issue
Block a user