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) 595 B
import { Item } from '../Item'; const guthixFullHelmData = { id: 2673, name: "Guthix full helm", iconUrl: '/assets/items/2673.png', examine: "A rune full face helmet in the colours of Guthix.", value: 35200, highAlch: 21120, lowAlch: 14080, weight: 0, members: false, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Guthix_full_helm', }; export const GuthixFullHelm = Item.fromJson(guthixFullHelmData);