2022-10-22 11:09:48 +02:00
|
|
|
<form class="{{cssClass}}" autocomplete="off">
|
2022-11-14 15:27:19 +01:00
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.html}}
|
2022-10-23 21:26:18 +02:00
|
|
|
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html}}
|
|
|
|
|
|
|
|
{{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
|
|
|
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.html}}
|
2022-10-22 11:09:48 +02:00
|
|
|
|
2022-10-23 21:26:18 +02:00
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
2022-10-23 09:55:02 +02:00
|
|
|
<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>
|
2022-10-22 11:09:48 +02:00
|
|
|
</div>
|
2022-10-23 21:26:18 +02:00
|
|
|
|
|
|
|
</section>
|
|
|
|
</form>
|