diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-08-20 17:59:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 17:59:49 +0200 |
commit | 3a694f67fcbacf37b9f2b2d62ac30840601c039d (patch) | |
tree | ec8b9f0674c1b72e5c635f5d3befea5a16914127 /constants | |
parent | 64398a560ef328a787e5106197504a56d9cf80db (diff) | |
download | NotEnoughUpdates-REPO-3a694f67fcbacf37b9f2b2d62ac30840601c039d.tar.gz NotEnoughUpdates-REPO-3a694f67fcbacf37b9f2b2d62ac30840601c039d.tar.bz2 NotEnoughUpdates-REPO-3a694f67fcbacf37b9f2b2d62ac30840601c039d.zip |
Essence enchanting (#803)
* added essence
* added max_xp_table_levels to enchants.json
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 41 | ||||
-rw-r--r-- | constants/parents.json | 30 |
2 files changed, 60 insertions, 11 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 80edb375..785b8301 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -1367,5 +1367,46 @@ 200, 250 ] + }, + "max_xp_table_levels": { + "sharpness" : 5, + "smite": 5, + "bane_of_arthropods": 5, + "looting": 3, + "cubism": 5, + "cleave": 5, + "life_steal": 3, + "giant_killer": 5, + "critical": 5, + "first_strike": 4, + "triple_strike": 4, + "ender_slayer": 5, + "execute": 5, + "thunderlord": 5, + "lethality": 5, + "syphon": 3, + "vampirism": 5, + "venomous": 5, + "thunderbolt": 5, + "prosecute": 5, + "titan_killer": 5, + "luck": 5, + "protection": 5, + "blast_protection": 5, + "projectile_protection": 5, + "fire_protection": 5, + "thorns": 3, + "growth": 5, + "frost_walker": 2, + "feather_falling": 5, + "depth_strider": 3, + "aqua_affinity": 1, + "respiration": 3, + "silk_touch": 1, + "smelting_touch": 1, + "fortune": 3, + "experience": 3, + "efficiency": 5, + "harvesting": 5 } }
\ No newline at end of file diff --git a/constants/parents.json b/constants/parents.json index 32d690f9..ffbe0fda 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -824,7 +824,7 @@ "ULTIMATE_WISE;4", "ULTIMATE_WISE;5" ], - "ULTIMATE_REITERATE;1":[ + "ULTIMATE_REITERATE;1": [ "ULTIMATE_REITERATE;2", "ULTIMATE_REITERATE;3", "ULTIMATE_REITERATE;4", @@ -2694,7 +2694,6 @@ "HELLFIRE_ROD": [ "INFERNO_ROD", "MAGMA_ROD" - ], "ROD_OF_THE_SEA": [ "LEGEND_ROD", @@ -2854,21 +2853,21 @@ "ULTIMATE_INFERNO;4", "ULTIMATE_INFERNO;5" ], - "BURSTSTOPPER_ARTIFACT" : [ + "BURSTSTOPPER_ARTIFACT": [ "BURSTSTOPPER_TALISMAN" - ], + ], "PERFECT_OPAL_GEM": [ "FLAWLESS_OPAL_GEM", "FINE_OPAL_GEM", "FLAWED_OPAL_GEM", "ROUGH_OPAL_GEM" ], - "SUBZERO_WISP;4" : [ + "SUBZERO_WISP;4": [ "GLACIAL_WISP;3", "FROST_WISP;2", "DROPLET_WISP;1" ], - "AMALGAMATED_CRIMSONITE_NEW" : [ + "AMALGAMATED_CRIMSONITE_NEW": [ "AMALGAMATED_CRIMSONITE" ], "GOLDOR_THE_FISH": [ @@ -2884,20 +2883,29 @@ "PET_SKIN_ROCK_SURPRISED", "PET_SKIN_ROCK_SWEATING" ], - "CAYENNE;4" : [ + "CAYENNE;4": [ "CAYENNE;5" ], - "ULTIMATE_HABANERO_TACTICS;4" : [ + "ULTIMATE_HABANERO_TACTICS;4": [ "ULTIMATE_HABANERO_TACTICS;5" ], - "TABASCO;2" : [ + "TABASCO;2": [ "TABASCO;3" ], - "ASPECT_OF_THE_LEECH_1" : [ + "ASPECT_OF_THE_LEECH_1": [ "ASPECT_OF_THE_LEECH_2" ], - "RIFT_NECKLACE_INSIDE_1" : [ + "RIFT_NECKLACE_INSIDE_1": [ "RIFT_NECKLACE_INSIDE_2", "RIFT_NECKLACE_INSIDE_3" + ], + "ESSENCE_WITHER": [ + "ESSENCE_CRIMSON", + "ESSENCE_DIAMOND", + "ESSENCE_DRAGON", + "ESSENCE_GOLD", + "ESSENCE_ICE", + "ESSENCE_SPIDER", + "ESSENCE_UNDEAD" ] } |