ehp-rates
Version:
ehp rates as a package
109 lines (107 loc) • 3.13 kB
JavaScript
const rs3 = {
f2p: {
main: {
attack: {
thresholds: [0, 4470, 37224, 166636],
rates: [57900, 120000, 160000, 370000],
},
defence: {
thresholds: [0, 101333],
rates: [350000, 370000],
},
strength: {
thresholds: [0, 101333, 737627, 1986068, 5346332, 13034431],
rates: [45000, 120000, 255000, 300000, 325000, 370000],
},
ranged: {
thresholds: [0, 13363, 166636, 737627, 1986068, 5346332],
rates: [45000, 100000, 220000, 270000, 300000, 330000, 350000],
},
prayer: {
thresholds: [0],
rates: [610000],
},
magic: {
thresholds: [0, 13363, 166636],
rates: [45000, 100000, 199833364],
},
cooking: {
thresholds: [0, 22406, 668051],
rates: [40000, 800000, 892000],
},
woodcutting: {
thresholds: [0, 41171, 273742, 737627, 1986068, 5346332, 13034431],
rates: [53000, 49000, 60000, 65000, 70000, 75000, 77000],
},
fishing: {
thresholds: [0, 13363, 273742, 737627, 1986068, 5346332, 13034431],
rates: [53000, 40000, 60000, 70000, 75000, 80000, 85000],
},
firemaking: {
thresholds: [0, 2411, 13363, 11670000],
rates: [48000, 82000, 460000, 188330000],
},
crafting: {
thresholds: [0, 4470, 9730, 20224, 50339],
rates: [26000, 292000, 396000, 498000, 630000],
},
smithing: {
thresholds: [0, 18247, 11805606],
rates: [40000, 168000, 420000],
},
mining: {
thresholds: [0, 41171, 166636],
rates: [53000, 55000, 63000],
},
runecrafting: {
thresholds: [0, 18247, 737627, 5346332],
rates: [36990, 61650, 73980, 92500],
},
dungeoneering: {
thresholds: [0, 247886, 668051],
rates: [70000, 120000, 290000],
},
},
skiller: {
cooking: {
thresholds: [0, 22406, 668051],
rates: [40000, 800000, 892000],
},
woodcutting: {
thresholds: [0, 41171, 273742, 737627, 1986068, 5346332, 13034431],
rates: [53000, 49000, 60000, 65000, 70000, 75000, 77000],
},
fishing: {
thresholds: [0, 13363, 273742, 737627, 1986068, 5346332, 13034431],
rates: [53000, 40000, 60000, 70000, 75000, 80000, 85000],
},
firemaking: {
thresholds: [0, 2411, 13363, 104455000],
rates: [48000, 82000, 460000, 95550000],
},
crafting: {
thresholds: [0, 4470, 9730, 20224, 50339],
rates: [26000, 292000, 396000, 498000, 630000],
},
smithing: {
thresholds: [0, 18247, 11805606],
rates: [40000, 168000, 420000],
},
mining: {
thresholds: [0, 41171, 166636],
rates: [53000, 55000, 63000],
},
runecrafting: {
thresholds: [0, 18247, 737627, 5346332],
rates: [36990, 61650, 73980, 92500],
},
dungeoneering: {
thresholds: [0, 247886, 668051],
rates: [70000, 120000, 290000],
},
},
},
};
module.exports = {
rs3,
};