Initial items

This commit is contained in:
2025-02-16 20:31:01 +01:00
parent 2fc01d6d20
commit 2817acbf7b
30 changed files with 329 additions and 503 deletions

View File

@@ -6,20 +6,15 @@
<fieldset>
{{formField systemFields.techAge value=system.techAge localize=true}}
{{formField systemFields.cost value=system.cost}}
{{formField systemFields.protection value=system.protection}}
{{formField systemFields.enc value=system.enc}}
{{formField systemFields.cost value=system.cost}}
</fieldset>
<fieldset>
<legend>{{localize "FTLNOMAD.Label.description"}}</legend>
{{formInput
systemFields.description
enriched=description
value=system.description
name="system.description"
toggled="false"
}}
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description"
toggled=true}}
</fieldset>
</section>