From e7d3dda5106ee28faae7cadee4495e47b9edac2a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 2 Sep 2022 17:40:44 +0200 Subject: gifting (#810) * gifting * so true xp bottle = enchant * Fixed Shortbows * same thing --- constants/enchants.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'constants/enchants.json') diff --git a/constants/enchants.json b/constants/enchants.json index 785b8301..62694586 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -787,7 +787,7 @@ 50, 200 ], - "prosecute": [ + "PROSECUTE": [ 20, 25, 30, @@ -1329,6 +1329,9 @@ 250 ], "habanero_tactics": [ + 0, + 0, + 0, 250, 300 ], @@ -1366,6 +1369,9 @@ 150, 200, 250 + ], + "XP_BOTTLE": [ + 0 ] }, "max_xp_table_levels": { @@ -1388,7 +1394,7 @@ "vampirism": 5, "venomous": 5, "thunderbolt": 5, - "prosecute": 5, + "PROSECUTE": 5, "titan_killer": 5, "luck": 5, "protection": 5, -- cgit