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