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 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SuqahTeeth = void 0; const Item_1 = require("../Item"); const suqahTeethData = { id: 9079, name: 'Suqah teeth', members: true, tradeable: false, stackable: true, noted: false, value: 3, examine: 'Sharp teeth from a Suqah.', equipable: false, weight: 0, questItem: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Suqah_teeth', }; exports.SuqahTeeth = Item_1.Item.fromJson(suqahTeethData); //# sourceMappingURL=SuqahTeeth.js.map