2023-12-01 14:03:04 +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>
|
|
|
|
|
|
|
|
{{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
|
|
|
|
|
|
|
<div class="flexcol">
|
|
|
|
|
|
|
|
<div class="flexcol">
|
|
|
|
<span class="flexrow">
|
|
|
|
<label class="generic-label">Type : </label>
|
|
|
|
<select class="status-small-label color-class-common" type="text" name="system.hubristype" value="{{system.hubristype}}" data-dtype="string" >
|
2024-05-23 11:36:03 +02:00
|
|
|
{{selectOptions config.hubrisType selected=system.hubristype}}
|
2023-12-01 14:03:04 +01:00
|
|
|
</select>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
{{> systems/fvtt-wasteland/templates/partial-item-description.html}}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</form>
|