DennisvHest / MapMaven

Map Maven is an application for managing Beat Saber playlists, discovering new maps to play and to improve your Beat Saber skills.
GNU General Public License v3.0
10 stars 0 forks source link

Update PP curve to new one (21-05-2023) #44

Closed DennisvHest closed 1 year ago

DennisvHest commented 1 year ago

PP curve was updated to this:

let AutogenCurve_v3 = {
    name: 'Automatically Generated Curve (v3)',
    points: [[0.0, 0.0],
    [0.6, 0.18223233667439062],
    [0.65, 0.5866010012767576],
    [0.7, 0.6125565959114954],
    [0.75, 0.6451808210101443],
    [0.8, 0.6872268862950283],
    [0.825, 0.7150465663454271],
    [0.85, 0.7462290664143185],
    [0.875, 0.7816934560296046],
    [0.9, 0.825756123560842],
    [0.91, 0.8488375988124467],
    [0.92, 0.8728710341448851],
    [0.93, 0.9039994071865736],
    [0.94, 0.9417362980580238],
    [0.95, 1.0],
    [0.955, 1.0388633331418984],
    [0.96, 1.0871883573850478],
    [0.965, 1.1552120359501035],
    [0.97, 1.2485807759957321],
    [0.9725, 1.3090333065057616],
    [0.975, 1.3807102743105126],
    [0.9775, 1.4664726399289512],
    [0.98, 1.5702410055532239],
    [0.9825, 1.697536248647543],
    [0.985, 1.8563887693647105],
    [0.9875, 2.058947159052738],
    [0.99, 2.324506282149922],
    [0.99125, 2.4902905794106913],
    [0.9925, 2.685667856592722],
    [0.99375, 2.9190155639254955],
    [0.995, 3.2022017597337955],
    [0.99625, 3.5526145337555373],
    [0.9975, 3.996793606763322],
    [0.99825, 4.325027383589547],
    [0.999, 4.715470646416203],
    [0.9995, 5.019543595874787],
    [1.0, 5.367394282890631]]
};