Browse Source

talentIdList and costumeId info added

pull/7/head
ExLin 4 years ago
parent
commit
c8ca0ad1fd
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      api.md

+ 5
- 0
api.md View File

@@ -44,12 +44,17 @@ For any additional info, check the [Characters Data](https://github.com/Dimbreat
| :--- | :--------- |
| avatarId | Character ID |
| level | Character Level |
| costumeId | ID of character's skin. Check `"Costumes"` in [store/characters.json](/store/characters.json) |

### avatarInfoList

For basic data of characters by ID, go to [store/characters.json](/store/characters.json). <br />
For any additional info, check the [Characters Data](https://github.com/Dimbreath/GenshinData/blob/master/ExcelBinOutput/AvatarExcelConfigData.json).

| Name | Description |
| :--- | :---------- |
| avatarID | Character ID |
| talentIdList | List of Constellation IDs <br /> There is no data if 0 Constellation |
| [propMap](#propmap) | Character Info Properties List |
| fightPropMap -> `{id: value}` | Map of Character's Combat Properties. <br />Check the [Definitions for IDs](#fightprop)|
| skillDepotId | Character Skill Set ID <br />[Skills Data](https://github.com/Dimbreath/GenshinData/blob/master/ExcelBinOutput/AvatarSkillDepotExcelConfigData.json) -> `"id"`|


Loading…
Cancel
Save