{% if canEdit %}
{% endif %}Name | Words |
Type (count) |
Mana | Level |
Magic Level |
Soul | Premium | Vocations: |
{{ spell.name }} | {{ spell.words }} | {% if spell.type == 1 %} Instant {% elseif spell.type == 2 %} Conjure ({{ spell.conjure_count }}) {% else %} Rune {% endif %} | {{ spell.mana }} | {{ spell.level }} | {{ spell.maglevel }} | {{ spell.soul }} | {% if spell.premium == 1 %}yes{% else %}no{% endif %} | {% if spell.vocations|length > 0 %} {{ spell.vocations|raw }} {% else %} {{ config.vocations[post_vocation_id] }} {% endif %} |