1
0
Fork 0

Update inherit DR values for DH

This commit is contained in:
Andrew Tomaka 2013-04-09 22:51:07 -04:00
parent 4f93c77afd
commit dd173978ea
1 changed files with 2 additions and 2 deletions

View File

@ -53,10 +53,10 @@ class DemonHunter extends DiabloClass {
protected
function calculateEHP() {
if($this->type == 'pvp') {
$ar_mod = 300;$armor_mod = 3000;$inherent_red = .35;$incoming_attack = 250000;
$ar_mod = 300;$armor_mod = 3000;$inherent_red = 0.30;$incoming_attack = 250000;
$net_mod = .50; // no idea what this is for
} else {
$ar_mod = 315;$armor_mod = 3150;$inherent_red = .30;$incoming_attack = 100000;
$ar_mod = 315;$armor_mod = 3150;$inherent_red = 0.00;$incoming_attack = 100000;
$net_mod = .75; // no idea what this is for
}