Upgrade item sheets

This commit is contained in:
2024-12-03 13:51:38 +01:00
parent df8995f8b7
commit 9775ec9fa1
38 changed files with 1095 additions and 506 deletions

View File

@@ -4,16 +4,26 @@
{{formInput fields.name value=source.name}}
</div>
{{formField systemFields.preparation value=system.preparation}}
{{formField systemFields.cible value=system.cible}}
{{formField systemFields.portee value=system.portee localize=true}}
{{formField systemFields.duree value=system.duree}}
{{formField systemFields.consequenceA value=system.consequenceA}}
{{formField systemFields.consequenceB value=system.consequenceB}}
{{formField systemFields.level value=system.level}}
{{formField systemFields.cost value=system.cost}}
<label>Components</label>
<div class="shift-right">
{{formField systemFields.components.fields.verbal value=system.components.verbal}}
{{formField systemFields.components.fields.somatic value=system.components.somatic}}
{{formField systemFields.components.fields.material value=system.components.material}}
</div>
{{formField systemFields.castingTime value=system.castingTime}}
{{formField systemFields.range value=system.range}}
{{formField systemFields.areaAffected value=system.areaAffected}}
{{formField systemFields.duration value=system.duration}}
{{formField systemFields.savingThrow value=system.savingThrow}}
{{formField systemFields.extraAetherPoints value=system.extraAetherPoints}}
<fieldset>
<legend>{{localize "TENEBRIS.Label.description"}}</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>
{{formInput systemFields.description enriched=description value=system.description name="system.description" toggled=true}}
</fieldset>
</section>