{{formInput fields.name value=source.name}}
{{!-- Is this the character's Core Skill? --}}

{{localize "PRISMRPG.Hint.isCoreSkill"}}

{{#if system.isCoreSkill}} {{!-- Attribute Bonus Selection --}}

{{localize "PRISMRPG.Hint.attributeBonus"}}

{{/if}} {{!-- Notes --}}
{{localize "PRISMRPG.Label.notes"}} {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
{{!-- Description --}}
{{localize "PRISMRPG.Label.description"}} {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}