diff options
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 |