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.85 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const enums_1 = require("../enums"); const APorcineOfInterest = { id: 0, // Assign a unique ID if available name: 'A Porcine of Interest', members: true, difficulty: enums_1.QuestDifficulty.Novice, length: enums_1.QuestLength.Short, requirements: [], questPoints: 1, startLocation: "Read the town notice board in Draynor Village, behind Fortunato's Wine Shop.", description: "Ah, the Falador Farm - filled with cabbages, cows, and even a sleepy sheepdog. A peaceful place, where you can learn to churn butter, give a dog a bone, or purchase various Farming supplies. What was once a place of happiness, joy and wholesome dairy goods has of late become dominated by a vile presence. Each morning Sarah wakes to find her crops destroyed, her cows cowering, and her loyal sheepdog looking... sheepish. She's had enough, but she thinks she's got the culprit on the trot. Can you help her track down... A Porcine of Interest?", steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'aPorcineOfInterest', url: 'https://oldschool.runescape.wiki/w/A_Porcine_of_Interest', series: null, age: '', recommendedItems: [ 'Charged amulet of glory', "Explorer's ring 2 or above", 'Stamina potion', 'Combat equipment', 'Some food for lower levels', ], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [{ skill: 'Slayer', amount: 1000 }], questPoints: 1, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = APorcineOfInterest; //# sourceMappingURL=APorcineOfInterest.js.map