ehp-rates
Version:
ehp rates as a package
37 lines (27 loc) • 526 B
Markdown
# ehp-rates
RuneScape EHP (Efficient Hours Played) experience rates as a module.
## Install
```
$ npm install ehp-rates
```
## Usage
```js
const rates = require('ehp-rates');
const { rs3 } = rates;
/*
{
main: {
attack: ...
defence: ...
},
skiller: {
cooking: ...
woodcutting: ...
}
}
}
*/
```
## API
### `.<game>.<mode>.<skill>`
Returns an object with two arrays `thresholds` and `rates`. At skill experience `thresholds[i]` the EHP rate is `rates[i]`.