{% extends "base.twig" %} {% block content %}

Help: Spells

[ Return to Help | Return to the game ]


{% for spell in spells %} {% endfor %}
Spells
Name Cost Type Attribute
{{ spell.name }} {{ spell.cost }} {{ spell.type }} {{ spell.attribute }}
{% endblock %}