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) 569 B
import { Item } from '../Item'; const runeHelmH1Data = { id: 10286, name: "Rune helm (h1)", iconUrl: '/assets/items/10286.png', examine: "A rune helmet with a heraldic design.", 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/Rune_helm_(h1)', }; export const RuneHelmH1 = Item.fromJson(runeHelmH1Data);