Fix sheets

This commit is contained in:
2024-12-10 07:25:55 +01:00
parent 4eb360252f
commit 27c420200e
32 changed files with 65 additions and 215 deletions

View File

@@ -37,7 +37,7 @@
{{formField systemFields.autodestruction.fields.piercing value=system.autodestruction.piercing}}
</div>
{{formField systemFields.load value=system.load}}
{{formField systemFields.encLoad value=system.encLoad}}
{{formField systemFields.cost value=system.cost}}
{{formField systemFields.money value=system.money localize=true}}
@@ -50,7 +50,7 @@
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>
{{formInput
systemFields.description
enriched=description
enriched=enrichedDescription
value=system.description
name="system.description"
toggled="false"