Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Leverage WCTF Data in Ship Switcher #430

Open
perryhuynh opened this issue Dec 30, 2019 · 2 comments
Open

Leverage WCTF Data in Ship Switcher #430

perryhuynh opened this issue Dec 30, 2019 · 2 comments

Comments

@perryhuynh
Copy link
Owner

perryhuynh commented Dec 30, 2019

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

@mrmin123
Copy link
Collaborator

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

@waicool20
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants