{{! Prism RPG: Mana Cost }}
{{formField
systemFields.manaCost
value=system.manaCost
label="PRISMRPG.Label.manaCost"
}}
{{! Prism RPG: Mana Upkeep }}
{{formField
systemFields.manaUpkeep
value=system.manaUpkeep
label="PRISMRPG.Label.manaUpkeep"
}}
{{! Prism RPG: APC (Action Point Cost) }}
{{formField systemFields.apc value=system.apc label="PRISMRPG.Label.apc"}}
{{! Prism RPG: Prism Color }}
{{formField
systemFields.color
value=system.color
localize=true
label="PRISMRPG.Label.prismColor"
}}
{{! Prism RPG: Color Effect }}
{{! Prism RPG: Spell Ascension }}
{{! Spell Components }}
{{! Spell Properties }}
{{formField
systemFields.memorized
value=system.memorized
label="PRISMRPG.Label.memorized"
}}
{{formField
systemFields.castingTime
value=system.castingTime
label="PRISMRPG.Label.castingTime"
}}
{{formField
systemFields.spellRange
value=system.spellRange
label="PRISMRPG.Label.range"
}}
{{formField
systemFields.areaAffected
value=system.areaAffected
label="PRISMRPG.Label.areaAffected"
}}
{{formField
systemFields.duration
value=system.duration
label="PRISMRPG.Label.duration"
}}
{{formField
systemFields.savingThrow
value=system.savingThrow
label="PRISMRPG.Label.savingThrow"
}}
{{formField
systemFields.keywords
value=system.keywords
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"}}