Initial system import
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<section>
|
||||
<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>
|
||||
|
||||
<fieldset>
|
||||
{{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>
|
||||
|
||||
<fieldset>
|
||||
<legend>{{localize "HAMALRON.Label.description"}}</legend>
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description"
|
||||
toggled=true}}
|
||||
</fieldset>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user