From 21b6fb4e388d1cfa4170dafa45ac43ff0175e474 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:02:37 +0200 Subject: feat: Lapidary enchants, silverfish fix and parent fix (#1386) --- constants/enchants.json | 16 +++++++++++++--- constants/parents.json | 7 +++++++ 2 files changed, 20 insertions(+), 3 deletions(-) (limited to 'constants') diff --git a/constants/enchants.json b/constants/enchants.json index d42f433e..06252967 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -92,7 +92,8 @@ "pristine", "smelting_touch", "paleontologist", - "ultimate_flowstate" + "ultimate_flowstate", + "lapidary" ], "DRILL": [ "compact", @@ -103,7 +104,8 @@ "silk_touch", "smelting_touch", "paleontologist", - "ultimate_flowstate" + "ultimate_flowstate", + "lapidary" ], "FISHING ROD": [ "angler", @@ -402,7 +404,8 @@ "champion", "divine_gift", "paleontologist", - "ultimate_flowstate" + "ultimate_flowstate", + "lapidary" ], "GLOVES": [ "cayenne", @@ -1416,6 +1419,13 @@ "toxophilite": [ 25 ], + "lapidary": [ + 25, + 50, + 100, + 150, + 200 + ], "one_for_all": [ 50 ], diff --git a/constants/parents.json b/constants/parents.json index 026aec67..612b7eb5 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1291,6 +1291,7 @@ "PET_ITEM_FORAGING_SKILL_BOOST_COMMON" ], "PET_ITEM_MINING_SKILL_BOOST_RARE": [ + "PET_ITEM_MINING_SKILL_BOOST_UNCOMMON", "PET_ITEM_MINING_SKILL_BOOST_COMMON" ], "ALL_SKILLS_SUPER_BOOST": [ @@ -3817,5 +3818,11 @@ ], "HASTE_ARTIFACT": [ "HASTE_RING" + ], + "LAPIDARY;1": [ + "LAPIDARY;2", + "LAPIDARY;3", + "LAPIDARY;4", + "LAPIDARY;5" ] } \ No newline at end of file -- cgit