20s
存在多条名字相似的船
请在20秒内选择对应的序号
{% for ship in data %}
{{ ship['Ship_Tier'] }}
{% if ship['Ship_Type'] == 'Destroyer' %} {% elif ship['Ship_Type'] == 'Cruiser' %} {% elif ship['Ship_Type'] == 'Battleship' %} {% elif ship['Ship_Type'] == 'AirCarrier' %} {% elif ship['Ship_Type'] == 'Submarine' %} {% endif %}
{{ ship['Ship_Name'] }}
{% endfor %}