NEUserPet

negdkcc


negdkcc / NEUserPet

Type Alias: NEUserPet

NEUserPet = object

Defined in: data/NEUserPet.ts:5

Represents a user's pet in the game, including its attributes such as type, rarity, and evolution status. This type is used to track a player's pets and their progression.

Properties

evolution

evolution: number | null

Defined in: data/NEUserPet.ts:44

The evolution level of the pet, or null if no evolution.


gender

gender: number

Defined in: data/NEUserPet.ts:39

The gender of the pet (e.g., 0 for male, 1 for female).


id

id: number

Defined in: data/NEUserPet.ts:24

The unique identifier for the pet.


petCode

petCode: string

Defined in: data/NEUserPet.ts:14

A unique code identifying the pet.


petId

petId: number

Defined in: data/NEUserPet.ts:29

The specific ID of the pet.


rarityCode

rarityCode: string

Defined in: data/NEUserPet.ts:19

The rarity of the pet (e.g., "common", "rare").


tokenId

tokenId: number | null

Defined in: data/NEUserPet.ts:34

A token ID representing the pet, or null if not assigned.


type

type: string

Defined in: data/NEUserPet.ts:9

The type of the pet (e.g., "dragon", "dog").

Last updated