UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

8 lines (7 loc) 611 B
import { type FarmingAttributeShardSourceContext } from '../../constants/attributes.js'; import type { FarmingPlayer } from '../../player/player.js'; import type { DynamicFortuneSource } from './dynamicfortunesources.js'; export declare const GARDEN_CHIP_SOURCES: DynamicFortuneSource<FarmingPlayer>[]; export declare const GENERAL_FORTUNE_SOURCES: DynamicFortuneSource<FarmingPlayer>[]; export declare const ATTRIBUTE_FORTUNE_SOURCES: DynamicFortuneSource<FarmingAttributeShardSourceContext>[]; export declare const ATTRIBUTE_SHARD_PROGRESS_SOURCES: DynamicFortuneSource<FarmingAttributeShardSourceContext>[];