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) 580 B
import { Item } from '../Item'; const blackFullHelmGData = { id: 2595, name: "Black full helm (g)", iconUrl: '/assets/items/2595.png', examine: "Black full helmet with gold trim.", value: 1056, highAlch: 633, lowAlch: 422, weight: 0, members: false, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Black_full_helm_(g)', }; export const BlackFullHelmG = Item.fromJson(blackFullHelmGData);