More tests againts rolls

This commit is contained in:
2026-03-06 08:06:57 +01:00
parent 95b19c8f02
commit 16cf35aed6
15 changed files with 677 additions and 185 deletions
+20 -18
View File
@@ -4,23 +4,29 @@
{{formInput fields.name value=source.name}}
</div>
<div class="item-body">
<div class="form-group">
<label>{{localize "AWEMMY.Weapon.AttackAttribute"}}</label>
{{formField systemFields.attackAttribute value=system.attackAttribute localize=true}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Weapon.Damage"}}</label>
{{formInput systemFields.damageFormula value=system.damageFormula}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Weapon.DamageType"}}</label>
{{formInput systemFields.damageType value=system.damageType}}
<div class="form-row">
<div class="form-group">
<label>{{localize "AWEMMY.Weapon.Damage"}}</label>
{{formInput systemFields.damageFormula value=system.damageFormula}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Weapon.DamageType"}}</label>
{{formInput systemFields.damageType value=system.damageType}}
</div>
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Weapon.Range"}}</label>
{{formInput systemFields.range value=system.range}}
</div>
<div class="form-group">
<div class="form-group-tags">
<label>{{localize "AWEMMY.Ability.Traits"}}</label>
<div class="tags-list">
{{#each system.traits}}
@@ -29,15 +35,11 @@
<input type="text" class="new-tag" data-action="addTrait" placeholder="{{localize 'AWEMMY.Ability.AddTrait'}}" />
</div>
</div>
<fieldset>
<legend>Description</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</fieldset>
</div>
<fieldset>
<legend>Description</legend>
{{formInput
systemFields.description
enriched=enrichedDescription
value=system.description
name="system.description"
toggled=true
}}
</fieldset>
</section>