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
+6 -6
View File
@@ -1,17 +1,17 @@
<section class="tab character-biography {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
<fieldset>
<legend>Identity</legend>
<legend>{{localize "AWEMMY.Character.Identity"}}</legend>
<div class="form-group">
<label>Pronouns</label>
<label>{{localize "AWEMMY.Character.Pronouns"}}</label>
{{formInput systemFields.pronouns value=system.pronouns disabled=isPlayMode}}
</div>
<div class="form-group">
<label>{{localize "AWEMMY.Kit.Field"}}</label>
<label>{{localize "AWEMMY.Character.Field"}}</label>
{{formInput systemFields.fieldName value=system.fieldName disabled=isPlayMode}}
</div>
<div class="form-group">
<label>Specialization</label>
<label>{{localize "AWEMMY.Character.Specialization"}}</label>
{{formInput systemFields.specialization value=system.specialization disabled=isPlayMode}}
</div>
<div class="form-group">
@@ -25,7 +25,7 @@
</fieldset>
<fieldset>
<legend>Description</legend>
<legend>{{localize "AWEMMY.Character.Description"}}</legend>
{{formInput
systemFields.description
enriched=enrichedDescription
@@ -36,7 +36,7 @@
</fieldset>
<fieldset>
<legend>Notes</legend>
<legend>{{localize "AWEMMY.Character.Notes"}}</legend>
{{formInput
systemFields.notes
enriched=enrichedNotes