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.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const Skill_1 = require("../../account/Skill"); const enums_1 = require("../enums"); const DeathToTheDorgeshuun = { id: 0, // Assign a unique ID if available name: 'Death to the Dorgeshuun', members: true, difficulty: enums_1.QuestDifficulty.Intermediate, length: enums_1.QuestLength.Medium, requirements: [], // Quests: The Lost Tribe. Skills: Agility 23, Thieving 23 questPoints: 1, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'deathToTheDorgeshuun', url: 'https://oldschool.runescape.wiki/w/Death_to_the_Dorgeshuun', series: 'Dorgeshuun', age: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: Skill_1.Skill.Ranged, amount: 2000 }, { skill: Skill_1.Skill.Thieving, amount: 2000 }, ], questPoints: 1, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = DeathToTheDorgeshuun; //# sourceMappingURL=DeathToTheDorgeshuun.js.map