Various fixes/update based on first tests feedback

This commit is contained in:
2026-04-10 14:47:21 +02:00
parent 63da2ef664
commit 999b78c6fc
21 changed files with 151 additions and 75 deletions
+21 -4
View File
@@ -5,13 +5,30 @@
</div>
<div class="item-body">
<div class="form-group">
<label>{{localize "AWEMMY.Background.Bonus"}}</label>
{{formInput systemFields.bonus value=system.bonus}}
<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>Description</legend>
<legend>{{localize "AWEMMY.Item.Description"}}</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</fieldset>