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,14 +3,10 @@
<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.appris value=system.appris}}
{{formField systemFields.progression value=system.progression}}
{{#if canProgress}}
{{formField systemFields.niveau value=system.niveau }}
{{/if}}wwww
{{formField systemFields.cost value=system.cost}}
<fieldset>
<legend>{{localize "TENEBRIS.Label.description"}}</legend>
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</fieldset>