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 270 B
import { Npc } from '../Npc'; /** * Spiritual Ranger * A ranger servant of the gods found in the God Wars Dungeon. * Wiki: https://oldschool.runescape.wiki/w/Spiritual_ranger */ export declare const spiritualRanger: Npc; //# sourceMappingURL=SpiritualRanger.d.ts.map