{{formInput fields.name value=source.name}}
{{!-- Core Skill Selection --}} {{formField systemFields.coreSkill value=system.coreSkill localize=true label="PRISMRPG.Label.coreSkillType"}} {{!-- Is this the character's Core Skill? --}}

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

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

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

{{!-- Modifier Display --}}
+{{system.modifier}} {{localize "PRISMRPG.Label.basicChecks"}} {{#if system.attributeBonus}} +2 {{localize (concat "PRISMRPG.Label." system.attributeBonus)}} {{/if}}
{{!-- Advanced Checks --}}
{{#if system.canAdvancedCheck}} ✓ {{localize "PRISMRPG.Label.enabled"}} {{else}} ✗ {{localize "PRISMRPG.Label.disabled"}} {{/if}}

{{localize "PRISMRPG.Hint.advancedChecks"}}

{{!-- Core Skill Class --}} {{formField systemFields.coreSkillClass value=system.coreSkillClass label="PRISMRPG.Label.coreSkillClass"}} {{/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}}