Arme : ajout du champ Type (Mêlée / Distance)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -6,6 +6,16 @@
|
||||
<div class="item-header-fields">
|
||||
<input type="text" name="name" value="{{item.name}}" {{#unless isEditable}}disabled{{/unless}}>
|
||||
<div class="item-meta weapon-meta">
|
||||
<div class="form-group">
|
||||
<label>{{localize "CELESTOPOL.Weapon.type"}}</label>
|
||||
<select name="system.type" {{#unless isEditable}}disabled{{/unless}}>
|
||||
{{#each combatTypes as |ctype key|}}
|
||||
<option value="{{key}}" {{#if (eq key ../system.type)}}selected{{/if}}>
|
||||
{{localize ctype.label}}
|
||||
</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "CELESTOPOL.Weapon.degats"}}</label>
|
||||
<select name="system.degats" {{#unless isEditable}}disabled{{/unless}}>
|
||||
|
||||
Reference in New Issue
Block a user