Update release

This commit is contained in:
2023-03-28 15:41:15 +02:00
parent 0368be050b
commit b9b8fa7c0d
5 changed files with 56 additions and 42 deletions

View File

@ -135,7 +135,7 @@
<ul class="stat-list alternate-list">
<li class="item flexrow list-item items-title-bg">
<span class="item-field-label-long-img">
<label class="">{{upperFirst key}} Maneuvers</label>
<label class="">{{upperFirst key}} Standard Maneuver</label>
</span>
<span class="item-field-label-short">
<label class="short-label">PHA</label>

View File

@ -6,4 +6,8 @@
<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>
<li class="flexrow"><label class="item-field-label-long">Computes BODY ?</label>
<label class="item-field-label-medium"><input type="checkbox" name="system.computebody" {{checked system.computebody}}/></label>
</li>
{{/if}}