osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
34 lines • 903 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MythicalCape = void 0;
const Item_1 = require("../Item");
const mythicalCapeData = {
id: 21295,
name: 'Mythical cape',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 50000,
examine: 'A cape awarded for completing Dragon Slayer II.',
equipable: true,
weight: 0.453,
questItem: false,
// Combat stats
attackStab: 1,
attackSlash: 1,
attackCrush: 1,
attackMagic: 3,
attackRanged: 0,
defenceStab: 3,
defenceSlash: 3,
defenceCrush: 3,
defenceMagic: 3,
defenceRanged: 3,
strengthBonus: 1,
magicDamage: 0,
prayerBonus: 1,
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Mythical_cape',
};
exports.MythicalCape = Item_1.Item.fromJson(mythicalCapeData);
//# sourceMappingURL=MythicalCape.js.map