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