Latest fixes for Oath Hammer

This commit is contained in:
2026-03-12 17:29:43 +01:00
parent e8d84615c5
commit 82fddb0cb3
20 changed files with 376 additions and 97 deletions

View File

@@ -0,0 +1,20 @@
<section class="item-sheet-common">
<div class="header">
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
{{formInput fields.name value=source.name}}
</div>
<div class="flexrow">
<div class="align-top">
{{formField systemFields.traitType value=system.traitType name="system.traitType" localize=true}}
{{formField systemFields.source value=system.source name="system.source"}}
{{formField systemFields.usagePeriod value=system.usagePeriod name="system.usagePeriod" localize=true}}
{{#unless (eq system.usagePeriod "none")}}
{{formField systemFields.maxUses value=system.maxUses name="system.maxUses"}}
{{/unless}}
</div>
</div>
<fieldset>
<legend>{{localize "OATHHAMMER.Label.Description"}}</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</fieldset>
</section>