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) 610 B
import { Item } from '../Item'; const extendedAntifire4Data = { id: 11951, name: "Extended antifire(4)", iconUrl: "/assets/items/11951.png", examine: "4 doses of extended anti-firebreath potion.", value: 440, highAlch: 264, lowAlch: 176, weight: 0, members: true, tradeable: true, equipable: false, releaseDate: "2001-01-01", destroy: "Drop", questItem: false, stackable: false, noted: true, officialWikiUrl: "https://oldschool.runescape.wiki/w/Extended_antifire(4)", }; export const ExtendedAntifire4 = Item.fromJson(extendedAntifire4Data);