osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
31 lines • 781 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bearhead = void 0;
const Item_1 = require("../Item");
const bearheadData = {
id: 4181,
name: 'Bearhead',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 1,
examine: 'A novelty bear mask.',
equipable: true,
weight: 0.907,
questItem: true,
// Combat stats
attackStab: 0,
attackSlash: 0,
attackCrush: 0,
attackMagic: -3,
attackRanged: -3,
defenceStab: 3,
defenceSlash: 4,
defenceCrush: 5,
defenceMagic: -1,
defenceRanged: 4,
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Bearhead',
};
exports.Bearhead = Item_1.Item.fromJson(bearheadData);
//# sourceMappingURL=Bearhead.js.map