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

48 lines (47 loc) 1.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const Skill_1 = require("../../account/Skill"); const GrimTales = { id: 0, name: 'Grim Tales', members: true, difficulty: 'Master', length: 'Medium', requirements: [], questPoints: 1, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'grimTales', url: 'https://oldschool.runescape.wiki/w/Grim_Tales', series: null, age: '', difficultyLevel: 'Master', officialDifficulty: 'Master', officialLength: 'Medium', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: Skill_1.Skill.Agility, amount: 6000 }, { skill: Skill_1.Skill.Farming, amount: 4000 }, { skill: Skill_1.Skill.Herblore, amount: 5000 }, { skill: Skill_1.Skill.Hitpoints, amount: 5000 }, { skill: Skill_1.Skill.Thieving, amount: 6000 }, { skill: Skill_1.Skill.Woodcutting, amount: 14000 }, ], questPoints: 1, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = GrimTales;