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 runeHelmH2Data = { id: 10288, name: "Rune helm (h2)", iconUrl: '/assets/items/10288.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_(h2)', }; export const RuneHelmH2 = Item.fromJson(runeHelmH2Data);