From a608bfb4b4ef40ec748554ed884a79f6beae2df1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 8 Jul 2021 00:27:53 +0200 Subject: Summer - Added new Minion Skins and Furniture Stuff, added 2 Mayors added Rainbow Name and fixed 3 Bugs (#531) * Summer * Mayor Stuff * Another Fix * Rainbow Name and a fix * Fixing Cultivating * Another Fix * yep * Rainbow Name * Another Fix * Rainbow Name --- constants/enchants.json | 4 ++-- constants/misc.json | 5 ++++- constants/parents.json | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'constants') 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" ], -- cgit