Initial import

This commit is contained in:
2025-10-26 00:31:32 +02:00
commit 7107516a28
199 changed files with 16870 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<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">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
</div>
</section>
</form>