diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-10 03:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 11:40:40 +1000 |
commit | 54fedb67b2a234a91f6ff63068751fc80c15c60a (patch) | |
tree | c6c347b089cdbb0687135a636607a93869ed72b8 /constants/enchants.json | |
parent | 06200f5b7004f57e1b703d0ad2047d4536b41770 (diff) | |
download | NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.gz NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.bz2 NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.zip |
water, dirt, fire, air (#813)
Diffstat (limited to 'constants/enchants.json')
-rw-r--r-- | constants/enchants.json | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 62694586..0854cd12 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -115,7 +115,8 @@ "ultimate_inferno", "ultimate_fatal_tempo", "ultimate_flash", - "tabasco" + "tabasco", + "piscary" ], "FISHING WEAPON": [ "angler", @@ -170,7 +171,8 @@ "ultimate_flash", "tabasco", "champion", - "divine_gift" + "divine_gift", + "piscary" ], "SHOVEL": [ "efficiency", @@ -210,7 +212,8 @@ "mana_vampire", "ferocious_mana", "hecatomb", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "CHESTPLATE": [ "protection", @@ -232,7 +235,8 @@ "strong_mana", "mana_vampire", "ferocious_mana", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "LEGGINGS": [ "protection", @@ -253,7 +257,8 @@ "strong_mana", "mana_vampire", "ferocious_mana", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "BOOTS": [ "protection", @@ -277,7 +282,8 @@ "strong_mana", "mana_vampire", "ferocious_mana", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "LONGSWORD": [ "bane_of_arthropods", @@ -418,7 +424,8 @@ "ultimate_inferno", "ultimate_fatal_tempo", "ultimate_flash", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], [ "protection", @@ -1255,6 +1262,14 @@ "compact": [ 25 ], + "piscary": [ + 8, + 16, + 24, + 36, + 48, + 60 + ], "one_for_all": [ 50 ], @@ -1370,6 +1385,13 @@ 200, 250 ], + "bobbin_time": [ + 0, + 0, + 100, + 120, + 140 + ], "XP_BOTTLE": [ 0 ] @@ -1413,6 +1435,7 @@ "fortune": 3, "experience": 3, "efficiency": 5, - "harvesting": 5 + "harvesting": 5, + "piscary": 5 } }
\ No newline at end of file |