Enhance armes+armures
This commit is contained in:
@ -45,6 +45,12 @@
|
||||
name="system.degats" value="{{system.degats}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Valeur d'echec critique (ie 1 par défaut)</label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short"
|
||||
name="system.valeurEchecCritique" value="{{system.valeurEchecCritique}}" data-dtype="Numeric" />
|
||||
</li>
|
||||
|
||||
{{#if (eq system.typeArme "melee")}}
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Allonge</label>
|
||||
@ -66,6 +72,11 @@
|
||||
{{selectOptions config.competencesRecharge selected=system.competenceRecharge labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Dégâts avec crosse (si applicable)</label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short"
|
||||
name="system.degatscrosse" value="{{system.degatscrosse}}" data-dtype="String" />
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#each system.specificites as |spec specId|}}
|
||||
|
Reference in New Issue
Block a user