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

22 lines (21 loc) 531 B
import { Item } from '../Item'; const suqahTeethData = { equipable: false, examine: 'Sharp teeth from a Suqah.', id: 9079, members: true, name: 'Suqah teeth', iconUrl: '/assets/items/9079.png', noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Suqah_teeth', questItem: false, stackable: true, tradeable: false, value: 3, weight: 0, highAlch: 0, lowAlch: 0, releaseDate: '', destroy: '' }; export const SuqahTeeth = Item.fromJson(suqahTeethData);