osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
11 lines • 358 B
TypeScript
import { Npc } from "../Npc";
/**
* Kraken
* Wiki reference: https://oldschool.runescape.wiki/w/Kraken
*
* A massive sea creature residing in the Kraken Cove. Uses magic attacks exclusively.
* Can summon tentacles that must be dealt with during the fight.
*/
export declare const kraken: Npc;
export default kraken;
//# sourceMappingURL=Kraken.d.ts.map