First row of tests and fixes

This commit is contained in:
2026-03-05 22:50:53 +01:00
parent 12458925a1
commit f28df2ae76
23 changed files with 442 additions and 126 deletions
+9
View File
@@ -20,6 +20,15 @@
<label>{{localize "AWEMMY.Weapon.Range"}}</label>
{{formInput systemFields.range value=system.range}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Ability.Traits"}}</label>
<div class="tags-list">
{{#each system.traits}}
<span class="tag">{{this}} <a data-action="removeTrait" data-index="{{@index}}">×</a></span>
{{/each}}
<input type="text" class="new-tag" data-action="addTrait" placeholder="{{localize 'AWEMMY.Ability.AddTrait'}}" />
</div>
</div>
</div>
<fieldset>
<legend>Description</legend>