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

12 lines 432 B
import { Npc } from "../Npc"; /** * Demonic Gorilla * Wiki reference: https://oldschool.runescape.wiki/w/Demonic_gorilla * * A powerful demonic ape boss that uses all three attack styles. * Located in Kruk's Dungeon (underground Prifddinas). * Requires 60+ Defence and proper preparation to fight safely. */ export declare const demonicGorilla: Npc; export default demonicGorilla; //# sourceMappingURL=DemonicGorilla.d.ts.map