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 • 807 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SkullPieceItem = exports.SkullPiece = void 0;
const Item_1 = require("../Item");
exports.SkullPiece = {
name: 'Skull piece',
examine: 'A fearsome looking skull.',
members: true,
tradeable: true,
stackable: false,
noted: false,
noteable: true,
value: 60,
highalch: 36,
lowalch: 24,
weight: 3.175,
ge_price: 72579, // as of last update
release_date: '1 August 2005',
wiki_url: 'https://oldschool.runescape.wiki/w/Skull_piece',
used_for: ['Skeletal helm'],
dropped_by: ['Wallasalki'],
drop_rate: '1/64',
location: ['Waterbirth Island Dungeon'],
};
exports.SkullPieceItem = Item_1.Item.fromJson(exports.SkullPiece);
//# sourceMappingURL=SkullPiece.js.map