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

4 lines (3 loc) 353 B
import { Item } from '../Item'; const slayerHelmet = new Item(11864, 'Slayer helmet', 'A helmet for slayer tasks.', 0, 0, 0, 2.2, true, false, false, '2008-11-05', 'Destroy', false, false, false, 'https://oldschool.runescape.wiki/w/Slayer_helmet', '/assets/items/slayer-helmet.png', 0, 0, 0, 0, 0, 0, 0, 0, 0); export const SlayerHelmet = slayerHelmet;