UPdate and fixes for roll in combats
Release Creation / build (release) Successful in 43s

This commit is contained in:
2026-05-18 20:26:39 +02:00
parent 7279cd752d
commit 96306623e5
47 changed files with 329 additions and 177 deletions
+5 -5
View File
@@ -6,23 +6,23 @@
<div class="biodata">
<div class="biodata-elem">
<span class="name">Alignment</span>
<span class="name">{{localize "LETHALFANTASY.Label.alignment"}}</span>
{{formInput systemFields.biodata.fields.alignment value=system.biodata.alignment }}
</div>
<div class="biodata-elem">
<span class="name">Height</span>
<span class="name">{{localize "LETHALFANTASY.Label.height"}}</span>
{{formInput systemFields.biodata.fields.height value=system.biodata.height }}
</div>
<div class="biodata-elem">
<span class="name">Weight</span>
<span class="name">{{localize "LETHALFANTASY.Label.weight"}}</span>
{{formInput systemFields.biodata.fields.weight value=system.biodata.weight }}
</div>
<div class="biodata-elem">
<span class="name">Length</span>
<span class="name">{{localize "LETHALFANTASY.Label.length"}}</span>
{{formInput systemFields.biodata.fields.length value=system.biodata.length }}
</div>
<div class="biodata-elem">
<span class="name">Vision</span>
<span class="name">{{localize "LETHALFANTASY.Label.vision"}}</span>
{{formInput systemFields.biodata.fields.vision value=system.biodata.vision }}
</div>