Add rituals !
Some checks failed
Release Creation / build (release) Failing after 21s

This commit is contained in:
2025-04-24 23:54:19 +02:00
parent 2b418695c4
commit a43bebc63b
28 changed files with 86 additions and 58 deletions

View File

@@ -2,8 +2,8 @@
<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>
<fieldset>
{{formField systemFields.cured value=system.cured localize=true}}
</fieldset>
@@ -12,7 +12,7 @@
<legend>{{localize "CTHULHUETERNAL.Label.description"}}</legend>
{{formInput
systemFields.description
enriched=description
enriched=enrichedDescription
value=system.description
name="system.description"
toggled="false"