From 45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04 Mon Sep 17 00:00:00 2001 From: jani270 Date: Thu, 22 Jun 2023 16:41:50 +0200 Subject: Added crafttext to many items, added hemovibe collection items, added new enchants, added warp to wizard tower --- constants/enchants.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'constants/enchants.json') 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 ], -- cgit