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 • 303 B
TypeScript
import { Npc } from "../Npc";
/**
* Forgotten Soul
* Wiki reference: https://oldschool.runescape.wiki/w/Forgotten_soul
*
* A soul left behind and forgotten, found in the Catacombs.
*/
export declare const forgottenSoul: Npc;
export default forgottenSoul;
//# sourceMappingURL=ForgottenSoul.d.ts.map