WIP for vehicle sheets
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<option value="none">None</option>
|
||||
<option value="fullstop">Full stop</option>
|
||||
<option value="crawling">Crawling</option>
|
||||
<option value="slow">Slow</option>
|
||||
<option value="average">Average</option>
|
||||
|
@@ -36,7 +36,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq key "size")}}
|
||||
{{#if (eq key "hr")}}
|
||||
<div class="flexrow stat-text-white">
|
||||
<span class="stat-label stat-margin" name="{{key}}">Size</span>
|
||||
<input type="text" class="input-numeric-short" name="system.statistics.{{key}}.size" value="{{stat.size}}" data-dtype="Number" />
|
||||
@@ -63,7 +63,7 @@
|
||||
{{/select}}
|
||||
</select>
|
||||
<span class="stat-label stat-margin" name="{{key}}">Curr. speed</span>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.statistics.{{key}}.currentspeed"
|
||||
<select class="status-small-label color-class-common current-speed-change" type="text" name="system.statistics.{{key}}.currentspeed"
|
||||
value="{{stat.currentspeed}}" data-dtype="String" {{#unless @root.editScore}}disabled{{/unless}}>
|
||||
{{#select stat.currentspeed}}
|
||||
{{> systems/fvtt-pegasus-rpg/templates/partial-options-vehicle-speed.html}}
|
||||
|
@@ -124,8 +124,8 @@
|
||||
<span class="flexrow">
|
||||
<h3>Stun</h3>
|
||||
<span class="status-small-label no-grow">
|
||||
<a class="stun-plus plus-minus-button">+</a>
|
||||
<a class="stun-minus plus-minus-button"> -</a>
|
||||
<a class="vehicle-stun-plus plus-minus-button">+</a>
|
||||
<a class="vehicle-stun-minus plus-minus-button"> -</a>
|
||||
</span>
|
||||
</span>
|
||||
<ul class="stat-list alternate-list">
|
||||
|
Reference in New Issue
Block a user