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

43 lines 1.46 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 DragonSlayerII = { id: 0, // Assign a unique ID if available name: 'Dragon Slayer II', members: true, difficulty: enums_1.QuestDifficulty.Grandmaster, length: enums_1.QuestLength.VeryLong, requirements: [], // Quests: Legends' Quest, Dream Mentor, A Tail of Two Cats, Animal Magnetism, Ghosts Ahoy, Bone Voyage, Client of Kourend. Skill: quest 200 questPoints: 5, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'dragonSlayerII', url: 'https://oldschool.runescape.wiki/w/Dragon_Slayer_II', series: 'Dragonkin', age: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: Skill_1.Skill.Agility, amount: 15000 }, { skill: Skill_1.Skill.Mining, amount: 18000 }, { skill: Skill_1.Skill.Smithing, amount: 25000 }, { skill: Skill_1.Skill.Thieving, amount: 15000 }, ], questPoints: 5, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = DragonSlayerII; //# sourceMappingURL=DragonSlayerII.js.map