ActorSheet, WIP
This commit is contained in:
@ -25,6 +25,20 @@
|
||||
<span class="small-label roll-dialog-label">{{competence.system.niveau}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if tricherie}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Utiliser 1 point de Tricherie ({{tricherie}}) ?</span>
|
||||
<input type="checkbox" class="item-field-label-short" id="useTricherie" {{checked useTricherie}}/>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if heritage}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Utiliser 1 point d'Heritage ? ({{heritage}})</span>
|
||||
<input type="checkbox" class="item-field-label-short" id="useHeritage" {{checked useHeritage}}/>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Bonus/Malus </span>
|
||||
|
Reference in New Issue
Block a user