Add effects and tabs
This commit is contained in:
+1
-51
@@ -108,57 +108,7 @@
|
||||
data-group="primary"
|
||||
data-tab="effects"
|
||||
>
|
||||
{{! Prism RPG: Armor Passive }}
|
||||
<fieldset class="armor-passive">
|
||||
<legend>{{localize "PRISMRPG.Label.armorPassive"}}</legend>
|
||||
{{formField
|
||||
systemFields.passive
|
||||
value=system.passive
|
||||
localize=true
|
||||
label="PRISMRPG.Label.passiveName"
|
||||
}}
|
||||
<label>{{localize "PRISMRPG.Label.passiveDescription"}}</label>
|
||||
{{formInput
|
||||
systemFields.passiveDescription
|
||||
enriched=enrichedPassiveDescription
|
||||
value=system.passiveDescription
|
||||
name="system.passiveDescription"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
{{! Prism RPG: Armor Augment }}
|
||||
<fieldset class="armor-augment">
|
||||
<legend>{{localize "PRISMRPG.Label.armorAugment"}}</legend>
|
||||
{{formField
|
||||
systemFields.augment
|
||||
value=system.augment
|
||||
localize=true
|
||||
label="PRISMRPG.Label.augmentName"
|
||||
}}
|
||||
<label>{{localize "PRISMRPG.Label.augmentDescription"}}</label>
|
||||
{{formInput
|
||||
systemFields.augmentDescription
|
||||
enriched=enrichedAugmentDescription
|
||||
value=system.augmentDescription
|
||||
name="system.augmentDescription"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
{{! Cost }}
|
||||
{{formField
|
||||
systemFields.cost
|
||||
value=system.cost
|
||||
localize=true
|
||||
label="PRISMRPG.Label.cost"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.money
|
||||
value=system.money
|
||||
localize=true
|
||||
label="PRISMRPG.Label.currency"
|
||||
}}
|
||||
{{> systems/fvtt-prism-rpg/templates/partial-item-effects.hbs}}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user