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 • 891 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GamesNecklace = void 0;
const Item_1 = require("../Item");
const gamesNecklaceData = {
id: 3853,
name: 'Games necklace(8)',
members: true,
tradeable: true,
stackable: false,
noted: false,
value: 900,
examine: 'A necklace that helps you play games with 8 charges.',
equipable: true,
weight: 0.006,
questItem: false,
// Combat stats - no combat bonuses for games necklace
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/Games_necklace',
};
exports.GamesNecklace = Item_1.Item.fromJson(gamesNecklaceData);
//# sourceMappingURL=GamesNecklace.js.map