UID: {{ uid }}
{{ title }}•{{ data.floor.zone_name }}
{{ data.floor_time }}
{% for node in data.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 node.buddy %} {% set character = node.buddy %}
Lv.{{ character.level }}
{% endif %} {% if loop.length > 1 %}
{{ ['上', '下'][loop.index - 1] }}半
{% endif %}
{% endfor %}