2023-01-04 22:43:01 +01:00
|
|
|
<li class="flexrow"><label class="item-field-label-long">Has Roll ?</label>
|
|
|
|
<label class="item-field-label-medium"><input type="checkbox" name="system.hasroll" {{checked system.hasroll}}/></label>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
{{#if system.hasroll}}
|
|
|
|
<li class="flexrow"><label class="item-field-label-long">Roll</label>
|
|
|
|
<input type="text" class="item-field-label-medium" name="system.roll" value="{{system.roll}}" data-dtype="Number"/>
|
|
|
|
</li>
|
2023-03-28 15:41:15 +02:00
|
|
|
|
2023-05-07 14:03:14 +02:00
|
|
|
<!-- <li class="flexrow"><label class="item-field-label-long">Computes BODY ?</label>
|
2023-03-28 15:41:15 +02:00
|
|
|
<label class="item-field-label-medium"><input type="checkbox" name="system.computebody" {{checked system.computebody}}/></label>
|
2023-05-07 14:03:14 +02:00
|
|
|
</li> -->
|
|
|
|
|
2023-01-04 22:43:01 +01:00
|
|
|
{{/if}}
|