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) 372 B
import { Item } from '../Item'; const spinyHelmet = new Item(4551, 'Spiny helmet', 'A helmet with spikes to protect against wall beasts.', 0, 0, 0, 1.0, true, false, false, '2005-06-07', 'Destroy', false, false, false, 'https://oldschool.runescape.wiki/w/Spiny_helmet', '/assets/items/spiny-helmet.png', 0, 0, 0, 0, 0, 0, 0, 0, 0); export const SpinyHelmet = spinyHelmet;