From b69cd86f76d4561271d968c069d22c80becad679 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:37:54 +0200 Subject: Fixed a few items (#846) * Fixed a few items * Added 33 wiki links * Fixed recipe * Fixed Lord Jawbus and added new drops * new attributes * Added parent for crab hats and added jax * Changed uuid's --- constants/parents.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 61a840ec..9394614e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3099,5 +3099,15 @@ "BURNING_KUUDRA_CORE": [ "FIERY_KUUDRA_CORE", "INFERNAL_KUUDRA_CORE" + ], + "PARTY_HAT_CRAB_AQUA_ANIMATED": [ + "PARTY_HAT_CRAB_BLACK_ANIMATED", + "PARTY_HAT_CRAB_GREEN_ANIMATED", + "PARTY_HAT_CRAB_LIME_ANIMATED", + "PARTY_HAT_CRAB_ORANGE_ANIMATED", + "PARTY_HAT_CRAB_PINK_ANIMATED", + "PARTY_HAT_CRAB_PURPLE_ANIMATED", + "PARTY_HAT_CRAB_RED_ANIMATED", + "PARTY_HAT_CRAB_YELLOW_ANIMATED" ] } \ No newline at end of file -- cgit