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 290 B
import { Npc } from "../Npc"; /** * Brine Rat * Wiki reference: https://oldschool.runescape.wiki/w/Brine_rat * * A salty rat found in the Brine Rat Cavern with moderate combat level. */ export declare const brineRat: Npc; export default brineRat; //# sourceMappingURL=BrineRat.d.ts.map