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

14 lines 430 B
/** * Duradel - Slayer Master * Location: Shilo Village * Combat requirement: 50+ * Wiki: https://oldschool.runescape.wiki/w/Duradel */ import { SlayerMaster } from '../core/SlayerMaster'; /** * Duradel - High-level Slayer Master * One of the top-tier masters offering the highest rewards and most difficult tasks */ export declare const Duradel: SlayerMaster; export default Duradel; //# sourceMappingURL=Duradel.d.ts.map