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