Make attributes rollable using Foundry macros
This commit is contained in:
parent
8f67bff2ec
commit
0cd8af77b2
6 changed files with 85 additions and 21 deletions
|
|
@ -6,7 +6,16 @@
|
|||
data-foreign-uuid="{{ attr.uuid }}"
|
||||
>
|
||||
<legend>
|
||||
{{ attr.name }}
|
||||
{{#if attr.system.trigger}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="executeTrigger"
|
||||
>
|
||||
{{ attr.name }}
|
||||
</button>
|
||||
{{else}}
|
||||
{{ attr.name }}
|
||||
{{/if}}
|
||||
</legend>
|
||||
<div class="attr-range">
|
||||
{{#if attr.system.isRange }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue