farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
16 lines (15 loc) • 459 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
exports.Rarity = void 0;
var RARITY;
(function (rarity) {
rarity['Common'] = 'Common';
rarity['Uncommon'] = 'Uncommon';
rarity['Rare'] = 'Rare';
rarity['Epic'] = 'Epic';
rarity['Legendary'] = 'Legendary';
rarity['Mythic'] = 'Mythic';
rarity['Special'] = 'Special';
rarity['Divine'] = 'Divine';
})(RARITY || (exports.Rarity = RARITY = {}));
//# sourceMappingURL=items.js.map