NEUserPet
Last updated
Last updated
negdkcc
negdkcc / NEUserPet
NEUserPet =
object
Defined in:
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.
evolution:
number
|null
Defined in:
The evolution level of the pet, or null if no evolution.
gender:
number
Defined in:
The gender of the pet (e.g., 0 for male, 1 for female).
id:
number
The unique identifier for the pet.
petCode:
string
A unique code identifying the pet.
petId:
number
The specific ID of the pet.
rarityCode:
string
The rarity of the pet (e.g., "common", "rare").
tokenId:
number
|null
A token ID representing the pet, or null if not assigned.
type:
string
The type of the pet (e.g., "dragon", "dog").
Defined in:
Defined in:
Defined in:
Defined in:
Defined in:
Defined in: