Combat tracker enhancements
This commit is contained in:
@@ -156,16 +156,12 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if isInit}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">TIC 1:</span>
|
||||
<input class="roll-input-tic" id="roll-input-tic1" type="text" name="tic1" value="{{tic1}}" data-dtype="String">
|
||||
</div>
|
||||
{{#if (eq actorType "character")}}
|
||||
{{#each TICs as |tic index|}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">TIC 2:</span>
|
||||
<input class="roll-input-tic" id="roll-input-tic2" type="text" name="tic2" value="{{tic2}}" data-dtype="String">
|
||||
<span class="roll-dialog-label">TIC {{add index 1}}:</span>
|
||||
<input class="roll-input-tic" id="roll-input-tic{{index}}" type="text" value="{{tic.text}}" data-dtype="String">
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user