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) 416 B
import { Item } from '../Item'; const unfinishedBroadBolts = new Item(11876, 'Unfinished broad bolts', 'Unfinished broad bolts for fletching.', 0, 0, 0, 0.01, true, false, false, '2008-11-05', 'Destroy', false, false, false, 'https://oldschool.runescape.wiki/w/Unfinished_broad_bolts', '/assets/items/unfinished-broad-bolts.png', 0, 0, 0, 0, 0, 0, 0, 0, 0); export const UnfinishedBroadBolts = unfinishedBroadBolts;