Update inherit DR values for DH
This commit is contained in:
parent
4f93c77afd
commit
dd173978ea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue