farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
47 lines • 1.27 kB
JavaScript
import { GemRarity } from '../fortune/item.js';
import { Rarity } from './reforges.js';
export const PERIDOT = {
[]: {
[]: 0.5,
[]: 1,
[]: 1.5,
[]: 2,
[]: 3,
},
[]: {
[]: 1,
[]: 1.5,
[]: 2,
[]: 3,
[]: 4,
},
[]: {
[]: 1.5,
[]: 2,
[]: 3,
[]: 4,
[]: 5,
},
[]: {
[]: 2,
[]: 2.5,
[]: 4,
[]: 5,
[]: 6,
},
[]: {
[]: 2.5,
[]: 3,
[]: 5,
[]: 6,
[]: 8,
},
[]: {
[]: 3,
[]: 4,
[]: 6,
[]: 8,
[]: 10,
},
};
//# sourceMappingURL=gems.js.map