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 257 B
import { Npc } from '../Npc'; /** * Sulphur Lizard * A lizard filled with sulphur found in Karuulm Dungeon. * Wiki: https://oldschool.runescape.wiki/w/Sulphur_Lizard */ export declare const sulphurLizard: Npc; //# sourceMappingURL=SulphurLizard.d.ts.map