UID: {{ uid }}
{{ floor.name }}
{{ floor.star_num }}
使用轮:{{ floor.round_num }} {{ floor_time }}
{% for n in range(floor.star_num) %}
{% endfor %}
{% for node in floor_nodes %}
{% for character in node.avatars %}
{% if avatar_data[character.id] > 0 %} {% set constellation = avatar_data[character.id] %} {% set bg = ['blue', 'blue', 'green', 'green', 'red', 'red'][constellation - 1] %}
{{ constellation }} 命
{% endif %}
Lv.{{ character.level }}
{% endfor %} {% if loop.length > 1 %}
{{ ['上', '下'][loop.index - 1] }}半
{% endif %}
{% endfor %}