farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
7 lines • 481 B
JavaScript
export const TOOL_EXP_LEVELS = [
1000, 2000, 3000, 5000, 8000, 12000, 16000, 20000, 25000, 40000, 60000, 80000, 100000, 120000, 140000, 160000,
180000, 200000, 250000, 300000, 350000, 400000, 450000, 500000, 550000, 600000, 650000, 700000, 750000, 800000,
850000, 900000, 950000, 1000000, 1050000, 1100000, 1150000, 1200000, 1250000, 1300000, 1500000, 2000000, 2500000,
3000000, 3500000, 4000000, 4500000, 5000000, 5500000,
];
//# sourceMappingURL=toollevels.js.map