diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-02 14:02:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-02 12:02:37 +0000 |
| commit | 21b6fb4e388d1cfa4170dafa45ac43ff0175e474 (patch) | |
| tree | e3fe532c60bfd96518a6ee76a319f2f90424786d /constants | |
| parent | d897284cd918e64b99f4e2965db040d5aa580899 (diff) | |
| download | NotEnoughUpdates-REPO-21b6fb4e388d1cfa4170dafa45ac43ff0175e474.tar.gz NotEnoughUpdates-REPO-21b6fb4e388d1cfa4170dafa45ac43ff0175e474.tar.bz2 NotEnoughUpdates-REPO-21b6fb4e388d1cfa4170dafa45ac43ff0175e474.zip | |
feat: Lapidary enchants, silverfish fix and parent fix (#1386)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/enchants.json | 16 | ||||
| -rw-r--r-- | constants/parents.json | 7 |
2 files changed, 20 insertions, 3 deletions
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 |
