UID: {{ uid }}
第 {{ floor.round_id }} 幕
{% if floor.is_get_medal %}
{% endif %}
{{ floor_time }}
{% for character in floor.avatars %}
{% if character.avatar_type == 1 %} {% if avatar_data[character.id] > 0 %} {% set constellation = avatar_data[character.id] %} {% set bg = ['blue','blue', 'green','green', 'red', 'red'][constellation - 1] %}
{{ constellation }} 命
{% endif %} {% elif character.avatar_type == 2 %}
试用
{% elif character.avatar_type == 3 %}
支援
{% endif %}
Lv.{{ character.level }}
{% endfor %}
{% if floor.buffs %}

奇妙助益 * {{ floor.buffs | length }}

{% for buff in floor.buffs %}
{{ buff.name }}:{{ buff.desc_html | safe }}
{% endfor %}
{% endif %} {% if floor.splendour_buff %}

辉彩祝福

{{ floor.splendour_buff.summary.desc_html | safe }}
{% for buff in floor.splendour_buff.buffs %}
{{ buff.name }}:Lv.{{ buff.level }}
{% endfor %}
{% endif %} {% if floor.choice_cards %}

神秘收获 * {{ floor.choice_cards | length }}

{% for buff in floor.choice_cards %}
{{ buff.name }}:{{ buff.desc_html | safe }}
{% endfor %}
{% endif %}