Project DescriptionJava re-write of EnhSim.
EnhSim is a dps simulator for Enhancement Shaman in World of Warcraft. It aims to simulate effects seen in game and provide an analysis of the dps of each ability allowing users to try out different gear combinations
The goal of this project is to provide the same functionality as the original EnhSim, while also producing a platform independent solution with enhanced usability for the most common simulation requirements. Additionally we hope to decouple as much data from the simulation as possible and allow the community to directly edit all the data that supports the models in the simulation. This goal will help eliminate the cycle of waiting for developers to update hard coded values in the sim after patches, and allow the community to immediately test PTR changes or new theories about mechanics without having to edit the source code.
Project Documentation