Move aiming to attacker
All checks were successful
Release Creation / build (release) Successful in 1m9s

This commit is contained in:
2025-09-05 23:26:11 +02:00
parent c7727076bf
commit 6eeb391d1a
32 changed files with 143 additions and 105 deletions

View File

@@ -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|}}