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 • 882 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LunarStaff = void 0;
const Item_1 = require("../Item");
const fairyRingStaffData = {
id: 13431,
name: 'Lunar staff',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 30000,
examine: 'A staff made on the Lunar Isle.',
equipable: true,
weight: 2.267,
questItem: false,
// Combat stats
attackStab: 2,
attackSlash: -1,
attackCrush: 5,
attackMagic: 8,
attackRanged: 0,
defenceStab: 2,
defenceSlash: 3,
defenceCrush: 2,
defenceMagic: 8,
defenceRanged: 0,
strengthBonus: 5,
magicDamage: 0,
prayerBonus: 1,
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Lunar_staff',
};
exports.LunarStaff = Item_1.Item.fromJson(fairyRingStaffData);
//# sourceMappingURL=LunarStaff.js.map