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

{% set i = 0 %} {% set y = 0 %} {% for spell in spells %} {% set i = i + 1 %} {% if spell.type == 1 %} {% set y = y + 1 %} {% endif %} {% endfor %}
Name Words Level Mana Vocations
{{ spell.name }} {{ spell.words }} {{ spell.level }} {{ spell.mana }} {% if spell.vocations|length > 0 %} {{ spell.vocations|raw }} {% else %} {{ config.vocations[post_vocation_id] }} {% endif %}
{% set i = 0 %} {% set y = 0 %} {% for spell in spells %} {% set i = i + 1 %} {% if spell.type == 2 %} {% set y = y + 1 %} {% endif %} {% endfor %}
Name Words Level Mana Soul Item Reagent Vocations
{{ spell.name }} {{ spell.words }} {{ spell.level }} {{ spell.mana }} {{ spell.soul }} {% if (spell.conjure_count < 150) and ( spell.conjure_count > 0) %} {{ spell.conjure_count }}x
{% endif %}
{{ spell.conjure_id }}
{% if (spell.reagent > 0) %} {{ spell.reagent }}{% else %}---{% endif %} {% if spell.vocations|length > 0 %} {{ spell.vocations|raw }} {% else %} {{ config.vocations[post_vocation_id] }} {% endif %}
{% set i = 0 %} {% set y = 0 %} {% for spell in spells %} {% set i = i + 1 %} {% if spell.type == 3 %} {% set y = y + 1 %} {% endif %} {% endfor %}
Name Level Magic Level Item Vocations
{{ spell.name }} {{ spell.level }} {{ spell.maglevel }} {{ spell.item_id }} {% if spell.vocations|length > 0 %} {{ spell.vocations|raw }} {% else %} {{ config.vocations[post_vocation_id] }} {% endif %}