Armes/Protections/Equipement
This commit is contained in:
@ -16,11 +16,11 @@
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Utilisation </label>
|
||||
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.utilisation"
|
||||
value="{{system.utilisation}}" data-dtype="String">
|
||||
<label class="generic-label item-field-label-long">Utilisation </label>
|
||||
<select class="status-small-label color-class-common item-field-label-long" type="text"
|
||||
name="system.utilisation" value="{{system.utilisation}}" data-dtype="String">
|
||||
{{#select system.utilisation}}
|
||||
<option value="permanent">Permanent</option>
|
||||
<option value="sceance">Une fois par scéance</option>
|
||||
@ -30,19 +30,20 @@
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Apporte un bonus ? </label>
|
||||
<input type="checkbox" name="system.isbonus" {{checked system.isbonus}} />
|
||||
</li>
|
||||
|
||||
{{#if system.isbonus}}
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Formule de bonus </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea rows="3" type="text" class="padd-right color-class-common" data-dtype="String">{{predilection.bonusformula}}</textarea>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Formule de bonus </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea rows="3" type="text" class="padd-right color-class-common"
|
||||
data-dtype="String">{{predilection.bonusformula}}</textarea>
|
||||
</li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user