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

44 lines 1.49 kB
"use strict"; // URL: https://oldschool.runescape.wiki/w/Scrambled! Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../../quest/Quest"); const Skill_1 = require("../../account/Skill"); const enums_1 = require("../enums"); const Scrambled = { id: 0, name: 'Scrambled!', members: false, difficulty: enums_1.QuestDifficulty.Novice, length: enums_1.QuestLength.VeryShort, requirements: [], questPoints: 1, startLocation: 'Egg Shrine, south of Falador', description: 'Help the Egg Shrine priest recover the lost eggs and restore the shrine.', steps: [ 'Speak to the Egg Shrine priest south of Falador.', 'Collect the lost eggs scattered around the area.', 'Return the eggs to the priest.', 'Restore the Egg Shrine.', ], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'scrambled', url: 'https://oldschool.runescape.wiki/w/Scrambled!', series: null, age: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [{ skill: Skill_1.Skill.Cooking, amount: 100 }], questPoints: 1, items: [{ name: 'Egg Shrine Token', quantity: 1 }], areas: ['Egg Shrine'], unlocks: [{ description: 'Access to the Egg Shrine' }], lamps: [], points: [], pets: [], }, }; exports.default = Scrambled; //# sourceMappingURL=Scrambled.js.map