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
47 lines (46 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AHandInTheSand = void 0;
const Quest_1 = require("../Quest");
const Requirement_1 = require("../../Requirement");
exports.AHandInTheSand = {
id: 0,
name: 'A Hand in the Sand',
members: true,
difficulty: 'Intermediate',
length: 'Medium',
requirements: [
new Requirement_1.LevelRequirement('Crafting', 49, false),
new Requirement_1.LevelRequirement('Thieving', 40, false),
],
questPoints: 1,
startLocation: '',
description: '',
steps: [],
status: Quest_1.QuestStatus.NotStarted,
miniquest: false,
shortName: 'aHandInTheSand',
url: 'https://oldschool.runescape.wiki/w/A_Hand_in_the_Sand',
series: null,
age: '',
difficultyLevel: 'Intermediate',
officialDifficulty: 'Intermediate',
officialLength: 'Medium',
officialAge: '',
recommendedItems: [],
recommendedSkills: {},
recommendedPrayers: [],
rewards: {
experience: [
{ skill: 'Crafting', amount: 9000 },
{ skill: 'Thieving', amount: 1000 },
],
questPoints: 1,
items: [],
areas: [],
unlocks: [],
lamps: [],
points: [],
pets: [],
},
};