Spells

[% for spl in character.spells %]

[[ spl.name ]]

[% if spl.level > 0 %] [[ spl.magic_school ]] Level [[ spl.level ]] [% else %] [[ spl.magic_school ]] Cantrip [% endif %] [% if spl.ritual and spl.concentration %] (ritual, concentration) [% elif spl.ritual %] (ritual) [% elif spl.concentration %] (concentration) [% endif %]

Casting Time:
[[ spl.casting_time ]]
Duration:
[[ spl.duration ]]
Range:
[[ spl.casting_range ]]
Components:
[[ spl.component_string ]]
[[ spl.__doc__ | rst_to_html(top_heading_level=1) ]] [% endfor %]