1
0
Fork 0
Go to file
Andrew Tomaka 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
libs Limit XP Contribution 2012-11-07 21:57:41 -05:00
README.md Initial commit 2012-11-03 22:45:03 -04:00
d3hog_driver.php Initial commit 2012-11-03 22:45:03 -04:00

README.md

#Diablo 3 Hall of Glory

Calculate a formula to determine a raw score used to rank Diablo 3 profiles.

##Description

Implement the formula described by Celanian in [a thread on the Diablo 3 Barbarian forums] (http://us.battle.net/d3/en/forum/topic/7004690628) as a simple web application. This is accomplished by accepting a [Diablo Progress] (http://www.diabloprogress.com) URL and parsing the values calculated on the side bar to determine an overall "Hall of Glory" score.

##License

The MIT License

Copyright (c) 2012 Andrew Tomaka

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.