Add missing icon
This commit is contained in:
parent
8b4d28029e
commit
21cd2ebe77
@ -180,9 +180,9 @@
|
||||
"styles": [
|
||||
"styles/simple.css"
|
||||
],
|
||||
"templateVersion": 104,
|
||||
"templateVersion": 106,
|
||||
"title": "Pegasus RPG",
|
||||
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
|
||||
"version": "0.6.16",
|
||||
"version": "0.6.19",
|
||||
"background" : "./images/ui/pegasus_welcome_page.webp"
|
||||
}
|
||||
|
@ -626,6 +626,7 @@
|
||||
"propulsionmodule": {
|
||||
"quality": "",
|
||||
"ad": "",
|
||||
"topspeed": 0,
|
||||
"cost": 0,
|
||||
"space": 0
|
||||
},
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user