kcauto
kcauto copied to clipboard
Leverage WCTF Data in Ship Switcher
Currently, finding ship ids to select for ship switcher is somewhat of a pain. Since we already have the WCTF data, it might be a good idea to use it for some sort of filterable list the user can search through to select ships for ship switcher as well.
Relevant JSON Snippet:
{
"id": 576,
"no": 376,
"name": {
"ja_jp": "Nelson",
"ja_kana": "ネルソン",
"ja_romaji": "",
"zh_cn": "纳尔逊",
"en_us": "",
"suffix": 1
}
}
The ID used by ship switcher is the no
key
Please expand on this request. The ship switcher already uses the sortno
ID for matching.
The KC3 panel shows the id
and the script uses sortno
which corresponds to no
in the json above. So people have to refer to the mapping each time