First alpha release

This commit is contained in:
2025-05-20 20:09:03 +02:00
parent 995d61e1c6
commit fc423c921a
13 changed files with 95 additions and 8 deletions

View File

@@ -5,8 +5,13 @@
</div>
<fieldset>
{{formField systemFields.techAge value=system.techAge localize=true}}
{{formField systemFields.enc value=system.enc}}
{{formField systemFields.difficulty value=system.difficulty localize=true }}
{{formField systemFields.threshold value=system.threshold}}
{{formField systemFields.limit value=system.limit localize=true}}
{{formField systemFields.nbAttempts value=system.nbAttempts localize=true}}
{{formField systemFields.ingredients value=system.ingredients localize=true classes="long-input"}}
{{formField systemFields.cost value=system.cost}}
</fieldset>