{% extends "base.html" %} {% block content %} Gym Each session costs 5 energy, grants 5 xp, and gives a random stat gain from +1 to +3. {% for stat in ["strength", "speed", "defense", "dexterity"] %} {{ stat|capitalize }} Current: {{ current_user[stat] }} Train {{ stat|capitalize }} {% endfor %} {% endblock %}
Each session costs 5 energy, grants 5 xp, and gives a random stat gain from +1 to +3.
Current: {{ current_user[stat] }}