diff options
Diffstat (limited to 'items/HEADLESS_HORSEMAN_BOSS.json')
-rw-r--r-- | items/HEADLESS_HORSEMAN_BOSS.json | 44 |
1 files changed, 32 insertions, 12 deletions
diff --git a/items/HEADLESS_HORSEMAN_BOSS.json b/items/HEADLESS_HORSEMAN_BOSS.json index bbee2d79..1d6e7fcb 100644 --- a/items/HEADLESS_HORSEMAN_BOSS.json +++ b/items/HEADLESS_HORSEMAN_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Headless Horseman (Boss)", - "nbttag": "{SkullOwner:{Id:\"2594a979-1302-3d6e-a1da-c9dbf0959539\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM2NTcwZjEyNDI5OTJmNmViYTIzZWU1ODI1OThjMzllM2U3NDUzODMyNzNkZWVmOGIzOTc3NTgzZmUzY2Y1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Headless Horseman is a boss that can only\",1:\"§7be spawned by buying the horseman\u0027s candle from\",2:\"§7the Fear Mongerer during the Spooky Festival.\",3:\"§7It can be spawned at any time during the night\",4:\"§7in the Graveyard or the Wilderness. \",5:\"\",6:\"§c❤ Health§8: §c6.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §aGreen Candy\",11:\"§8 ■ §5Purple Candy\",12:\"§8 ■ §5Spooky Shard\"],Name:\"§6Headless Horseman (Boss)\"},ExtraAttributes:{id:\"HEADLESS_HORSEMAN_BOSS\"}}", + "nbttag": "{SkullOwner:{Id:\"2594a979-1302-3d6e-a1da-c9dbf0959539\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM2NTcwZjEyNDI5OTJmNmViYTIzZWU1ODI1OThjMzllM2U3NDUzODMyNzNkZWVmOGIzOTc3NTgzZmUzY2Y1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Headless Horseman is a boss that can only\",1:\"§7be spawned by buying the horseman\u0027s candle from\",2:\"§7the Fear Mongerer during the Spooky Festival.\",3:\"§7It can be spawned at any time during the night\",4:\"§7in the Graveyard or the Wilderness. \",5:\"\",6:\"§c❤ Health§8: §c3,000,000\"],Name:\"§6Headless Horseman (Boss)\"},ExtraAttributes:{id:\"HEADLESS_HORSEMAN_BOSS\"}}", "damage": 3, "lore": [ "§7The Headless Horseman is a boss that can only", @@ -10,20 +10,40 @@ "§7It can be spawned at any time during the night", "§7in the Graveyard or the Wilderness. ", "", - "§c❤ Health§8: §c6.000.000", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §aGreen Candy", - "§8 ■ §5Purple Candy", - "§8 ■ §5Spooky Shard" + "§c❤ Health§8: §c3,000,000" ], "internalname": "HEADLESS_HORSEMAN_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Headless_Horseman" + "https://hypixel-skyblock.fandom.com/wiki/Headless_Horseman", + "https://wiki.hypixel.net/Headless_Horseman" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 100, + "xp": 500, + "render": "@neurepo:mobs/headless_horseman.json", + "name": "§6Headless Horseman", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "GREEN_CANDY:1", + "chance": "100%" + }, + { + "id": "PURPLE_CANDY:1", + "chance": "100%" + }, + { + "id": "SPOOKY_SHARD:1", + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |