From 173ed871b253674af7dec169935fcfbc6114e6f8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 26 Jun 2021 17:10:39 +0200 Subject: Slayer Boss Part 1, Mayor Part 1 and other Stuff (#527) * Mobs, Mayor and other Stuff * Another Fix * Fixing Katanas * Another Fix --- constants/misc.json | 5 ++++- constants/parents.json | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index 23902040..a75c978d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1150,7 +1150,10 @@ "7a9dc802d4014d7d93c08dd1bc98c70d", "781fa5776ab64a60a93c788ce5284a91", "c346498734274398a5d594614515a6b2", - "f51f722efec648b0a358785a0bbcaa36" + "f51f722efec648b0a358785a0bbcaa36", + "61d6fcac9885435bae627f8f4e2910fe", + "dd3384c0775b4c918c59dc291f9902af", + "3d2be6a62eec40f491ea1bfa994d43b7" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index 675d6da2..4855696c 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2177,5 +2177,25 @@ ], "ENDER_RELIC":[ "ENDER_ARTIFACT" + ], + "SCORPIUS_SPECIAL_MAYOR_MONSTER":[ + "DERPY_SPECIAL_MAYOR_MONSTER", + "JERRY_SPECIAL_MAYOR_MONSTER" + ], + "DIANA_MAYOR_MONSTER":[ + "MARINA_MAYOR_MONSTER", + "COLE_MAYOR_MONSTER", + "PAUL_MAYOR_MONSTER", + "DIAZ_MAYOR_MONSTER" + ], + "VOIDGLOOM_SERAPH_1_BOSS":[ + "VOIDGLOOM_SERAPH_2_BOSS", + "VOIDGLOOM_SERAPH_3_BOSS", + "VOIDGLOOM_SERAPH_4_BOSS" + ], + "SVEN_PACKMASTER_1_BOSS":[ + "SVEN_PACKMASTER_2_BOSS", + "SVEN_PACKMASTER_3_BOSS", + "SVEN_PACKMASTER_4_BOSS" ] } -- cgit