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

38 lines (37 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const ATailOfTwoCats = { id: 0, // Assign a unique ID if available name: "A Tail of Two Cats", members: true, difficulty: 'Intermediate', length: 'Long', requirements: [], // Only quest requirement: Icthlarin's Little Helper questPoints: 2, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: "aTailOfTwoCats", url: 'https://oldschool.runescape.wiki/w/A_Tail_of_Two_Cats', series: 'Dragonkin', age: '', difficultyLevel: 'Intermediate', officialDifficulty: 'Intermediate', officialLength: 'Long', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [], questPoints: 2, unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = ATailOfTwoCats;