Add effects and tabs
This commit is contained in:
+20
-18
@@ -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>
|
||||
Reference in New Issue
Block a user