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

8 lines 256 B
import { Npc } from '../Npc'; /** * Ice Wolf * A wolf forged from the frozen peaks of Ice Mountain, a creature of pure cold. * Wiki: https://oldschool.runescape.wiki/w/Ice_wolf */ export declare const iceWolf: Npc; //# sourceMappingURL=IceWolf.d.ts.map