EnkaNetwork / API-docs

API documentation for the Enka.Network API responses and structure.
https://api.enka.network/
205 stars 45 forks source link

How to get character's talent level upgraded by constellations? #46

Closed Mega-Z closed 1 year ago

Mega-Z commented 1 year ago

or how to get character's information about which constellation can increase E or Q skill level by 3?

I'm trying to get character's talent level from skillLevelMap, but the skill level seems like the base level without constellations.

Jelosus2 commented 1 year ago

You may want to check proudSkillExtraLevelMap

Mega-Z commented 1 year ago

Thanks. But for example I got proudSkillExtraLevelMap={'4239':3} for KeQING-Cons3, while her skillLevelMap is like {'10421': 10, '10422': 10, '10425': 10}, how can I associate '4239' with skill IDs?

Algoinde commented 1 year ago

Here's a chunk from my frontend code to illustrate I'm using characters.json here in the repo that I generate every version. reference is from that file. VSCodium_6134zgo0So

Mega-Z commented 1 year ago

thank you! that helps!