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

33 lines 1.57 kB
import { Item } from './Item'; declare const ReinforcedGoggles: Item; declare const FaceMask: Item; declare const NosePeg: Item; declare const Earmuffs: Item; declare const SlayerGloves: Item; declare const SpinyHelmet: Item; declare const EnchantedGem: Item; declare const SlayerBell: Item; declare const IceCooler: Item; declare const BagOfSalt: Item; declare const RockHammer: Item; declare const FungicideSpray: Item; declare const FungicideSpray10: Item; declare const FungicideSpray9: Item; declare const FungicideSpray8: Item; declare const FungicideSpray7: Item; declare const FungicideSpray6: Item; declare const FungicideSpray5: Item; declare const FungicideSpray4: Item; declare const FungicideSpray3: Item; declare const FungicideSpray2: Item; declare const FungicideSpray1: Item; declare const FungicideSpray0: Item; declare const SlayerStaff: Item; declare const BroadArrowheads: Item; declare const BroadBolts: Item; declare const UnfinishedBroadBolts: Item; declare const SlayerRing: Item; declare const SlayerHelmet: Item; declare const SlayerHelmetI: Item; export { ReinforcedGoggles, FaceMask, NosePeg, Earmuffs, SlayerGloves, SpinyHelmet, EnchantedGem, SlayerBell, IceCooler, BagOfSalt, RockHammer, FungicideSpray, FungicideSpray10, FungicideSpray9, FungicideSpray8, FungicideSpray7, FungicideSpray6, FungicideSpray5, FungicideSpray4, FungicideSpray3, FungicideSpray2, FungicideSpray1, FungicideSpray0, SlayerStaff, BroadArrowheads, BroadBolts, UnfinishedBroadBolts, SlayerRing, SlayerHelmet, SlayerHelmetI, }; //# sourceMappingURL=Items.d.ts.map