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

20 lines 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WaterRune = void 0; const Item_1 = require("../Item"); const waterRuneData = { id: 555, name: 'Water rune', members: false, tradeable: true, stackable: true, noted: false, value: 17, examine: 'One of the four basic elemental runes.', equipable: false, weight: 0.002, questItem: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Water_rune', }; exports.WaterRune = Item_1.Item.fromJson(waterRuneData); //# sourceMappingURL=WaterRune.js.map