-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
3a03bf0
commit 12796f4
Showing
3 changed files
with
121 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |