diff options
author | SemicolumnDev <73789337+SemicolumnDev@users.noreply.github.com> | 2020-12-09 13:54:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 13:54:09 +0300 |
commit | c9c37d375cdc4e4946ab879bc74eb90c9118e666 (patch) | |
tree | 68f6fa4c01799f6f8b7f4b402fbb2945877737aa /constants | |
parent | 016b91780d09f0328eab3f508c8003991e05bbf8 (diff) | |
download | NotEnoughUpdates-REPO-c9c37d375cdc4e4946ab879bc74eb90c9118e666.tar.gz NotEnoughUpdates-REPO-c9c37d375cdc4e4946ab879bc74eb90c9118e666.tar.bz2 NotEnoughUpdates-REPO-c9c37d375cdc4e4946ab879bc74eb90c9118e666.zip |
new enchants
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 91 |
1 files changed, 87 insertions, 4 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index b57ec72f..d6401eaf 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -18,14 +18,21 @@ "life_steal", "looting", "luck", + "prosecute", "scavenger", "sharpness", "smite", + "syphon", "telekinesis", + "titan_killer", "thunderlord", + "thunderbolt", + "triple-strike", "vampirism", "venomous", "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", "ultimate_chimera", "ultimate_combo", "ultimate_swarm", @@ -33,6 +40,7 @@ ], "BOW": [ "aiming", + "chance", "cubism", "dragon_hunter", "flame", @@ -44,6 +52,7 @@ "punch", "snipe", "telekinesis", + "ultimate_soul_eater", "ultimate_chimera", "ultimate_swarm", "ultimate_wise", @@ -53,7 +62,11 @@ "efficiency", "telekinesis", "replenish", - "silk_touch" + "silk_touch", + "turbo-cacti", + "turbo-coco", + "turbo-melon", + "turbo-pumpkin" ], "PICKAXE": [ "compact", @@ -85,14 +98,26 @@ "HOE": [ "replenish", "harvesting", - "telekinesis" + "telekinesis", + "turbo-wheat", + "turbo-cane", + "turbo-warts", + "turbo-carrot", + "turbo-potato", + "turbo-mushroom" ], "HELMET": [ + "big_brain", + "blast_protection", + "fire_protection", + "projectile_protection", "protection", "growth", "rejuvenate", + "respite", "aqua_affinity", "thorns", + "respiration", "ultimate_bank", "ultimate_last_stand", "ultimate_legion", @@ -101,8 +126,12 @@ ], "CHESTPLATE": [ "protection", + "blast_protection", + "fire_protection", + "projectile_protection", "growth", "rejuvenate", + "respite" "thorns", "counter_strike", "true_protection", @@ -114,8 +143,12 @@ ], "LEGGINGS": [ "protection", + "blast_protection", + "fire_protection", + "projectile_protection", "growth", "rejuvenate", + "respite", "thorns", "ultimate_bank", "ultimate_last_stand", @@ -125,11 +158,16 @@ ], "BOOTS": [ "protection", + "blast_protection", + "fire_protection", + "projectile_protection", "growth", "sugar_rush", "rejuvenate", + "respite", "feather_falling", "depth_strider", + "frost_walker", "thorns", "ultimate_bank", "ultimate_last_stand", @@ -157,26 +195,55 @@ "ultimate_last_stand", "ultimate_legion", "ultimate_no_pain_no_gain", - "ultimate_wisdom" + "ultimate_wisdom", + "ultimate_one_for_all", + "ultimate_soul_eater" + ], [ + "protection", + "blast_protection", + "fire_protection", + "projectile_protection" + ], [ + "rejuvenate", + "respite" + ], [ + "thunderlord", + "thunderbolt" + ], [ + "syphon", + "life_steal" + ], [ + "execute", + "prosecute" + ], [ + "depth_strider", + "frost_walker" ] ], "enchants_min_level": { "bane_of_arthropods": 5, + "big_brain": 5, + "chance": 3, "cleave": 5, "critical": 5, "ender_slayer": 5, "execute": 5, + "prosecute": 5, "fire_aspect": 2, "first_strike": 4, + "triple-strike" "giant_killer": 5, + "titan_killer": 5, "knockback": 2, "lethality": 5, "life_steal": 3, + "syphon": 3, "luck": 5, "scavenger": 3, "sharpness": 5, "smite": 5, "thunderlord": 5, + "thunderbolt": 5, "vampirism": 5, "venomous": 5, "vicious": 4, @@ -219,16 +286,32 @@ "counter_strike": 5, "true_protection": 1, "protection": 5, + "fire_protection": 5, + "blast_protection": 5, + "projectile_protection": 5, "growth": 5, "sugar_rush": 3, "rejuvenate": 5, + "respite": 5, "feather_falling": 5, "depth_strider": 3, "thorns": 3, + "turbo-wheat": 5, + "turbo-cane": 5, + "turbo-warts": 5, + "turbo-carrot": 5, + "turbo-potato": 5, + "turbo-mushroom": 5, + "turbo-cacti": 5, + "turbo-coco": 5, + "turbo-melon": 5, + "turbo-pumpkin": 5, + "ultimate_one_for_all": 1, + "ultimate_soul_eater": 5, "ultimate_bank": 5, "ultimate_last_stand": 5, "ultimate_legion": 5, "ultimate_no_pain_no_gain": 5, "ultimate_wisdom": 5 } -}
\ No newline at end of file +} |