UNPKG

enka-network-api

Version:

Enka-network API wrapper for Genshin Impact.

15 lines (14 loc) 1.02 kB
import { CachedAssetsManager } from "./CachedAssetsManager"; export declare class ObjectKeysManager { /** Map key name where the value is arkhe of Fontaine characters in AvatarSkillDepotExcelConfigData.json */ readonly characterArkheKey: string; /** Map key name where the value is the type of profile picture in ProfilePictureExcelConfigData.json */ readonly profilePictureTypeKey: string; /** Map key name where the value is the max charge of elemental bursts in AvatarSkillExcelConfigData.json (only for Mavuika at this moment) */ readonly elementalBurstMaxChargeKey: string; /** Map key name where the value is the required charge for elemental bursts in AvatarSkillExcelConfigData.json (only for Mavuika at this moment) */ readonly elementalBurstRequiredKey: string; /** Map key name where the value contains passive talent ids in AvatarSkillDepotExcelConfigData.json */ readonly inherentProudSkillOpensKey: string; constructor(cachedAssetsManager: CachedAssetsManager); }