osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
7 lines • 443 B
TypeScript
import { Quest } from '../Quest';
/**
* Icthlarin's Little Helper is a quest in Old School RuneScape that involves assisting the god Icthlarin with various tasks. The quest is set in the desert and requires players to complete a series of challenges to earn rewards and progress through the storyline.
*/
declare const IcthlarinsLittleHelper: Quest;
export default IcthlarinsLittleHelper;
//# sourceMappingURL=IcthlarinsLittleHelper.d.ts.map