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) 343 B
import { Item } from '../Item'; const bagOfSalt = new Item(4162, 'Bag of salt', 'A bag of salt for slayer tasks.', 0, 0, 0, 0.01, true, false, false, '2005-06-07', 'Destroy', false, false, false, 'https://oldschool.runescape.wiki/w/Bag_of_salt', '/assets/items/bag-of-salt.png', 0, 0, 0, 0, 0, 0, 0, 0, 0); export const BagOfSalt = bagOfSalt;