From dd173978eaad66ebbbf1eb1663aecb76901beced Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 9 Apr 2013 22:51:07 -0400 Subject: [PATCH] Update inherit DR values for DH --- libs/demonhunter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/demonhunter.php b/libs/demonhunter.php index a58a6a8..e4c7c7f 100644 --- a/libs/demonhunter.php +++ b/libs/demonhunter.php @@ -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 }