Vehicle - WIP

This commit is contained in:
2022-09-05 08:57:02 +02:00
parent 9983619705
commit 7614964772
11 changed files with 1329 additions and 20 deletions

View File

@@ -54,12 +54,12 @@
<ul>
<li class="flexrow"><label class="generic-label">Selectable Stats ?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="system.selectablestats" {{checked
data.selectablestats}} /></label>
system.selectablestats}} /></label>
</li>
{{#if data.selectablestats}}
<li class="flexrow"><label class="generic-label">Select 1 stat only once?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="system.statsonlyonce" {{checked
data.statsonlyonce}} /></label>
system.statsonlyonce}} /></label>
</li>
<li class="flexrow"><label class="generic-label">Number of selectable stats</label>
<input type="text" class="input-numeric-short padd-right" name="system.numberstats" value="{{data.numberstats}}"