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

@@ -5,12 +5,15 @@
</div>
<fieldset>
{{formField systemFields.techAge value=system.techAge localize=true}}
{{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=true}}
{{formInput systemFields.description enriched=description value=system.description name="system.description"
toggled=true}}
</fieldset>
</section>