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

9 lines 373 B
import { Npc } from '../Npc'; /** * Thermonuclear Smoke Devil * A massive demonic smoke beast from the Smoke Dungeon, the ultimate boss of the smoke realm. * Wiki: https://oldschool.runescape.wiki/w/Thermonuclear_Smoke_Devil */ export declare const thermonuclearSmokDevil: Npc; export default thermonuclearSmokDevil; //# sourceMappingURL=ThermonuclearSmokDevil.d.ts.map