Skip to content

Commit

Permalink
Merge pull request #24 from Myst0712/patch-5
Browse files Browse the repository at this point in the history
Update LegendaryValiant.java
  • Loading branch information
ebicep authored Dec 29, 2023
2 parents 6080bb8 + faed808 commit 64b58e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected float getSkillCritChanceBonusValue() {

@Override
protected float getSkillCritMultiplierBonusValue() {
return 4;
return 10;
}

@Override
Expand All @@ -120,7 +120,7 @@ protected float getCritChanceValue() {

@Override
protected float getCritMultiplierValue() {
return 160;
return 180;
}

@Override
Expand Down

0 comments on commit 64b58e5

Please sign in to comment.