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

48 lines 1.7 kB
"use strict"; // URL: https://oldschool.runescape.wiki/w/Shadows_of_Custodia Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../../quest/Quest"); const Skill_1 = require("../../account/Skill"); const enums_1 = require("../enums"); const ShadowsOfCustodia = { id: 0, name: 'Shadows of Custodia', members: false, difficulty: enums_1.QuestDifficulty.Novice, length: enums_1.QuestLength.Short, requirements: [], questPoints: 1, startLocation: 'Speak to the Custodian in Lumbridge', description: 'Investigate the mysterious shadows appearing in Custodia and help restore peace to the region.', steps: [ 'Speak to the Custodian in Lumbridge.', 'Investigate shadowy disturbances around Custodia.', 'Uncover the source of the shadows.', 'Defeat the shadow creature.', 'Report back to the Custodian.', ], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'shadowsOfCustodia', url: 'https://oldschool.runescape.wiki/w/Shadows_of_Custodia', series: null, age: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: Skill_1.Skill.Defence, amount: 250 }, { skill: Skill_1.Skill.Hitpoints, amount: 250 }, ], questPoints: 1, items: [{ name: 'Custodian’s Token', quantity: 1 }], areas: ['Custodia'], unlocks: [{ description: 'Access to the Custodia region' }], lamps: [], points: [], pets: [], }, }; exports.default = ShadowsOfCustodia; //# sourceMappingURL=ShadowsOfCustodia.js.map