Add effects and tabs
This commit is contained in:
+27
-25
@@ -123,32 +123,7 @@
|
||||
localize=true
|
||||
label="PRISMRPG.Label.keywords"
|
||||
}}
|
||||
</div>
|
||||
|
||||
{{! Onglet Description }}
|
||||
<div
|
||||
class="tab {{tabs.description.cssClass}}"
|
||||
data-group="primary"
|
||||
data-tab="description"
|
||||
>
|
||||
<fieldset>
|
||||
<legend>{{localize "PRISMRPG.Label.description"}}</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
{{! Onglet Effects }}
|
||||
<div
|
||||
class="tab {{tabs.effects.cssClass}}"
|
||||
data-group="primary"
|
||||
data-tab="effects"
|
||||
>
|
||||
{{! Prism RPG: Color Effect }}
|
||||
<fieldset class="spell-color-effect">
|
||||
<legend>{{localize "PRISMRPG.Label.colorEffect"}}</legend>
|
||||
@@ -186,4 +161,31 @@
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
{{! Onglet Description }}
|
||||
<div
|
||||
class="tab {{tabs.description.cssClass}}"
|
||||
data-group="primary"
|
||||
data-tab="description"
|
||||
>
|
||||
<fieldset>
|
||||
<legend>{{localize "PRISMRPG.Label.description"}}</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
{{! Onglet Effects }}
|
||||
<div
|
||||
class="tab {{tabs.effects.cssClass}}"
|
||||
data-group="primary"
|
||||
data-tab="effects"
|
||||
>
|
||||
{{> systems/fvtt-prism-rpg/templates/partial-item-effects.hbs}}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user