1.1.0-0 • Published 6 years ago

taiko-pp-calc v1.1.0-0

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

taiko-pp-calc

An easy module for calculating osu!taiko pp score

Usage:

var taiko = require('taiko-pp-calc');
var score = new taiko(beatmapContent, stars, mods, combo, accuracy, misses);

console.log(score.pp) // Outputs PP value

taiko parameters:

  • .pp - pp value
  • .fcpp - pp value for the same accuracy but Full Combo
  • .maxpp - SS pp value
  • .maxCombo - max combo on the map
1.1.0-0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago