Diverses prise en compte technique
This commit is contained in:
@ -36,20 +36,18 @@
|
||||
<input type="text" class="padd-right color-class-common item-field-label-medium" name="system.prerequis" value="{{system.prerequis}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-medium">Résumé (si bonus) </label>
|
||||
<input type="text" class="padd-right color-class-common item-field-label-medium" name="system.resumebeonus" value="{{system.resumebeonus}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-medium">Déja utilisé ? </label>
|
||||
<input class="predilection-maitrise" type="checkbox" name="system.used" {{checked system.used}} />
|
||||
</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>
|
||||
{{/if}}
|
||||
{{> systems/fvtt-hawkmoon-cyd/templates/partial-automation.html}}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user