diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-17 12:11:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 12:11:36 +0200 |
commit | 0aa791a3b46d69275373f8fac9833a1878c40faa (patch) | |
tree | 402bff313d6a7a2fb7298dd29a9ecda0565291a9 /constants/enchants.json | |
parent | 9ad625cecc3dcfd8f1aaf761d1539b63a4e75471 (diff) | |
download | NotEnoughUpdates-REPO-0aa791a3b46d69275373f8fac9833a1878c40faa.tar.gz NotEnoughUpdates-REPO-0aa791a3b46d69275373f8fac9833a1878c40faa.tar.bz2 NotEnoughUpdates-REPO-0aa791a3b46d69275373f8fac9833a1878c40faa.zip |
Fixed some missing enchant levels (#823)
Diffstat (limited to 'constants/enchants.json')
-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 ], |