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/enchants.json | |
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/enchants.json')
-rw-r--r-- | constants/enchants.json | 41 |
1 files changed, 41 insertions, 0 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 |