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 266 B
import { Npc } from '../Npc'; /** * Thrower Troll * A ranged-focused troll that throws rocks, found in Fremennik Isles. * Wiki: https://oldschool.runescape.wiki/w/Thrower_Troll */ export declare const throwerTroll: Npc; //# sourceMappingURL=ThrowerTroll.d.ts.map