Move aiming to attacker
All checks were successful
Release Creation / build (release) Successful in 1m9s
All checks were successful
Release Creation / build (release) Successful in 1m9s
This commit is contained in:
@@ -23,6 +23,16 @@
|
||||
<span>{{rollTarget.weapon.name}}</span>
|
||||
{{/if}}
|
||||
|
||||
{{#if rollData.letItFly}}
|
||||
<span>Let It Fly attack ! </span>
|
||||
{{/if}}
|
||||
{{#if rollData.pointBlank}}
|
||||
<span>Point Blank Range Attack !</span>
|
||||
{{/if}}
|
||||
{{#if rollData.beyondSkill}}
|
||||
<span>Beyond Skill Range Attack !</span>
|
||||
{{/if}}
|
||||
|
||||
<span>Formula : {{titleFormula}}</span>
|
||||
|
||||
{{#each diceResults as |result|}}
|
||||
|
||||
Reference in New Issue
Block a user