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 824 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RibcagePieceItem = exports.RibcagePiece = void 0; const Item_1 = require("../Item"); exports.RibcagePiece = { name: 'Ribcage piece', examine: 'A slightly damaged ribcage.', members: true, tradeable: true, stackable: false, noted: false, noteable: true, value: 60, highalch: 36, lowalch: 24, weight: 3.175, ge_price: 17574, // as of last update release_date: '1 August 2005', wiki_url: 'https://oldschool.runescape.wiki/w/Ribcage_piece', used_for: ['Skeletal top'], dropped_by: ['Wallasalki'], drop_rate: '1/64', location: ['Waterbirth Island Dungeon'], }; exports.RibcagePieceItem = Item_1.Item.fromJson(exports.RibcagePiece); //# sourceMappingURL=RibcagePiece.js.map