ctb-pp-calc
v1.2.1-0
Published
An easy module for calculating osu!catch pp score
Downloads
6
Readme
ctb-pp-calc
An easy module for calculating osu!catch pp score
Usage:
var ctb = require('ctb-pp-calc');
var score = new ctb(beatmapContent, stars, mods, combo, accuracy, misses);
console.log(score.pp) // Outputs PP value
ctb parameters:
.pp
- pp value.fcpp
- pp value for the same accuracy but full combo.maxpp
- maximum possible pp value.maxCombo
- max combo on the map