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

40 lines (39 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const ATasteOfHope = { id: 0, // Assign a unique ID if available name: "A Taste of Hope", members: true, difficulty: 'Experienced', length: 'Long', requirements: [], // Quests: Darkness of Hallowvale, Skills: Crafting 48, Agility 45, Attack 40, Herblore 40, Slayer 38 questPoints: 1, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: "aTasteOfHope", url: 'https://oldschool.runescape.wiki/w/A_Taste_of_Hope', series: 'Myreque', age: '', difficultyLevel: 'Experienced', officialDifficulty: 'Experienced', officialLength: 'Long', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [], questPoints: 1, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = ATasteOfHope;