{% extends "base.html" %} {% block navbar %} {% endblock %} {% block content %}

{{ name }}

{{ category }}

{% if power %} {% endif %} {% if accuracy %} {% endif %} {% if targets %} {% endif %} {% if num_hits %} {% endif %} {% if use_cost %} {% endif %} {% if copyable %} {% endif %} {% if priority %} {% endif %}
Type {{ elemental_type }}
Power {{ power }}
Accuracy {{ accuracy }}
Targets {{ targets }}
Num Hits {{ num_hits }}
Use Cost {{ use_cost }}
Copyable {{ copyable }}
Priority {{ priority }}

Description

{{ description }}

Monsters

{% for monster in compatible_monsters %} {% endfor %}
Species Num Type
{{ monster.name }} {{ monster.bestiary_index }} {{ monster.type }}
{% endblock %}