genshin-manager
    Preparing search index...

    Interface APIPlayerInfo

    Enka API PlayerInfo type

    interface APIPlayerInfo {
        fetterCount?: number;
        finishAchievementNum?: number;
        isShowAvatarTalent?: boolean;
        level: number;
        nameCardId: number;
        nickname?: string;
        profilePicture?: APIProfilePicture;
        showAvatarInfoList?: APIShowAvatarInfo[];
        showNameCardIdList?: number[];
        signature?: string;
        theaterActIndex?: number;
        theaterModeIndex?: number;
        theaterStarIndex?: number;
        towerFloorIndex?: number;
        towerLevelIndex?: number;
        towerStarIndex?: number;
        worldLevel?: number;
    }
    Index

    Properties

    fetterCount?: number

    Number of characters with max friendship level

    finishAchievementNum?: number

    Number of Completed Achievements

    isShowAvatarTalent?: boolean

    Show Avatar Talent

    level: number

    Player Adventure Level

    nameCardId: number

    Profile NameCard ID

    nickname?: string

    Player Nickname

    profilePicture?: APIProfilePicture

    Profile Picture

    showAvatarInfoList?: APIShowAvatarInfo[]

    List of Character IDs and Levels

    showNameCardIdList?: number[]

    List of NameCard IDs

    signature?: string

    Profile Signature

    theaterActIndex?: number

    Imaginarium Theater Act Index

    theaterModeIndex?: number

    Number of supporting cast members for Imaginarium Theater

    theaterStarIndex?: number

    Imaginarium Theater Star Index

    towerFloorIndex?: number

    Abyss Floor

    towerLevelIndex?: number

    Abyss Floor's Chamber

    towerStarIndex?: number

    Abyss Star Index

    worldLevel?: number

    Player World Level