osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
23 lines • 557 B
TypeScript
import { Item } from '../Item';
export declare const FibulaPiece: {
name: string;
examine: string;
members: boolean;
tradeable: boolean;
stackable: boolean;
noted: boolean;
noteable: boolean;
value: number;
highalch: number;
lowalch: number;
weight: number;
ge_price: number;
release_date: string;
wiki_url: string;
used_for: string[];
dropped_by: string[];
drop_rate: string;
location: string[];
};
export declare const FibulaPieceItem: Item;
//# sourceMappingURL=FibulaPiece.d.ts.map