Add missing icon
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<li class="flexrow"><label class="generic-label">Affected Stat</label>
|
||||
<select class="competence-base flexrow" type="text" name="data.stataffected" value="{{data.stataffected}}" data-dtype="String">
|
||||
{{#select data.stataffected}}
|
||||
{{> systems/fvtt-pegasus-rpg/templates/partial-options-statistics.html notapplicable=true mr=true all=true combat=true}}
|
||||
{{> systems/fvtt-pegasus-rpg/templates/partial-options-statistics.html notapplicable=true mr=true all=true combat=true vehicle=true}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
|
@@ -26,12 +26,13 @@
|
||||
</li>
|
||||
|
||||
<li class="flexrow"><label class="generic-label">A/D</label>
|
||||
<select class="competence-base flexrow" type="text" name="data.mr" value="{{data.mr}}" data-dtype="String">
|
||||
{{#select data.mr}}
|
||||
{{{optionsDiceList}}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<input type="text" class="" name="data.ad" value="{{data.ad}}" data-dtype="Number"/>
|
||||
</li>
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Top Speed (TS)</label>
|
||||
<input type="text" class="" name="data.topspeed" value="{{data.topspeed}}" data-dtype="Number"/>
|
||||
</li>
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Space</label>
|
||||
<input type="text" class="" name="data.space" value="{{data.space}}" data-dtype="Number"/>
|
||||
</li>
|
||||
|
@@ -27,3 +27,10 @@
|
||||
<option value="ranged-dmg">Ranged DMG</option>
|
||||
<option value="dmg-res">DMG RES</option>
|
||||
{{/if}}
|
||||
{{#if vehicle}}
|
||||
<option value="fc">FC</option>
|
||||
<option value="hr">HR</option>
|
||||
<option value="man">MAN</option>
|
||||
<option value="pc">PC</option>
|
||||
<option value="ad">A/D</option>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user