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

41 lines 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const Requirement_1 = require("../../Requirement"); const enums_1 = require("../enums"); const TheDepthsOfDespair = { id: 0, name: 'The Depths of Despair', members: true, difficulty: enums_1.QuestDifficulty.Intermediate, length: enums_1.QuestLength.Short, requirements: [ new Requirement_1.QuestRequirement('Client of Kourend'), new Requirement_1.LevelRequirement('Agility', 18, false), ], questPoints: 1, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'theDepthsOfDespair', url: 'https://oldschool.runescape.wiki/w/The_Depths_of_Despair', series: 'Great Kourend', age: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [], questPoints: 1, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = TheDepthsOfDespair; //# sourceMappingURL=TheDepthsOfDespair.js.map