Various fixes and add rune support

This commit is contained in:
2026-03-30 23:38:45 +02:00
parent 2bf737a3ef
commit fb04448ab0
18 changed files with 506 additions and 9 deletions

View File

@@ -24,4 +24,7 @@
<legend>{{localize "OATHHAMMER.Label.Effect"}}</legend>
{{formInput systemFields.effect enriched=enrichedEffect value=system.effect name="system.effect" toggled=true}}
</fieldset>
{{#if (eq system.itemType "talisman")}}
{{> "systems/fvtt-oath-hammer/templates/item/rune-zone.hbs"}}
{{/if}}
</section>