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) 376 B
import { Item } from '../Item'; const fungicideSpray = new Item(4166, 'Fungicide spray', 'A spray for killing fungus creatures.', 0, 0, 0, 0.01, true, false, false, '2005-06-07', 'Destroy', false, false, false, 'https://oldschool.runescape.wiki/w/Fungicide_spray', '/assets/items/fungicide-spray.png', 0, 0, 0, 0, 0, 0, 0, 0, 0); export const FungicideSpray = fungicideSpray;