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 274 B
import { Npc } from '../Npc'; /** * Reanimated Bear * A zombie bear found in the Catacombs, a reanimated undead creature. * Wiki: https://oldschool.runescape.wiki/w/Reanimated_bear */ export declare const reanimatedBear: Npc; //# sourceMappingURL=ReanimatedBear.d.ts.map