diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2021-02-28 14:25:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 14:25:50 -0500 |
commit | cc3b081c23fabb3c7122aa5c51eefec25c2422ae (patch) | |
tree | 5a1b43546cb13c8fc395b8eb0b77897022c17116 /constants | |
parent | baccde6209a4277a9c85ea2e521b8705911635c9 (diff) | |
download | NotEnoughUpdates-REPO-cc3b081c23fabb3c7122aa5c51eefec25c2422ae.tar.gz NotEnoughUpdates-REPO-cc3b081c23fabb3c7122aa5c51eefec25c2422ae.tar.bz2 NotEnoughUpdates-REPO-cc3b081c23fabb3c7122aa5c51eefec25c2422ae.zip |
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.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 38 |
1 files changed, 38 insertions, 0 deletions
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", |