2022-03-21 23:21:05 +01:00
|
|
|
<div class="control-icon bol-action ">
|
|
|
|
<img class="bol-hud-togglebutton" src="icons/svg/sword.svg" width="36" height="36" title="Action" />
|
|
|
|
<div class="bol-hud-list tokenhudext right">
|
|
|
|
{{#each actionsList as |action key|}}
|
2023-06-23 09:02:45 +02:00
|
|
|
{{#if (eq system.subtype "weapon")}}
|
2022-03-21 23:21:05 +01:00
|
|
|
<div class="control-icon tokenhudicon bol-hud-menu" data-action-index="{{key}}" title="{{action.name}}">
|
|
|
|
<label>{{action.name}}</label>
|
|
|
|
</div>
|
2023-06-23 09:02:45 +02:00
|
|
|
{{/if}}
|
2022-03-21 23:21:05 +01:00
|
|
|
{{/each}}
|
|
|
|
</div>
|
2023-06-23 09:02:45 +02:00
|
|
|
<div class="bol-hud-list tokenhudext right2">
|
|
|
|
{{#each actionsList as |action key|}}
|
|
|
|
{{#if (eq system.subtype "fightoption")}}
|
|
|
|
<div class="control-icon tokenhudicon bol-hud-menu" data-action-index="{{key}}" title="{{action.name}}">
|
|
|
|
<label>{{action.name}}</label>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
|
|
|
</div>
|