Initial import with skill sheet worning

This commit is contained in:
2024-11-30 08:38:13 +01:00
parent 2e96b256fb
commit df8995f8b7
52 changed files with 6986 additions and 2189 deletions

View File

@ -4,7 +4,7 @@
{{formInput fields.name value=source.name}}
</div>
{{formField systemFields.categorie value=system.categorie localize=true}}
{{formField systemFields.category value=system.category localize=true}}
{{formField systemFields.valeur value=system.valeur}}
{{formField systemFields.malus value=system.malus}}
<fieldset>

17
templates/gift.hbs Normal file
View File

@ -0,0 +1,17 @@
<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.appris value=system.appris}}
{{formField systemFields.progression value=system.progression}}
{{#if canProgress}}
{{formField systemFields.niveau value=system.niveau }}
{{/if}}wwww
<fieldset>
<legend>{{localize "TENEBRIS.Label.description"}}</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</fieldset>
</section>

13
templates/skill.hbs Normal file
View File

@ -0,0 +1,13 @@
<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.bonus value=system.bonus}}
<fieldset>
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</fieldset>
</section>