diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-23 11:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 09:30:32 +0000 |
commit | 0f12f8e4728ef154488a229362981459c931f3c6 (patch) | |
tree | 3eae90b85d704f32e2346edf9bd7aa8036253adb /constants/enchants.json | |
parent | 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 (diff) | |
download | NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.gz NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.bz2 NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.zip |
Nether Fixes and new items (#723)
Diffstat (limited to 'constants/enchants.json')
-rw-r--r-- | constants/enchants.json | 65 |
1 files changed, 53 insertions, 12 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 0f0d6682..61bb68a0 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -38,7 +38,9 @@ "ultimate_combo", "ultimate_swarm", "ultimate_wise", - "smoldering" + "smoldering", + "ultimate_inferno", + "ultimate_fatal_tempo" ], "BOW": [ "aiming", @@ -60,7 +62,9 @@ "ultimate_wise", "ultimate_rend", "ultimate_reiterate", - "smoldering" + "smoldering", + "ultimate_inferno", + "ultimate_fatal_tempo" ], "AXE": [ "efficiency", @@ -106,7 +110,10 @@ "spiked_hook", "telekinesis", "impaling", - "champ" + "charm", + "corruption", + "ultimate_inferno", + "ultimate_fatal_tempo" ], "FISHING WEAPON": [ "angler", @@ -156,8 +163,9 @@ "ultimate_combo", "ultimate_swarm", "ultimate_wise", - "champ", - "smoldering" + "smoldering", + "ultimate_inferno", + "ultimate_fatal_tempo" ], "SHOVEL": [ "efficiency", @@ -193,7 +201,11 @@ "ultimate_last_stand", "ultimate_legion", "ultimate_no_pain_no_gain", - "ultimate_wisdom" + "ultimate_wisdom", + "hardened_mana", + "strong_mana", + "mana_vampire", + "ferocious_mana" ], "CHESTPLATE": [ "protection", @@ -210,7 +222,11 @@ "ultimate_last_stand", "ultimate_legion", "ultimate_no_pain_no_gain", - "ultimate_wisdom" + "ultimate_wisdom", + "hardened_mana", + "strong_mana", + "mana_vampire", + "ferocious_mana" ], "LEGGINGS": [ "protection", @@ -226,7 +242,11 @@ "ultimate_last_stand", "ultimate_legion", "ultimate_no_pain_no_gain", - "ultimate_wisdom" + "ultimate_wisdom", + "hardened_mana", + "strong_mana", + "mana_vampire", + "ferocious_mana" ], "BOOTS": [ "protection", @@ -245,7 +265,11 @@ "ultimate_last_stand", "ultimate_legion", "ultimate_no_pain_no_gain", - "ultimate_wisdom" + "ultimate_wisdom", + "hardened_mana", + "strong_mana", + "mana_vampire", + "ferocious_mana" ], "LONGSWORD": [ "bane_of_arthropods", @@ -285,7 +309,9 @@ "ultimate_combo", "ultimate_swarm", "ultimate_wise", - "smoldering" + "smoldering", + "ultimate_inferno", + "ultimate_fatal_tempo" ], "GAUNTLET": [ "bane_of_arthropods", @@ -333,7 +359,9 @@ "pristine", "smelting_touch", "telekinesis", - "smoldering" + "smoldering", + "ultimate_inferno", + "ultimate_fatal_tempo" ] }, "enchant_pools": [ @@ -359,7 +387,10 @@ "ultimate_no_pain_no_gain", "ultimate_wisdom", "ultimate_one_for_all", - "ultimate_soul_eater" + "ultimate_soul_eater", + "ultimate_reiterate", + "ultimate_inferno", + "ultimate_fatal_tempo" ], [ "protection", @@ -527,6 +558,16 @@ "turbo_mushrooms", "turbo_potato", "turbo_wheat" + ], + [ + "hardened_mana", + "strong_mana", + "mana_vampire", + "ferocious_mana" + ], + [ + "ultimate_one_for_all", + "smoldering" ] ], "enchants_xp_cost": { |