change Bewaffnung.system.schild.groesse to be choices based and use DSA41_input
This commit is contained in:
@@ -81,11 +81,7 @@
|
||||
|
||||
<div class="tab {{#if (eq tabGroups.primary 'tab3')}}active{{/if}}" data-group="primary" data-tab="tab3">
|
||||
<span>{{localize "DSA41.bewaffnung.schild.groesse.label"}}</span>
|
||||
<select name="system.schild.groesse">
|
||||
<option value="klein" {{#if (eq item.system.schild.groesse "klein")}} selected {{/if}}>{{localize "DSA41.bewaffnung.schild.groesse.klein"}}</option>
|
||||
<option value="gross" {{#if (eq item.system.schild.groesse "gross")}} selected {{/if}}>{{localize "DSA41.bewaffnung.schild.groesse.gross"}}</option>
|
||||
<option value="sehr_gross" {{#if (eq item.system.schild.groesse "sehr_gross")}} selected {{/if}}>{{localize "DSA41.bewaffnung.schild.groesse.sehr_gross"}}</option>
|
||||
</select>
|
||||
{{DSA41_input "system.schild.groesse"}}
|
||||
<span>{{localize "DSA41.bewaffnung.schild.modifikator"}}</span>
|
||||
<div class="grid2">
|
||||
{{>editable-input type="number" name="system.schild.modifikator_attacke" value=item.system.schild.modifikator_attacke placeholder=(localize "DSA41.bewaffnung.schild.attacke")}}
|
||||
|
||||
Reference in New Issue
Block a user