LV.{{ weaponLevel }}
{{ weaponName }}
{{ weaponResonLevel }}阶
{% for i in range(1, weaponStarLevel + 1) %} {% endfor %}
{{ weaponEffectName }}
{{ weaponEffectDesc }}
{% if phantomData is not none %} {% for phantom in phantomData %} {% if phantom is not none %}
+{{ phantom['level'] }}
{{ phantom['phantomProp']['name'] }}
COST {{ phantom['phantomProp']['cost'] }}
{% if phantom['mainProps'] is not none %} {% for mainProp in phantom['mainProps'] %}
{{ mainProp['attributeName'] }} {{ mainProp['attributeValue'] }}
{% endfor %} {% endif %} {% if phantom['subProps'] is not none %} {% for subProp in phantom['subProps'] %}
{{ subProp['attributeName'] }} {{ subProp['attributeValue'] }}
{% endfor %} {% endif %}
{% endif %} {% endfor %} {% endif %}
共鸣技能等级详情
{% for skillPic in skillList %} {% if skillPic['skill']['type'] != '延奏技能' %}
{% endif %} {% endfor %}
{% for skillLevel in skillList %} {% if skillLevel['skill']['type'] != '延奏技能' %}
{{ skillLevel['skill']['type'] }}
{{ skillLevel['skill']['name'] }}
{{ skillLevel['level'] }}/10
{% endif %} {% endfor %}