UNPKG

osrs-tools

Version:

A JavaScript package to provide JSON data for all current Old School RuneScape quests. This package aims to help junior software developers create tools related to Old School RuneScape. It's a work in progress, and issues should be reported to jamescer@ha

49 lines (48 loc) 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const Requirement_1 = require("../../Requirement"); const Wanted = { id: 0, name: 'Wanted!', members: true, difficulty: 'Intermediate', length: 'Medium', requirements: [ new Requirement_1.QuestRequirement('Recruitment Drive'), new Requirement_1.QuestRequirement('The Lost Tribe'), new Requirement_1.QuestRequirement('Priest in Peril'), new Requirement_1.QuestRequirement('Murder Mystery'), new Requirement_1.QuestRequirement('Nature Spirit'), new Requirement_1.QuestRequirement('Witchwood Icon'), new Requirement_1.LevelRequirement('Slayer', 15, false), ], questPoints: 1, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'wanted', url: 'https://oldschool.runescape.wiki/w/Wanted!', series: null, age: '', difficultyLevel: 'Intermediate', officialDifficulty: 'Intermediate', officialLength: 'Medium', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [], questPoints: 1, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = Wanted;