kcauto icon indicating copy to clipboard operation
kcauto copied to clipboard

Leverage WCTF Data in Ship Switcher

Open perryhuynh opened this issue 5 years ago • 2 comments

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

perryhuynh avatar Dec 30 '19 19:12 perryhuynh

Please expand on this request. The ship switcher already uses the sortno ID for matching.

mrmin123 avatar Dec 30 '19 19:12 mrmin123

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

waicool20 avatar Jan 06 '20 09:01 waicool20