Initial import

This commit is contained in:
2024-11-21 23:59:44 +01:00
commit d8ce83bcf2
98 changed files with 120909 additions and 0 deletions

19
templates/spell.hbs Normal file
View File

@@ -0,0 +1,19 @@
<section>
<div class="header">
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
{{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}}
<fieldset>
<legend>{{localize "TENEBRIS.Label.description"}}</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</fieldset>
</section>