diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 4 | ||||
-rw-r--r-- | constants/misc.json | 5 | ||||
-rw-r--r-- | constants/parents.json | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 6244b90c..1be873e1 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -582,10 +582,10 @@ ], "ender_slayer": [ 10, - 15, 20, 25, - 30 + 30, + 40 ], "impaling": [ 30, diff --git a/constants/misc.json b/constants/misc.json index a75c978d..f9fa8e80 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1153,7 +1153,10 @@ "f51f722efec648b0a358785a0bbcaa36", "61d6fcac9885435bae627f8f4e2910fe", "dd3384c0775b4c918c59dc291f9902af", - "3d2be6a62eec40f491ea1bfa994d43b7" + "3d2be6a62eec40f491ea1bfa994d43b7", + "ee2116d21a8446859baf80cc0a2c323c", + "74f1afbded9b4d81a7bb2b4d7474bf4d", + "55d25d86af7f4d969cae21ac8a685d67" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index 884fd3ca..46351c70 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2185,9 +2185,11 @@ "DANTE_SPECIAL_MAYOR_MONSTER" ], "AATROX_MAYOR_MONSTER":[ + "BARRY_MAYOR_MONSTER", "COLE_MAYOR_MONSTER", "DIANA_MAYOR_MONSTER", "DIAZ_MAYOR_MONSTER", + "FOXY_MAYOR_MONSTER", "MARINA_MAYOR_MONSTER", "PAUL_MAYOR_MONSTER" ], |