HERO6 - First import

This commit is contained in:
2022-12-15 22:12:28 +01:00
parent ecef402160
commit 2f48669c85
5 changed files with 57 additions and 48 deletions

View File

@ -31,11 +31,15 @@
{{#each config.rollCharac as |char key|}}
<option value="{{key}}">{{char}}</option>
{{/each}}
<option value="{{manual}}">{{Manual}}</option>
<option value="manual">Manual</option>
{{/select}}
</select>
</li>
<li class="flexrow"><label class="generic-label">Base value</label>
<input type="text" class="" name="system.base" value="{{system.base}}" data-dtype="Number" {{#if (ne system.characteristic "manual")}}disabled{{/if}} />
</li>
<li class="flexrow"><label class="generic-label">Skill Roll points</label>
<input type="text" class="" name="system.skillroll" value="{{system.skillroll}}" data-dtype="Number"/>
</li>