Add effects and tabs
This commit is contained in:
+22
-20
@@ -150,6 +150,27 @@
|
||||
localize=true
|
||||
label="PRISMRPG.Label.level"
|
||||
}}
|
||||
|
||||
{{! Prism RPG: Miracle Augment }}
|
||||
<fieldset class="miracle-augment">
|
||||
<legend>{{localize "PRISMRPG.Label.miracleAugment"}}</legend>
|
||||
{{formField
|
||||
systemFields.augment
|
||||
value=system.augment
|
||||
localize=true
|
||||
label="PRISMRPG.Label.augmentName"
|
||||
}}
|
||||
<div class="form-group">
|
||||
<label>{{localize "PRISMRPG.Label.augmentDescription"}}</label>
|
||||
{{formInput
|
||||
systemFields.augmentDescription
|
||||
enriched=enrichedAugmentDescription
|
||||
value=system.augmentDescription
|
||||
name="system.augmentDescription"
|
||||
toggled=true
|
||||
}}
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
{{! Onglet Description }}
|
||||
@@ -176,26 +197,7 @@
|
||||
data-group="primary"
|
||||
data-tab="effects"
|
||||
>
|
||||
{{! Prism RPG: Miracle Augment }}
|
||||
<fieldset class="miracle-augment">
|
||||
<legend>{{localize "PRISMRPG.Label.miracleAugment"}}</legend>
|
||||
{{formField
|
||||
systemFields.augment
|
||||
value=system.augment
|
||||
localize=true
|
||||
label="PRISMRPG.Label.augmentName"
|
||||
}}
|
||||
<div class="form-group">
|
||||
<label>{{localize "PRISMRPG.Label.augmentDescription"}}</label>
|
||||
{{formInput
|
||||
systemFields.augmentDescription
|
||||
enriched=enrichedAugmentDescription
|
||||
value=system.augmentDescription
|
||||
name="system.augmentDescription"
|
||||
toggled=true
|
||||
}}
|
||||
</div>
|
||||
</fieldset>
|
||||
{{> systems/fvtt-prism-rpg/templates/partial-item-effects.hbs}}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user