Fixed attack

This commit is contained in:
WBHarry 2025-06-28 20:46:44 +02:00
parent 5f6ed71d04
commit 4f5e693c7f
4 changed files with 42 additions and 123 deletions

View file

@ -21,7 +21,13 @@
{{/each}}
</div>
<div class="flexcol">
{{formGroup systemFields.attack.fields.name value=source.system.attack.name localize=true }}
<div class="flexrow">
<div class="form-group">
<div class="form-fields">
<label>{{localize "DAGGERHEART.Sheets.Companion.FIELDS.attack.name.label"}}</label>
<input type="text" name="system.attack.name" value="{{source.system.attack.name}}" />
<button data-action="attackRoll">Attack</button>
</div>
</div>
</div>
</div>