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

40 lines (39 loc) 957 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const RagAndBoneMan = { id: 0, name: 'Rag and Bone Man', members: true, difficulty: 'Novice', length: 'Short', requirements: [], questPoints: 1, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'ragAndBoneMan', url: 'https://oldschool.runescape.wiki/w/Rag_and_Bone_Man', series: null, age: '', difficultyLevel: 'Novice', officialDifficulty: 'Novice', officialLength: 'Short', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [], questPoints: 2, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = RagAndBoneMan;