farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
13 lines • 490 B
JavaScript
/**
* Base class for any object that can contribute Effects to a calculation.
*
* Subclass `getEffects(player, env)` returns the declarative list of effects
* this source emits in the given environment. The resolver pipeline takes care
* of scoping, ordering, and aggregation.
*
* `getActive` is optional - only override when a source has env-conditional
* activation (e.g. day/night shards, infested-plot shards).
*/
export class FortuneSource {
}
//# sourceMappingURL=base.js.map