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/parents.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'constants/parents.json') 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