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

56 lines (55 loc) 1.85 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Quest_1 = require("../Quest"); const Requirement_1 = require("../../Requirement"); const Skill_1 = require("../../account/Skill"); const LunarDiplomacy = { id: 0, name: 'Lunar Diplomacy', members: true, difficulty: 'Master', length: 'Long', requirements: [ new Requirement_1.QuestRequirement('The Fremennik Trials'), new Requirement_1.QuestRequirement('Lost City'), new Requirement_1.QuestRequirement('Shilo Village'), new Requirement_1.LevelRequirement('Crafting', 61, false), new Requirement_1.LevelRequirement('Defence', 40, false), new Requirement_1.LevelRequirement('Firemaking', 49, false), new Requirement_1.LevelRequirement('Herblore', 5, false), new Requirement_1.LevelRequirement('Magic', 65, false), new Requirement_1.LevelRequirement('Mining', 60, false), new Requirement_1.LevelRequirement('Woodcutting', 55, false), ], questPoints: 2, startLocation: '', description: '', steps: [], status: Quest_1.QuestStatus.NotStarted, miniquest: false, shortName: 'lunarDiplomacy', url: 'https://oldschool.runescape.wiki/w/Lunar_Diplomacy', series: 'Fremennik', age: '', difficultyLevel: 'Master', officialDifficulty: 'Master', officialLength: 'Long', officialAge: '', recommendedItems: [], recommendedSkills: {}, recommendedPrayers: [], rewards: { experience: [ { skill: Skill_1.Skill.Magic, amount: 5000 }, { skill: Skill_1.Skill.Runecraft, amount: 5000 } ], questPoints: 2, items: [], areas: [], unlocks: [], lamps: [], points: [], pets: [], }, }; exports.default = LunarDiplomacy;