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 565 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tinderbox = void 0; const Item_1 = require("../Item"); const tinderboxData = { id: 590, name: 'Tinderbox', members: false, tradeable: true, stackable: false, noted: false, value: 1, examine: 'Useful for lighting fires.', equipable: false, weight: 0.1, questItem: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Tinderbox', }; exports.Tinderbox = Item_1.Item.fromJson(tinderboxData); //# sourceMappingURL=Tinderbox.js.map