{{ operator_name }}
{{ operator_name }}
职业
{% if profession|length >= 4 %} {{ profession }} {% else %} {{ profession }} {% endif %}
子职业
{% if subProfession|length >= 4 %} {{ subProfession }} {% else %} {{ subProfession }} {% endif %}
星级
{{ rarity }}星
出身地
{% if origin|length >= 4 %} {{ origin }} {% else %} {{ origin }} {% endif %}
种族
{% if race|length >= 4 %} {{ race }} {% else %} {{ race }} {% endif %}
性别
{{ gender }}
位置
{{ position }}
势力
{% if parent_faction %}
{{ parent_faction }} {{ faction }}
{% else %}
{{ faction }}
{% endif %}
{% if tags %}
标签
{% for tag in tags %} {% if tags_comparison and tag in tags_comparison.matched_tags %} {{ tag }} {% else %} {{ tag }} {% endif %} {% endfor %}
{% endif %} {% if not tags %}
{% endif %}
剩余尝试次数: {{ attempts_left }}