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

26 lines 827 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FibulaPieceItem = exports.FibulaPiece = void 0; const Item_1 = require("../Item"); exports.FibulaPiece = { name: 'Fibula piece', examine: 'An interesting looking bone shard.', members: true, tradeable: true, stackable: false, noted: false, noteable: true, value: 60, highalch: 36, lowalch: 24, weight: 3.175, ge_price: 19309, // as of last update release_date: '1 August 2005', wiki_url: 'https://oldschool.runescape.wiki/w/Fibula_piece', used_for: ['Skeletal bottoms'], dropped_by: ['Wallasalki'], drop_rate: '1/64', location: ['Waterbirth Island Dungeon'], }; exports.FibulaPieceItem = Item_1.Item.fromJson(exports.FibulaPiece); //# sourceMappingURL=FibulaPiece.js.map