From 12796f4055bfaf3eae5d2b320e19df7b4c63bda1 Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:07:06 +1300 Subject: bingo pets (#1479) * test mythic bingo pet * maybe it nests now? * maybe it nests now? * make sure it still works after nbt changes * can't believe hypixel wiki would lie to me --- items/BINGO;5.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 items/BINGO;5.json (limited to 'items') diff --git a/items/BINGO;5.json b/items/BINGO;5.json new file mode 100644 index 00000000..aa9aaee8 --- /dev/null +++ b/items/BINGO;5.json @@ -0,0 +1,56 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§7[Lvl {LVL}] §dBingo", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7fb239eb-4600-491d-8fc5-b5e7c044a218\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzNzI2OTYwMTEyNiwKICAicHJvZmlsZUlkIiA6ICJjNmE2N2QwMmY4MGM0MjhmODYyNmQ5MjhlOTNjN2FjNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJHaW92YW5uaVdpamF5YSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNGNkOWM3MDdjNzA5MmQ0NzU5ZmUyYjJiNmE3MTMyMTViNmUzOTkxOWVjNGU3YWZiMWFlMmI2Zjg1NzY2NzRjIgogICAgfQogIH0KfQ\u003d\u003d\"}]},Name:\"§7fb239eb-4600-491d-8fc5-b5e7c044a218\"},display:{Lore:[0:\"§8All Skills\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Health: §a{HEALTH}\",4:\"§7Speed: §a{SPEED}\",5:\"\",6:\"§6Lucky Looting\",7:\"§7§7Gain §c{0}% §7more collection\",8:\"§7items from any source!\",9:\"\",10:\"§6Mountain Climber\",11:\"§7§7Gain §c{5}% §7more HOTM Experience.\",12:\"\",13:\"§6Fast Learner\",14:\"§7§7Gain §c{1}% §7more Skill Experience and\",15:\"§7Slayer Experience\",16:\"\",17:\"§6Chimera\",18:\"§7§7Increases the base stats of\",19:\"§7your active pet by §c{2}%§7.\",20:\"\",21:\"§6Scavenger\",22:\"§7Gain §c{3}§7 more coins per\",23:\"§7monster level on kill.\",24:\"\",25:\"§6Consumer\",26:\"§7§7Potion effects you obtain will\",27:\"§7have §c{4}% §7more time.\",28:\"\",29:\"§6Power Of Completion\",30:\"§7Gain §c+2❁ Strength§7, §9+1☣\",31:\"§9Crit Chance§7, and §c+5❤\",32:\"§cHealth§7 per completed Personal\",33:\"§7Bingo Goal in the current Bingo\",34:\"§7Event\",35:\"\",36:\"§7§8This pet\u0027s perks are active\",37:\"§8even when the pet is not\",36:\"§8summoned!\"],Name:\"§7[Lvl {LVL}] §dBingo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BINGO\\\",\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"exp\\\":0,\\\"candyUsed\\\":0}\",id:\"BINGO;5\"}}", + "damage": 3, + "lore": [ + "§8All Skills", + "", + "§7Strength: §c{STRENGTH}", + "§7Health: §a{HEALTH}", + "§7Speed: §a{SPEED}", + "", + "§6Lucky Looting", + "§7§7Gain §c{0}% §7more collection", + "§7items from any source!", + "", + "§6Mountain Climber", + "§7§7Gain §c{5}% §7more HOTM Experience.", + "", + "§6Fast Learner", + "§7§7Gain §c{1}% §7more Skill Experience and", + "§7Slayer Experience", + "", + "§6Chimera", + "§7§7Increases the base stats of", + "§7your active pet by §c{2}%§7.", + "", + "§6Scavenger", + "§7Gain §c{3}§7 more coins per", + "§7monster level on kill.", + "", + "§6Consumer", + "§7§7Potion effects you obtain will", + "§7have §c{4}% §7more time.", + "", + "§6Power Of Completion", + "§7Gain §c+2❁ Strength§7, §9+1☣", + "§9Crit Chance§7, and §c+5❤", + "§cHealth§7 per completed Personal", + "§7Bingo Goal in the current Bingo", + "§7Event", + "", + "§7§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!" + ], + "internalname": "BINGO;5", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bingo_Pet", + "https://wiki.hypixel.net/Bingo_Pet" + ] +} \ No newline at end of file -- cgit