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
+27 -5
View File
@@ -14,10 +14,6 @@
<label>{{localize "AWEMMY.Ability.CostLabel"}}</label>
{{formField systemFields.cost value=system.cost localize=true}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Ability.FlowPointCost"}}</label>
{{formInput systemFields.flowPointCost value=system.flowPointCost}}
</div>
</div>
<div class="form-group">
@@ -35,6 +31,32 @@
{{formInput systemFields.trigger value=system.trigger}}
</div>
<div class="form-row">
<div class="form-group">
<label>{{localize "AWEMMY.Ability.Range"}}</label>
{{formInput systemFields.range value=system.range}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Ability.Targets"}}</label>
{{formInput systemFields.targets value=system.targets}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Ability.Duration"}}</label>
{{formInput systemFields.duration value=system.duration}}
</div>
</div>
<div class="form-row">
<div class="form-group">
<label>{{localize "AWEMMY.Ability.IsDaily"}}</label>
{{formInput systemFields.isDaily value=system.isDaily}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Ability.FlowPointCost"}}</label>
{{formInput systemFields.flowPointCost value=system.flowPointCost}}
</div>
</div>
<div class="form-group-tags">
<label>{{localize "AWEMMY.Ability.Traits"}}</label>
<div class="tags-list">
@@ -51,7 +73,7 @@
</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>