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

40 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const enums_1 = require("../enums"); const AnotherSliceOfHAM = { id: 0, // Assign a unique ID if available name: 'Another Slice of H.A.M.', members: true, difficulty: enums_1.QuestDifficulty.Intermediate, length: enums_1.QuestLength.Medium, requirements: [], // Quests: Death to the Dorgeshuun, The Giant Dwarf, The Dig Site, Druidic Ritual. Skills: Attack 15, Prayer 25 questPoints: 1, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'anotherSliceOfHAM', url: 'https://oldschool.runescape.wiki/w/Another_Slice_of_H.A.M.', series: 'Dorgeshuun (#4)', age: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: 'Mining', amount: 3000 }, { skill: 'Prayer', amount: 3000 }, ], questPoints: 1, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = AnotherSliceOfHAM; //# sourceMappingURL=AnotherSliceOfHAM.js.map