22 lines
765 B
Handlebars
22 lines
765 B
Handlebars
<section class="{{cssClass}}" autocomplete="off">
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.hbs this}}
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.hbs this}}
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.hbs this}}
|
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
<ul class="item-list alternate-list">
|
|
<li class="flexrow item">
|
|
<label class="generic-label">Bonus/Malus </label>
|
|
</li>
|
|
<li class="flexrow item">
|
|
<input type="text" class="padd-right status-small-label color-class-common" name="system.bonusmalus"
|
|
value="{{system.bonusmalus}}" data-dtype="String" />
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</section>
|
|
</form> |