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 • 868 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IbansStaff = void 0;
const Item_1 = require("../Item");
const ibansStaffData = {
id: 1409,
name: "Iban's staff",
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 15000,
examine: 'The staff of Iban.',
equipable: true,
weight: 2.267,
questItem: false,
// Combat stats
attackStab: 10,
attackSlash: -1,
attackCrush: 10,
attackMagic: 10,
attackRanged: 0,
defenceStab: 2,
defenceSlash: 3,
defenceCrush: 1,
defenceMagic: 10,
defenceRanged: 0,
strengthBonus: 0,
magicDamage: 0,
prayerBonus: 0,
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Iban%27s_staff',
};
exports.IbansStaff = Item_1.Item.fromJson(ibansStaffData);
//# sourceMappingURL=IbansStaff.js.map