World of Warcraft character tracking spreadsheet for Google Docs
Keeps track of:
- class, level, specs, average equipped item level, slot item level
- audit with number of issues, as well as detailed info about the issues
- lock outs and progression for all raids, heroic and mythic dungeons
- weeks active for raids
- primary profession levels
Main code is within wow.js, you can copy this into a googlespreadsheets script, or copy a template from here:
The other files contain code for the other sheets.
Check the Wiki for details!
To run the automated checks, install npm
. Then, install the project dependencies:
npm install
Finally, run the test command to check for issues with any changes you have made:
npm test