Upgrade item sheets

This commit is contained in:
2024-12-03 13:51:38 +01:00
parent df8995f8b7
commit 9775ec9fa1
38 changed files with 1095 additions and 506 deletions

View File

@ -3,7 +3,15 @@
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
{{formInput fields.name value=source.name}}
</div>
{{formField systemFields.category value=system.category localize=true}}
{{formField systemFields.base value=system.base}}
{{formField systemFields.bonus value=system.bonus}}
{{formField systemFields.cost value=system.cost}}
<div class="total flexrow">
<legend>{{localize "LETHALFANTASY.Label.total"}}</legend>
{{system.skillTotal}}
</div>
<fieldset>
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>