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) • 1.15 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Quest_1 = require("../Quest");
const FairytaleIGrowingPains = {
id: 0, // Assign a unique ID if available
name: 'Fairytale I - Growing Pains',
members: true,
difficulty: 'Experienced',
length: 'Long',
requirements: [], // Quests: Lost City, Nature Spirit. Skills: Attack 2000, Farming 3500, Magic 1000
questPoints: 2,
startLocation: '',
description: '',
steps: [],
status: Quest_1.QuestStatus.NotStarted,
miniquest: false,
shortName: 'fairytaleIGrowingPains',
url: 'https://oldschool.runescape.wiki/w/Fairytale_I_-_Growing_Pains',
series: 'Fairy Tale (#2)',
age: '',
difficultyLevel: 'Experienced',
officialDifficulty: 'Experienced',
officialLength: 'Long',
officialAge: '',
recommendedItems: [],
recommendedSkills: {},
recommendedPrayers: [],
rewards: {
experience: [],
questPoints: 2,
items: [],
areas: [],
unlocks: [],
lamps: [],
points: [],
pets: [],
},
};
exports.default = FairytaleIGrowingPains;