{{name}}
{{#if saveDC}}
Save DC: {{evaluate charId saveDC}}
{{/if}}
{{#if attackBonus}}
Attack Bonus: {{evaluateSigned charId attackBonus}}
{{/if}}
{{#if settings.showUnprepared}}
{{#if maxPrepared}}
{{numPrepared}} / {{evaluate charId maxPrepared}}
{{/if}}
{{else}}
{{/if}}
{{#each levels}}
{{#if spellCount .. ../../_id}}
{{name}}
{{/if}}
{{#each spells ../_id ../../_id}}
{{#if showSpell ../../settings.showUnprepared}}
{{name}}
{{school}} {{castingTime}}
{{#if ritual}}(ritual){{/if}}{{#if spellComponents}} - {{spellComponents}}{{/if}}
{{#if ../../settings.showUnprepared}}
{{else}}
{{/if}}
{{/if}}
{{/each}}
{{/each}}