Files
fvtt-hellborn/templates/ritual.hbs

24 lines
923 B
Handlebars

<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 "HELLBORN.Label.description"}}</legend>
{{formInput systemFields.description enriched=description value=system.description name="system.description"
toggled=true}}
</fieldset>
</section>