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

34 lines 909 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KlanksGauntlets = void 0; const Item_1 = require("../Item"); const klanksGauntletsData = { id: 1499, name: "Klank's gauntlets", members: true, tradeable: false, stackable: false, noted: false, value: 190, examine: 'Made by the dwarf smith Klank.', equipable: true, weight: 0.34, questItem: false, // Combat stats attackStab: 2, attackSlash: 2, attackCrush: 2, attackMagic: -3, attackRanged: -3, defenceStab: 4, defenceSlash: 4, defenceCrush: 4, defenceMagic: 0, defenceRanged: 0, strengthBonus: 2, magicDamage: 0, prayerBonus: 0, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Klank%27s_gauntlets', }; exports.KlanksGauntlets = Item_1.Item.fromJson(klanksGauntletsData); //# sourceMappingURL=KlanksGauntlets.js.map