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. --- ENDERPACK.json | 28 ++++++++++++++++++++++++++++ constants/parents.json | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 ENDERPACK.json diff --git a/ENDERPACK.json b/ENDERPACK.json new file mode 100644 index 00000000..24aa70bd --- /dev/null +++ b/ENDERPACK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Enderpack Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a77392ee-b601-30f4-919a-e85fbf396c41\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzY4NTU4MTkwOSwKICAicHJvZmlsZUlkIiA6ICJkZGVkNTZlMWVmOGI0MGZlOGFkMTYyOTIwZjdhZWNkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEaXNjb3JkQXBwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmOTc3ZTY5MTY0ZWNkZGRiZDFmOTM1MzY1M2I2OTAzNWFkMjUxN2IwODIyY2E2YmU0MGNmYmI3YWEyMjI3ZTQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§aBackpacks\",9:\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Enderpack skin\"},ExtraAttributes:{id:\"ENDERPACK\",uuid:\"c282abc0-222c-4d26-87c5-c7dd5c30bda5\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can only be applied to", + "§aBackpacks", + "", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "ENDERPACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] + } \ No newline at end of file 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