osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
20 lines • 534 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Rope = void 0;
const Item_1 = require("../Item");
const ropeData = {
id: 954,
name: 'Rope',
members: false,
tradeable: true,
stackable: false,
noted: false,
value: 15,
examine: 'A sturdy rope with many uses.',
equipable: false,
weight: 0.3,
questItem: false,
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Rope',
};
exports.Rope = Item_1.Item.fromJson(ropeData);
//# sourceMappingURL=Rope.js.map