Skip to content

Using Warcraftlogs.com API to sum the benefit of crit/mastery for shaman casts

Notifications You must be signed in to change notification settings

Peoplecantfly/shamanalysis

 
 

Repository files navigation

Resto Shaman Mastery Analyzer

This is a small script to analyze a fight (using warcraftlogs.com API) to show how much each stat point contributed to each heal on average.

Install

npm install

How to use

Get your APIKEY from warcraftlogs.com and set it to an ENVVAR:

export WCL_RSHAMAN_APIKEY=""  # set your APIKEY in this

List the fights in your report, ofc replace the reportID and Character name with your own:

node shamanalysis.js --report PB1GX6fwdLAR8vYN --character Sharambane ls

Parse a fight by putting the fightID as last argument:

node shamanalysis.js --report PB1GX6fwdLAR8vYN --character Sharambane 16

Browserify version

NYI

About

Using Warcraftlogs.com API to sum the benefit of crit/mastery for shaman casts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 13.0%
  • CSS 2.8%
  • Shell 0.4%