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

10 lines 281 B
import { Npc } from "../Npc"; /** * Big Wolf * Wiki reference: https://oldschool.runescape.wiki/w/Big_Wolf * * A dangerous Wilderness predator known for its high damage output. */ export declare const bigWolf: Npc; export default bigWolf; //# sourceMappingURL=BigWolf.d.ts.map