genshin-manager
    Preparing search index...

    Class CharacterConstellation

    Manages character constellation upgrades and unlockable passive abilities

    Index

    Constructors

    • Create a Constellation

      Parameters

      • constellationId: number

        constellation ID

      • locked: boolean = false

        whether the constellation is locked

      Returns CharacterConstellation

    Properties

    description: string

    Constellation description

    Constellation icon

    id: number

    Constellation ID

    locked: boolean

    Whether the constellation is locked

    name: string

    Constellation name

    Accessors

    • get allConstellationIds(): number[]

      Get all constellation IDs

      Returns number[]

      all constellation IDs

    Methods

    • Get constellation IDs by character ID

      Parameters

      • characterId: number

        character ID

      • OptionalskillDepotId: number

        skill depot ID

      Returns number[]

      constellation IDs