From 020ff815766de48e5703ee95e447938d6a777e3f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:43:25 +0200 Subject: Added new Item and updated enchants (#523) * Updated constants/enchants * Added new Refund Cookie --- constants/enchants.json | 68 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 2 deletions(-) (limited to 'constants/enchants.json') diff --git a/constants/enchants.json b/constants/enchants.json index d09de216..6244b90c 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -18,6 +18,7 @@ "life_steal", "looting", "luck", + "mana_steal", "PROSECUTE", "scavenger", "sharpness", @@ -78,6 +79,15 @@ "smelting_touch", "telekinesis" ], + "DRILL": [ + "compact", + "efficiency", + "experience", + "fortune", + "silk_touch", + "smelting_touch", + "telekinesis" + ], "FISHING ROD": [ "angler", "blessing", @@ -91,6 +101,55 @@ "spiked_hook", "telekinesis" ], + "FISHING WEAPON": [ + "angler", + "blessing", + "caster", + "expertise", + "frail", + "looting", + "luck_of_the_sea", + "lure", + "magnet", + "spiked_hook", + "telekinesis", + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "mana_steal", + "PROSECUTE", + "scavenger", + "sharpness", + "smite", + "syphon", + "titan_killer", + "thunderlord", + "thunderbolt", + "triple_strike", + "vampirism", + "venomous", + "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise" + ], "SHOVEL": [ "efficiency", "silk_touch", @@ -152,6 +211,7 @@ "growth", "rejuvenate", "respite", + "smarty_pants", "thorns", "ultimate_bank", "ultimate_last_stand", @@ -214,7 +274,8 @@ "thunderbolt" ], [ "syphon", - "life_steal" + "life_steal", + "mana_steal" ], [ "execute", "PROSECUTE" @@ -280,7 +341,10 @@ "luck" ], [ "ultimate_one_for_all", - "prosecute" + "mana_steal" + ], [ + "ultimate_one_for_all", + "PROSECUTE" ], [ "ultimate_one_for_all", "scavenger" -- cgit