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 280 B
import { Npc } from '../Npc'; /** * Twisted Banshee * A corrupted banshee found in the Slayer Tower, a magical ranged creature. * Wiki: https://oldschool.runescape.wiki/w/Twisted_Banshee */ export declare const twistedBanshee: Npc; //# sourceMappingURL=TwistedBanshee.d.ts.map