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

Help: Items & Drops

[ Return to Help | Return to the game ] {% for item in items %} {% endfor %}
{{ item.image }} {{ item.name }} {{ item.buycost }} Gold {{ item.attribute }} {{ item.power }} Power {{ item.specialEffect|raw }}
{% endblock %}