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.2 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Quest_1 = require("../Quest");
const BigChompyBirdHunting = {
id: 0, // Assign a unique ID if available
name: "Big Chompy Bird Hunting",
members: true,
difficulty: 'Intermediate',
length: 'Short',
requirements: [],
questPoints: 2,
startLocation: '',
description: '',
steps: [],
status: Quest_1.QuestStatus.NotStarted,
miniquest: false,
shortName: "bigChompyBirdHunting",
url: 'https://oldschool.runescape.wiki/w/Big_Chompy_Bird_Hunting',
series: 'Ogre',
age: '',
difficultyLevel: 'Intermediate',
officialDifficulty: 'Intermediate',
officialLength: 'Short',
officialAge: '',
recommendedItems: [],
recommendedSkills: {},
recommendedPrayers: [],
rewards: {
experience: [
{ skill: 'Cooking', amount: 1470 },
{ skill: 'Fletching', amount: 262 },
{ skill: 'Ranged', amount: 735 },
],
questPoints: 2,
items: [],
areas: [],
unlocks: [],
lamps: [],
points: [],
pets: [],
},
};
exports.default = BigChompyBirdHunting;