UID: {{ uid }}
{{ title }}·{{ floor.name }}
{{ floor.star_num }}
总分:{{ floor.score }}
{{ floor_time }}
{% for n in range(floor.star_num) %}
{% endfor %}
{% for node in floor_nodes if node.has_data %}
{% 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 %}
节点{{ loop.index }}
积分:{{ node.score }}
{% if node.boss_defeated %}
已击败首领
{% else %}
未击败首领
{% endif %}
{{ node.buff.name_mi18n }}:
{{ node.buff.desc_mi18n }}
{% if loop.index < loop.length %}
{% endif %} {% endfor %}