UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

4 lines (3 loc) 223 B
import { Stat } from '../constants/stats.js'; import type { FortuneSource } from '../constants/upgrades.js'; export declare function getFortune(level: number | null | undefined, source: FortuneSource, stat?: Stat): number;