Add the macro trigger into the Items tab, and localize the trigger button for attributes (closes #85)
This commit is contained in:
parent
a55748d6fc
commit
a9567c200a
5 changed files with 25 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
type="button"
|
||||
data-action="executeTrigger"
|
||||
>
|
||||
Roll
|
||||
{{ localize "taf.misc.roll" }}
|
||||
</button>
|
||||
{{/if}}
|
||||
<input
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue