mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
g
This commit is contained in:
parent
1c90024a5d
commit
385d414d7d
4 changed files with 75 additions and 14 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<div class="form-group">
|
||||
<label><strong>Total Damage</strong></label>
|
||||
<div class="form-fields">
|
||||
<input type="text" value="{{rollString}}" disabled />
|
||||
<input type="text" value="{{formula}}" disabled />
|
||||
</div>
|
||||
</div>
|
||||
{{#each bonusDamage as |damage index|}}
|
||||
{{!-- {{#each bonusDamage as |damage index|}}
|
||||
<div class="form-group">
|
||||
<label><strong>{{damage.description}}</strong></label>
|
||||
<div class="form-fields">
|
||||
|
|
@ -22,8 +22,8 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
{{/each}} --}}
|
||||
<footer>
|
||||
<button data-action="rollDamage">Roll</button>
|
||||
<button data-action="close">Roll</button>
|
||||
</footer>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue