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 • 480 B
TypeScript
import { Npc } from "../Npc";
/**
* Kalphite Queen
* Wiki reference: https://oldschool.runescape.wiki/w/Kalphite_Queen
*
* One of the most iconic bosses in OSRS. The queen has two forms:
* - First form uses ranged and magic attacks
* - Second form uses melee attacks after the first is defeated
*
* This implementation represents the overall boss stats.
*/
export declare const kalphiteQueen: Npc;
export default kalphiteQueen;
//# sourceMappingURL=KalphiteQueen.d.ts.map