1.2.1-0 • Published 6 years ago

ctb-pp-calc v1.2.1-0

Weekly downloads
10
License
ISC
Repository
github
Last release
6 years ago

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
1.2.1-0

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago