diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-26 17:10:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 11:10:39 -0400 |
commit | 173ed871b253674af7dec169935fcfbc6114e6f8 (patch) | |
tree | c4319dc9cb520abb4a11d19eda55e23b4dc7fdb0 /constants/parents.json | |
parent | f08b10d10030d6a5565db61c5a00dfee97223a28 (diff) | |
download | NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.tar.gz NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.tar.bz2 NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.zip |
Slayer Boss Part 1, Mayor Part 1 and other Stuff (#527)
* Mobs, Mayor and other Stuff
* Another Fix
* Fixing Katanas
* Another Fix
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 20 |
1 files changed, 20 insertions, 0 deletions
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" ] } |