37 lines
1.4 KiB
Handlebars
37 lines
1.4 KiB
Handlebars
<section>
|
|
<div class="item-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>
|
|
<div class="item-body">
|
|
|
|
<div class="form-group-boosts">
|
|
<label>{{localize "AWEMMY.Background.AttributeBoosts"}}</label>
|
|
<div class="boost-checks">
|
|
<label class="boost-check">
|
|
{{formInput systemFields.boostAgility value=system.boostAgility}}
|
|
<span>{{localize "AWEMMY.Attribute.AGI"}}</span>
|
|
</label>
|
|
<label class="boost-check">
|
|
{{formInput systemFields.boostAwareness value=system.boostAwareness}}
|
|
<span>{{localize "AWEMMY.Attribute.AWA"}}</span>
|
|
</label>
|
|
<label class="boost-check">
|
|
{{formInput systemFields.boostFitness value=system.boostFitness}}
|
|
<span>{{localize "AWEMMY.Attribute.FIT"}}</span>
|
|
</label>
|
|
<label class="boost-check">
|
|
{{formInput systemFields.boostInfluence value=system.boostInfluence}}
|
|
<span>{{localize "AWEMMY.Attribute.INF"}}</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
|
|
<fieldset>
|
|
<legend>{{localize "AWEMMY.Item.Description"}}</legend>
|
|
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
|
</fieldset>
|
|
|
|
</div>
|
|
</section>
|