Commit graph

10 commits

Author SHA1 Message Date
645331ad76 Fix EHP Score
Correct the diminishing returns calculations for the EHP Score.  The
highest tier was using <= 5,000,000 instead of >= 5,000,000 causing the
EHP Score for high EHP characters to be zero.
2012-12-18 11:49:21 -05:00
00834e66e7 Remove Elemental Damage From Calculations
Diablo Progress currently includes elemental damage in their unbuffed
DPS score.  By calculating it, we are double dipping and artificially
increasing scores.  All instances of elemental damage have been
removed from the formula.
2012-12-06 13:40:40 -05:00
557157238e Add Demon Hunter Class
Implement a new class for handling Demon Hunters.  Demon Hunter
formulas are slightly different and can be maintained via the
Demon Hunter class file.
2012-12-03 14:03:26 -05:00
64ad49e2ab Fix Elemental Damage on Weapon Bug 2012-11-29 12:38:20 -05:00
7cab64e704 Scoped methods 2012-11-26 03:18:24 -05:00
371ff47346 Process elemental damage on weapon 2012-11-26 03:07:05 -05:00
bb8052bd01 Catch up to the current formula 2012-11-26 02:16:12 -05:00
eac6c34fa1 Limit XP Contribution
Experience bonuses are counted in the formula so that someone opting
to use a Ruby over an Amethyst in their helmet would not be penalized
too greatly.  However, with the addition of the Hellfire ring,
experience bonuses were giving Hellfire ring users a huge bonus.  By
limiting the experience bonus to 35%, the original intent is kept in
tact while preventing Hellfire abuse.
2012-11-07 21:57:41 -05:00
2293674f92 Fix Elemental Damage Calculation 2012-11-07 21:47:17 -05:00
4dfe41f91e Initial commit 2012-11-03 22:45:03 -04:00