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 • 876 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RingOfDueling = void 0;
const Item_1 = require("../Item");
const ringOfDuelingData = {
id: 2552,
name: 'Ring of dueling(8)',
members: true,
tradeable: true,
stackable: false,
noted: false,
value: 875,
examine: 'A ring for dueling with 8 charges.',
equipable: true,
weight: 0.006,
questItem: false,
// Combat stats - no combat bonuses for ring of dueling
attackStab: 0,
attackSlash: 0,
attackCrush: 0,
attackMagic: 0,
attackRanged: 0,
defenceStab: 0,
defenceSlash: 0,
defenceCrush: 0,
defenceMagic: 0,
defenceRanged: 0,
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Ring_of_dueling',
};
exports.RingOfDueling = Item_1.Item.fromJson(ringOfDuelingData);
//# sourceMappingURL=RingOfDueling.js.map