mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Fixed attack
This commit is contained in:
parent
5f6ed71d04
commit
4f5e693c7f
4 changed files with 42 additions and 123 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue