diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 16:41:50 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 16:41:50 +0200 |
commit | 45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04 (patch) | |
tree | 3a8be26122754e69f53e1ce22586c1b303b2474f /constants/enchants.json | |
parent | 48ad2053705110506c4f7962b932a33d3d061a68 (diff) | |
download | NotEnoughUpdates-REPO-45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04.tar.gz NotEnoughUpdates-REPO-45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04.tar.bz2 NotEnoughUpdates-REPO-45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04.zip |
Added crafttext to many items, added hemovibe collection items, added new enchants, added warp to wizard tower
Diffstat (limited to 'constants/enchants.json')
-rw-r--r-- | constants/enchants.json | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 14bb6ff2..7d8ea004 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -217,7 +217,8 @@ "ferocious_mana", "hecatomb", "ultimate_habanero_tactics", - "ultimate_bobbin_time" + "ultimate_bobbin_time", + "transylvanian" ], "CHESTPLATE": [ "protection", @@ -240,7 +241,8 @@ "mana_vampire", "ferocious_mana", "ultimate_habanero_tactics", - "ultimate_bobbin_time" + "ultimate_bobbin_time", + "reflection" ], "LEGGINGS": [ "protection", @@ -395,7 +397,8 @@ "NECKLACE": [ "cayenne", "prosperity", - "green_thumb" + "green_thumb", + "quantum" ], "BRACELET": [ "cayenne", @@ -1320,6 +1323,22 @@ 30, 100 ], + "quantum": [ + 50, + 50, + 100 + ], + "reflection": [ + 20, + 40, + 60, + 80, + 100 + ], + "transylvanian": [ + 100, + 150 + ], "one_for_all": [ 50 ], |