Browse Source

Merge pull request #7 from rEduxLin/master

talentIdList and costumeId info added
pull/10/head
Algoinde GitHub 4 years ago
parent
commit
c9fa746ca4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 | | avatarId | Character ID |
| level | Character Level | | level | Character Level |
| costumeId | ID of character's skin. Check `"Costumes"` in [store/characters.json](/store/characters.json) |


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


Loading…
Cancel
Save