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

44 lines (43 loc) 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const BetweenARock = { id: 0, // Assign a unique ID if available name: "Between a Rock...", members: true, difficulty: 'Experienced', length: 'Medium - Long', requirements: [], questPoints: 2, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: "betweenARock", url: 'https://oldschool.runescape.wiki/w/Between_a_Rock...', series: 'Rise of the Red Axe', age: '', difficultyLevel: 'Experienced', officialDifficulty: 'Experienced', officialLength: 'Medium - Long', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: 'Defence', amount: 5000 }, { skill: 'Mining', amount: 5000 }, { skill: 'Smithing', amount: 5000 }, ], questPoints: 2, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = BetweenARock;