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
19 lines (18 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DuradelTasks = void 0;
const Task_1 = require("../../../model/slayer/Task");
exports.DuradelTasks = [
new Task_1.Task("Aberrant Spectres", 15, 50, [], null, null, [
"Aberrant spectre",
"Aberrant spectre (blood)",
"Aberrant spectre (dark)",
"Aberrant spectre (light)",
"Aberrant spectre (shadow)",
], 6),
new Task_1.Task("Abyssal Demons", 85, 100, [], null, null, ["Abyssal demon", "Abyssal demon (blood)", "Abyssal demon (dark)"], 6),
new Task_1.Task("Black Demons", 50, 100, [], null, null, ["Black demon", "Black demon (blood)", "Black demon (dark)"], 6),
new Task_1.Task("Bloodvelds", 10, 50, [], null, null, ["Bloodveld", "Bloodveld (blood)", "Bloodveld (dark)"], 6),
new Task_1.Task("Cave Horrors", 20, 50, [], null, null, ["Cave horror", "Cave horror (blood)", "Cave horror (dark)"], 6),
new Task_1.Task("Cave Kraken", 40, 70, [], null, null, ["Cave kraken", "Cave kraken (blood)", "Cave kraken (dark)"], 6),
];