From 5830675f907a1041048cf1cb596da8f8a48bbd87 Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Mon, 9 May 2022 21:12:32 +0200 Subject: Fixed things (#736) * Removed "Resources Generated: 0" Line * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update parents.json * Update parents.json * Update parents.json * Add files via upload * theres also quartz t12 * I don't think that has a enchant glint... * Add files via upload * 64 Molten Powder, not 8 * wrong wrong wrong --- constants/parents.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index cb87d0ea..559ee58f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -65,7 +65,8 @@ "BLESSING;2", "BLESSING;3", "BLESSING;4", - "BLESSING;5" + "BLESSING;5", + "BLESSING;6" ], "BONZO_BOSS": [ "SCARF_BOSS", @@ -2835,5 +2836,23 @@ "ULTIMATE_FLASH;3", "ULTIMATE_FLASH;4", "ULTIMATE_FLASH;5" + ], + "ULTIMATE_FATAL_TEMPO;1": [ + "ULTIMATE_FATAL_TEMPO;2", + "ULTIMATE_FATAL_TEMPO;3", + "ULTIMATE_FATAL_TEMPO;4", + "ULTIMATE_FATAL_TEMPO;5" + ], + "ULTIMATE_INFERNO;1": [ + "ULTIMATE_INFERNO;2", + "ULTIMATE_INFERNO;3", + "ULTIMATE_INFERNO;4", + "ULTIMATE_INFERNO;5" + ], + "ULTIMATE_REITERATE;1": [ + "ULTIMATE_REITERATE;2", + "ULTIMATE_REITERATE;3", + "ULTIMATE_REITERATE;4", + "ULTIMATE_REITERATE;5" ] } -- cgit