UNPKG

osrs-tools

Version:

A JavaScript package to provide JSON data for all current Old School RuneScape quests. This package aims to help junior software developers create tools related to Old School RuneScape. It's a work in progress, and issues should be reported to jamescer@ha

45 lines (44 loc) 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const Skill_1 = require("../../account/Skill"); const IcthlarinsLittleHelper = { id: 0, name: "Icthlarin's Little Helper", members: true, difficulty: 'Intermediate', length: 'Medium - Long', requirements: [], questPoints: 2, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'icthlarinsLittleHelper', url: "https://oldschool.runescape.wiki/w/Icthlarin%27s_Little_Helper", series: 'Desert', age: '', difficultyLevel: 'Intermediate', officialDifficulty: 'Intermediate', officialLength: 'Medium - Long', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: Skill_1.Skill.Agility, amount: 4000 }, { skill: Skill_1.Skill.Thieving, amount: 4500 }, { skill: Skill_1.Skill.Woodcutting, amount: 4000 } ], questPoints: 2, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = IcthlarinsLittleHelper;