diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-07 12:44:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 10:44:05 +0000 |
commit | ccfad1725fdd29ef83f738c9eec0fca25267e201 (patch) | |
tree | be27a05f379bf63d215d7a564d0338ab74dee208 /constants | |
parent | 87ac449c8c8a0781317c4293eedeb7bbcdd8e72b (diff) | |
download | NotEnoughUpdates-REPO-ccfad1725fdd29ef83f738c9eec0fca25267e201.tar.gz NotEnoughUpdates-REPO-ccfad1725fdd29ef83f738c9eec0fca25267e201.tar.bz2 NotEnoughUpdates-REPO-ccfad1725fdd29ef83f738c9eec0fca25267e201.zip |
Add Katgrade for rabbit and fix toxophilite (#1238)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 4415d56b..6eb5838b 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -69,7 +69,8 @@ "divine_gift", "tabasco", "ultimate_duplex", - "vicious" + "vicious", + "toxophilite" ], "AXE": [ "efficiency", @@ -1381,6 +1382,9 @@ 68, 82 ], + "toxophilite": [ + 25 + ], "one_for_all": [ 50 ], |