Add effects and tabs

This commit is contained in:
2025-12-13 19:34:04 +01:00
parent a0de5ce91a
commit 809a7b80c2
29 changed files with 1241 additions and 253 deletions
+20 -18
View File
@@ -90,6 +90,25 @@
</div>
</div>
{{! Prism RPG: Block Augment }}
<fieldset class="shield-block-augment">
<legend>{{localize "PRISMRPG.Label.blockAugment"}}</legend>
{{formField
systemFields.blockAugment
value=system.blockAugment
localize=true
label="PRISMRPG.Label.blockAugmentName"
}}
<label>{{localize "PRISMRPG.Label.blockAugmentDescription"}}</label>
{{formInput
systemFields.blockAugmentDescription
enriched=enrichedBlockAugmentDescription
value=system.blockAugmentDescription
name="system.blockAugmentDescription"
toggled=true
}}
</fieldset>
</div>
{{! Onglet Description }}
@@ -116,24 +135,7 @@
data-group="primary"
data-tab="effects"
>
{{! Prism RPG: Block Augment }}
<fieldset class="shield-block-augment">
<legend>{{localize "PRISMRPG.Label.blockAugment"}}</legend>
{{formField
systemFields.blockAugment
value=system.blockAugment
localize=true
label="PRISMRPG.Label.blockAugmentName"
}}
<label>{{localize "PRISMRPG.Label.blockAugmentDescription"}}</label>
{{formInput
systemFields.blockAugmentDescription
enriched=enrichedBlockAugmentDescription
value=system.blockAugmentDescription
name="system.blockAugmentDescription"
toggled=true
}}
</fieldset>
{{> systems/fvtt-prism-rpg/templates/partial-item-effects.hbs}}
</div>
</section>