diff options
-rw-r--r-- | constants/enchants.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index a1999447..1e5f47eb 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -746,7 +746,8 @@ 30, 40, 50, - 200 + 200, + 0 ], "lethality": [ 20, @@ -837,6 +838,7 @@ 60, 80, 100, + 120, 140 ], "snipe": [ @@ -1023,6 +1025,7 @@ 60, 80, 100, + 120, 140 ], "frost_walker": [ @@ -1271,6 +1274,13 @@ 48, 60 ], + "overload": [ + 50, + 100, + 150, + 200, + 250 + ], "one_for_all": [ 50 ], |