First iteration over items
This commit is contained in:
+48
-65
@@ -14,6 +14,7 @@
|
||||
{{formField
|
||||
systemFields.manaCost
|
||||
value=system.manaCost
|
||||
localize=true
|
||||
label="PRISMRPG.Label.manaCost"
|
||||
}}
|
||||
|
||||
@@ -21,11 +22,17 @@
|
||||
{{formField
|
||||
systemFields.manaUpkeep
|
||||
value=system.manaUpkeep
|
||||
localize=true
|
||||
label="PRISMRPG.Label.manaUpkeep"
|
||||
}}
|
||||
|
||||
{{! Prism RPG: APC (Action Point Cost) }}
|
||||
{{formField systemFields.apc value=system.apc label="PRISMRPG.Label.apc"}}
|
||||
{{formField
|
||||
systemFields.apc
|
||||
value=system.apc
|
||||
localize=true
|
||||
label="PRISMRPG.Label.apc"
|
||||
}}
|
||||
|
||||
{{! Prism RPG: Prism Color }}
|
||||
{{formField
|
||||
@@ -38,15 +45,13 @@
|
||||
{{! Prism RPG: Color Effect }}
|
||||
<fieldset class="spell-color-effect">
|
||||
<legend>{{localize "PRISMRPG.Label.colorEffect"}}</legend>
|
||||
<div class="form-group">
|
||||
{{formInput
|
||||
systemFields.colorEffect
|
||||
enriched=enrichedColorEffect
|
||||
value=system.colorEffect
|
||||
name="system.colorEffect"
|
||||
toggled=true
|
||||
}}
|
||||
</div>
|
||||
{{formInput
|
||||
systemFields.colorEffect
|
||||
enriched=enrichedColorEffect
|
||||
value=system.colorEffect
|
||||
name="system.colorEffect"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
{{! Prism RPG: Spell Ascension }}
|
||||
@@ -62,101 +67,79 @@
|
||||
<p class="hint">{{localize "PRISMRPG.Hint.spellAscension"}}</p>
|
||||
</div>
|
||||
{{#if system.canAscend}}
|
||||
<div class="form-group">
|
||||
<label>{{localize "PRISMRPG.Label.ascensionEffect"}}</label>
|
||||
{{formInput
|
||||
systemFields.ascensionEffect
|
||||
enriched=enrichedAscensionEffect
|
||||
value=system.ascensionEffect
|
||||
name="system.ascensionEffect"
|
||||
toggled=true
|
||||
}}
|
||||
</div>
|
||||
<label>{{localize "PRISMRPG.Label.ascensionEffect"}}</label>
|
||||
{{formInput
|
||||
systemFields.ascensionEffect
|
||||
enriched=enrichedAscensionEffect
|
||||
value=system.ascensionEffect
|
||||
name="system.ascensionEffect"
|
||||
toggled=true
|
||||
}}
|
||||
{{/if}}
|
||||
</fieldset>
|
||||
|
||||
{{! Spell Components }}
|
||||
<fieldset class="spell-components">
|
||||
<legend>{{localize "PRISMRPG.Label.components"}}</legend>
|
||||
<div class="shift-right">
|
||||
{{formField
|
||||
systemFields.components.fields.verbal
|
||||
value=system.components.verbal
|
||||
label="PRISMRPG.Label.verbal"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.components.fields.somatic
|
||||
value=system.components.somatic
|
||||
label="PRISMRPG.Label.somatic"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.components.fields.material
|
||||
value=system.components.material
|
||||
label="PRISMRPG.Label.material"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.components.fields.catalyst
|
||||
value=system.components.catalyst
|
||||
label="PRISMRPG.Label.catalyst"
|
||||
}}
|
||||
</div>
|
||||
{{formField
|
||||
systemFields.materialComponent
|
||||
value=system.materialComponent
|
||||
label="PRISMRPG.Label.materialComponent"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.catalyst
|
||||
value=system.catalyst
|
||||
label="PRISMRPG.Label.catalystDetails"
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
{{! Spell Properties }}
|
||||
{{formField
|
||||
systemFields.memorized
|
||||
value=system.memorized
|
||||
localize=true
|
||||
label="PRISMRPG.Label.memorized"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.level
|
||||
value=system.level
|
||||
localize=true
|
||||
label="PRISMRPG.Label.level"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.targets
|
||||
value=system.targets
|
||||
localize=true
|
||||
label="PRISMRPG.Label.targets"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.resolve
|
||||
value=system.resolve
|
||||
localize=true
|
||||
label="PRISMRPG.Label.resolve"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.castingTime
|
||||
value=system.castingTime
|
||||
localize=true
|
||||
label="PRISMRPG.Label.castingTime"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.spellRange
|
||||
value=system.spellRange
|
||||
localize=true
|
||||
label="PRISMRPG.Label.range"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.areaAffected
|
||||
value=system.areaAffected
|
||||
localize=true
|
||||
label="PRISMRPG.Label.areaAffected"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.duration
|
||||
value=system.duration
|
||||
localize=true
|
||||
label="PRISMRPG.Label.duration"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.savingThrow
|
||||
value=system.savingThrow
|
||||
localize=true
|
||||
label="PRISMRPG.Label.savingThrow"
|
||||
}}
|
||||
{{formField
|
||||
systemFields.keywords
|
||||
value=system.keywords
|
||||
localize=true
|
||||
label="PRISMRPG.Label.keywords"
|
||||
}}
|
||||
|
||||
{{! Legacy fields }}
|
||||
{{formField
|
||||
systemFields.level
|
||||
value=system.level
|
||||
label="PRISMRPG.Label.level"
|
||||
}}
|
||||
{{formField systemFields.cost value=system.cost label="PRISMRPG.Label.cost"}}
|
||||
|
||||
<fieldset>
|
||||
<legend>{{localize "PRISMRPG.Label.description"}}</legend>
|
||||
{{formInput
|
||||
|
||||
Reference in New Issue
Block a user