Now featuring the correct curve lmao

This commit is contained in:
Liam 2022-10-21 16:30:48 +01:00
parent 2d0a7cc937
commit c0d0c4399f

@ -4,22 +4,22 @@ export default class ScoreSaberCurve {
static starMultiplier = 42.11; static starMultiplier = 42.11;
static ppCurve = [ static ppCurve = [
[1, 7], [1, 7],
[0.999, 5.8], [0.999, 6.24],
[0.9975, 4.7], [0.9975, 5.31],
[0.995, 3.76], [0.995, 4.14],
[0.9925, 3.17], [0.9925, 3.31],
[0.99, 2.73], [0.99, 2.73],
[0.9875, 2.38], [0.9875, 2.31],
[0.985, 2.1], [0.985, 2.0],
[0.9825, 1.88], [0.9825, 1.775],
[0.98, 1.71], [0.98, 1.625],
[0.9775, 1.57], [0.9775, 1.515],
[0.975, 1.45], [0.975, 1.43],
[0.9725, 1.37], [0.9725, 1.36],
[0.97, 1.31], [0.97, 1.3],
[0.965, 1.2], [0.965, 1.195],
[0.96, 1.11], [0.96, 1.115],
[0.955, 1.045], [0.955, 1.05],
[0.95, 1], [0.95, 1],
[0.94, 0.94], [0.94, 0.94],
[0.93, 0.885], [0.93, 0.885],