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

9 lines 270 B
import { Npc } from "../Npc"; /** * Ice Troll * A troll adapted to icy environments, found in Fremennik Isles. * Wiki: https://oldschool.runescape.wiki/w/Ice_troll */ export declare const iceTroll: Npc; export default iceTroll; //# sourceMappingURL=IceTroll.d.ts.map