aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/enchants.json16
-rw-r--r--constants/parents.json7
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