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>
+1 -1
View File
@@ -11,7 +11,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>
+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>
-1
View File
@@ -8,7 +8,6 @@
<div class="item-row" data-drag="true" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}">
<img class="item-img" src="{{item.img}}" data-tooltip="{{item.name}}" />
<div class="item-name">{{item.name}}</div>
<div class="item-charges">{{item.system.charges.value}}/{{item.system.charges.max}}</div>
<div class="item-controls">
<a data-action="useKit" data-item-id="{{item.id}}" data-tooltip="{{localize "AWEMMY.Kit.Use"}}"><i class="fas fa-hand-sparkles"></i></a>
<a data-action="edit" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}"><i class="fas fa-edit"></i></a>
+7 -7
View File
@@ -21,13 +21,6 @@
<td class="attr-dc">{{system.attributes.agility.dc}}</td>
<td>{{formInput systemFields.attributes.fields.agility.fields.bonus value=system.attributes.agility.bonus disabled=isPlayMode}}</td>
</tr>
<tr>
<td class="attr-label rollable" data-attribute-id="fitness">{{localize "AWEMMY.Attribute.Fitness"}} <i class="fa-solid fa-dice-d20"></i></td>
<td>{{formInput systemFields.attributes.fields.fitness.fields.boostLevel value=system.attributes.fitness.boostLevel disabled=isPlayMode}}</td>
<td class="attr-mod" data-tooltip="{{system.attributes.fitness.modBreakdown}}">{{system.attributes.fitness.mod}}</td>
<td class="attr-dc">{{system.attributes.fitness.dc}}</td>
<td>{{formInput systemFields.attributes.fields.fitness.fields.bonus value=system.attributes.fitness.bonus disabled=isPlayMode}}</td>
</tr>
<tr>
<td class="attr-label rollable" data-attribute-id="awareness">{{localize "AWEMMY.Attribute.Awareness"}} <i class="fa-solid fa-dice-d20"></i></td>
<td>{{formInput systemFields.attributes.fields.awareness.fields.boostLevel value=system.attributes.awareness.boostLevel disabled=isPlayMode}}</td>
@@ -35,6 +28,13 @@
<td class="attr-dc">{{system.attributes.awareness.dc}}</td>
<td>{{formInput systemFields.attributes.fields.awareness.fields.bonus value=system.attributes.awareness.bonus disabled=isPlayMode}}</td>
</tr>
<tr>
<td class="attr-label rollable" data-attribute-id="fitness">{{localize "AWEMMY.Attribute.Fitness"}} <i class="fa-solid fa-dice-d20"></i></td>
<td>{{formInput systemFields.attributes.fields.fitness.fields.boostLevel value=system.attributes.fitness.boostLevel disabled=isPlayMode}}</td>
<td class="attr-mod" data-tooltip="{{system.attributes.fitness.modBreakdown}}">{{system.attributes.fitness.mod}}</td>
<td class="attr-dc">{{system.attributes.fitness.dc}}</td>
<td>{{formInput systemFields.attributes.fields.fitness.fields.bonus value=system.attributes.fitness.bonus disabled=isPlayMode}}</td>
</tr>
<tr>
<td class="attr-label rollable" data-attribute-id="influence">{{localize "AWEMMY.Attribute.Influence"}} <i class="fa-solid fa-dice-d20"></i></td>
<td>{{formInput systemFields.attributes.fields.influence.fields.boostLevel value=system.attributes.influence.boostLevel disabled=isPlayMode}}</td>
+1 -1
View File
@@ -17,7 +17,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>
+1 -1
View File
@@ -22,7 +22,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>
+1 -8
View File
@@ -10,15 +10,8 @@
{{formInput systemFields.fieldName value=system.fieldName}}
</div>
<div class="charges-group">
<label>{{localize "AWEMMY.Kit.Charges"}}</label>
{{formInput systemFields.charges.fields.value value=system.charges.value}}
<span class="separator">/</span>
{{formInput systemFields.charges.fields.max value=system.charges.max}}
</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>
+1 -1
View File
@@ -32,7 +32,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>
+1 -1
View File
@@ -42,7 +42,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>