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'; /** * Kalphite Soldier * A warrior kalphite of the hive, more powerful than workers. * Wiki: https://oldschool.runescape.wiki/w/Kalphite_soldier */ export declare const kalphiteSoldier: Npc; //# sourceMappingURL=KalphiteSoldier.d.ts.map