UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

4 lines (3 loc) 170 B
import { GemRarity } from '../fortune/item.js'; import { Rarity } from './reforges.js'; export declare const PERIDOT: Partial<Record<Rarity, Record<GemRarity, number>>>;