farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
17 lines (16 loc) • 371 B
TypeScript
export declare enum FarmingPets {
Elephant = "ELEPHANT",
MooshroomCow = "MOOSHROOM_COW",
Bee = "BEE",
Rabbit = "RABBIT",
Slug = "SLUG",
Hedgehog = "HEDGEHOG",
Chicken = "CHICKEN",
Pig = "PIG",
Mosquito = "MOSQUITO",
RoseDragon = "ROSE_DRAGON"
}
export declare enum FarmingPetStatType {
Base = "base",
Ability = "ability"
}