Add the macro trigger into the Items tab, and localize the trigger button for attributes (closes #85)

This commit is contained in:
Oliver 2026-05-02 20:27:15 -06:00
parent a55748d6fc
commit a9567c200a
5 changed files with 25 additions and 5 deletions

View file

@ -10,7 +10,7 @@
type="button"
data-action="executeTrigger"
>
Roll
{{ localize "taf.misc.roll" }}
</button>
{{/if}}
<input

View file

@ -18,6 +18,14 @@
<span class="name">{{ name }}</span>
<span class="subtitle">{{ weight }}</span>
</div>
{{#if trigger}}
<button
type="button"
data-action="executeTrigger"
>
{{ localize "taf.misc.use" }}
</button>
{{/if}}
<input
id="{{uuid}}-quantity"
type="number"