UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

11 lines 652 B
import { HunterRumour } from "./HunterRumour"; /** * Registry of all the Rumours in the Hunter Guild, along with their properties such as the creature they pertain to, * the method of hunting, * locations where the creature can be found, required Hunter level, tier, which masters can assign them, * and any quest requirements or notes. * This registry serves as the central source of truth for all Hunter Rumours and is used by the HunterGuildMaster * class to determine which rumours can be assigned to players based on their eligibility. */ export declare const HUNTER_RUMOUR_REGISTRY: HunterRumour[]; //# sourceMappingURL=Rumours.d.ts.map