Fix ehpr
This commit is contained in:
parent
9a0e8f4bb5
commit
a4f1558efa
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
@ -213,7 +213,7 @@ class Build{
|
||||||
defenseStats.push(totalHpr);
|
defenseStats.push(totalHpr);
|
||||||
//EHPR
|
//EHPR
|
||||||
let ehpr = totalHpr;
|
let ehpr = totalHpr;
|
||||||
ehp /= ((1-def_pct)*(1-agi_pct)*(2-defMult));
|
ehpr /= ((1-def_pct)*(1-agi_pct)*(2-defMult));
|
||||||
defenseStats.push(ehpr);
|
defenseStats.push(ehpr);
|
||||||
//skp stats
|
//skp stats
|
||||||
defenseStats.push([def_pct*100, agi_pct*100]);
|
defenseStats.push([def_pct*100, agi_pct*100]);
|
||||||
|
|
Loading…
Reference in a new issue