enhance consumable and miscellaneous sheets

This commit is contained in:
moliloo 2025-05-26 22:53:10 -03:00
parent c306c95e6b
commit d180b0e74c
14 changed files with 190 additions and 179 deletions

View file

@ -0,0 +1,10 @@
<header class='item-sheet-header'>
<img class='profile' src='{{source.img}}' data-action='editImage' data-edit='img' />
<div class='item-info'>
<line-div></line-div>
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
<div class='item-description'>
<h3>{{localize 'TYPES.Item.consumable'}}</h3>
</div>
</div>
</header>