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) 363 B
import { Item } from '../Item'; const slayerBell = new Item(21256, 'Slayer bell', 'A bell used to attract certain slayer monsters.', 0, 0, 0, 0.01, true, false, false, '2018-01-11', 'Destroy', false, false, false, 'https://oldschool.runescape.wiki/w/Slayer_bell', '/assets/items/slayer-bell.png', 0, 0, 0, 0, 0, 0, 0, 0, 0); export const SlayerBell = slayerBell;