Update the ArmourSheets to allow for the equipped toggle to be present and work
This commit is contained in:
parent
b72c9d9739
commit
3c582c77bb
4 changed files with 45 additions and 6 deletions
|
|
@ -12,7 +12,17 @@
|
|||
<select name="system.weight" id="">
|
||||
{{ rc-options system.weight weights localize=true }}
|
||||
</select>
|
||||
{{!-- TODO: Add equipped boolean control --}}
|
||||
{{#if meta.embedded}}
|
||||
<label for="{{meta.idp}}-equipped">
|
||||
Equipped?
|
||||
</label>
|
||||
<input
|
||||
type="checkbox"
|
||||
id="{{meta.idp}}-equipped"
|
||||
name="system.equipped"
|
||||
{{ checked system.equipped }}
|
||||
>
|
||||
{{/if}}
|
||||
<rc-border
|
||||
var:border-color="var(--accent-1)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue