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 • 309 B
TypeScript
import { Npc } from '../Npc';
/**
* Hell-Rat Behemoth
* A massive rat from the infernal depths of the Warped Dungeon, a creature of pure demonic nature.
* Wiki: https://oldschool.runescape.wiki/w/Hell-Rat_Behemoth
*/
export declare const hellRatBehemoth: Npc;
//# sourceMappingURL=HellRatBehemoth.d.ts.map