From a4f1558efaec9ea913e24cf270d74a860f2d0bcd Mon Sep 17 00:00:00 2001 From: b Date: Sun, 10 Jan 2021 15:13:51 -0600 Subject: [PATCH] Fix ehpr --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 48da3ed..aa0352f 100644 --- a/build.js +++ b/build.js @@ -213,7 +213,7 @@ class Build{ defenseStats.push(totalHpr); //EHPR let ehpr = totalHpr; - ehp /= ((1-def_pct)*(1-agi_pct)*(2-defMult)); + ehpr /= ((1-def_pct)*(1-agi_pct)*(2-defMult)); defenseStats.push(ehpr); //skp stats defenseStats.push([def_pct*100, agi_pct*100]);