taiko-pp-calc

1.1.0-0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i taiko-pp-calc

Weekly Downloads

1

Version

1.1.0-0

License

ISC

Unpacked Size

4.96 kB

Total Files

3

Last publish

Collaborators

  • octopussx