UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

7 lines (6 loc) 418 B
import type { EliteItemDto } from './item.js'; /** * Temporary hack as we don't have a clean way to get bonus values for lotus pieces. */ export declare function getLotusToBlossomPieceBonus(currentSkyblockId: string | null | undefined, nextSkyblockId: string | null | undefined, currentBonus: number): number | undefined; export declare function setLotusPieceBonusLore(item: EliteItemDto, pieceBonus: number): void;