1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"itemid": "minecraft:fireworks",
"displayname": "§f§f§9Bat Firework",
"nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Launches a firework that\",1:\"§7explodes into several Bat\",2:\"§7Piñatas, each dropping a bunch\",3:\"§7of candies. Only usable in the\",4:\"§7§bVillage§7.\",5:\"\",6:\"§8Cooldown: §a30s\",7:\"\",8:\"§7§8§oBat Piñata drops do not\",9:\"§8§ocount towards leaderboard\",10:\"§8§oprogress!\",11:\"\",12:\"§9§lRARE\"],Name:\"§f§f§9Bat Firework\"},ExtraAttributes:{id:\"BAT_FIREWORK\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§7Launches a firework that",
"§7explodes into several Bat",
"§7Piñatas, each dropping a bunch",
"§7of candies. Only usable in the",
"§7§bVillage§7.",
"",
"§8Cooldown: §a30s",
"",
"§7§8§oBat Piñata drops do not",
"§8§ocount towards leaderboard",
"§8§oprogress!",
"",
"§9§lRARE"
],
"internalname": "BAT_FIREWORK",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bat_Firework"
]
}
|