Make attributes rollable using Foundry macros
This commit is contained in:
parent
8f67bff2ec
commit
0cd8af77b2
6 changed files with 85 additions and 21 deletions
|
|
@ -5,6 +5,14 @@
|
|||
<div class="title grow">
|
||||
<span class="name">{{ name }}</span>
|
||||
</div>
|
||||
{{#if system.trigger}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="executeTrigger"
|
||||
>
|
||||
Roll
|
||||
</button>
|
||||
{{/if}}
|
||||
<input
|
||||
type="number"
|
||||
id="{{uuid}}-value"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue