UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

32 lines 808 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlackAxe = void 0; const Item_1 = require("../Item"); const blackAxeData = { id: 1361, name: 'Black axe', members: true, tradeable: true, stackable: false, noted: false, value: 180, examine: 'A sinister looking axe.', equipable: true, weight: 1.814, questItem: false, // Combat stats attackStab: -2, attackSlash: 4, attackCrush: 3, attackMagic: 0, attackRanged: 0, defenceStab: 0, defenceSlash: 1, defenceCrush: 0, defenceMagic: 0, defenceRanged: 0, strengthBonus: 5, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Black_axe', }; exports.BlackAxe = Item_1.Item.fromJson(blackAxeData); //# sourceMappingURL=BlackAxe.js.map