{{ name }}

{{ description }}

{% if procs %} procs:
{% for proc in procs.splitlines() %} {{ proc.split("➡", 1)[0].strip() }} ➡ {{ proc.split("➡", 1)[1].strip() }}
{% endfor %} {% endif %} {% if cp %} cp: {{ cp }}
{% endif %} {% if range %} range: {{ range|int }}
{% endif %} {% if power %} power: {{ power }}
{% endif %} {% if playcost %} playcost:
{% endif %} {% if duration %} duration: {{ duration }}
{% endif %}