Actor sheet, WIP

This commit is contained in:
2026-03-07 22:47:29 +01:00
parent c6f7a9e966
commit 8f7f0169e4
27 changed files with 835 additions and 381 deletions

View File

@@ -5,20 +5,14 @@
</div>
<div class="flexrow">
<div class="align-top">
{{formField systemFields.piety value=system.piety name="system.piety"}}
{{formField systemFields.castingTime value=system.castingTime name="system.castingTime"}}
{{formField systemFields.divineTradition value=system.divineTradition name="system.divineTradition" localize=true}}
{{formField systemFields.difficultyValue value=system.difficultyValue name="system.difficultyValue"}}
{{formField systemFields.range value=system.range name="system.range"}}
{{formField systemFields.duration value=system.duration name="system.duration"}}
{{formField systemFields.spellSave value=system.spellSave name="system.spellSave"}}
</div>
<div class="align-top">
<label>{{localize "OATHHAMMER.Label.Components"}}</label>
<div class="shift-right">
{{formField systemFields.components.fields.verbal value=system.components.verbal name="system.components.verbal"}}
{{formField systemFields.components.fields.somatic value=system.components.somatic name="system.components.somatic"}}
{{formField systemFields.components.fields.material value=system.components.material name="system.components.material"}}
</div>
{{formField systemFields.materialComponent value=system.materialComponent name="system.materialComponent"}}
{{formField systemFields.savingThrow value=system.savingThrow name="system.savingThrow"}}
{{formField systemFields.isRitual value=system.isRitual name="system.isRitual"}}
</div>
</div>
<fieldset>