{% if canEdit %}
{% endif %}
Spell Search
Only for vocation: {{ include('buttons.submit.html.twig') }}

{% set i = 0 %} {% for spell in spells %} {% set i = i + 1 %} {% endfor %}
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 %}