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) • 350 B
JavaScript
import { Item } from '../Item';
const slayerStaff = new Item(4170, "Slayer's staff", 'A staff used for slayer magic.', 0, 0, 0, 2.0, true, false, false, '2005-06-07', 'Destroy', false, false, false, 'https://oldschool.runescape.wiki/w/Slayer%27s_staff', '/assets/items/slayer.png', 0, 0, 0, 0, 0, 0, 0, 0, 0);
export const SlayerStaff = slayerStaff;