From cc3b081c23fabb3c7122aa5c51eefec25c2422ae Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Sun, 28 Feb 2021 14:25:50 -0500 Subject: Fire Sale Skin Parenting (#419) Parented all Elephant, Sheep, Dragon Pet, Dragon Helm, and Rock Pet skins. I used the following color order for the colored pets: Black, Red, Green, Brown, Blue, Purple, Cyan, Light Grey, Dark Grey, Pink, Light Green, Yellow, Light Blue, Magenta, Orange, White. For the baby and rock skins, I used a fairly arbitrary order. Neons come after regulars. --- constants/parents.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index eb6fe4a1..fbd1925c 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1952,6 +1952,44 @@ "RED_GIFT", "GOLD_GIFT" ], + "SUPERIOR_BABY":[ + "STRONG_BABY", + "UNSTABLE_BABY", + "YOUNG_BABY", + "WISE_BABY", + "HOLY_BABY", + "OLD_BABY", + "PROTECTOR_BABY" + ], + "PET_SKIN_SHEEP_BLACK":[ + "PET_SKIN_SHEEP_PURPLE", + "PET_SKIN_SHEEP_PINK", + "PET_SKIN_SHEEP_LIGHT_GREEN", + "PET_SKIN_SHEEP_LIGHT_BLUE", + "PET_SKIN_SHEEP_WHITE", + "PET_SKIN_SHEEP_NEON_RED", + "PET_SKIN_SHEEP_NEON_GREEN", + "PET_SKIN_SHEEP_NEON_BLUE", + "PET_SKIN_SHEEP_NEON_YELLOW" + ], + "PET_SKIN_ELEPHANT_RED":[ + "PET_SKIN_ELEPHANT_GREEN", + "PET_SKIN_ELEPHANT_BLUE", + "PET_SKIN_ELEPHANT_PURPLE", + "PET_SKIN_ELEPHANT_PINK", + "PET_SKIN_ELEPHANT_ORANGE" + ], + "PET_SKIN_ROCK_COOL":[ + "PET_SKIN_ROCK_DERP", + "PET_SKIN_ROCK_LAUGH", + "PET_SKIN_ROCK_SMILE", + "PET_SKIN_ROCK_THINKING", + "PET_SKIN_ROCK_EMBARRASSED" + ], + "PET_SKIN_DRAGON_NEON_RED":[ + "PET_SKIN_DRAGON_NEON_BLUE", + "PET_SKIN_DRAGON_NEON_PURPLE" + ], "CAMPFIRE_TALISMAN_1":[ "CAMPFIRE_TALISMAN_2", "CAMPFIRE_TALISMAN_3", -- cgit