2022-12-21 15:17:58 +01:00
|
|
|
<form class="{{cssClass}}" autocomplete="off">
|
|
|
|
<header class="sheet-header">
|
|
|
|
<img class="item-sheet-img" src="{{img}}" data-edit="img" title="{{name}}"/>
|
|
|
|
<div class="header-fields">
|
|
|
|
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-nav.hbs}}
|
|
|
|
|
|
|
|
{{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
|
|
|
|
|
|
|
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-description.hbs}}
|
|
|
|
|
2022-12-29 20:30:28 +01:00
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
|
|
{{> systems/fvtt-hero-system-6/templates/partials/partial-power-equipment-cost.hbs}}
|
2022-12-28 10:30:56 +01:00
|
|
|
|
2022-12-29 20:30:28 +01:00
|
|
|
<li class="flexrow"><label class="item-field-label-long">Has Roll ?</label>
|
|
|
|
<label class="item-field-label-medium"><input type="checkbox" name="system.hasroll" {{checked system.hasroll}}/></label>
|
|
|
|
</li>
|
2022-12-21 15:17:58 +01:00
|
|
|
|
2022-12-29 20:30:28 +01:00
|
|
|
{{#if system.hasroll}}
|
|
|
|
<li class="flexrow"><label class="item-field-label-long">Roll</label>
|
|
|
|
<input type="text" class="item-field-label-medium" name="system.roll" value="{{system.roll}}" data-dtype="Number"/>
|
|
|
|
</li>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{> systems/fvtt-hero-system-6/templates/partials/partial-item-cost.hbs}}
|
|
|
|
|
|
|
|
</div>
|
2022-12-21 15:17:58 +01:00
|
|
|
</section>
|
|
|
|
</form>
|